Happy Chanukah!
1 2005-12-24 19:37
Re: Merry Christmas & a happy new year! (18 replies, posted in General discussion)
2 2005-08-24 08:59
Re: How can we... (help please) (4 replies, posted in PunBB 1.2 troubleshooting)
Check what the mod does to color the usergroups and apply it where you want the usergroupps to be colored.
3 2005-08-20 23:34
Re: Manual activation? (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2005-08-20 11:22
Re: radera bannad användare ? (2 replies, posted in Archive)
I profile under administration, du måste vara admin.
5 2005-08-20 11:17
Re: none (4 replies, posted in PunBB 1.2 show off)
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.
6 2005-08-20 11:16
Re: My theme for punbb - crystalvcl.net (10 replies, posted in PunBB 1.2 show off)
Nice, looks very clean, care to share?
7 2005-08-19 16:55
Re: Problems with Frontpage mod (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
make sure you replaced the old preparse_bbcode() functino with the new one
8 2005-08-19 16:30
Re: HTTP CODE (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
9 2005-08-16 15:04
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
Other than that it looks nice
Tnx, I might fix that if I make a new release
10 2005-08-15 17:35
Re: Litle problem (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2005-08-15 09:04
Re: Hvordan laste ned PunBB 1.2.6? (8 replies, posted in Archive)
Läs dokumentationen http://punbb.org/docs/
12 2005-08-12 22:35
Re: Lock & Sticky topics logos (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
if (!$pun_user['is_guest'] && $pun_config['o_show_dot'] == '1')
bracket
13 2005-08-12 21:19
Re: Lock & Sticky topics logos (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
add:
span.stickytext { display: none; }
to the .css
14 2005-08-12 21:03
Re: New Posts Never Marked Read (5 replies, posted in PunBB 1.2 troubleshooting)
You could get the Mark topics as read MOD it will "fix" this.
15 2005-08-12 19:37
Re: Another biggie (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.
16 2005-08-11 21:15
Re: Litle problem (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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']);
17 2005-08-11 15:27
Topic: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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/
18 2005-08-07 15:53
Topic: sticky topic in moderate.php (3 replies, posted in Feature requests)
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.
19 2005-07-28 13:21
Re: Remote Avatar (19 replies, posted in Feature requests)
I made a mod like that a while i ago, I'll see if i can find it.