StreamingSoundtracks.com
VIP
Subscribe to become a VIP member of SST!

· Request More Often
· Unshared Requests
· Request Countdown Timer
· Request Ready Indicator
· Your Request History
· Access To The VIP Forum
· Add More Favorites

:: Click Here To Upgrade ::

:: Give VIP as a Gift ::

Listen Live!

Donation Meter


Make donations with PayPal!
Monthly Goal:
$500.00

Need:
$162.58

5 Donations:
$337.42

Death.FM (Apr-9) shrike $20.00
StreamingSoundtracks.com (Apr-8) trailblder $25.00
Death.FM (Apr-2) SeclusionSolution $242.42
StreamingSoundtracks.com (Apr-2) Locutus76 $30.00
Death.FM (Apr-1) valar_morghulis $20.00

 


Last Month's Donors
Death.FM (Mar-29) htmm $13.37
StreamingSoundtracks.com (Mar-27) klingon50 $10.00
Death.FM (Mar-22) chapper $10.00
Death.FM (Mar-17) swissdeath $9.99
Death.FM (Mar-15) osiris $10.00
1980s.FM (Mar-11) Bondstec $15.00




Search

 

SSTore



:: SSTore ::



Forum Code Tutorial

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    StreamingSoundtracks.com Forum Index -> Help
View previous topic :: View next topic 
Author Message
Yemen j2brown
Commodore
Commodore

aw

Joined: Feb 22, 2002
Member#: 9
Posts: 3188
Location: Sterling, VA

j2brown is offline View user's profile Send private message Send e-mail View j2brown's Favorites
AIM Address Yahoo Messenger MSN Messenger
PostPosted: Sat Jul 29, 2006 11:50 am   Post subject: Forum Code Tutorial Reply with quote


This is meant to be a helpful guide to those struggling with quoting, posting links, posting pictures, and spoilers. For help with other issues, visit the Forum FAQ and the BBCode Guide.

QUOTING

The best way to quote somebody is to use the in the upper right of their post.

However, to help you understand how all that stuff in the post works, here's how to do it manually:

Surround your text with QUOTE tags as indicated:

Code:
[QUOTE]hello all[/QUOTE]


which displays like this:

Quote:
hello all



To attribute this quote to something, you can simply add an equal sign and any text in quotation marks immediately after the word QUOTE:

Code:
[QUOTE="hamburger"]hello all[/QUOTE]


which displays like this:

hamburger wrote:
hello all



To quote somebody quoting somebody else:

Code:
[QUOTE="Billy"][QUOTE="Tommy"][QUOTE="Billy"][QUOTE="Tommy"]
Tommy's first post[/QUOTE]
Billy's first reply[/QUOTE]
Tommy's first reply[/QUOTE]
Billy's second reply[/QUOTE]
>>> Tommy's latest reply would go here <<<


which displays like this:

Billy wrote:
Tommy wrote:
Billy wrote:
Tommy wrote:

Tommy's first post

Billy's first reply

Tommy's first reply

Billy's second reply

>>> Tommy's latest reply would go here <<<


LINKS

If you type a URL beginning with http or www into you post it should appear as a link automatically.

Code:
http://www.streamingsoundtracks.com


shows up as

http://www.streamingsoundtracks.com

and

Code:
www.streamingsoundtracks.com


as

www.streamingsoundtracks.com

Surround your full link with the URL tags as indicated:

Code:
[URL]http://www.streamingsoundtracks.com/[/URL]


which displays like this:

http://www.streamingsoundtracks.com/


Sometimes links are super long and make the page too wide for normal viewing:

Just move the first closing bracket to after the end of the link and add an equal sign in front of the link.
Then put a name for your link between the URL tags:

