Look at the loop in index.php
1,901 2007-11-18 00:34
Re: Unique Forum icon status? (12 replies, posted in PunBB 1.2 troubleshooting)
1,902 2007-11-17 18:42
Re: Cookie values (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?
1,903 2007-11-17 16:50
Re: Error with integrated forum. (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OK, so $id isn't set properly. I don't know why that would be though.
Moved to Integration.
1,904 2007-11-17 16:45
Re: Database User + Post (11 replies, posted in PunBB 1.2 troubleshooting)
Run that insert query you showed me earlier in the topic
1,905 2007-11-17 16:45
Re: Error with integrated forum. (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So, what's on line 136?
1,906 2007-11-17 16:03
Re: Changing the class for the date in viewtopic (2 replies, posted in General discussion)
"div.blockpost h2 a" should work
1,907 2007-11-17 13:22
Re: Cookie values (12 replies, posted in Programming)
No, it's always available.
1,908 2007-11-17 12:33
Re: Web application needed.... (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 2007-11-17 12:33
Re: Cookie values (12 replies, posted in Programming)
Why not just use $pun_user['g_id']?
1,910 2007-11-17 04:24
Re: Database User + Post (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
That's all I'm saying
1,911 2007-11-17 04:23
Re: where's the new topic icon (3 replies, posted in PunBB 1.2 troubleshooting)
it's not an image, it is set in the CSS
1,912 2007-11-17 04:23
Re: Smartys come in,about guest flood protection. (10 replies, posted in PunBB 1.2 troubleshooting)
No, it shouldn't make a difference.
1,913 2007-11-17 04:22
Re: Cant find code or file :: HELP! (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
1,914 2007-11-17 02:23
Re: Moving a topic (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 2007-11-17 02:22
Re: Database User + Post (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 2007-11-17 00:23
Re: Database User + Post (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 2007-11-17 00:16
Re: Database User + Post (11 replies, posted in PunBB 1.2 troubleshooting)
You deleted the Guest user.
1,918 2007-11-17 00:01
Re: extern.php help (6 replies, posted in PunBB 1.2 troubleshooting)
Does your host allow URLs to be used in include statements?
1,919 2007-11-16 22:22
Re: N/A (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 2007-11-16 21:36
Re: Smileys utility (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)
1,921 2007-11-16 17:42
Re: Proposal for an unmoderated forum (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 2007-11-16 17:41
Re: Original Statistic Link (4 replies, posted in PunBB 1.2 discussion)
Number of hits? That's not possible in an unmodded PunBB
1,923 2007-11-16 16:25
Re: Proposal for an unmoderated forum (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?
1,924 2007-11-16 16:24
Re: Getting a handle on bandwidth requirements (9 replies, posted in PunBB 1.2 discussion)
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.