Problemet med det är att alla skulle göra det för att ge just sin tråd extra uppmärksamhet.
1,127 2005-11-23 16:01
Re: [completed]Error upgrading from 1.1* to 1.2 (12 replies, posted in PunBB 1.2 troubleshooting)
That's what I thought. Your config.php is incomplete. It is missing a bunch of variables. This is how it should look:
$db_type = 'blabla';
$db_host = 'blabla';
$db_name = 'blabla';
$db_username = 'blabla';
$db_password = 'blabla';
$db_prefix = 'punbb_';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'asdf1234'; // Make up your own secret seed here
define('PUN', 1);
If you're running MySQL, set db_type to mysql.
1,128 2005-11-23 15:58
Re: Install... Headers Already Sent (13 replies, posted in PunBB 1.2 troubleshooting)
The reasons your styles aren't working is that your web server doesn't seem to want to read them:
http://www.tameri.com/cgi-bin/forums/style/Cobalt.css
A 500 error can caused by one out of a million different things. Try downloading the tar.gz and untar:ing it on the linux box instead of uploading it file by file.
1,129 2005-11-23 15:53
Re: Display of "Post new topic" and "Reply" when not available to user (8 replies, posted in Feature requests)
It's not a bad idea. I'll look into it.
1,130 2005-11-23 15:52
Re: PunRewrite 1.0, a better positioning in search engines (27 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Jeremie: What happens when two topics have the same subject? Then you have to start appending numbers at the end and then you're in a world of trouble.
1,131 2005-11-23 15:50
Re: Fråga till Rickard (4 replies, posted in Archive)
Lite komiskt att du skulle ställa den här frågan just idag. Med tanke på det här
1,132 2005-11-23 15:48
Topic: An interview with yours truly (12 replies, posted in General discussion)
The nice folks over at The Admin Zone just posted an interview with me. So, if you for some odd reason would want to know more about me , go ahead.
1,133 2005-11-22 18:35
Re: [completed]Error upgrading from 1.1* to 1.2 (12 replies, posted in PunBB 1.2 troubleshooting)
Hmm. Could you post the contents of your config.php file? Don't forget to remove any sensitive information such as your database password.
1,134 2005-11-22 18:32
Re: Moderator's name not updated in the forum description (4 replies, posted in PunBB 1.2 bug reports)
Very odd. The easiest solution to the problem is to clear the moderator field and then re-add the moderators.
1,135 2005-11-22 09:34
Re: Programming-Designs Forum Style (7 replies, posted in PunBB 1.2 show off)
Very nice. I prefer this style over the old one.
1,136 2005-11-22 09:33
Re: [completed]Error upgrading from 1.1* to 1.2 (12 replies, posted in PunBB 1.2 troubleshooting)
Have you followed the upgrade instructions to the letter?
1,137 2005-11-20 21:29
Re: PunRewrite 1.0, a better positioning in search engines (27 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Very nice. I might actually extend the rewriting functionality currently in Subversion to include the forum and topic title like you did. I never thought about doing it this way. There might be some problems with e.g. chinese and other multibyte languages though.
1,138 2005-11-20 14:48
Re: easybbcode (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It should work with any 1.2.* version.
1,139 2005-11-19 20:54
Re: SQL - Select (9 replies, posted in PunBB 1.2 troubleshooting)
Yes, that should do it as long as the topic and the post were inserted the same second. They might not have been.
1,140 2005-11-19 20:51
Re: Moving from vBulletin to punBB (8 replies, posted in Programming)
I'm not sure about vB3. I think it doesn't. I.e. your users will have to use the forgotten password feature to request a new one after the conversion.
1,141 2005-11-18 19:47
Re: Off topic: Problem with PunBB in Internet Explorer (5 replies, posted in General discussion)
Apparently, it doesn't work properly in Netscape 3 either Get a grip, Paul!
1,142 2005-11-18 15:59
Re: SQL - Select (9 replies, posted in PunBB 1.2 troubleshooting)
No, because ORDER BY is evaluated after GROUP BY.
1,143 2005-11-18 15:50
Re: Separate settings for server time zone and default time zone (5 replies, posted in Feature requests)
I must admit, if there is one thing I just can't quite grasp, it's time zones. I would love a good explanation of what you just suggested actually entails
1,144 2005-11-18 12:22
Re: Non breakable space : how to ? (15 replies, posted in PunBB 1.2 discussion)
I understand. You don't want to line to break between those characters and the last word. It's difficult. Most other languages "forbid" any whitespace between the last word and any punctuation.
1,145 2005-11-18 12:21
Re: SQL - Select (9 replies, posted in PunBB 1.2 troubleshooting)
There is no guarantee you will get the message body of the first post by doing that. You're just telling MySQL to fetch _a_ message body from the posts table where the topic_id is matches that of the topic. You're not specifying which. I believe you would have to do a subselect in order to get the expected result.
1,146 2005-11-18 12:12
Re: Separate settings for server time zone and default time zone (5 replies, posted in Feature requests)
That's probably a good idea. I'll put it on the never-shrinking list.
1,147 2005-11-18 00:00
Re: java scroller only works on IE (3 replies, posted in Programming)
It must be a sign from the gods
1,148 2005-11-17 23:59
Re: Non breakable space : how to ? (15 replies, posted in PunBB 1.2 discussion)
Sure, just hit space four times in the textbox. Like this:
there are four spaces to the left of this text
You can't start a post with spaces though as they will be trimmed when the post is put in the database.
1,149 2005-11-17 23:57
Re: Read threads stays unread (10 replies, posted in PunBB 1.2 troubleshooting)
Like Smartys said, storing read/unread data for all topics and all users isn't feasible. Sure, it might work for a forum with a couple of hundred users and a couple of thousands topics, but it won't scale. The table in which these things are stored has to be relatively small.
1,150 2005-11-17 18:58
Re: Read threads stays unread (10 replies, posted in PunBB 1.2 troubleshooting)
I have. I haven't decided on the implementation, but I will definately beef up the topic marking in some way.