1,901

(12 replies, posted in PunBB 1.2 troubleshooting)

Look at the loop in index.php

1,902

(12 replies, posted in Programming)

I'm confused, if someone logs out how can you track them? The cookie is set back to the guest cookie.
And why would you want to? Since anyone could put any ID there and you would have no way to authenticate it, what would you use it for?

OK, so $id isn't set properly. I don't know why that would be though.

Moved to Integration.

1,904

(11 replies, posted in PunBB 1.2 troubleshooting)

Run that insert query you showed me earlier in the topic

So, what's on line 136? wink

"div.blockpost h2 a" should work

1,907

(12 replies, posted in Programming)

No, it's always available.

1,908

(4 replies, posted in Programming)

No, since that is Feature requests for PunBB's core, not "what I want to do for my website"

1,909

(12 replies, posted in Programming)

Why not just use $pun_user['g_id']?

1,910

(11 replies, posted in PunBB 1.2 troubleshooting)

Right. That error means you deleted the guest user from your users table. Don't do that tongue
That's all I'm saying wink

1,911

(3 replies, posted in PunBB 1.2 troubleshooting)

it's not an image, it is set in the CSS

No, it shouldn't make a difference.

Moved to Modifications

1,914

(2 replies, posted in PunBB 1.2 troubleshooting)

No, assuming you can read the forum (and this is an unmodded copy of PunBB)

1,915

(11 replies, posted in PunBB 1.2 troubleshooting)

Don't delete the guest user. The error you got indicated that you deleted the guest user.

1,916

(11 replies, posted in PunBB 1.2 troubleshooting)

Not in the actual database, maybe in your dump. Otherwise that error messages wouldn't happen.

1,917

(11 replies, posted in PunBB 1.2 troubleshooting)

You deleted the Guest user.

1,918

(6 replies, posted in PunBB 1.2 troubleshooting)

Does your host allow URLs to be used in include statements?

1,919

(6 replies, posted in PunBB 1.2 troubleshooting)

Nothing, as far as I can tell: I would make sure you've saved the file as a plain text file.

1,920

(4 replies, posted in PunBB 1.2 discussion)

http://www.punres.org/download.php?id=623
That's 0.5.3
But yes, I agree with Bekko: I even use that mod for PunBB-Hosting (with a slight wrinkle: I wrote a caching system like we use for config, bans, ranks, etc) wink

1,921

(7 replies, posted in PunBB 1.2 discussion)

OK
Then you have two options:
1. create a user with username "Anonymous" and in post.php, if the box is checked, make the poster name "Anonymous" and the poster_id the ID of the anonymous user you created
2. in post.php, if the box is checked, make the poster name "Anonymous" and the poster_id 1 (the guest user)

1,922

(4 replies, posted in PunBB 1.2 discussion)

Number of hits? That's not possible in an unmodded PunBB wink

1,923

(7 replies, posted in PunBB 1.2 discussion)

3. OK, as an administrator do you want to be able to see who the anonymous user is?

Bandwidth has never been an issue for me at all, mostly because there are plenty of hosts offering tons of bandwidth these days. PunBB's bandwidth consumption is small compared to other forums as well.

1,925

(4 replies, posted in PunBB 1.2 discussion)

http://punbb.org/forums/extern.php?action=stats
Like this?