Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
0answers
253 views

Simple Forum Software? [closed]

I'm looking for extremely simple forum software. Something that simply allows a user to create an account, make a post, and for users to comment on that post. No HTML, no user profiles, no private ...
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
82 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?
0
votes
4answers
196 views

How to make a web app appear at the root of the site?

I have a bulletin board (punBB based) that I was running out of the root directory for a couple of years. I foolishly decided to do a little gardening and in the process moved the punbb code into it's ...
-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!