Can anyone tell me what kind of phpbb's plugin it's being used to allow [*php] [/*php] tags ?
I want to add something similar in a formum that I have (not about php, but walking through that plugin's code might be helpfull )
phpbb [php] tags
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
This question has been asked many times. Geshi is what we currently use. However if you only need PHP, highlight_string() and its sibling may be of interest.
- julian_lp
- Forum Contributor
- Posts: 121
- Joined: Sun Jul 09, 2006 1:00 am
- Location: la plata - argentina
No, as I said before, I do not need it to highlight PHP but to try to understand how can I modify the bbcode part of phpbb (which seems to me really spaguetti code).feyd wrote:This question has been asked many times. Geshi is what we currently use. However if you only need PHP **** .
BTW It's great to read this forum, where the vast majority of the users seem to write quite nice code in comparison with those who wrote phpbb
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
The phpBB implementation of bbCode is a pretty clean version. It runs several passes, but it is a good implementation.
However, as much as I love the phpBB codebase, I like the bbCode Parser at Corz Blog quite a bit.
However, as much as I love the phpBB codebase, I like the bbCode Parser at Corz Blog quite a bit.
- julian_lp
- Forum Contributor
- Posts: 121
- Joined: Sun Jul 09, 2006 1:00 am
- Location: la plata - argentina
Do you really?Everah wrote: However, as much as I love the phpBB codebase, ****
I encounter it very difficult to modify. For instance, trying to add a field to the profile seems to be a complete nightmare. I mean, it has not any sort of plugin architecture at all. I hope all those issues will be solved in v.3
Of course that if it used "as is", it's a quite nice software...
-
jabbaonthedais
- Forum Contributor
- Posts: 127
- Joined: Wed Aug 18, 2004 12:08 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
