Closed, you should ask questions about forums hosted by third parties to the third party (in this case, PunBB-Hosting).
To answer your question, open the _cs file, copy the contents, paste it at the end of the other CSS file.

1,927

(7 replies, posted in PunBB 1.2 discussion)

1. There is a mod for that I believe
2. I wrote a modification that allows you to set a flood timeout for Guests. I have heard from one person who has told me it doesn't work, but as far as I can see/tell the mod should work properly. If you have any issues with it,   feel free to let me know
3. There is no "Make this post anonymous" box in a vanilla version of PunBB.
4. You mean quote nesting? I think you can set the maximum depth in parser.php (or it might be a pun_config variable you can set in the admin panel, I forget which).
5. That would be a custom modification, I haven't seen anything like that
6. For the maximum post size, you can change edit.php and post.php: there is already a maximum length check. For the maximum topic size, modify post.php to update the topic to be closed if the number of posts exceeds 200.
7. That affects profile.php, register.php, and post.php (I think that's every place)
8. Cron job
9. Cron job

Not a clue, it varies depending on the size of the posts, how many smilies are used, etc.

1,929

(1 replies, posted in PunBB 1.2 troubleshooting)

Yes, No if your server is properly set up to send emails
In that order smile

1,930

(11 replies, posted in PunBB 1.2 troubleshooting)

include/template folder

1,931

(3 replies, posted in Programming)

I can be any user agent I want. So yes, that would be a bad idea tongue
I would add another column, include the user agent there, and do whatever you want based on that.

Talk to your host

1,933

(8 replies, posted in PunBB 1.2 troubleshooting)

Oh, this isn't your site? Talk to the site administrator, you can't do anything.

1,934

(8 replies, posted in PunBB 1.2 troubleshooting)

Which?

1,935

(8 replies, posted in PunBB 1.2 troubleshooting)

Delete any .php files in the cache directory. If that doesn't fix it, ensure that the cache directory is chmodded properly.

1,936

(7 replies, posted in PunBB 1.2 troubleshooting)

Yes. Ignore what pogenwurst said if that's the case. Talk to your host.

Well, it shouldn't be deleted in the first place unless you did something tongue
Anyway, run the following SQL to create the table:

CREATE TABLE bans (
id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
username VARCHAR(200),
ip VARCHAR(255),
email VARCHAR(50),
message VARCHAR(255),
expire INT(10) UNSIGNED,
PRIMARY KEY (id)
) TYPE=MyISAM

Aha
HTTP/1.x 403 Forbidden
It sounds like your host has some bad mod_security rules and that you set your homepage as the place to redirect 403 errors to. wink

1,939

(7 replies, posted in PunBB 1.2 troubleshooting)

pogenwurst: aha, good point wink

You should upgrade, use the hdiff
http://punbb.org/download/hdiff/hdiff-1 … .2.15.html

But no, there is no reason that passwords should suddenly stop working.

1,941

(3 replies, posted in PunBB 1.2 troubleshooting)

I mean don't try saving it with an odd encoding or in Microsoft Word or as a rich text file or any number of other things you could try. If you're using Windows, open it in Wordpad and save it as a text file with a .php ending.

Mmm, it's not redirecting for me, it's just not loading tongue
Have you modified profile.php?

1,943

(6 replies, posted in PunBB 1.2 troubleshooting)

Paste the code here, be sure to replace any sensitive information (eg: passwords) with something else

You dropped your bans table. Create it again.

Send an email not via the forums, my email is smartys at this domain wink

1,946

(7 replies, posted in PunBB 1.2 troubleshooting)

Have you edited the function that returns a user's IP? What IP are the users showing up as?

1,947

(6 replies, posted in PunBB 1.2 troubleshooting)

Go to www.yoursite.com/path/to/forum/config.php, see if you see an error there.

I would need to have an admin account on the forum to tell more

Moved to Modifications

http://punbb.org/docs/video_tutorials/