By Albert on Thursday, 15 June 2017
Posted in General
Likes 0
Views 354
Votes 0
\components\com_easydiscuss\views\post\view.ajax.php
replace - return $this->ajax->resolved(JText::_('COM_EASYDISCUSS_POST_UNLOCKED'));
with - return $this->ajax->resolve(JText::_('COM_EASYDISCUSS_POST_UNLOCKED'));
Hi Albert,
The first one is already changed a while back(http://take.ms/NKQB7).
For the second one, perhaps you can create a template override for the file at JoomlaFolder/templates/currentTemplate/html/com_easydiscuss/forums/listings.php
·
Thursday, 15 June 2017 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
\components\com_easydiscuss\themes\wireframe\forums\listings.php
replace - <?php echo strtoupper(JText::_("COM_EASYDISCUSS_FORUMS_TOPICS")); ?>
with - <?php echo JText::_("COM_EASYDISCUSS_FORUMS_TOPICS"); ?>
·
Thursday, 15 June 2017 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Albert,
Glad to know that your issue is resolved.
Regards.
·
Thursday, 15 June 2017 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post