Hii All, i am using 4.0.3 vb i want to show a message on every topic. its seen only guest.. please help me...
I think I can help you.. You have to modify a template, showthread. In admincp -> style manager -> showthread find $poll. Right above it write this: <if condition="!$bbuserinfo[userid]"> <div style="padding:0px 0px $stylevar[cellpadding]px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" align="center"> Hello Guest Please <a href="yourforum.com/register">Register</a> to support us </td> </tr> </table> </div> </if> This works in 3.8.x but maybe it will work in 4.0.x also
vBulletin 4 uses different if condition statment so unfortunately your template modification wont work in vBulletin 4 releases
I wouldn't do the above ^^ The simple and easy way to do this is just to use one of the built in ad_location_templates There are a few for first post inside the post, above the post and after the post. Don't just edit your showthread template, use the built in ad_locations so you don't have to worry about redoing the edits with every upgrade. ps.. I'd suggest updating to the latest 4.x build, several bug fixes have been issues since .4
yes indeed, I always forget the ad_location_templates!!! don't know why.. ) this is the way to go, very simple and efficient!