
My Youtube code (which works!) is:thebrainshift wrote:I have tried the youtube codes and all I see in the post are the links i posted as opposed to the video
Code: Select all
BBCode usage: [youtube]{TEXT}[/youtube]
HTML replacement: <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{TEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Help line: Put the tags around the last part of the Youtube address - the bit after the equals sign.
The point is that using {TEXT} within an HTML tag opens the possibility of a security risk. Somebody could try to close your tag and open another one.Acorn wrote:It makes things a lot easier for non-technical members as it is though - and for me, not having to try and explain which bit of the Youtube url they have to extract!
Then you are not using it right. Show us a post on your board where this happened, and we'll explain what's wrong.thebrainshift wrote:I have tried the youtube codes and all I see in the post are the links i posted as opposed to the video
And leaves you wide open to security exploits.Acorn wrote:It makes things a lot easier for non-technical members as it is though - and for me, not having to try and explain which bit of the Youtube url they have to extract!
Which youtube BBCode did you use?thebrainshift wrote:this is what comes up when i attempt it
[youtube]http://www.youtube.com/watch?v=1AJmKkU5POA[/youtube]
is it the helpline text i should change? I just typed youtube thereexcuse my lack of knowledge, this is the first time i am ever dealing with my own forum or website.
No, the help line is only for displaying tooltips to the user; it has nothing to do with the code generated.thebrainshift wrote:this is what comes up when i attempt it
[youtube]http://www.youtube.com/watch?v=1AJmKkU5POA[/youtube]
is it the helpline text i should change? I just typed youtube there
There are a few in this topic, searching for "table tr td" will narrow it down as much as possible. Tables are a somewhat complicated bbcode since it requires many parts, which is probably why it isn't posted over and over. You may want to try this one first: http://www.phpbb.com/community/viewtopi ... 5#p4078025Akexis wrote:I've been crawling all over the board and the internet in general for hours (and those of you who have ever began the intrepid adventure of hosting your own board know I mean literally). I can't find a way to add tables to my board. I noticed it mentioned earlier in this topic on the first few pages, I got to about page 16 before I skipped to the end, but it seems the people who asked were completely ignored.
I've crawled over the MOD section with no luck, other forums and have found plenty of stuff for phpbb2.
Is this something that's being worked on/developed? Can someone send me a link on where to go for my answers?
Also, I wanted to thank everyone for their work on the custom BBCode stuff. It's been a tremendous help. Cheers!