Better New Post Navigation

MobileHacks

New Member
Better Newpost Nav item
vBulletin 3.7.3


LICENCE
Better Newpost Nav item
vBulletin 3.7.3

LICENCE - do not modify the documentation or the links,
please also leave the comment tags which show tutorials4you

Change Log

About
This small modification will replace the standard New Post Navbit in either
your navigation bar or your header (this depends on your template style)

Installation--

STEP 1 - Login to Admincp

AdminCP > Styles & Templates > Style Manager > Default Style > Navigation / Breadcrumb Templates > Navbar

STEP 2 - The Template edit

FIND
PHP:
<td class="navitem"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>

Or
PHP:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>

REPLACE WITH
PHP:
<td class="navitem"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
OR
PHP:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
Important:
vbmenu_control - is used in all basic template styles which have not been edited and using stanard coding
navitem - is used in almost all premium/professioanl template styles

make sure you use the correct one if your not sure look for

<td class=

SAVE

STEP 3 - ADDING THE DROP DOWN OPTIONS TO THE MENU
AdminCP > Styles & Templates > Style Manager > Default Style > header
OR
AdminCP > Styles & Templates > Style Manager > Default Style > Navigation / Breadcrumb Templates > Navbar

FIND
<!-- / NAVBAR POPUP MENUS -->

PASTE THIS BELOW <!-- / NAVBAR POPUP MENUS -->

PHP:
<!-- new posts menu -->

<div class="vbmenu_popup" id="newposts_menu" style="display:none" align="left">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">New Posts</td></tr>
<tr><td class="vbmenu_option"><a href="search.php?do=getnew">Previous Visit</a></td></tr>
<tr><td class="vbmenu_option"><a href="search.php?do=getdaily">Previous Day</a></td></tr>
<tr><td class="vbmenu_option"><a href="search.php?do=getdaily&days=7">Previous Week</a></td></tr>
<tr><td class="vbmenu_option"><a href="search.php?do=getdaily&days=30">Previous Month</a></td></tr>
</table>
</div>
<!-- / new posts menu -->
PLEASE READ
THIS CAN BE PASTED INTO EITHER NAVBAR OR HEADER


If you are using the header for this look for

<!-- / NAVBAR POPUP MENUS -->

this may not be coded inside the template
you may need to improvise on this

SCREENSHOT INFORMATION
i have provided 3 screenshots from my template styles
 
please put me as the autor and contact of this mod, just to let the admin know, i am simonhind, i just changed my username and email address to register and promise to not be silly again

i wish for all uploaders of my template edits and mods to start using the author for contact for support
 
I remember your comment on vb.org
simonhind
I am getting pissed off at the moment i need to help getting a site offline for good

everyone visit this link and find out why
Code:
http://www.vbteam.info/vb-3-7-x-addons-template-modifications/6049-make-fourm-faster.html
someone who has a licence is submitting these file the this site need help and suggestions
protech said:
please put me as the autor and contact of this mod, just to let the admin know, i am simonhind, i just changed my username and email address to register and promise to not be silly again

i wish for all uploaders of my template edits and mods to start using the author for contact for support
 
Back
Top