The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Signature Help
I want to put up the following HTML code in my signature but for obvious reasons, I do not want to enable HTML anywhere on the site. Can anyone help me out? It's simply the standings for the AL Central and is updated through MLB's website so I don't have to go in and change it when there are wins and losses.
HTML Code:
<IFRAME border=0 src="http://gd.mlb.com/components/teams/standings/AL_C.html?club=cws" frameBorder=0 width=207 scrolling=no height=188></IFRAME> |
#2
|
||||
|
||||
Off the top of my head:
You could go into the postbit template (or _legacy depending on which you use) and where it says signature, you could put something like HTML Code:
<if condition="$post[userid] == X"> <IFRAME border=0 src="http://gd.mlb.com/components/teams/standings/AL_C.html?club=cws" frameBorder=0 width=207 scrolling=no height=188></IFRAME> <else /> ($post[signature] or whatever is there) </if> |
#3
|
|||
|
|||
install an iframe bbcode and name it something off the wall.......
like [insig] so only you can use it |
#4
|
||||
|
||||
Quote:
I recommend using a conditional. you could use a REPLACEMENT |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|