6,251

(55 replies, posted in Feature requests)

It doesn't
PunRes just has the cookie for www.punres.org, not .punres.org
That link is punres.org, so you're not logged in

6,252

(6 replies, posted in PunBB 1.2 troubleshooting)

Move them to a new user group that only has permissions to read rather than banning?

Same question to you: did you mod anything?

Not to mention your plugin is missing the GPL bit from it, and it isn't even the plugin for your mod tongue

Having it work both ways (by using the same cookie name and users table) would be easiest

6,256

(4 replies, posted in Feature requests)

Well, it's not under control if you can put arbitrary things inside it tongue

Well, assuming you edit common.php to reflect this

update prefixusers set group_id = group_id + 1 where group_id > 1 and group_id < 5

change prefix to the DB prefix thing

It's a seralized array of usernames stored in the moderator column of the forums table

6,259

(12 replies, posted in Programming)

Yes you have, I've said it to you several times there tongue
Yes, you can sell it. You can charge as much or as little as you want for it. However, you must give the full source code of it to everyone who buys it, and anyone who buys it is allowed to redistribute it for as much or as little as they want.
Here's an example:
I make a mod. I sell it for $40 a copy. I sell a copy. The person I sold it to turns around and sets up a site selling it for $30 (or just gives it away). THAT is what can happen

The table is the forums table and it requires a bit more work than just a simple status change wink
But yeah, the problem is on your hosts' end

Have you talked to your host about mod_security?

I would only be worried if it was 1.3 tongue
The MDK was updated to reflect the fact that most mods will work across the major versions (so, something made for 1.2.1 will probably work for 1.2.10), although not all the mods use the new MDK.
Of course, as it warns, it might not work: you should of course back up all your files before installing a mod in any case, since things can go wrong even when it was made for your version tongue

blizeH wrote:

Hmm, the fact that punBB doesn't show whether or not a topic has been read alone has turned away a few of our most common posters sad

It does, it just doesn't mark it as read once it's read smile
http://www.punres.org/viewtopic.php?id=321
That mod solves that issue though

6,264

(9 replies, posted in PunBB 1.2 troubleshooting)

To do so I had to kill all cookies on my comp

No, even if you're using IE you can go in and find the cookie (and Firefox comes with the ability to browse/delete built in, I think)

6,265

(14 replies, posted in Feature requests)

Ah, my bad smile

6,266

(14 replies, posted in Feature requests)

agraddy wrote:

That's one more reason why it needs to be included in the coding package itself.

No, the fact that it hurts integration is a reason why it shouldn't tongue

No, it doesn't exist (other than as a "Moved" thing, which is really a topic in one forum with a topic that redirects to it in another forum)
You can check out how it's done and possibly modify it so as to have 2 different modes: Moved and a "shared" type thing like you want

6,268

(2 replies, posted in PunBB 1.2 troubleshooting)

I'd check out the places where the stylesheet colors are set to #CDCDCD (since that's what that color is)

It sounds like for some reason the category id isn't set auto_increment: did you by chance try and install a mod?

Put the stuff in main.tpl

6,271

(14 replies, posted in Feature requests)

(if nothing else it may help to get PunBB higher in the search engines resulting in making it even more popular)

PunBB is already very high in the search engines: just check out how many pages are indexed on this forum alone smile

And absolute URLs have the disadvantage that if you, say, change the folder it's in, all the stuff dies
Or if you have 2 URLs it's possible to access it from

6,272

(3 replies, posted in PunBB 1.2 discussion)

PunBB emulates register_globals being off when it's on tongue
Very few recently written scripts should require register_globals

err, is_guest returns true/false tongue
Your code would work, since you're not using ===, but why not just stick with if ($pun_user['is_guest']) and if (!$pun_user['is_guest'])

6,274

(6 replies, posted in PunBB 1.2 troubleshooting)

http://us2.php.net/manual/en/function.include.php

Take a look at "Example 16-7. include() through HTTP"

There isn't a way around that wink

6,275

(1 replies, posted in PunBB 1.2 troubleshooting)

Admin Index wink