Results 1 to 6 of 6

Thread: [more tags]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    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
    NXSupport - Your one-stop source for computer help

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    [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

  3. #3

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Me too.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5
    Guest
    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...

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

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



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

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    so what do you say john? can you make the [joke] tag?
    NXSupport - Your one-stop source for computer help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width