Incorrect ID/Missing language string

  • Quy Ton
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 year 1 month ago - 1 year 1 month ago #157020 by Quy Ton
Incorrect ID/Missing language string was created by Quy Ton
Incorrect label ID:

Code:
            <div class="control-group">                 <div class="control-label">                     <?php echo EventbookingHelperHtml::getFieldLabel('debug', Text::_('EB_ALLOW_HTML_ON_TITLE'), Text::_('EB_ALLOW_HTML_ON_TITLE_EXPLAIN')); ?>                 </div>                 <div class="controls">                     <?php echo EventbookingHelperHtml::getBooleanInput('allow_using_html_on_title', $config->allow_using_html_on_title); ?>                 </div>             </div>


Missing language string:


Under Mass Mail, make each tag on its own line for readability/consistency.



In \administrator\components\com_eventbooking\view\configuration\tmpl\default_general.php (line 518), make it a closing tag.
Code:
<fieldset>

Typo jepg:
Code:
$allowedExtensions = 'doc|docx|ppt|pptx|pdf|zip|rar|bmp|gif|jpg|jepg|png|swf|zipx';

PS: I am ok with not getting a new update package after each report especially when there are minor changes to save you time unless you want to do it.
Last edit: 1 year 1 month ago by Quy Ton.

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #157024 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Incorrect ID/Missing language string
Thanks Quy. All fixed. Not sure how you could detect these minor things :)

Just for information, for these bugs fixes , and even small improvements, I usually update download package right after it has fixed to avoid same bugs reported

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc