Back to vBulletin 3.7 Template Modifications

Better New Post Navigation
Mod Version: 1.00, by TheSupportForum

This modification is in the archives.
vB Version: 3.7.3 Rating: (2 votes - 3.50 average) Installs: 42
Released: 27 Sep 2008 Last Update: Never Downloads: 6
Not Supported Template Edits  

Brought To You By

Tutorials4you.co.uk


=======================
Better Newpost Nav item
vBulletin 3.7.3--
Author (c)
Simon Hind
Tutorials4you
Author Contact
http://www.tutorials4you.co.uk/
27/09/2008 - Date of Update
=======================

=======================
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.co.uk in the comments
=======================

=======================
Change Log
-- Now using xixxon Method
=======================

=======================
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

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

REPLACE WITH

Code:
<td id="newposts" class="vbmenu_control">
    <a href="#">$vbphrase[new_posts_nav]</a>
    <script type="text/javascript">
        vbmenu_register("newposts");
    </script>
</td>

Continue Search :

Code:
<!-- / NAVBAR POPUP MENUS -->

Add below :

Code:
<!-- 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 -->

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

**********************************
SCREENSHOT INFORMATION
**********************************

i have provided 3 screenshots from my template styles

Default - vbulletin style
Crystal Clean - http://www.completevb.com/
Twisted Dark - http://www.completevb.com/

Download

No files for download.

Screenshots

Click image for larger version
Name:	newpost1.GIF
Views:	440
Size:	7.6 KB
ID:	87418   Click image for larger version
Name:	newpost2.GIF
Views:	464
Size:	6.0 KB
ID:	87419   Click image for larger version
Name:	newpost3.GIF
Views:	497
Size:	7.3 KB
ID:	87420  


vblts.ru supports vBulletin®, 2022-2024