The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding " Todays Post" to quick links
It there a way to add a button to the quick links to veiw all of the days post?
Some times I only get to browes at short times and when I go back later I would like to sit down and read through all the days post. I know I can add this "/search.php?searchid=442" and find them but a button would be nice. Thanks |
#2
|
||||
|
||||
Quote:
http://www.yourforum.com/search.php?$session[sessionurl]do=getdaily |
#3
|
|||
|
|||
Thanks Colin.
Is there a detailed document on how to add this? Which template to edit and what to add to it? I am no coder so it would have to be spelled out for me. Thanks BTW, I tried the link on my forum and it takes me to a search page. |
#4
|
||||
|
||||
Quote:
To use it just like this, you'll need the ending /search.php?do=getdaily I'll check if there's a tutorial on adding links to the quicklink bar... |
#5
|
||||
|
||||
you can probably follow these instructions more or less: http://www.vbulletintemplates.com/mo...ead.php?t=6379
Just exchange the other text and link |
#6
|
|||
|
|||
Thanks Colin
I will give it a try |
#7
|
|||
|
|||
ok,
This is what I put in my navbar template. HTML Code:
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily ">$vbphrase[todays_posts_nav]</a></td></tr></if> HTML Code:
<tr><td class="thead">$vbphrase[quick_links]</td></tr> title: todays_posts_nav text: Todays Post But I am not seeing it under the quick links. Guess I am lost here now. |
#8
|
|||
|
|||
Updateded
Figured it out. Forgot to add "s" to today in Global title. Works great now. Thanks |
#9
|
|||
|
|||
Thanks hackgirl. I also wanted to add Today's Posts to the Quick Links menu. Rather than create a new GLOBAL phrase (todays_posts_nav) I used the existing GLOBAL phrase: todays_posts.
|
#10
|
|||
|
|||
Is there a way to make this go back 3 days instead of just one?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|