Log in

View Full Version : Modified NewReply for a single forumID


Peterpan002
07-31-2008, 09:54 AM
I would like the newreply in a particular forum to contain text suggestions. What would I add to the newreply template in terms of conditionals and text and where?

thanks in advance

Lynne
07-31-2008, 02:02 PM
This may be what you are thinking of - Thread Stencil (https://vborg.vbsupport.ru/showthread.php?t=130162)

Opserty
07-31-2008, 04:45 PM
If not the condition would be:

<if condition="$foruminfo['forumid'] == X">
SOME TEXT HERE...
</if>

Try $forum['forumid'] == X or $forumid == X if the above doesn't work.

Change X to the forumid of the forum you want the changes to show in.