Jump to content

Yoo theme: Making JReviews Menus active when viewing listing detail pages


Dmitriy Ozhegov

Recommended Posts

Hello.

 

In System - JReviews SEF plugin I set this settings:

Use core Category menus: yes
Use JReviews Category Menu ID: Yes
Joomla's menu items (Articles » Category Blog) is hidden and jReview's menu items is visible at frontend.
 
I'm looking for making jReview's menu items active when user navigate to it (List page), or to article (Listing/detail page) like documentation said.
 
Open this file (for Joomla 2.5+):
root\templates\{your_template}\index.php
Find this line:
defined('_JEXEC') or die;

 

 

I found lots of files in template that has this line:
html\pagination.php
layouts\com_content\category\blog.php
layouts\com_content\featured\default.php
systems\joomla\layouts\com_content\archive\default_items.php
systems\joomla\layouts\com_content\article\default.php
systems\joomla\layouts\com_content\article\default_links.php
systems\joomla\layouts\com_content\category\blog.php
systems\joomla\layouts\com_content\category\blog_item.php
systems\joomla\layouts\com_content\featured\default.php
systems\joomla\layouts\com_content\featured\default_item.php
systems\joomla\layouts\com_finder\search\default_result.php
systems\joomla\layouts\com_finder\search\default_results.php
systems\joomla\layouts\com_search\search\default_form.php
systems\joomla\layouts\com_search\search\default_results.php
systems\joomla\layouts\com_tags\tag\default.php
systems\joomla\layouts\com_tags\tag\default_items.php
systems\joomla\layouts\mod_articles_archive\default.php
systems\joomla\layouts\mod_articles_latest\default.php
systems\joomla\layouts\mod_articles_news\default.php
systems\joomla\layouts\mod_articles_news\horizontal.php
systems\joomla\layouts\mod_articles_news\vertical.php
systems\joomla\layouts\mod_articles_news\_item.php
systems\joomla\layouts\mod_articles_popular\default.php
systems\joomla\layouts\mod_breadcrumbs\default.php
systems\joomla\layouts\mod_custom\default.php
systems\joomla\layouts\mod_login\default.php
systems\joomla\layouts\mod_login\default_logout.php
systems\joomla\layouts\offline.php
systems\joomla\layouts\pagination.php
warp\systems\joomla\layouts\com_content\archive\default_items.php
warp\systems\joomla\layouts\com_content\article\default.php
warp\systems\joomla\layouts\com_content\article\default_links.php
warp\systems\joomla\layouts\com_content\category\blog.php
warp\systems\joomla\layouts\com_content\category\blog_item.php
warp\systems\joomla\layouts\com_content\featured\default.php
warp\systems\joomla\layouts\com_content\featured\default_item.php
warp\systems\joomla\layouts\com_finder\search\default_result.php
warp\systems\joomla\layouts\com_finder\search\default_results.php
warp\systems\joomla\layouts\com_search\search\default_form.php
warp\systems\joomla\layouts\com_search\search\default_results.php
warp\systems\joomla\layouts\com_tags\tag\default.php
warp\systems\joomla\layouts\com_tags\tag\default_items.php
warp\systems\joomla\layouts\mod_articles_archive\default.php
warp\systems\joomla\layouts\mod_articles_latest\default.php
warp\systems\joomla\layouts\mod_articles_news\default.php
warp\systems\joomla\layouts\mod_articles_news\horizontal.php
warp\systems\joomla\layouts\mod_articles_news\vertical.php
warp\systems\joomla\layouts\mod_articles_news\_item.php
warp\systems\joomla\layouts\mod_articles_popular\default.php
warp\systems\joomla\layouts\mod_breadcrumbs\default.php
warp\systems\joomla\layouts\mod_custom\default.php
warp\systems\joomla\layouts\mod_login\default.php
warp\systems\joomla\layouts\mod_login\default_logout.php
warp\systems\joomla\layouts\offline.php
warp\systems\joomla\layouts\pagination.php

 

May be there is few more lines befor "defined('_JEXEC') or die;" that I should looks for?

 

Can you give some tip?

 

Thanks.

Edited by Dmitriy Ozhegov
Link to comment
×
×
  • Create New...