By Bruno Alecrim on Monday, 18 November 2013
Posted in General Issues
Replies 1
Likes 0
Views 893
Votes 0
Hi There,

1 - We need to translate the texts label and button in this module. How we can do that?

2 - We need to customize the behavior of this module after the costumer click the submit button. I mean:
2.1 - Configure the email confirmation message the costumer will receive.
2.2 - Configure the site destination link after the costumer click in the SUBMIT button.

Can you help me on that?

With best regards
Bruno Cesar
Easyblog Fan
Hello Bruno,

Sorry for the late reply, you could configure the text in,

JOOMLA\language\en-GB\en-GB.com_easyblog.ini

ehere en-GB is for english, find the languange file you are using and translate it from there.
to configure the email confirmation message is located in:

JOOMLA\components\com_easyblog\themes\default\email.subscriptions.confirmation.html.php

When subscription module is submitted the ajax that loads the form is in

JOOMLA\components\com_easyblog\themes\default\ajax.dialog.subscribe.php

you will need to add a javascript onclick redirect on line 65

<input type="button" value="<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE');?>" class="button" id="edialog-submit" name="edialog-submit" onclick="eblog.subscription.submit('<?php echo $type;?>');" />


Hope that helps:)
If you need further assistance please give me your backend access and FTP.

Thanks:)
·
Monday, 18 November 2013 11:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post