Steven Koontz Posted November 19, 2011 at 04:49 AM Share Posted November 19, 2011 at 04:49 AM I can't believe I can't find info on this, so I'm going to post here. My Click2Search URLs are great everywhere BUT the listing detail page. Here is a list page (C2S URLs are good): http://videogamesreview.org/video-games/video-game-shops Here is a detail page (C2S URLs are bad): http://videogamesreview.org/video-game-shops/8-cardscodes The documentation says to make the following modification in index.php in order to make the JReviews menu items active in the detail page: $Itemid = JRequest::getInt('Itemid'); $menu = &JSite::getMenu(); // Repeat for every JReviews menu that needs to become active if($Itemid == 211){ // example of the itemId of Joomla menu item $menu->setActive(143); // example of the itemId of JReviews menu item } I tried this and nothing changed. Why am I still getting the /component/jreviews part in the Click2Search URLs on the detail page? Link to comment
Kristian Posted November 19, 2011 at 09:18 AM Share Posted November 19, 2011 at 09:18 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Steven Koontz Posted November 19, 2011 at 12:43 PM Author Share Posted November 19, 2011 at 12:43 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts