Why Related Items Extended module shows "RELATED ARTICLES" ?
- Posted by baijianpeng (7) Offline
When I setting up this Related Items Extended module, I had input my own module title, that is "related products".
However, when I view the result of this module at frontend, there is an extra title "RELATED ARTICLES" below my own module title. A big title and a small title?
Why Related Items Extended module will show that extra title? How can I hide/disable it?
Thanks.
11 years 2 months ago #1
by baijianpeng
However, when I view the result of this module at frontend, there is an extra title "RELATED ARTICLES" below my own module title. A big title and a small title?
Why Related Items Extended module will show that extra title? How can I hide/disable it?
Thanks.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, Sorry about that. Sometimes the module title doesn't blend well with the related items layout design, that's why we decided to put that text in there.
You can easily remove it by deleting this line from root/modules/mod_related_utems_xtd/tmpl/default.php (line 50)
11 years 2 months ago #2
by TemplatePlazza
You can easily remove it by deleting this line from root/modules/mod_related_utems_xtd/tmpl/default.php (line 50)
<span class="related-title"><?php echo JText::_('RELATED_ARTICLE'); ?></span>
Please Log in or Create an account to join the conversation.
- Posted by baijianpeng (7) Offline
hi, your hacking code works. But, you know, I am reluctant to apply hacks, because it will be overwritten when upgrade this module to next new version.
Could you please make that feature as a new option ? People can turn it off if they , like me, don't like it?
Thanks.
11 years 2 months ago #3
by baijianpeng
Could you please make that feature as a new option ? People can turn it off if they , like me, don't like it?
Thanks.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Ok, we'll update the package today and let you know when it's ready
11 years 2 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.