![]() |
Trying to add to bottom of posts
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 |
Let me clarify this, you want something displayed inside the message box at the bottom of every message? If so, edit the postbit template.
|
Yeah I found that reading elsewhere but im having problems making it work in only certain forums... would appreciate if someone can help
|
I can probably help, PM me.
|
Code:
<if condition="$forum['forumid'] == FORUMID">CODE</if> |
Ahhh Thank you very much..That helped alot I had the condition defined wrong.. I appreciate it
|
Acctually that didnt work it makes it show up everywhere... So I guess the statement is different....Dunno but thank you anyway
|
Code:
<if condition="$foruminfo['forumid'] == FORUMID">CODE</if> |
Try this:
PHP Code:
|
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?
Code:
<if condition="$forum['forumid'] == FORUMID">CODE</if> |
Code:
<if condition="$forum['forumid'] == FORUMID OR $forum['forumid'] == FORUMID2">CODE</if> |
All times are GMT. The time now is 09:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|