![]() |
|
#1
|
|||
|
|||
|
Hey ya,
I have 3 blocks that use the navigation.php module (site navigation, anime, manga) but when i add a page to one blobk, it shows on all. How would I be able to add a page to one block and have it not show up on the other blocks? I think thats clear but maybe if you use my example as reference, I'll understand faster. E.g. Site Navigation --Home --Forums --Arcade Anime --Naruto --Bleach Manga --Naruto --Bleach --Deathnote --One Piece --D.Gray Man Any ideas? also i hope there wont be a conflict with the same names in anime and manga leading to 2 different urls. EDIT: Title is meant to be.....unique blocks based of navigation.php
__________________
... |
|
#2
|
|||
|
|||
|
What....no reply? I have thought about it further, and basically what i want boils down to this:
How do you make the blocks not automatically update when you add a page....if i remember correctly, when you add a custom link to one, it doesn't add to all so i think that all that needs to be done is remove the auto-linking for adding new pages
__________________
... Last edited by cheekymonk3y; 01-21-2007 at 07:06 AM. |
|
#3
|
||||
|
||||
|
The "auto-linking" is really done through the page cache, so currently there's not an easy way to exclude newly added pages without editing the module(s) and selecting that page in the "Pages to Exclude" option for each page that's added.
|
|
#4
|
|||
|
|||
|
dont know if thats what i want because i want to have it added to one block but not others, and wont that exclude it from all of them? I dont mind editing a module, to remove the auto-linking feature, if thats possible
EDIT: maybe i am asking to do the wrong thing......how did this site manage to get this feature.... http://www.narutomania.com ....maybe this will be more helpful
__________________
... Last edited by cheekymonk3y; 01-21-2007 at 12:29 PM. |
|
#5
|
||||
|
||||
|
Changing that setting with one module will not affect your others.
|
|
#6
|
|||
|
|||
|
:'( dont know what to do now, do you know how narutomoania.com got its navigation working?
__________________
... |
|
#7
|
|||
|
|||
|
i'll try see if i can play with the code myself and get it right...but i hope if you take a look at that site, you'll be able to give me some helpful hints
__________________
... |
|
#8
|
|||
|
|||
|
all i had to do to disable the auto-linking feature in site navigation and any other blocks that i base off of it was comment the following in modules/navigation.php
Code:
eval('$navigationbits .= "' . fetch_template('adv_portal_navigationbits') . '";');
anyway, thanks for the help
__________________
... |
|
#9
|
|||
|
|||
|
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Site Navigation | JayT | "How Do I..." Questions | 3 | 12-23-2006 01:33 PM |
| Site Navigation | fObsTah | Troubleshooting & Problems | 6 | 12-28-2005 06:54 PM |
| [how]Site Navigation | Loco Macheen | "How Do I..." Questions | 9 | 10-22-2005 08:07 AM |
| Site Navigation Help | pmatoso | "How Do I..." Questions | 5 | 10-08-2005 03:42 PM |
| Different style blocks based on position? | Rebecca | Troubleshooting / "How do I..." Questions | 3 | 12-22-2004 08:54 PM |