PDA

Click to See Complete Forum and Search --> : [more tags]


dimava
Nov 2nd, 2000, 07:33 PM
this really isn't a big issue, but maybe we should have tags like:

[joke]
[thought]
[idea]
[comment]
[lol]


these are just examples, and i'm not saying that this is a big issue or anything, but with a few lines of PHP, it can make the site a little better

SteveCRM
Nov 2nd, 2000, 07:37 PM
[though] and [idea] could probably be combined...they are basically the same thing. Same with [joke] and [lol]

If John and James have time it would be cool :cool:

kovan
Nov 3rd, 2000, 09:45 AM
i am definately up for [joke]
:)

parksie
Nov 3rd, 2000, 04:57 PM
Me too.

Nov 3rd, 2000, 06:29 PM
I'll even do the programming.... :)
Well, if I was asked I would...

it's not that hard.... pleeeeeeeeeease john!!!!
sometimes people don't understand when somethings a joke...

I can do the code right here, right now,
just add this to your bbcodeparse2 function...


$bbcode=eregi_replace("joke\\]","joke]",$bbcode); // make lower case
$bbcode=str_replace("\r\n","<blockquote><smallfont>joke:</smallfont><hr>",$bbcode);
$bbcode=str_replace("","<blockquote><smallfont>joke:</smallfont><hr>",$bbcode);
$bbcode=str_replace("\r\n","<hr></blockquote>",$bbcode);
$bbcode=str_replace("","<hr></blockquote>",$bbcode);



Come on john, it'll take less than 5 minutes...

:D

[Edited by denniswrenn on 11-03-2000 at 07:35 PM]

dimava
Nov 4th, 2000, 11:31 AM
so what do you say john? can you make the [joke] tag?