Author |
bbcode |
carkitter Joined: Apr 29, 2005 Posts: > 500 From: Auckland, NZ PM |
I'd just like to say how much I like BBcode. Now that I've got my head around it, I'm finding it addictive.
Some Questions though, ( and yes I am relatively new to the internet):
- Is BBcode unique to Esato?
- Does BBcode work in Win XP, such as Outlook - when composing emails?
- What other types of BBcode exist/are popular?
This adds sooooooo much style to one's posts! Top stuff Esato!
_________________
The Official Rugby Topic
[ This Message was edited by: carkitter on 2005-09-21 15:15 ]
[ This Message was edited by: carkitter on 2005-09-21 15:15 ] |
|
Glenny Joined: Feb 26, 2005 Posts: > 500 From: Mars PM, WWW
|
what is bbcode? this bold and itallic stuff? and no i dont think its just for esato
|
masseur Joined: Jan 03, 2003 Posts: > 500 From: Sydney, London PM |
no, its not unique to Esato. I think you get this with the php kit (which is what runs this and many other forums).
btw, I'm no expert but I guess the BB in BBcode standard for buletin board
I expect someone else can elaborate further
|
carkitter Joined: Apr 29, 2005 Posts: > 500 From: Auckland, NZ PM |
I ask because I once tried to add a hyperlink in an email by typing BBcode as per Esato and it didnt work, but I have seen similar stuff elsewhere on the net.
I've found Esato BBcode easy to learn and I'm certainly no programmer... would I need to learn a whole new BBcode language to do the same thing in another forum?
_________________
The Official Rugby Topic
[ This Message was edited by: carkitter on 2005-09-21 15:24 ] |
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
BBCode works on phpBB based forums.
phpBB implementation has parsers so when it finds a BBcode tag it formats the text according to that tag using plain HTML.
Outlook doens't have a parser like that, so its just plain text to it...
[addsig] |
carkitter Joined: Apr 29, 2005 Posts: > 500 From: Auckland, NZ PM |
Hey everyone, post in your favourite colour!
_________________
The Official Rugby Topic
[ This Message was edited by: carkitter on 2005-10-03 11:10 ] |
whizkidd Joined: May 14, 2004 Posts: > 500 From: India PM, WWW
|
How do i Do That??
Colors??
EDIT: Got ur pm @carkitter!
_________________
I’d kill for a Nobel Peace Prize.

[ This Message was edited by: whizkidd on 2005-10-03 11:24 ] |
carkitter Joined: Apr 29, 2005 Posts: > 500 From: Auckland, NZ PM |
Pretty flash graphics in yor sig. Checking them out now...
_________________
The Official Rugby Topic
[ This Message was edited by: carkitter on 2005-10-03 11:30 ] |
whizkidd Joined: May 14, 2004 Posts: > 500 From: India PM, WWW
|
@carkitter, according to laffen, images in signatures other than the smilies on esato are not allowed.(i think)
I hotlinked that image from a smiley site and it won't appear when i post normally....only when i edit my posts will it appear!!
T230 >> T610 >> Ngage QD >> N73 >> N85 >> Omnia HD >> And countless other review units |
carkitter Joined: Apr 29, 2005 Posts: > 500 From: Auckland, NZ PM |
It's the same when I post in colour; nothing first time up, only on edit.
|
Johnex Joined: Nov 26, 2002 Posts: > 500 From: Stockholm/Sweden PM, WWW
|
Lol, just post a line at the bottom of your post hotlinked to an image, simple copy and paste. Fake sig.
This message was posted from a Z1010 |
methylated_spirit Joined: Jul 07, 2004 Posts: > 500 From: Bonnie Scotland PM |
I run a forum, and i use this bunch for hosting it:
http://www.forumer.com/
Theres plenty of info on their site about how it works, hope this helps you out a bit.
Hello, Scroto!
U.G.L.Y. You ain't got no alibi, you ugly! |
Johnex Joined: Nov 26, 2002 Posts: > 500 From: Stockholm/Sweden PM, WWW
|
Ok, here's the deal, you want technical info, i'll give it to you. Bbcode is a string that the php function preg_replace tries to match in the text. When it finds a valid instance, the instance is replaced with a pre defined html string, anything from font tags to tables. Using the preg replace is good because you can set it to replace only if there is a certain type of text in the bbcode tags, and a valid ending tag. An alternative is str_replace, which works the same, but it can't check for valid text.
This message was posted from a Z1010 |
batesie Joined: Feb 13, 2004 Posts: > 500 From: London, UK PM |
not sure what colour i like the most
[addsig] |
methylated_spirit Joined: Jul 07, 2004 Posts: > 500 From: Bonnie Scotland PM |
"bold" isnt a colour
Hello, Scroto!
U.G.L.Y. You ain't got no alibi, you ugly! |
|