Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

Kunena YJSG menu on local host fix

03-15-2011, 07:34 PM
# 1 (permalink)
neo
i guess your testing on local just tested and fund the issue , kunena is messing with some defaults , change templatename/html/mod_menu/default.php to this


Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
// No direct access.
defined('_JEXEC') or die;
$getapps= & JFactory::getApplication();
$template = $getapps->getTemplate();
require( JPATH_SITE.DS."templates".DS.$template.DS."html".DS."mod_menu".DS."yjsg_menuswitch.php");
if ($params->get('class_sfx') =='nav' || $params->get('class_sfx') =='navd' || $params->get('class_sfx') =='split') {
		require( JPATH_SITE.DS."templates".DS.$template.DS."html".DS."mod_menu".DS."yjsg_topmenu.php"); /* top menu only*/ 
}else{
		require( JPATH_SITE.DS."templates".DS.$template.DS."html".DS."mod_menu".DS."yjsg_sidemenus.php");/* side  menus only*/
}
?>
Thread Tools
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password