GStwin.com GS500 Message Forum

Main Area => General GS500 Discussion => Topic started by: RedShift on February 08, 2006, 07:55:16 PM

Title: "Not so Obvious" Features in Posting Messages
Post by: RedShift on February 08, 2006, 07:55:16 PM
When John upgraded the forum software, new features appeared, and at least a couple of features became more obtuse.

1. How to link an Internet Address under Text

This is no longer as obvious as it was.  Selecting the link and clicking the "Insert Hyperlink" button gets you something like

[url]http://autolumination.com/194.htm[/url]

but looks like http://autolumination.com/194.htm whenb you post.  This isn't as cool as a link that shows as AutoLumination (http://autolumination.com/194.htm), which you get by changing the URL tag into:

[url=http://autolumination.com/194.htm]AutoLumination[/url]

2. Posting Lists

There's now an "Insert List" feature, last icon in the second row under the "Change Color" list box.  It does the indent, wrap's around properly and uses cute bullets so:

[list]
[li]First Element[/li]
[li]Second Element[/li]
[li]Third Element[/li]
[/list]

looks like:


But this supports the old style of listing as well, using asterisks to mark the list elements.  The code:

[list][*]First Element
[*]Second Element
[*]Third Element [/list]


works equally well. 

Your choice.
____________________________________________________

There's lots more to learn if you're curious.  I find the features available to the creative poster to be quite fun, and enhances the ability to read posts. 

Anyway, if others have some clues or hints on interesting methods/tips to post messages, please offer.  Maybe this thread will end up in the FAQ or as a sticky.  :thumb:

PS. Wish there was a Spell Checker as part of this package -- some of you have horrible punctuation and/or spelling that makes for annoying reading.  (just an observation -- no offence intended -- I was always the last kid picked in the spelling bee's.)
Title: Re: "Not so Obvious" Features in Posting Messages
Post by: NiceGuysFinishLast on February 08, 2006, 09:19:34 PM
Quote from: RedShift on February 08, 2006, 07:55:16 PM
PS. Wish there was a Spell Checker as part of this package -- some of you have horrible punctuation and/or spelling that makes for annoying reading.  (just an observation -- no offence intended -- I was always the last kid picked in the spelling bee's.)

You're right, a spell check would be useful... No offense intended... :laugh: :laugh:
(unless you're British, then it's ok to spell it "offence" Dang brits and their horrible English!  :laugh: :laugh:)

Good post though, I forget that not everyone's an HTML geek like me...
Title: Re: "Not so Obvious" Features in Posting Messages
Post by: annguyen1981 on February 08, 2006, 10:32:33 PM
I guess this small how-to resulted in my PM to you, huh?  Well, thankz!  Very interesting stuff.  I haven't done HTML in about 8 years, so I remember the basic basics, but nothing big.
Title: Re: "Not so Obvious" Features in Posting Messages
Post by: Egaeus on February 24, 2006, 08:48:46 PM
Ah, so that's how it's done.  Nothing against the authors of SMF, but wouldn't a list of allowed html tags have been easier to implement?