PDA

View Full Version : Custom BBCode help


soundbarrierpro
05-11-2009, 07:18 PM
I have a video section on my site which many of my members use the links from the videos to discuss a topic in the forum.

In my forum, I'm able to automatically embed urls from sites like youtube, veoh etc. with custom BBCodes found here at vbulletin.org.

I'd like to have my member base to be able to automatically embed the videos in the forum from my video section with a custom BBCode for my own site urls.

Is this possible? I'm using vbtubepro which is a video viewing portal sold as a vbulletin add-on script similar to phpmotion.

I tried re-configuring one of the youtube BBCodes here as a test but fail miseerably.

Any help is greatly appreciated.

Thank you

1Unreal
05-11-2009, 09:51 PM
Post the embed HTML code here so we can try to help

chick
06-17-2009, 09:49 PM
Here is the code, I tried modeling it after youtube code but no luck. I too use vbtubepro too and all videos are uploaded and hosted on my server (note I have my site blanked out my site per rules and porn)



<object type="application/x-shockwave-flash" data="http://mysite.net/mediaplayer/player.swf" width="425" height="362"><param name="movie" value="http://mysite.net/mediaplayer/player.swf" /><param name="bgcolor" value="#000000" /><param name="FlashVars" value="file=http://mysite.net/vbtube/upload/flv/24294059.flv&autoplay=false&width=425&height=362&volume=80&site=0&vorschau=http://mysite.net/vbtube/upload/thumb/24294059.jpg"/></object>




and the html link for the above object code is

http://mysite.net/vbtube_show.php?do=tube&tubeid=908

and using 24294059

I did manage to get this to work... only problem is tube bbcode example of 2144705 plays the object code example ...... never the new bbcode numbers to another video.

Any help?