Part of the EllisLab Network
   
 
a bbcode editor for codeigniter
Posted: 26 February 2008 11:41 AM   [ Ignore ]  
Grad Student
Rank
Total Posts:  87
Joined  10-15-2007

i am looking for a good bbcode to work with CI. i tried to google it but i didn’t find anything.

anyone can recommand me on something and wright a phew rows on how i can work with it inside codeigniter?

Profile
 
 
Posted: 26 February 2008 11:48 AM   [ Ignore ]   [ # 1 ]  
Sr. Research Associate
RankRankRankRankRank
Total Posts:  4785
Joined  07-14-2006

try this google search
I recently used one of those classes but i can’t find it again.

Profile
 
 
Posted: 26 February 2008 01:00 PM   [ Ignore ]   [ # 2 ]  
Grad Student
Rank
Total Posts:  87
Joined  10-15-2007

i found this one-
http://corz.org/blog/inc/cbparser.php

which looks very good, but i was having troubles with the installation s:

Profile
 
 
Posted: 26 February 2008 01:18 PM   [ Ignore ]   [ # 3 ]  
Grad Student
Avatar
Rank
Total Posts:  57
Joined  04-09-2007

How about this one:
PHP BBCode Class

Profile
 
 
Posted: 26 February 2008 02:11 PM   [ Ignore ]   [ # 4 ]  
Grad Student
Rank
Total Posts:  87
Joined  10-15-2007
MrBaseball34 - 26 February 2008 06:18 PM

How about this one:
PHP BBCode Class

cheers!
this one is more easy to handle, although there is no JS shown for the texteditor, so i did some JS coding there for myself, though it still isn’t complete… how can i do that when i select text and click on the bottun, the function will WRAP my code?

Profile
 
 
Posted: 26 February 2008 03:01 PM   [ Ignore ]   [ # 5 ]  
Sr. Research Associate
RankRankRankRankRank
Total Posts:  4785
Joined  07-14-2006

i used the quickUBB class smile I used jtageditor for easy adding of tags

Profile
 
 
Posted: 27 February 2008 04:28 AM   [ Ignore ]   [ # 6 ]  
Grad Student
Rank
Total Posts:  87
Joined  10-15-2007
xwero - 26 February 2008 08:01 PM

i used the quickUBB class smile I used jtageditor for easy adding of tags

thank u! just the thing that i was looking for.
i think i will work with this editor combining with the CI BBcode helper

anyone has any feedbacks on this helper?

Profile