The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Posts Options
On previous versions I had a drop-down list for "new posts" that gave options for new posts - since last visit
- in the last day -last 3 days - last week. I'm trying to figure out how to re-implement this (or, preferably, find a mod that does it) in vb 4. It's something my members use a lot and one of their first complaints about the upgrade. |
#2
|
|||
|
|||
Is it this your looking for?
https://vborg.vbsupport.ru/showthread.php?t=230302 |
#3
|
|||
|
|||
Quote:
I would like a seperate menu option on the submenu for forums that says "new posts" then with a drop down under it that has the options for: "since last visit" - shows new posts since their last visit "today's posts" - shows todays new psots "last 3 days" - shows new posts from the last 3 days "last week" - shows new posts from the last week |
#4
|
||||
|
||||
I did one for my site but have not released it here as it is a paid mod. It's the Advanced Edition version of my User Links in Navbar for vB 4 mod.
|
#5
|
||||
|
||||
Hey There,
Try adding: HTML Code:
<!--begin edit--> <vb:if condition="$show['member']"> <li class="popupmenu"> <a href="javascript://" class="popupctrl">New Posts</a> <ul class="popupbody popuphover"> <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">Since Last Visit</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">Today's Posts</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post&days=3">Last 3 Days</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post&days=7">Last Week</a></li> </ul> </li> </vb:if> <!--end edit--> -Nick, SEOvB Developer |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|