Valhalla Legends Archive

General => General Discussion => Topic started by: UserLoser on October 10, 2003, 09:22 PM

Title: Forum Suggestion
Post by: UserLoser on October 10, 2003, 09:22 PM
Has anyone thought about adding [vb], [c++] and other tags?  This way it will be easier to read code.  
i.e:
[vb]
If Blah Then
    MsgBox "Hola!"  ' Greet the user
End If
[/vb]

If, Then, End If would be in blue (also any other keywords), ' Greet the user would be green, while the rest of the text would be black or white, depending on background color.

I think it's a great idea ;)
Quote
[21:12:36] <thuscelackpiss> that would be nice userloesr
Title: Re:Forum Suggestion
Post by: Hitmen on October 10, 2003, 09:28 PM
The code tags on madz do that but they use mind numbingly horrible colors.
Title: Re:Forum Suggestion
Post by: iago on October 10, 2003, 09:54 PM
I thought of writing something like that awhile ago, but it seemed like too much work.

Are you volunteering?
Title: Re:Forum Suggestion
Post by: Yoni on October 10, 2003, 10:50 PM
Quote from: iago on October 10, 2003, 09:54 PM
too much work

This forum is written in PHP... Many other popular forums are written in PHP. I'm sure someone's done it already, all we need to do is copy and paste?
Title: Re:Forum Suggestion
Post by: UserLoser on October 10, 2003, 11:00 PM
Quote from: Yoni on October 10, 2003, 10:50 PM
Quote from: iago on October 10, 2003, 09:54 PM
too much work

This forum is written in PHP... Many other popular forums are written in PHP. I'm sure someone's done it already, all we need to do is copy and paste?

I'm off searching google ;)