951

(4 replies, posted in General discussion)

Yeah, I know. It's just such a pain to update. Someone really should think up a syndication format for program updates. There's one, can't remember what it's called, but it's way too complex.

952

(14 replies, posted in Feature requests)

Switching to absolute URLs should be very easy in 1.3. At least for the non-admin part of the forums.

http://dev.punbb.org/file/branches/punb … ewrite.php

Mark wrote:

that could be weeks yet, actually lets make that months
no one knows when its going to be done, the dev looks like it has stopped hmm

Trust me, we're working on it.

954

(4 replies, posted in Archive)

Age turning? Har jag aldrig hört talas om. Inte Google heller för den delen smile

955

(5 replies, posted in PunBB 1.2 discussion)

I'm sorry for the delayed response. I'm not sure we need any more mirrors, but what the hell, it can't hurt smile

I don't have rsync support or anything like that up, so you'll have to use wget (or equivalent). I think most of the other mirrors use something along the lines of:

wget -q -m -N -np -nH --cut-dirs=1 -P local/path/to/mirror/directory > --reject index.html http://punbb.org/download/

Cheers

956

(14 replies, posted in PunBB 1.2 discussion)

I've been thinking a little (very little) about it and one potential solution is to popup a hidden message with JavaScript and then redirect from there. We'll see.

957

(1 replies, posted in Programming)

RoR is very cool. It's the work of David Heinemeier Hansson, a fellow Textdrive partner. He is also the man behind most of 37signal's products (Basecamp, Backpack and Ta-Da List). If you haven't tried it out, I recommend that you do. At least, check out some of the screencasts.

CodeXP: E-mail it to me when/if you're done. I'll probably forget otherwise.

959

(124 replies, posted in News)

clubturps: Thank you very much clubturps! I just e-mailed you a thank you message and asked if you wanted me to change the listing on the donor list. Just let me know!

I've been getting a donation here and there lately, so I'm looking forward to holding a style and extension competition once 1.3 is finished. I think I will be able to come up with some nice cash prizes!

960

(14 replies, posted in PunBB 1.2 discussion)

I can't really see how setting it to 0 would affect server load. The redirect is going to happen anyway, it's just a matter of delaying it.

alastc: Yes, if you set it to 0, it will send a redirect header.

961

(23 replies, posted in General discussion)

gezz wrote:

I have enough metal to have my face considered a scrap yard.

big_smile Reminds me of the "You have a lot of cranium accessories" joke by Mitch Hedberg.

962

(9 replies, posted in PunBB 1.2 troubleshooting)

Try adding

.tclcon p { display: none }

or something smile

963

(23 replies, posted in General discussion)

FredrikK wrote:

Jorå. wink

Somehow I think she would prefer a more enthusiastic respons smile

I'll post a picture when I get home from work. Maybe I'll snap a few pictures of my new apartment.

By the way, my girlfriend's name is also Lina smile

Try just adding the forum name to the select query. E.g:

SELECT t.*, f.forum_name FROM ...

You can then grab the forum name from $cur_topic['forum_name'].

Very nicely done CodeXP! Let me know when you feel that it is bug-free and I'll post it to the punbb.org download page.

A good idea.

I knew there was something I had forgotten about. I will try to squeeze it in after work. If anyone else is up for having a quick look, please do.

Yes, it would have to be a mod, so I'll move this to the mods forum.

I think the second error has to do with the fact that SQLite tries to create a temporary table where it doesn't have permission to do so. Google the error message and I'm sure you'll find something.

Depends on which webserver you're using. IIS? Apache?

971

(4 replies, posted in General discussion)

Or we could just make you a moderator smile

Very nice, but I believe there is already a plugin that does this. From the downloads page:

Forum cleanup. Created by Connorhd. This plugin lets forum administrators do a little spring cleaning in the forum database. It can be used to clean out the database after a spam attack. Additionally, it can be used to synchronize user post counts, topic post counts, last post data etc. The plugin requires MySQL 4.0.4 or later.

Very cool smile I'm getting a new cell phone any day now, so I might just try it myself.

974

(2 replies, posted in Archive)

Haha smile

Funderar faktiskt på att stänga ner de svenska och ryska forumen. Vill helst att alla ska snacka engelska här.

Make a backup of your scripts, then upload a fresh copy and see if the problem persists.