1
I can't seem to find a way to get html tags or bbcode tags (other than [img]) to work in the signature field of posts to the CBB forum at my site. I am running XOOPS 2.2.3 and CBB 3.0. A user was wondering if it is possible to use this code for iframes:
<iframe src="http://gamercard.xbox.com/REPLACE-THIS-WITH-YOUR-GAMERTAG.card" scrolling="no" frameBorder="0" height="140" width="204">Put your gamertag here too.iframe>
I was wondering if it is possible to use code for a flash file, such as:
<div align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="187" height="143" title="Ultimate Betrayal"> <param name="movie" value="/images/utlimatebetrayal.swf" />
<param name="quality" value="high" />
<embed src="/images/utlimatebetrayal.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="187" height="143">embed>
object>div>
I tried searching the forums, the XOOPS site, and then googled about every possible combination of words I thought might be relevant to my problem with no luck.