The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
Let me clarify this, you want something displayed inside the message box at the bottom of every message? If so, edit the postbit template.
|
#3
|
|||
|
|||
![]()
Yeah I found that reading elsewhere but im having problems making it work in only certain forums... would appreciate if someone can help
|
#4
|
|||
|
|||
![]()
I can probably help, PM me.
|
#5
|
||||
|
||||
![]() Code:
<if condition="$forum['forumid'] == FORUMID">CODE</if> |
#6
|
|||
|
|||
![]()
Ahhh Thank you very much..That helped alot I had the condition defined wrong.. I appreciate it
|
#7
|
|||
|
|||
![]()
Acctually that didnt work it makes it show up everywhere... So I guess the statement is different....Dunno but thank you anyway
|
#8
|
||||
|
||||
![]() Code:
<if condition="$foruminfo['forumid'] == FORUMID">CODE</if> |
#9
|
||||
|
||||
![]()
Try this:
PHP Code:
|
#10
|
|||
|
|||
![]()
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> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|