Top

BBcode-Like Tags v1.5.0


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.8
Scores Submitted  4
Date Added  Jan 15, 2007
Last Updated  Jan 17, 2007
Tags  identifier  tags 
  Bookmark and Share

Introduction

CodeTags v1.5.0 by Roy911 (Remotes Script)

Usage:
//echo $tags([green]asdf[/color])
Would return asdf green and underlined.

Supported Tags:
[white], [black], , [dblue], [green], [red], [brown], [purple], [orange], [yellow], [lgreen], [turq], , [lblue], [blue], [pink], [gray], [lgray], [/color], , , [r], [/r], , and .

Version History:
v1.0.0:
-Created

v1.5.0:
-Fixed underline/bold bug
-Edited colorcodes

Grab the Code

Comments

  (7)  RSS
xDaeMoN
Comments: 696
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 15, 2007 8:01 pm
You interchanged the character for underline to bold and vice versa. Also use 2 numbers for colors (i.e. 3 should be 03).
ZabuzaMomochi
Comments: 186
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 15, 2007 9:10 pm
Very cool. I SHALL USE THIS
F*U*R*B*Y*
Comments: 568
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 15, 2007 10:26 pm
looks nice, good job
Yoinx
Comments: 424
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 16, 2007 4:38 pm
as xdaemon had said... you should always use 2 characters for the color codes.

This will prevent errors when coloring something that uses a number as the first digit

ie, [white]5 times[/white] which should become brown 05
F*U*R*B*Y*
Comments: 568
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 16, 2007 5:20 pm
Yeah i had same problem so i had to change it, i didn't say anything because xdaemon said about it :P
Yoinx
Comments: 424
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 16, 2007 7:40 pm
yeah, he just didnt explain why. Sometimes, I find people like to know exactly why you tell them not to do something, rather than just saying not to do it.
Roy911
Comments: 16
 
mIRC Snippet:  BBcode-Like Tags v1.5.0
Posted on Jan 17, 2007 8:24 am
Hey guys, thanks for the comments,
I've fixed the bold and underline bug and added the 0's as xDaeMoN said.

Please Register or Login to start posting comments.
Bottom