6,551

(4 replies, posted in PunBB 1.2 troubleshooting)

lol, no problem tongue

6,552

(4 replies, posted in PunBB 1.2 troubleshooting)

Looks fine to me...

6,553

(45 replies, posted in News)

Ulph: Except then you need to update ALL files to reflect the new version (unless you're going to have one file store the current version data)

Raybo: I think I built a plugin for that a while back because someone asked for it
I'll see if I can dig it up

Edit:
http://punbb.org/forums/viewtopic.php?id=8330
It seems it was made for you tongue
If you don't have mine and ultime's link doesn't work, I'll go poking again

6,555

(1 replies, posted in PunBB 1.2 discussion)

Email Chacmool with a dump of the database
He might be able to add it to the convertor tool wink

6,556

(13 replies, posted in PunBB 1.2 troubleshooting)

Actually, try this
$cookie_domain = '.celestialknights.org.uk';

If you want to merge topics, just merge all the posts in one topic into another wink

Stick with your original topic wink

You have to do what I said for B: talk to your host about setting up your MySQL user's password to use OLD_PASSWORD (or, alternately, getting them to use PHP5 and install the MySQLi extension)

Yus: That's not right tongue
It simply means he needs to
A. try mysqli
B. If that doesn't work, talk to his host about using OLD_PASSWORD for his MySQL user's password

6,561

(3 replies, posted in PunBB 1.2 troubleshooting)

Banner is simply adding a banner to main.tpl instead of name/description
News would be the News Generator plugin or maybe an SQL query directly from the database
The section is probably just a section manually added into a new index page, like the news.
And the forum:
rename index.php to forum.php
Find all references to index.php and change them to forum.php

6,562

(9 replies, posted in PunBB 1.2 troubleshooting)

Use ./ instead of / wink

Yes wink

Yes, * is a wildcard meaning anything in the 1.2 series tongue

6,565

(2 replies, posted in PunBB 1.2 bug reports)

You are using a MyPunBB forum.
That means you must direct your questions to Connorhd on the MyPunBB support forums.
The PunBB 1.2.8 is if you plan to host the forum yourself.

Don't we already have a posting throttle?

Except that referrer is easily faked wink
One way to do it is to remove the possibility of emailing like that: implement PMs instead or something (which are easier to take care of)

Well, you can try setting cookie_domain in config.php

Well, what's the URL?
This is a little about the IE issue smile

Is poster_id set to 1 for each related post when (before?) a user is deleted?

Assuming the box to delete posts/threads isn't checked

What about an "unmanaged" delete, i.e. if I delete a user through (for example) phpmyadmin? In that case I guess the "left join ... is null" query above will be useful?

In an "unmanaged" delete, the poster_id would stay as it was. So yeah, your query might be useful there. However, you can also just tie that into an update statement (assuming that you want all guest posts to be on one account)

Well, the simplicity depends on two things
1. Do you have any other Guest posts?
2. Do you want these all on one account, or one for each member?

If the answer to 1 is No, and the answer to 2 is one account, then you've made it very simple. Just create a new user, get the user id, and update poster_id to the new user where it's currently 1.
If the answer to 1 is yes and the answer to 2 is one account, then you do something similar, but use the poster column in the posts table instead
If the answer to 1 is no, and the answer to 2 is multiple accounts, then you do just like you would above, except you only assign one poster to one account.
If the answer to 1 is yes, and the answer to 2 is multiple accounts, then it's the same as the two above (not the first one) pretty much.

Just tell me what your situation is and I'll write out a query tongue

"(could be the image/png thing.. but like I say, that's gone now so that bit is out of my hands)"
No it isn't tongue
I still see it there, your server is still sending the header, whatever is sending the header is causing the issue: it's as simple as that

Content-Type: image/png
Still there wink

If you paste the register.php code in here I'm sure we could find the issue

I don't think he does, since the other pages work fine

6,575

(18 replies, posted in PunBB 1.2 show off)

Works for me again wink
And PunBB isn't spelled right tongue