View Full Version : Trying to add to bottom of posts
Wizardjv
06-06-2007, 05:47 AM
I was trying to add to the bottom of every post in a certain forum a message or image. But I cant exactly figure out where I would put it. Ive looked for a hack like this but I can only find ones that add new footers for certain forums.
I want to put the message or image in the acctual post itself. So I guess question is can this be done? Or does anyone know how I could accomplish this? Thank You for your time and I appreciate any help available
Dismounted
06-06-2007, 09:14 AM
Let me clarify this, you want something displayed inside the message box at the bottom of every message? If so, edit the postbit template.
Wizardjv
06-08-2007, 04:20 AM
Yeah I found that reading elsewhere but im having problems making it work in only certain forums... would appreciate if someone can help
UltimateOreo!
06-08-2007, 04:54 AM
I can probably help, PM me.
Dismounted
06-08-2007, 09:42 AM
<if condition="$forum['forumid'] == FORUMID">CODE</if>
Wizardjv
06-08-2007, 11:43 AM
Ahhh Thank you very much..That helped alot I had the condition defined wrong.. I appreciate it
Wizardjv
06-10-2007, 11:19 AM
Acctually that didnt work it makes it show up everywhere... So I guess the statement is different....Dunno but thank you anyway
Dismounted
06-11-2007, 06:34 AM
<if condition="$foruminfo['forumid'] == FORUMID">CODE</if>
Mastar
06-11-2007, 06:50 PM
Try this:
<if condition="$forumid == X">
Wizardjv
06-20-2007, 03:45 AM
Acctually I got it to work the if statement wouldnt lemme use php inside of it so I used iframe and now is working..But if I wanna define if for multiple forums how would I do that?
<if condition="$forum['forumid'] == FORUMID">CODE</if>
WOuld It be And .... or OR...I cant get it work with multiple FORUMID
Dismounted
06-20-2007, 06:46 AM
<if condition="$forum['forumid'] == FORUMID OR $forum['forumid'] == FORUMID2">CODE</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.