AYUDA CON LA POSICION DE MI MENU !!!!

Diseño y Posicionamiento Web con Joomla Foros General Joomla en General AYUDA CON LA POSICION DE MI MENU !!!!

Mostrando 1 respuesta al debate
  • Autor
    Entradas
    • #90128
      Anónimo
      Invitado

      MMM.. NECESITO AYUDA CON MI MENU POR FA QUE NO PUEDO COLOCARLO
      EN MI INDEX.PHP APARECE ESTO QUE LLAMA AL MENU ..
      [color=#FF0000]

      template . ‘/lib/php/menu.php’);
      include_once(JPATH_ROOT . “/templates/” . $this->template . ‘/lib/php/gk_head.php’);
      ?>[/color]

      Y AL IR A ESE ARCHIVO APARECE ESTO

      /[color=#BF0000]/ no direct access
      defined(‘_JEXEC’) or die(‘Restricted access’);

      $document = &JFactory::getDocument();
      $renderer = $document->loadRenderer( ‘module’ );
      $options = array( ‘style’ => “raw” );
      $module = JModuleHelper::getModule( ‘mod_mainmenu’ );
      $main_navigation = false;

      $menu_name = $this->params->get(“menuname”, “mainmenu”);
      $mtype = $this->params->get(“menutype”, “moomenu”);

      if($mtype == “moomenu” or $mtype == “suckerfish”) :
      $module->params = “menutype=$menu_namenshowAllChildren=1”;
      $main_navigation = $renderer->render( $module, $options );
      else :
      $module->params = “menutype=$menu_namenshowAllChildren=0”;
      $main_navigation = $renderer->render( $module, $options );
      endif;

      ?>
      [/color]
      YO CREO UN MODULO DE MENU LLAMADO MENUFINAL QUE ES DROPLINE HORIZONTAL Y QUIERO PONERLO EN LA MISM POSICION DEL ACTUAL PERO SU UBICACION NO PARECE EN LAS OPCIONES PARA COLOCARLO YA QUE ESTA INCLUDO DIRECTAMENTE EN EL INDEX.PHP..

      REEMPLACE EL MOD_MAIN MENU POR MI MOD_MENUFINAL.. ME APARECE PERO NO ME DA EL EFECTO DE DROPLINE Y NO SE VEN LOS SUBMENUS QUE PUEDE ESTAR MALO..
      OJALA ME PUEDAN AYUDAR..
      aqui les dejo el codigo que debo borrar que no corrresponde..
      ojala me puedan ayudar..

      LO DEJE ASI…
      [color=#BF0000]// no direct access
      defined(‘_JEXEC’) or die(‘Restricted access’);

      $document = &JFactory::getDocument();
      $renderer = $document->loadRenderer( ‘module’ );
      $options = array( ‘style’ => “raw” );
      $module = JModuleHelper::getModule( ‘mod_menufinal’ );
      $main_navigation = false;

      $menu_name = $this->params->get(“menuname”, “mainmenu”);
      $mtype = $this->params->get(“menutype”, “moomenu”);

      if($mtype == “moomenu” or $mtype == “suckerfish”) :
      $module->params = “menutype=$menu_namenshowAllChildren=1”;
      $main_navigation = $renderer->render( $module, $options );
      else :
      $module->params = “menutype=$menu_namenshowAllChildren=0”;
      $main_navigation = $renderer->render( $module, $options );
      endif;

      ?>
      [/color]

      ojala me puedan ayudar o sino decir como posicionar mi menu en el mismo lugar actual que no aprece en el administrator como posicion

      OJALA ME PUEDAN AYUDAR

    • #90134
      redloModerador Foro
      Participante

      ¿Sabes cuales son las posiciones de las que dispone tu plantilla? Al crear un menu nuevo se genera de forma automatica un modulo de ese mismo menu. Leete este contenido, quizas te pueda ayudar –> http://solojoomla.com/crear-menus-en-joomla-1.5.html . Luego para visualizar las posiciones de tu plantilla pon este añadido a tu URL –> index.php?tp=1 te apareceran las posiciones de forma difuminada pero visible.

Mostrando 1 respuesta al debate
  • Debes estar registrado para responder a este debate.
Esta web utiliza cookies propias y de terceros para su correcto funcionamiento y para fines analíticos y para mostrarte publicidad relacionada con sus preferencias en base a un perfil elaborado a partir de tus hábitos de navegación. Al hacer clic en el botón Aceptar, acepta el uso de estas tecnologías y el procesamiento de tus datos para estos propósitos. Ver
Privacidad