
02-08-2010, 07:50 PM
|
 |
|
|
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by trilOByte
Hi Lynne,
Been trying to figure this one out.
All I want to do is add a new tab that displays the following....
...search.php?do=getdaily&contenttype=vBForum_Post &include=27,35,59,76,84,85
That gives me todays posts from a select group of forums that I have as sales forums. By clicking on the tab, my members can view "Todays Ads".
The tab works, in so far as it throws up the right results, but it doesnt stay selected. I believe this is because THIS_SCRIPT is "search" which is not unique. Do you know of any way to resolve this? I dont want submenus or anything else, I just want to put this link in the tabs at the top of my forum.
I've tried the different tabs mods, I've tried tabs with templates and your mod and the same problem occurs with all of them. At this point, I'm thinking how bad is a piece of software that wont allow a simple link to be added to the menu system? I'm generally liking vB4, but the navbar is truly awful. I'm starting to think this is not actually possible.
|
You could include an "AND $_REQUEST['do'] == 'getdaily'" in the condition. You may have to modify the condition for What's New in the navbar also so that yours may become active (AND $_REQUEST['do'] != 'getdaily').
|