7,076

(4 replies, posted in Archive)

I UltraEdit. Det blir knas i Notepad eftersom den inte hanterar radbrytningar på "rätt sätt". Mitt tips är att du använder en riktig editor.

7,077

(9 replies, posted in Feature requests)

He suffered a server crash. I believe he's working on getting the site back up.

7,078

(10 replies, posted in PunBB 1.2 troubleshooting)

Honestly I have no idea what could be wrong. It wouldn't be the first time that strange things happen at Lycos though. Is he perhaps using some kind of proxy or firewall? In that case, he should try turning it off temporarily to see if that helps.

Yup, that's correct.

This is a bug in PunBB 1.0.1. It has been fixed in 1.1.

To fix it, you have to run a database query.

UPDATE forums SET moderators=NULL WHERE id=12

Replace 12 with the ID of the forum in question. This will reset the moderator list so you will have to re-add any moderators in that forum.

7,081

(5 replies, posted in Archive)

Det finns ett par trådar om det här. Här kommer två:

http://punbb.org/forums/viewtopic.php?id=2494
http://punbb.org/forums/viewtopic.php?id=2508

Läs igenom trådarna ordentligt så tror jag det klarnar lite. Att göra det du vill kommer vara mycket enklare i PunBB 1.1.

7,082

(9 replies, posted in Programming)

Yeah, that is an issue with frames. Also, PunBB really needs cookies since it does not use sessions in any way.

7,083

(9 replies, posted in Programming)

Wouldn't an iframe be an option?

7,084

(9 replies, posted in Programming)

Before I continue, are you going to split up the forum content into different divs or will everything related to the forum exist in one div?

Try this:

set_include_path(get_include_path().':./forum');

before including any files.

7,085

(5 replies, posted in Archive)

Jag har ärligt talat ingen aning. Jag vet inte ens vad du bör få för poäng.

7,086

(9 replies, posted in PunBB 1.2 troubleshooting)

True. The link is: http://punbb.org/forums/viewtopic.php?id=2295

7,087

(2 replies, posted in PunBB 1.2 show off)

Nice skin :)

I was unable to login when navigating to www.therasmus.co.uk. It works if I go to http://rasmus.vector3.net/ instead. The "issue" is related to how IE6 interprets third party cookies:

http://punbb.org/forums/viewtopic.php?id=2754

7,088

(16 replies, posted in PunBB 1.2 troubleshooting)

Nice :)

7,089

(9 replies, posted in Programming)

To include the forum code from an external directory you have to add the forum directory to the PHP include path (this will change in 1.1). Have a look at this code:

http://punbb.org/forums/viewtopic.php?id=2494

7,090

(5 replies, posted in Archive)

Windows har inte bestämt sig för att köra dem i PIO mode eller nåt? Har du kollat i enhetshanteraren?

7,091

(5 replies, posted in PunBB 1.2 troubleshooting)

How could it be?

7,092

(12 replies, posted in PunBB 1.2 troubleshooting)

Hmm, no I don't. Sorry.

That will have some "side-effects" though. If you are idle for more than 25 seconds, all topics will be marked as read.

7,094

(5 replies, posted in PunBB 1.2 troubleshooting)

I have no idea. Try updating your lang-files as well. Perhaps the se_profile.php is corrupt or something.

7,095

(8 replies, posted in PunBB 1.2 troubleshooting)

Hmm, ok. Oh well, as long as it works I'm happy :)

7,096

(8 replies, posted in PunBB 1.2 troubleshooting)

Ah, now I see! But didn't that screw up some other stuff? I'm thinking of all the other places where punplain is used.

7,097

(8 replies, posted in PunBB 1.2 troubleshooting)

Can you paste the HTML code for the table above? The one where the colors are wrong.

7,098

(8 replies, posted in PunBB 1.2 troubleshooting)

What did you change? Did you change it in the css-files or in the script?

You have to change both TR.puncon* and TD.puncon

7,099

(12 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=2677

7,100

(10 replies, posted in PunBB 1.2 troubleshooting)

Well, you can use one table for both forums and the rest of your site, but modifying PunBB to use an external table would be a lot of work. Doing it the other way round would probably be easier. It all depends though. Bottom line is yes, it's possible, but it can involve a great deal of work and you will have to know PHP and little about databases to do it.