0
Welcome Guest! Login
0 items Join Now

Rockslide - Joomla 1.5

  • Rockslide - Joomla 1.5

    Posted 17 years 2 months ago
    • I can't seem to change the tab names... no matter where I place the code. Can someone tell me what I'm doing wrong?

      // module slider configuration
      $modules_list = array(array("title"=>"Test", "module"=>"user7"),
      array("title"=>"Group 2 Panel", "module"=>"user8"),
      array("title"=>"Group 3 Collection", "module"=>"user9"),
      array("title"=>"Group 4 Assortment", "module"=>"user10"),
      array("title"=>"Group 5 Items", "module"=>"user11"));

      // module title for moduleslider
      $max_mods_per_row = $this->params->get("maxModsPerRow", 3);
      $ms_title1 = $this->params->get("msTitle1", "Group 1 Tab");
      $ms_title2 = $this->params->get("msTitle2", "Group 2 Tab");
      $ms_title3 = $this->params->get("msTitle3", "Group 3 Tab");
      $ms_title4 = $this->params->get("msTitle4", "Group 4 Tab");
      $ms_title5 = $this->params->get("msTitle5", "Group 5 Tab");
      $ms_module1 = $this->params->get("msModule1", "user7");
      $ms_module2 = $this->params->get("msModule2", "user8");
      $ms_module3 = $this->params->get("msModule3", "user9");
      $ms_module4 = $this->params->get("msModule4", "user10");
      $ms_module5 = $this->params->get("msModule5", "user11");
    • Last Edit: 17 years 2 months ago by Bob Ateah.
  • Re: Rockslide - Joomla 1.5

    Posted 17 years 2 months ago
    • Hello Caleb,

      With Joomla 1.5, you'll want to change the tab names from within the template configuration in the Joomla admin. Just go to the Template Manager, select the radio button next to your template, then click the Edit button in the top right corner. In the configuration screen, all of the various parameters will be listed in the right column.
  • Re: Rockslide - Joomla 1.5

    Posted 17 years 2 months ago
    • Jeez... I never knew that even existed. Thanks man.
  • Re: Rockslide - Joomla 1.5

    Posted 17 years 2 months ago
    • Thanks a million just found the posting... The support is great guys thanks!!!!

Time to create page: 0.043 seconds