Happy Chanukah!

Check what the mod does to color the usergroups and apply it where you want the usergroupps to be colored.

There is an invitation mod, you can get it at http://punres.org. Or you can get the User adminiistration plugin http://punbb.org/downloads.php and add the users manually.

4

(2 replies, posted in Archive)

I profile under administration, du måste vara admin.

5

(4 replies, posted in PunBB 1.2 show off)

Mohit wrote:

U will have to register first

if you want people to comment your forum, allow guests fo view it, i dont feel like signiing up just for that.

Nice, looks very clean, care to share?

make sure you replaced the old preparse_bbcode() functino with the new one

8

(5 replies, posted in PunBB 1.2 troubleshooting)

you could try to enter it directly into the database, if that doesnt work use the extra bbcodes mod. http://punres.org/viewtopic.php?id=600

Frank H wrote:

The "Last Post" column doesn't take into account the subforums, (there's one post in a subforum at 15:53, but the one posted in the 'forum' is what's shown and posted at 15:47)

At least in the demo forum wink

Other than that it looks nice smile

Tnx, I might fix that if I make a new release smile

if($tid)
        redirect('viewtopic.php?id='.$tid, $lang_post['Post redirect']);
else
        redirect('viewtopic.php?pid='.$new_pid.'#p'.$new_pid, $lang_post['Post redirect']);

should probably work then.

11

(8 replies, posted in Archive)

Läs dokumentationen http://punbb.org/docs/

i think that can be resolved if you move the

if ($cur_topic['sticky'] == '1') bracket

above

the

// Should we display the dot or not? smile
if (!$pun_user['is_guest'] && $pun_config['o_show_dot'] == '1')

bracket

add:

span.stickytext { display: none; }

to the .css

You could get the Mark topics as read MOD it will "fix" this.

15

(13 replies, posted in PunBB 1.2 discussion)

Check the we recommend links at the bottom of the index page, all those forums are huge with about 1-3 pages user list. A little weird.

here is what you could do, this is the ugly way.

Open post.php

Find (around line 320)

        redirect('viewtopic.php?pid='.$new_pid.'#p'.$new_pid, $lang_post['Post redirect']);


Replace with

        redirect('viewtopic.php?id='.$tid, $lang_post['Post redirect']);

Some people requested it and i had some time over.

##
##
##        Mod title:  Sub Forum Mod
##
##      Mod version:  1.0
##   Works on PunBB:  1.2.6
##     Release date:  2005-08-11
##           Author:  pabb
##
##      Description:  This mod lets Administrators add subforums to forums.
##
##   Affected files:  index.php
##                    viewtopic.php
##                    viewforum.php
##                    admin_forums.php
##
##       Affects DB:  Yes
##
##            Notes:  Um.. none.
##
##       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://punres.org/viewtopic.php?id=594
Demo: http://stfu.frac.dk/mods/subforum/

When you browse a forum using moderate.php there is no "sticky topic" botton, i really miss it and think it would make a great addition. smile

19

(19 replies, posted in Feature requests)

I made a mod like that a while i ago, I'll see if i can find it.