Well, it's a bit of an improvement tongue But you seem to be doing the same query twice...

Let's see then...

In converters/phpBB open file _config.php and find

'[quote]',

Try replacing it with

'[quote=$1]',

I think they kinda forgot this in the converter tongue

1,028

(1 replies, posted in PunBB 1.2 discussion)

Just follow the hdiff

You could always fix the converter wink

It seems to me that the converter just strips out the names in quotes... but I could be wrong.

Bleh, follow Smartys' suggestion then tongue

OK...
Find

$cat_count = 0;

Add after

$forum_count = 0;

Find

$item_status = '';

Add after

++$forum_count;

And that should be it.

Then you only have one category...

Err... $cat_count? tongue

1,035

(6 replies, posted in Feature requests)

http://en.wikipedia.org/wiki/FFS

Try one of those. The 5th one to be specific.

1,036

(7 replies, posted in PunBB 1.2 troubleshooting)

Talk to your host about actually starting the server.

1,037

(6 replies, posted in Feature requests)

No. Learn to search ffs.

It's no good for accesibility.

1,038

(7 replies, posted in PunBB 1.2 troubleshooting)

Or you download the mod where you have an extra menu option so you can see what's in your profile.

<?php
$cp = curl_init("http://terrainland.com/forum/extern.php?action=active&show=7");
curl_exec($cp);
?>

Try putting that where your current include is.

1,040

(9 replies, posted in PunBB 1.2 troubleshooting)

It's on the to-do list for 1.3

Then I see a cURL solution, if that is installed smile

I would say, make sure you write correct PHP code:

<?php include "http://terrainland.com/forum/extern.php?action=active&show=7"; ?>

1,043

(11 replies, posted in PunBB 1.2 discussion)

Give him time to process it smile

1,044

(9 replies, posted in Feature requests)

hsl wrote:

yeah, what i want is:

mods & admins should the only ones that can use the mod tag, and whenever the tag is placed the post should be locked for the poster smile

but i guess i'll wait for 1.3 for that! smile (hope it 'll be here soon)

Exactly why I posted this suggestion tongue

1,045

(2 replies, posted in PunBB 1.2 troubleshooting)

If you have followed the hdiff completely, you should be fine smile
And normally the mods should work as before.

1,046

(4 replies, posted in Programming)

I think it correctly chmods the files indeed.
Probably done by PHP's chmod() function wink

It might be a bad idea to do so in some places though.

1,048

(2 replies, posted in Programming)

Well, I usually start with 1 file. I create a basic little layout, then split it up to a header, a footer and the actual page (+ the CSS page). From there I build on, like adding a common.php that loads what's needed etc.

Bad luck then. But it is and you can use that.

You need to learn how to search for modifications.