Quote:
i am new to joomla.just now started developing a simple project. which involves many internal links that i took it from category blog layout which displays the corresponding articles.
Quote:
but now my problem is when i click any of links it will show the corresponding data but it is showing the tab system also which i dont want to display it on my second page, is there any module which helps me, or any code i need to write to restrict the display on next page.because in the module of GK3 there is no option to do it.. please any one can help me..
The way you are doing it is not good, especially if you don't want to display the tab module in the whole site.
If you want to accomplish this task by adding the code in your index.php, I will recommend doing it this way.
Ok I'm going to give a solution as an example.
You have your blog categories and you are creating links out of those categories.
Step 1. You will need to create a new
MENU inside
MENU MANAGER on the administrator side.
Example
Menu Blog Links Step 2. Duplicate your whole template. For instance if you have a template called rhuk_milkway, copy the template and on that copy insert your GK tab code inside the index.php. Then rename that template to probably rhuk_milkway2.
As a result, you will have two templates. One with the code in the index.php and the other without the code.
Step 3. Zip your new modified template and install it on your administrator side.
Step 4. Assign the modified template (the one with the GK code on the index.php) to the home page.
Step 5. Then finally assign the other template (the one without the code on the index.php) to the rest of the website.
This is only one solution and there will be more problems of course. Now the new menu you create on the menu manager
(Ex. Menu Blog Links). You will be creating link pages inside that menu so you can assign modules and templates to those pages.
If you want to hide a module on Joomla 1.5
Go to
Extensions -->
Module Manager --> and click on Your Module
Inside there under the
Menu assignment section, choose on what pages do you want to display your module.
If you are inserting a module code through the index.php have in mind that everything you insert there, will be appearing on the whole website, and you will be going through more steps in order to make it appear on one page only.
NOTE: I will recommend for those coming to this same question. Post the message on the Joomla 1.5 board.
index.php
_________________
http://cmsteachings.com - Joomla Tips & Tutorials
http://ubrainmedia.com - My Joomla Company
My Joomla Advice is my personal experience. It does not means I am right or wrong. It just means that I work with Joomla in my own way and it works for me.