Questions tagged [punbb]

PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License.

PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages.

Requirements:

PunBB is written in PHP and thus requires the PHP: Hypertext Preprocessor. PunBB also requires a database in which all forum data is stored. For that purpose PunBB supports MySQL, PostgreSQL and SQLite.

For more information visit the official PunBB website.

13 questions
8
votes
4 answers

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 does the & in front of the $error variable mean?
john mossel
  • 2,158
  • 5
  • 24
  • 39
5
votes
0 answers

Simple Forum Software?

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 message, no bloat. Just software for simple…
TeddyH
  • 191
  • 1
  • 1
  • 5
4
votes
0 answers

Is there nodejs forum engine like punbb/phpbb?

I've googled / searched npm and have been surprised that there aren't any punbb/phpbb forum engines on top of nodejs. If you know one, plz share a link to
mjey
  • 183
  • 2
  • 9
1
vote
0 answers

PunBB 1.4 Extra/additional profile field

I would like to add an extra field in user's profile and i want this field to be visible from the registration form. I have registration approval enabled, so this field must be added first into the users' temporary table and then, after the…
Nick
  • 201
  • 1
  • 5
  • 13
1
vote
2 answers

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 brighter outlook? I generally prefer leaner software…
pbreitenbach
  • 11,261
  • 3
  • 33
  • 24
0
votes
4 answers

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 own subdirectory. The code works great; as long…
gras
0
votes
0 answers

Nginx and Apache virtual host for PunBB

After copying the forum to another host the Login doesn't work. I suppose that the problem comes from the way I set the virtual host. Nginx proxy: server { listen 443 ssl; server_name example.com; location /forum/ { rewrite …
Miroslav Popov
  • 3,294
  • 4
  • 32
  • 55
0
votes
1 answer

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?
seriousdev
  • 7,519
  • 8
  • 45
  • 52
0
votes
3 answers

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…
anonymous
  • 2,294
  • 5
  • 23
  • 27
0
votes
2 answers

div sitting about 50px below where it should be

Can someone tell me why my div brdheader isn't sitting at the top (the most top inside of, that is) of punwrap? I'm using fluxbb, and the devtools in chrome aren't saying anything. There's no margin, or padding, so I have no idea what the problem…
CyanPrime
  • 5,096
  • 12
  • 58
  • 79
0
votes
2 answers

Integrating PunBB login system with the rest of my site

First off, I am presuming this is possible please correct me if I am wrong. I have a simple login / registration system on my site now, however decided to delete this when installing PunBB discussion board. I prefer PunBB's login to my own so I was…
user2166577
0
votes
2 answers

Jquery/PunBB Replace Number with String

Using PunBB on Forumotion the idea was to use the Points system to replace the number of points displayed with a string of text. Using a span class I first defined a class 'honorpoints' around the code that shows the number of points a user…
-2
votes
2 answers

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!
Dewsworld
  • 13,367
  • 23
  • 68
  • 104