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

Status
Not open for further replies.

bxflow

Active Member
4,686
2010
621
30
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
 
did you replace
$forum[statusicon] for both templates withthe new code you provided? if that was it then it dint work for me
 
Status
Not open for further replies.
Back
Top