Skip to content
WJunction - Webmaster Forum

is this a mod? if so whats the name of it?

Status
Not open for further replies.
Hello on warezlobby.org's on their WarezLobby v2 style next to the forum there is a text that says New Post! when theres a new post. I was wondering if this is a mod or is part of the their skin?
 

6 comments

Most likely no, it probably pulls from the icons next to the forum. Like on WJ you can double click an icon to make it faded so it's marked as read. I'm sure it's a simple code edit
 
this is for a new_forum notification image, doesnt this already come in vb 3.8.x i was asking about the TEXT that says NEW POST! not the image
 
LoL..
I cann't ignore this post..
after reading this post, I just wanna try it..

*before that.. don't blame me because of this n00b steps*

Ok..
this is the steps..
first, we must search and edit this two template:
1. forumhome_forumbit_level1_post
2. forumhome_forumbit_level2_post

we must search the forum icon source code on both template..

forumhome_forumbit_level1_post
Code:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_[B]$forum[statusicon][/B].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />

forumhome_forumbit_level2_post
Code:
<img src="$stylevar[imgdir_statusicon]/forum_[B]$forum[statusicon][/B].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />

$forum[statusicon] = new/old

so, we can use this source to display the new button:
Code:
<img src="images/$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />

but don't forget to upload new.gif to your images folder..
and just upload blank image for old.gif..

sample:
[slide]http://imgcentre.com/img/uploads/big/a19fa7e70f.png[/slide]

:D
 
Status
Not open for further replies.

About the author

B
Active Member · Joined
Looking out my skyscraper window
4,686
Messages
621
Reactions
113
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom