vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > Bugs & Issues > Bugs From 3.1.0

Reply
 
Thread Tools Display Modes
  #1  
Old 02-10-2009, 10:55 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
Member
 
Join Date: Mar 2008
Location: India
Posts: 31
Default Problem with <param>

Hello,

I have a youtube BBCODE that works perfect and validates xhtml.

Code:
<object type="application/x-shockwave-flash"
data="http://www.youtube.com/v/{param}" 
width="350" height="275">
<param name="movie" 
value="http://www.youtube.com/v/{param}" />
</object></param>
Now, ONLY on the vbadvanced page, a </param> is being added at the end i.e. after </object> which is giving xhtml errors. I have no clue what could be causing this. Happening only on my vba portal page and not in thread pages.

Thanks
Reply With Quote
  #2  
Old 02-11-2009, 10:27 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Thank you for pointing this out. You should be able to correct the issue by looking in your modules/news.php file for this code:
Code:
						switch ($otag)
						{
							case 'br':
							case 'hr':
							case 'img':
								continue;

							default:
And replace with this:
Code:
						switch ($otag)
						{
							case 'br':
							case 'hr':
							case 'img':
							case 'param':
								continue;

							default:
Reply With Quote
  #3  
Old 02-18-2009, 05:10 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
Member
 
Join Date: Mar 2008
Location: India
Posts: 31
Default

This solved the problem at once, thanks a lot
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:52 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.