Code:
[URL=http://www.streamingsoundtracks.com] >> SST << [/URL]


which displays like this:

>> SST <<

AMAZON LINKS

If you're linking to something on Amazon, please be sure to include the 27seven.fm partner code. Anything you order from following a link with the partner code in it will allow 24seven to get some of the proceeds.

The keys to amazon links is the Amazon Standard Identification Number or ASIN, and the Associate ID for 24seven.fm: 24fmll-20

To link to an Amazon page from SST you could use the following code:

Code:
http://amazon.com/o/ASIN/ASIN-VALUE-HERE/24fmll-20


where ASIN-VALUE-HERE is the ASIN for the product.

For example, to link to John Williams' Star Wars: Episode IV score (with the ASIN of B0002YCVIS, which you can easily see in the address bar of your browser when you're on an amazon product page) you'd use:

Code:
http://amazon.com/o/ASIN/B0002YCVIS/24fmll-20


which displays like this:

http://amazon.com/o/ASIN/B0002YCVIS/24fmll-20

PICTURES

Save your picture to a hosting service where they will give you a full link to the picture beginning with http and ending with the file name.

Code:
http://www.streamingsoundtracks.com/images/logos/logo-sst-f200x200.png



To make this appear as an image in your posts, you must add the IMG tags:

Code:
[IMG]http://www.streamingsoundtracks.com/images/logos/logo-sst-f200x200.png[/IMG]


which displays like this:




ADVANCED PICTURES

You can also make your pictures a click-able link:

Take your image code here:

Code:
[IMG]http://www.streamingsoundtracks.com/images/logos/logo-sst-f200x200.png[/IMG]


And insert it here as indicated:

Code:
[URL=http://www.streamingsoundtracks.com] >>INSERT FULL IMAGE LINK AND TAGS HERE<< [/URL]


Then you get this code:

Code:
[URL=http://www.streamingsoundtracks.com][IMG]http://www.streamingsoundtracks.com/images/logos/logo-sst-f200x200.png[/IMG][/URL]


which displays like this:


CLICK ME!

YouTube

Thanks to Chandler you can now embed YouTube videos

Code:
[youtube]http://youtube.com/watch?v=JKrn9U0xS_o[/youtube]


Displays like this:





Spoilers

To hide text so that others must highlight it to read it, use the spoiler tag.

Surround your hidden text with the spoiler tags:

Code:
[spoiler]Hidden Text[/spoiler]


that will show up like this:

Spoiler:
Hidden Text


Tables

You can create simple tables by using the following syntax (borrowed from HTML)

Code:
[table]
[tr][th]Cell Header[th]Cell Header[/tr]
[tr][td]Row 1 Cell 1[td]Row 1 Cell 2[/tr]
[tr][td]Row 2 Cell 1[td]Row 2 Cell 2[/tr]
[tr][td]Row 3 Cell 1[td]Row 3 Cell 2[/tr]
[/table]


will produce

Cell HeaderCell Header
Row 1 Cell 1Row 1 Cell 2
Row 2 Cell 1Row 2 Cell 2
Row 3 Cell 1Row 3 Cell 2


Rules:
- each table starts with [ table ] and ends with [ /table ]
- for each row, you need to start with a [ tr ] and end with a [ /tr ]
- [ th ] permits to create a header cell
- [ td ] creates a normal cell but you can optionally use
- [ tdl ], [ tdr ], [ tdc ] to indicate that the content of a cell will be aligned by the left, the right or the center.


Other helpful information

The BBCode Guide is here.

The Forum FAQ is here.

--

Originally coded by Sparky from Ann Coulter's discussion forum

--

I'll be locking this thread. Please forward any suggestions to j2brown via PM or email.
Display posts from previous:
Post new topic   This topic is locked: you cannot edit posts or make replies.    StreamingSoundtracks.com Forum Index -> Help All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Forums ©


Copyright © 2001-2020 24seven.FM, LLC All rights reserved.
Comments, images, and trademarks are property of their respective owners.
You can syndicate our news using the file backend.php or ultramode.txt. Robots may follow the Sitemap.