By Mark McN on Monday, 09 December 2013
Posted in General
Replies 3
Likes 0
Views 646
Votes 0
I've got Joomla 3.1 running and have the menu displaying a parent category "Latest News" but the title is shown as
"Latest News - Contents"

Where is the word "Contents" coming from as I can't see it configured anywhere.

Site http://www.peopletrans.com.au/index.php/latest-news

Also have the RSS set to Hide but on the sub categories title the RSS symbol is shown.
Hello Mark,

You can modify it from the language file actually. It is located in /language/en-GB/en-GB.com_sectionex.ini . Just search for COM_SECTIONEX_CONTENTS

To remove the RSS, edit the theme file /components/com_sectionex/themes/default/default_categories.php and remove the codes below:


<a href="<?php echo JRoute::_('&cid=' . $category->id . '&type=rss&format=feed');?>" class="rss"><?php echo JText::_( 'COM_SECTIONEX_RSS' );?></a>
·
Tuesday, 10 December 2013 00:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the quick response.
The ini solved the issue here but very confused on your logic off add the word "Content" to someone title. Am I the first to complain.
I'll leave the RSS as I don't like overriding code too must as it just breaks upgrading as its not too broken but the admin parameter of hide RSS should have hidden this I would have thought.
·
Tuesday, 10 December 2013 05:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Yep, so far you are the first
·
Tuesday, 10 December 2013 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post