You'll have to edit the files to use a different config table
1,227 2006-11-04 20:00
Re: forums.punbb.org doesn't work - now there's a login problem too (6 replies, posted in PunBB 1.2 discussion)
And now I can't logon anymore, I'm using the cookie that was set before in IE7 now
Maybe it has to do with the cookie name starting with "?
I also installed the httpOnly add-on, tried removing it but didn't help =/
1,228 2006-11-04 19:58
Re: Add registration fields (3 replies, posted in PunBB 1.2 troubleshooting)
Nope, not in this version
Should be added in a next version tho
1,229 2006-11-04 17:10
Re: Add registration fields (3 replies, posted in PunBB 1.2 troubleshooting)
http://www.punres.org/viewtopic.php?id=1581
The fields aren't viewable at registration, but can be set in their profile after registering
1,230 2006-11-04 15:45
Re: Newsletter 1.0.1 (46 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Err... I have no idea why it isn't working =/
1,231 2006-11-04 15:44
Re: Need help fast with a spammer!! (9 replies, posted in PunBB 1.2 troubleshooting)
No, as resolving a hostname takes too much time. You can always code this in tho
1,232 2006-11-03 21:16
Re: Removing the Thread Strarter Username (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If you want it in all your styles, base.css
1,233 2006-11-03 21:12
Re: After topic is viewed, the "new topic" icon will not go away!! (3 replies, posted in PunBB 1.2 troubleshooting)
That's a feature, not a bug
The main idea is that it shows all the threads that have been posted in since your last visit.
There's a mod that does it 'the correct way', and it'll be done the way you want in 1.3 too.
1,234 2006-11-03 18:58
Re: ghosting at bottom of topics/forums (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I think you're missing a clearer somewhere...
1,235 2006-11-03 18:57
Re: Can only view first post only (1 replies, posted in PunBB 1.2 troubleshooting)
If you have installed any mods that perform queries with each post, set the main query to be buffered (change true to false)
1,236 2006-11-03 15:27
Re: Newsletter 1.0.1 (46 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Are you sure your server supports mail()?
1,237 2006-11-03 11:39
Re: Newsletter 1.0.1 (46 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hrmm... you'd need to change some things then.
In AP_Newsletter.php, change
$result = $db->query("SELECT DISTINCT email FROM ".$db->prefix."users WHERE newsletter='true'") or die(mysql_error());
to
$result = $db->query("SELECT DISTINCT email FROM ".$db->prefix."users") or die(mysql_error());
1,238 2006-11-03 11:34
Re: Newsletter 1.0.1 (46 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There should be a file newsletter.php with a form to subscribe...
1,239 2006-11-03 10:49
Re: 'Save as' messages appearing on punbb.org forum.. (7 replies, posted in PunBB 1.2 discussion)
Had the same thing on forums.punbb.org =/
Looks like he's using FF on Vista
1,240 2006-11-03 10:48
Re: forums.punbb.org doesn't work - now there's a login problem too (6 replies, posted in PunBB 1.2 discussion)
Odd... doesn't work in FF2 or IE7 =/
I'll clear my cache, restart the browser and try again
EDIT: works now, oddness...
1,241 2006-11-03 10:26
Topic: forums.punbb.org doesn't work - now there's a login problem too (6 replies, posted in PunBB 1.2 discussion)
Just noticed it... it gives me a download dialog
So I'm browsing the forums through punbb.org/forums, which seems to work =/
1,242 2006-11-03 10:25
Re: If Architects Had To Work Like Web Designers... (4 replies, posted in General discussion)
ROFL
1,243 2006-11-03 10:22
Re: XennoBB > PunBB (6 replies, posted in PunBB 1.2 discussion)
Moved to PunBB Discussion
It's in Troubleshooting...
1,244 2006-11-02 20:57
Re: Board stats (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,245 2006-11-02 20:30
Re: Check This out secondcat.com (6 replies, posted in PunBB 1.2 show off)
"Firefox can't find the server at www.secondcat.com."
=/
1,246 2006-11-02 20:28
Re: speed, titles, and message questions. (7 replies, posted in PunBB 1.2 troubleshooting)
Is there a way to give a user his own title?
Go to their profile and set it under Personality.
I turned off the view for guests for all boards so now a guest just sees who is online (for speed) but there is a box that says "board empty" is there a way to change the text or delete the box?
Change it in the index.php language file.
For the Gzip: All the modern browsers support it, so go on and use it
I think even Lynx supports it
1,247 2006-11-02 13:53
Re: Newsletter 1.0.1 (46 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That probably means no members subscribed
1,248 2006-11-02 13:01
Re: check out macminds.net (6 replies, posted in PunBB 1.2 show off)
Very cool, especially the news
1,249 2006-11-02 12:57
Re: Board stats (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You could probably write a script that reads that XML file... but that won't show you your forum's rank.
Or you can just contact Jannson and ask if he's willing to output an XML file of his own that has all the boards and their ranks...
1,250 2006-11-02 11:32
Re: Board stats (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just put a link or an *shiver* iframe?