View Full Version : blog code isn't working right!
blank
11-28-2006, 06:22 PM
I just noticed that it isn't working right... <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="400">
something like that shows up which is where the FIRST linebreak is... I haven't figured out a fix for this yet and probably won't be able to get to it until tomorrow. If any of the modders want to check into this for me it would be appreciated!
I'll try to get to this ASAP but my schedule is a bit goofy right now.
blank
11-28-2006, 06:28 PM
crap, I found it... it was just linebreaks...
will post the fixed play_content.tpl shortly
in play_content.tpl replace with: <form name="mycopy" action="">
<br>
<b>Blog Code: </b>
<input name="block" type="text" class="text" id="block" value='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="400"><param name="movie" value="<?php echo"$location"; ?>"><param name="quality" value="high"> <embed src="<?php echo"$location"; ?>" width=500 height=400 align="center" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object> Tons of FREE videos at <a href=<?php echo"$site_url"?>><?php echo"$site_title"?></a>' size="50" onclick="this.select();">
<br>
<b>Link Code: </b>
<input name="link" type="text" class="text" id="link" value='<?php echo"http://$site_url/play-$id2.html";?>' size="50" onclick="this.select();">
</form>
Its all about making the blog code line ALL on a single line...
hiphop
11-30-2006, 07:54 PM
http://$site_url/play.php?id=$id2
That's the link code I used since i'm not in seo mode and don't use the html format.
vBulletin® v3.7.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.