Back to vBulletin 3.5 Template Modifications

New Post Status Icon links to Getnew for that forum.
Mod Version: 1.00, by Wayne Luke

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 13
Released: 10 Jan 2006 Last Update: Never Downloads: 4
Not Supported Template Edits  

In order to simplify searching, I wanted to make the New Post status icon link to the search engine and retrieve only the new posts for that forum. If there are no new posts, the icon links to the forum itself.

Open forumhome_forumbit_levelX_post. In my example, I am using forumhome_forumbit_level2_post.

Find:
HTML Code:
	  <img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
Replace with:
HTML Code:
	<if condition="$forum[statusicon]=='new'">
	  <a href="search.php?do=getnew&include=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></a>
	<else />
	  <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></a>
	</if>  
You can apply similar modifications to any forumbit at any level.

A demo can be found at: http://www.dovguild.net

Distibuted under the "Wayne License". You may modify to suit your needs, No Attribution Necessary, Redistribution allowed on sites which can verify legitimate vBulletin License Holders only.

Download

No files for download.

Similar Mods

Forum Home Enhancements Custom Forum Status Icon vBulletin 3.7 Template Modifications
Forum Home Enhancements Custom Forum Status Icon vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024