Log in

View Full Version : Need some code


hbalagh1
10-13-2005, 03:14 PM
i'm running 3.0.7 and i need some code to place in front of a button for a certain forum (in this case f=43). Im using the quote it mod that has a button in each post so people can submit the quotes. I have a private forum for my star members and i don't want them to accidently forget they are in a private forum and submit quotes from there. So i need some kind of if function

thanks for any help
Heather

Andreas
10-13-2005, 03:16 PM
<if condition="$threadinfo['forumid'] == x">
dont show whatever
</if>

hbalagh1
10-13-2005, 03:20 PM
it's not working i guess i should also mention its for the post bit, this removed it from all forums and i replaced the x with 43

hbalagh1
10-14-2005, 05:41 PM
anyone