<em>@grayt7 172204 wrote:</em><blockquote>There is a problem with the module where you are unable to set the module title in the joomla administration section.
Looks like the module title is forced in the code of mod_jajobbard_menu.php on line 135 $module->title = JText::_(‘JB Login’); commenting this line out fixes the issue.
Hope this can be sorted in new releases. Keep up the good work.
Many thanks.</blockquote>
Hi guy,
Thank you for your kindly report.
I have fixed this bug by commenting the command: $module->title = JText::_(‘JB Login’);
and it shall be released at the soonest time.