Quote:
Originally Posted by TheChaosFactor
Hey, this is awesome, thank you!
Is there a way to make it only work in one forum and sigs though?
|
Sure
You can WRAP the code with...
Code:
<if condition="$forum[forumid] == #">
Replacement Code here!
</if>
Example:
Code:
<if condition="$forum[forumid] == #">
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
</if>
Where
# is replaced by the forum ID you wish to display it in
And sigs... did you mean... Show this ONLY in signatures AND in a certain forum OR each different? - Let me know and I'll point you in the right direction with that too

.
S-MAN