1,226

(1 replies, posted in PunBB 1.2 troubleshooting)

You'll have to edit the files to use a different config table wink

And now I can't logon anymore, I'm using the cookie that was set before in IE7 now sad

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

(3 replies, posted in PunBB 1.2 troubleshooting)

Nope, not in this version wink
Should be added in a next version tho wink

1,229

(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 wink

Err... I have no idea why it isn't working =/

No, as resolving a hostname takes too much time. You can always code this in tho smile

If you want it in all your styles, base.css

That's a feature, not a bug tongue
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.

I think you're missing a clearer somewhere...

1,235

(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)

Are you sure your server supports mail()?

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());

There should be a file newsletter.php with a form to subscribe...

Had the same thing on forums.punbb.org =/

Looks like he's using FF on Vista wink

Odd... doesn't work in FF2 or IE7 =/
I'll clear my cache, restart the browser and try again tongue

EDIT: works now, oddness...

Just noticed it... it gives me a download dialog tongue
So I'm browsing the forums through punbb.org/forums, which seems to work =/

ROFL tongue

1,243

(6 replies, posted in PunBB 1.2 discussion)

Smartys wrote:

Moved to PunBB Discussion

It's in Troubleshooting...

http://www.punres.org/viewtopic.php?id=2260

1,245

(6 replies, posted in PunBB 1.2 show off)

"Firefox can't find the server at www.secondcat.com."

=/

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 smile
I think even Lynx supports it tongue

That probably means no members subscribed wink

1,248

(6 replies, posted in PunBB 1.2 show off)

Very cool, especially the news big_smile

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...

Just put a link or an *shiver* iframe?