PDA

View Full Version : Convert VB3 mod to VB4?


Strategos
11 May 2012, 17:34
Hello, I am wondering how I could impliment this mod in VB4.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



http://www.vbulletin.org/forum/showthread.php?t=219038

It's just a simple conditional, but I don't even think they use that $post['infraction'] var anymore and I know they now use <vb:if>

kh99
16 May 2012, 10:58
You just need to change <if to <vb:if and </if to </vb:if. Also, the template is different so the place that the instructions say to find doesn't exactly exist, but you can just put it somewhere close to "{vb:raw ad_location.ad_showthread_firstpost_start}" and move it around if you want once you see it.