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,926 2007-11-16 15:54
Re: How to put skin from skinbb in hosted forum (1 replies, posted in General discussion)
1,927 2007-11-16 15:53
Re: Proposal for an unmoderated forum (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
1,928 2007-11-16 15:49
Re: Getting a handle on bandwidth requirements (9 replies, posted in PunBB 1.2 discussion)
Not a clue, it varies depending on the size of the posts, how many smilies are used, etc.
1,929 2007-11-16 11:32
Re: N/A (1 replies, posted in PunBB 1.2 troubleshooting)
Yes, No if your server is properly set up to send emails
In that order
1,930 2007-11-16 03:10
Re: HTML Text over Banner. (11 replies, posted in PunBB 1.2 troubleshooting)
include/template folder
1,931 2007-11-16 02:28
Re: Guest ident (3 replies, posted in Programming)
I can be any user agent I want. So yes, that would be a bad idea
I would add another column, include the user agent there, and do whatever you want based on that.
1,932 2007-11-16 01:46
Re: Delete User redirects to different page (11 replies, posted in PunBB 1.2 troubleshooting)
Talk to your host
1,933 2007-11-16 00:02
Re: Delete Topic (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,935 2007-11-15 23:16
Re: Delete Topic (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 2007-11-15 22:28
Re: Same Ip Address (7 replies, posted in PunBB 1.2 troubleshooting)
Yes. Ignore what pogenwurst said if that's the case. Talk to your host.
1,937 2007-11-15 22:16
Re: Unable to fetch subscription info (8 replies, posted in PunBB 1.2 troubleshooting)
Well, it shouldn't be deleted in the first place unless you did something
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
1,938 2007-11-15 22:15
Re: Delete User redirects to different page (11 replies, posted in PunBB 1.2 troubleshooting)
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.
1,939 2007-11-15 22:12
Re: Same Ip Address (7 replies, posted in PunBB 1.2 troubleshooting)
pogenwurst: aha, good point
1,940 2007-11-15 20:02
Re: Is there a problem with passwords in 1.2.14? (3 replies, posted in General discussion)
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 2007-11-15 20:00
Re: Every page is blank! (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.
1,942 2007-11-15 19:59
Re: Delete User redirects to different page (11 replies, posted in PunBB 1.2 troubleshooting)
Mmm, it's not redirecting for me, it's just not loading
Have you modified profile.php?
1,943 2007-11-15 19:56
Re: N/A (6 replies, posted in PunBB 1.2 troubleshooting)
Paste the code here, be sure to replace any sensitive information (eg: passwords) with something else
1,944 2007-11-15 19:56
Re: Unable to fetch subscription info (8 replies, posted in PunBB 1.2 troubleshooting)
You dropped your bans table. Create it again.
1,945 2007-11-15 11:58
Re: Delete User redirects to different page (11 replies, posted in PunBB 1.2 troubleshooting)
Send an email not via the forums, my email is smartys at this domain
1,946 2007-11-15 11:51
Re: Same Ip Address (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 2007-11-15 11:31
Re: N/A (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.
1,948 2007-11-15 00:52
Re: Delete User redirects to different page (11 replies, posted in PunBB 1.2 troubleshooting)
I would need to have an admin account on the forum to tell more
1,949 2007-11-14 11:00
Re: Security question (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications