Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Textpattern front end to PunBB forum
TTD wrote:
Love the clean design and the simple way you integrated the recent topics, etc from punbb. I’ve been playing with PunBB and like what I see so far.
Thanks for the kind words.
As I mentioned, the design owes more to PunBB’s default style since I felt it would be easier to hack TextPattern into shape than PunBB.
Getting the recent topics to work actually was a lot more difficult on my particular host. They kept capturing the code in the POST query, even after I made the change I mentioned above. In the end I had to place the code directly in the database using phpMySQL.
I can’t recommend PunBB highly enough. It literally takes less than five minutes to install, and maybe another five or ten minutes to configure the forums and member groups. It seems to be pretty secure, and I’ve seen it used successfully for extremely high volume forums. Plus it looks good (speaking of which, what’s up with that ugly Simple Machines Forum I’m starting to see everywhere? Yuck!).
Offline
#14 2007-05-27 15:08:07
- azw
- Member
- Registered: 2007-01-29
- Posts: 279
Re: Textpattern front end to PunBB forum
Yep, your site is clean looking.
How do you like PunBB now that you’ve used it for a while?
Does your forum require a separate login from TextPattern?
Could you give us a step-by-step for how to adapt a PunBB to TextPattern?
Offline
Re: Textpattern front end to PunBB forum
PunBB is excellent. My only concern is that I have been on other PunBB forums that have sustained spam bot attacks and other abuses, so I am a little worried about security. But I don’t have enough traffic for that to become an issue with my site for a long time.
There is no linkage between PunBB and Textpattern, so separate login is required.
There is supposed to be a project afoot to integrate the two tools. All I would really like to see is some mechanism that automatically starts a new PunBB thread every time you post an article in Textpattern, so you can link to the thread instead of using the comments interface (there’s no commenting on Guntards.net; instead, readers are invited to comment in the PunBB forum). That would be enough to make me happy. I’m pretty sure it would be easy for Textpattern consultants like Zem to implement something like that if I offered to pay them for it.
I didn’t adapt PunBB to Textpattern it was the other way around. I had to set up a style sheet so that Textpattern looked like PunBB (Textpattern styles are far easier to modify that PunBB’s, which are fairly convoluted and spread over multiple files).
One big change I made to PunBB was adding the common header, which I did using the suggestion described here.
I also wanted to include active topics on the front page of Guntards.net. PunBB has a tool for this, extern.php, which is easy to use. I had a problem with it, however, because my hosting company did not like seeing it uploaded in my Textpattern script, so in the end I had to add the code by opening the Textpattern database (fooling the hosting company’s POST filter and trap). I documented that issue here.
Offline
#16 2007-05-29 19:02:08
- azw
- Member
- Registered: 2007-01-29
- Posts: 279
Re: Textpattern front end to PunBB forum
Wow, thanks for the great post! I’m sure that will help others, too.
Offline