|
-
Jun 10th, 2007, 02:29 PM
#1
Thread Starter
WiggleWiggle
bbcode
I want to support BBCode on my website, but dont know where to start. I am guessing that i need to use regular expressions, which i find horrible Can some one help me along with this, thanks!
oh, and does any one know of a good BBCode WYSIWYG editor?
My usual boring signature: Something
-
Jun 10th, 2007, 04:51 PM
#2
Re: bbcode
Why not just check and see if your forums software has built in support for it.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 10th, 2007, 05:45 PM
#3
Re: bbcode
the PEAR project has support for BBCode via the HTML_BBCodeParser. I've used it in some projects of mine and it works quite well.
This is a good tutorial on how to use it.
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
-
Jun 10th, 2007, 08:41 PM
#4
Thread Starter
WiggleWiggle
Re: bbcode
@rob: i am not using forum software.
@sunburnt: i will take a look at that. thanks
My usual boring signature: Something
-
Jun 10th, 2007, 10:59 PM
#5
Re: bbcode
I wrote one once. If it's just for your personal use, they can be very simple.
I haven't tried the PEAR parser, but you should learn regular expressions anyway. Granted, they make one's stomach turn at first sight, but they are not hard to learn.
Regular Expressions Tutorial
-
Jun 11th, 2007, 12:03 AM
#6
Thread Starter
WiggleWiggle
Re: bbcode
well it is going to be for a high traffic site...
My usual boring signature: Something
-
Jun 12th, 2007, 12:25 PM
#7
Fanatic Member
Re: bbcode
Did you check the FAQ thread? It has a link to this post about BBCode: http://vbforums.com/showthread.php?t=246913
Never argue with fools, they will only drag you down to their level, and beat you with experience.
Q: How do you tell an experienced hacker from a novice?
A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer
-
Jun 13th, 2007, 04:44 PM
#8
Thread Starter
WiggleWiggle
Re: bbcode
thanks for that! it helped a ton!
My usual boring signature: Something
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|