View Full Version : How can I add a warning to posts in one specific forum?
skubaman
06-27-2010, 02:37 PM
Hi, I would like to add a warning when users try to post in only 1 of the different forums. Is that possible? or do I have to hard code modify the template and that will affect all forums?
Thanks
ChopSuey
06-28-2010, 09:14 AM
You can use notices...
AdminCP > Notices > Add New Notice
skubaman
06-28-2010, 03:13 PM
Thanks. But I should have been more clear. Most users don't read the notices, so I wanted a warning inside the posting area. I guess the only way to do it would be to modify the template. Or is there a mod for this?
Thanks
BSMedia
06-28-2010, 04:44 PM
You can modify the template then use an if condition to check if it's in that forum. Probably the newreply or newthread templates
<vb: if condition="$forumid[X]">warning</vb:if>
or something like that
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.