##
##
##        Mod title:  Single Forum
##
##      Mod version:  1.0
##   Works on PunBB:  1.2.16
##     Release date:  2008-01-10
##           Author:  Patrick J. Simmons (hobbramble@gmail.com)
##
##      Description:  This mod replaces the list of categories and forums in
##                    the forum index with a list of topics from a single
##                    forum.
##
##   Affected files:  index.php
##                    edit.php
##                    post.php
##                    viewtopic.php
##
##       Affects DB:  No
##
##            Notes:  This mod essentially replaces the code which displays
##                    the forum category list in index.php with the code that
##                    displays the forum topic list from viewforum.php. So,
##                    any other modifications installed which effect the code
##                    in viewforum.php should now be applied instead to
##                    index.php. The modification does not do this on it's
##                    own - you gotta do it yourself. Cheers.
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download: http://www.punres.org/desc.php?pid=466

So long as you put the menu above the forum content, the forum should move down by itself.

28

(5 replies, posted in PunBB 1.2 discussion)

0 - yes. Take a look around here and PunRes, use the search box, and ask around. Quite a lot of people have integrated their login/registration systems with existing websites and databases, so you should be able to find the help you need.
1- yes again. Check out the Private Messaging System mod: http://www.punres.org/desc.php?pid=52
2 - once again, yes. Check out the Password Protected Forums mod: http://www.punres.org/desc.php?pid=128 (You could also do accomplish a similar effect with user groups, if you wanted to.)
3 - probably. Anything is possible with some work. I don't know of anyone who currently has anything like this set up, and it would probably require quite a bit of set up, but I'm fairly sure it could be done.

Edit: Dag, Reines beat me to it while I was writing.

29

(11 replies, posted in PunBB 1.2 troubleshooting)

momotaro - if you want all images users include in posts/signatures to be floated to the left, there are two places you could work from:

A: You could edit your include/parser.php file. Look around line #300 - it's where the BBCode image tags get turned into HTML.
B: You could edit your style/imports/base.css file. Look around line #199 - that's where you'll find the CSS for images in posts.

I'd recommend option B, as it's much simpler. However, with option A and some tweaking, you could make floating optional via BBCode.