Forum code help
Moderator: aTm
- aTm
- Muad'Dib
- Posts: 8975
- Joined: Fri Feb 25, 2011 12:25 am
- College Hoops Affiliation: Texas A&M
- Mascot Fight: Big Cat/Tiger/Lion/Etc
- Location: Inner Loop, Houston, TX
Forum code help
nm
Sure, I could have stayed in the past. I could have even been king. But in my own way, I am king.
- aTm
- Muad'Dib
- Posts: 8975
- Joined: Fri Feb 25, 2011 12:25 am
- College Hoops Affiliation: Texas A&M
- Mascot Fight: Big Cat/Tiger/Lion/Etc
- Location: Inner Loop, Houston, TX
Re: Forum code help
Lesson #1 - YouTube Video
Use the following forum code.
All you have to do to post a Youtube video on the board is grab the video's ID. The ID is the string of letters unique to each viedo that is listed in its URL.
For example, if you want to link http://www.youtube.com/watch?v=oHg5SJYRHA0, then you simply grab the "oHg5SJYRHA0" part of the URL and place it in the code as follows:
and you get....
[youtube]oHg5SJYRHA0[/youtube]
Use the following forum code.
Code: Select all
[Youtube][/Youtube]
For example, if you want to link http://www.youtube.com/watch?v=oHg5SJYRHA0, then you simply grab the "oHg5SJYRHA0" part of the URL and place it in the code as follows:
Code: Select all
[Youtube]oHg5SJYRHA0[/Youtube]
[youtube]oHg5SJYRHA0[/youtube]
Sure, I could have stayed in the past. I could have even been king. But in my own way, I am king.
- aTm
- Muad'Dib
- Posts: 8975
- Joined: Fri Feb 25, 2011 12:25 am
- College Hoops Affiliation: Texas A&M
- Mascot Fight: Big Cat/Tiger/Lion/Etc
- Location: Inner Loop, Houston, TX
Re: Forum code help
Lesson #2 - Images
There are curently two forum codes for posting images. They are:
"img" posts an image at its normal size. Use this tag for posting normal size picture on the board. If a picture is too large, it will get cut off at the right hand side by the edge of the web page, this is when you use the "Img2" tag. "Img2" contrains the image to the width of our page so that it doenst get cut off, If you use "Img2" with a smaller image, it will expand it to fit the page.
Examples for a smaller/normal sized image.

[img2]http://web.ics.purdue.edu/~pritchey/ima ... ck_aTm.jpg[/img2]
Examples for a very large image.

[img2]http://www.fisd.us/ecc/TEXAS_A_M_WALLMARX_LOGO.jpg[/img2]
There are curently two forum codes for posting images. They are:
Code: Select all
[img][/img] AND [Img2][/Img2]
Examples for a smaller/normal sized image.
Code: Select all
[img]http://web.ics.purdue.edu/~pritchey/images/block_aTm.jpg[/img]

Code: Select all
[img2]http://web.ics.purdue.edu/~pritchey/images/block_aTm.jpg[/img2]
Examples for a very large image.
Code: Select all
[img]http://www.fisd.us/ecc/TEXAS_A_M_WALLMARX_LOGO.jpg[/img]

