PDA

View Full Version : vBulletin coding problem


Millenium IT
07-26-2007, 07:23 PM
So, I installed this hack that replaces the forums statusicons with custom ones, set-able via forum-edit in the AdminCP. But now, I need to make a modification that notify's people of new posts. So I tried something simple like this:



<if condition="$forum[statusicon]=='new'">
<b>NEW!</b>
</if>


But this doesn't work since it displays NEW! on every forum catagory on the main page.

I am running vB3.6.4 and made the above stated changes to my forumhome_forumbit_level2_post and forumhome_forumbit_level2_nopost templates.

Any advice here guys?

EnIgMa1234
07-26-2007, 07:32 PM
Check forummanager in admincp ;)

Millenium IT
07-26-2007, 07:40 PM
Check forummanager in admincp ;)

Mind elaborating?

EnIgMa1234
07-26-2007, 07:42 PM
Which hack was it

Millenium IT
07-26-2007, 07:46 PM
I Installed this hack:
https://vborg.vbsupport.ru/showthread.php?t=127426

Installing this hack removes the statusicons and replaces them with custom icons. Thus, if a new post is made, there is no way of telling it by looking at the catagorys on the forum homepage. So i want to make some text display next to the thread title stating that a new post has been made in the forum

EnIgMa1234
07-26-2007, 07:58 PM
Use this:
https://vborg.vbsupport.ru/showthread.php?t=102025&highlight=custom+status+icons

Millenium IT
07-26-2007, 08:18 PM
Excelent thanks man :)