Tagged Questions

3
votes
4answers
240 views

What does & sign mean in front of a variable?

I'm 'dissecting' PunBB, and one of its functions checks the structure of BBCode tags and fix simple mistakes where possible: function preparse_tags($text, &$errors, $is_signature = false) What ...
1
vote
3answers
1k views

FluxBB vs PunBB

It's a bit of a soap opera but apparently FluxBB forked from PunBB after PunBB was acquired by a commercial entity. Does anyone have any solid opinions on which is currently better and which has a ...
0
votes
1answer
166 views

PunBB or FluxBB?

I'm looking for some objective advice about choosing FluxBB instead of PunBB, and vice versa. I need lightweight, but powerful forums. Please can you tell me the pros and cons of each one?
0
votes
3answers
130 views

SQL- how to extract forum topics that are not repeats?

On the home page of my website I want to display the latest posts to the forum however I don't want to show the same topic twice. How can I modify the code below to do this? ...
0
votes
1answer
76 views

PHP PunBB How to have the most recent posts of the forum on the home page?

I want to display the most recent posts in a punbb forum on the website home page, does anyone have the php code for this?
-2
votes
1answer
12 views

PunBB Checking if it is front page

Is there any is_front() function on PunBB? I have some front page specific items. How can I put them? Thanks!