Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: damnboy on June 05, 2004, 04:35:49 PM

Title: Smart Tags?
Post by: damnboy on June 05, 2004, 04:35:49 PM
I need utilise smart tags in a forum...   anyone have a script that might work for this? 

I need to maintain a db since there will likely be quite a few smart tags in the forum
Title: Re: Smart Tags?
Post by: Skoen on June 05, 2004, 05:02:51 PM
Can you be more specific, as I have never heared of a thing called "smart tag"
Title: Re: Smart Tags?
Post by: Anguz on June 05, 2004, 11:36:24 PM
could it be these you're talking about?

http://smarttags.manilasites.com/#whatAreSmartTags

I wouldn't like to support that as a feature really ('_')
Title: Re: Smart Tags?
Post by: [Unknown] on June 06, 2004, 05:58:03 AM
I'd rather add bbc for acronyms.

BBC

-[Unknown]
Title: Re: Smart Tags?
Post by: jack on June 06, 2004, 06:04:50 AM
How about using word censors, like :-

phpbb2 => phpbb2 (http://www.simplemachines.org/)
Title: Re: Smart Tags?
Post by: Anguz on June 06, 2004, 06:09:24 AM
Quote from: [Unknown] on June 06, 2004, 05:58:03 AM
I'd rather add bbc for acronyms.

BBC

-[Unknown]

I like that
Title: Re: Smart Tags?
Post by: [Unknown] on June 06, 2004, 06:13:07 AM
 ! Updated a message in the upgrader so it makes more sense. (agreement.txt message.)
! Cleaned up a few more "Hacker?" error messages - there are not many left.
! Upgrade was not removing slashes from YaBB SE news entries.
+ Added bbc parsing for [acronym]s and [abbr]s just like the corresponding html elements.

-[Unknown]
Title: Re: Smart Tags?
Post by: Anguz on June 06, 2004, 06:15:30 AM
very cool [Unknown] (^_^)

there could even be an acronym list in the admin area that'll do that automatically for stored ones

'BBC' => 'Bulletin Board Code',
'CSS' => 'Cascading Style Sheets',
'HTML' => 'Hypertext Markup Language',


maybe do the replace in parsecode() when displaying the messages