![]() |
|
#1
|
||||
|
||||
|
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>
Thanks
__________________
Submit your site to Tech6 Directory
Visit Technology and Webmasters Forum | Vinayaks.com | Where India actually talks ![]() |
|
#2
|
||||
|
||||
|
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:
Code:
switch ($otag)
{
case 'br':
case 'hr':
case 'img':
case 'param':
continue;
default:
|
|
#3
|
||||
|
||||
|
This solved the problem at once, thanks a lot
__________________
Submit your site to Tech6 Directory
Visit Technology and Webmasters Forum | Vinayaks.com | Where India actually talks ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|