Well, it's a bit of an improvement But you seem to be doing the same query twice...
1,026 2006-12-29 16:52
Re: Hide reported post (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,027 2006-12-29 16:33
Re: Quotes without name after use 'PunBB Migration Tool' (32 replies, posted in PunBB 1.2 troubleshooting)
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
1,028 2006-12-29 15:31
Re: Installing third party mods (1 replies, posted in PunBB 1.2 discussion)
Just follow the hdiff
1,029 2006-12-29 13:47
Re: Quotes without name after use 'PunBB Migration Tool' (32 replies, posted in PunBB 1.2 troubleshooting)
You could always fix the converter
1,030 2006-12-29 00:30
Re: Quotes without name after use 'PunBB Migration Tool' (32 replies, posted in PunBB 1.2 troubleshooting)
It seems to me that the converter just strips out the names in quotes... but I could be wrong.
1,031 2006-12-28 21:49
Re: How can I easy count category in index.php ? (11 replies, posted in PunBB 1.2 troubleshooting)
Bleh, follow Smartys' suggestion then
1,032 2006-12-28 21:44
Re: How can I easy count category in index.php ? (11 replies, posted in PunBB 1.2 troubleshooting)
OK...
Find
$cat_count = 0;
Add after
$forum_count = 0;
Find
$item_status = '';
Add after
++$forum_count;
And that should be it.
1,033 2006-12-28 21:31
Re: How can I easy count category in index.php ? (11 replies, posted in PunBB 1.2 troubleshooting)
Then you only have one category...
1,034 2006-12-28 21:29
Re: How can I easy count category in index.php ? (11 replies, posted in PunBB 1.2 troubleshooting)
Err... $cat_count?
1,035 2006-12-28 21:26
Re: Spam protection (6 replies, posted in Feature requests)
http://en.wikipedia.org/wiki/FFS
Try one of those. The 5th one to be specific.
1,036 2006-12-28 20:49
Re: HELP ME!!!!!! (7 replies, posted in PunBB 1.2 troubleshooting)
Talk to your host about actually starting the server.
1,037 2006-12-28 20:45
Re: Spam protection (6 replies, posted in Feature requests)
No. Learn to search ffs.
It's no good for accesibility.
1,038 2006-12-28 13:27
Re: removing profile page menu (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.
1,039 2006-12-27 18:14
Re: New problem with extern.php on homepage (8 replies, posted in PunBB 1.2 troubleshooting)
<?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 2006-12-27 15:02
Re: Is it a BUG? (9 replies, posted in PunBB 1.2 troubleshooting)
It's on the to-do list for 1.3
1,041 2006-12-27 13:25
Re: New problem with extern.php on homepage (8 replies, posted in PunBB 1.2 troubleshooting)
Then I see a cURL solution, if that is installed
1,042 2006-12-27 12:51
Re: New problem with extern.php on homepage (8 replies, posted in PunBB 1.2 troubleshooting)
I would say, make sure you write correct PHP code:
<?php include "http://terrainland.com/forum/extern.php?action=active&show=7"; ?>
1,043 2006-12-27 00:10
Re: Getting listed on donation page? (11 replies, posted in PunBB 1.2 discussion)
Give him time to process it
1,044 2006-12-26 20:36
Re: Lock post (prevent from editing) (9 replies, posted in Feature requests)
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
but i guess i'll wait for 1.3 for that! (hope it 'll be here soon)
Exactly why I posted this suggestion
1,045 2006-12-26 16:30
Re: how to upgrade? (2 replies, posted in PunBB 1.2 troubleshooting)
If you have followed the hdiff completely, you should be fine
And normally the mods should work as before.
1,046 2006-12-26 12:50
Re: Auto write permissions? (4 replies, posted in Programming)
I think it correctly chmods the files indeed.
Probably done by PHP's chmod() function
1,047 2006-12-26 12:45
Re: When comparing strings use triple equal signs instead of double. (3 replies, posted in Feature requests)
It might be a bad idea to do so in some places though.
1,048 2006-12-26 00:05
Re: Where do you start? (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.
1,049 2006-12-25 21:12
Re: Remote avatars? (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Bad luck then. But it is and you can use that.
1,050 2006-12-25 20:18
Re: Remote avatars? (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You need to learn how to search for modifications.