Code: Select all
[img2]http://www.fisd.us/ecc/TEXAS_A_M_WALLMARX_LOGO.jpg[/img2]
Sure, I could have stayed in the past. I could have even been king. But in my own way, I am king.
- aTm
- Muad'Dib
- Posts: 8975
- Joined: Fri Feb 25, 2011 12:25 am
- College Hoops Affiliation: Texas A&M
- Mascot Fight: Big Cat/Tiger/Lion/Etc
- Location: Inner Loop, Houston, TX
Re: Forum code help
Lesson #3 - Other Flash video (and objects)
Use the following forum code.
Flash is a little more complicated than youtube. You have to look at the video's embed code and try and piece it together along with the video players height and width.
Lets say I go to CNN and want to link a video that gives me the following embed code.
The important parts i see are the width, height and the source portion of the code. Using that I create the following bbcode.
Note that I put the width then height in the first flash code, then grabbed the source of the file i want to play and put that between the tags. You end up with this:
Please let me know if it gives you an error when trying to post flash. there is an option to allow or disallow certain classes of user from posting using that tag, so I may need to make adjustments if it doesnt work.
Use the following forum code.
Code: Select all
[Flash=][/Flash]
Lets say I go to CNN and want to link a video that gives me the following embed code.
Code: Select all
<object width="416" height="374" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><param name="movie" value="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&videoId=us/2011/04/15/vo.ms.tornado.jackson.cnn" /><param name="bgcolor" value="#000000" /><embed src="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&videoId=us/2011/04/15/vo.ms.tornado.jackson.cnn" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="416" wmode="transparent" height="374"></embed></object>
Code: Select all
[flash=416,374]http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&videoId=us/2011/04/15/vo.ms.tornado.jackson.cnn[/flash]
Please let me know if it gives you an error when trying to post flash. there is an option to allow or disallow certain classes of user from posting using that tag, so I may need to make adjustments if it doesnt work.
Sure, I could have stayed in the past. I could have even been king. But in my own way, I am king.
- Jungle Rat
- The Pied Piper of Crazy
- Posts: 30435
- Joined: Fri Feb 25, 2011 10:38 am
- College Hoops Affiliation: Florida
- Mascot Fight: Croc/Gator/Etc
- Location: Crows Parents Basement
Re: Forum code help
Thanks. I get the first two now I think. The third one made me feel nauseous.
-
- Junior
- Posts: 718
- Joined: Mon Apr 11, 2011 6:25 pm
- College Hoops Affiliation: Florida State
- Mascot Fight: Bear/Grizzly/Etc
Re: Forum code help
thanks aTm, youse ok for a kay-det
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
Re: Forum code help
[Youtube]Cqh54rSzheg&feature=related[/Youtube]
Practice. Hope this works.
Practice. Hope this works.
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
Re: Forum code help
[Youtube]Cqh54rSzheg&feature[/Youtube]
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
Re: Forum code help
Damn
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
- AugustWest
- Senior
- Posts: 3200
- Joined: Sat Feb 26, 2011 8:33 pm
- College Hoops Affiliation: North Carolina State
- Mascot Fight: Bear/Grizzly/Etc
Re: Forum code help
karen, leave out the "&feature" in your youtube code. just use the unique number.
U*NC is the cleanest most honest athletic program on the planet. I am jealous of their deserved success, and I'm a mewling cunt.
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
Re: Forum code help
[youtube]Cqh54rSzheg[/youtube]
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
Re: Forum code help
Yay! Thanks Auggie! It's been so long I forgot what video I was posting. It was a hit when I started. heh
- AugustWest
- Senior
- Posts: 3200
- Joined: Sat Feb 26, 2011 8:33 pm
- College Hoops Affiliation: North Carolina State
- Mascot Fight: Bear/Grizzly/Etc
Re: Forum code help
heh.
U*NC is the cleanest most honest athletic program on the planet. I am jealous of their deserved success, and I'm a mewling cunt.
- crashcourse
- Senior
- Posts: 3545
- Joined: Tue Apr 05, 2011 7:18 pm
- College Hoops Affiliation: Kansas State
- Mascot Fight: Croc/Gator/Etc
Re: Forum code help
easy avatar creator
http://www.shrinkpictures.com/create-avatar/
http://www.shrinkpictures.com/create-avatar/
- It's me Karen
- Junior
- Posts: 659
- Joined: Tue Apr 05, 2011 7:00 pm
- College Hoops Affiliation: Michigan
- Mascot Fight: Big Cat/Tiger/Lion/Etc
Re: Forum code help
A shout out goes to aTm for finding this place and setting it up. I think it's going to be a hit!
- Jungle Rat
- The Pied Piper of Crazy
- Posts: 30435
- Joined: Fri Feb 25, 2011 10:38 am
- College Hoops Affiliation: Florida
- Mascot Fight: Croc/Gator/Etc
- Location: Crows Parents Basement
Re: Forum code help
Karen is drunk
- aTm
- Muad'Dib
- Posts: 8975
- Joined: Fri Feb 25, 2011 12:25 am
- College Hoops Affiliation: Texas A&M
- Mascot Fight: Big Cat/Tiger/Lion/Etc
- Location: Inner Loop, Houston, TX
Re: Forum code help
Does she put out?
Sure, I could have stayed in the past. I could have even been king. But in my own way, I am king.
- Stormaktstiden
- Freshman
- Posts: 86
- Joined: Sat Apr 16, 2011 2:10 pm
- College Hoops Affiliation: Presbyterian
- Mascot Fight: Bear/Grizzly/Etc
Re: Forum code help
For uploading avatars add the ability to upload from a link instead of just from your pc. Halo already has it setup that way at RI.
Where vice is vengeance follows.