so its like this forum...
i think it would just be easyer to create new forums for them.

why not have seperate sections for different languages?

it should be supported by 1.2.10
most mods for 1.2 work on all 1.2 versions dont they hmm

niether of them links work, and i know what you mean already but not sure why it does it hmm

you must have deleted the guest account from the database.
if you go into the database and just create a new user with user id 1 group id 4 and name it Guest, it should work fine.

456

(11 replies, posted in PunBB 1.2 troubleshooting)

all you should need is that page i posted befor and that should work.

457

(69 replies, posted in News)

be patient. it'll be worth it smile

458

(1 replies, posted in PunBB 1.2 show off)

needs some style added to it smile

459

(1,382 replies, posted in General discussion)

women

460

(11 replies, posted in PunBB 1.2 troubleshooting)

if you send me the whole code your trying to do ill try it on mine and see if i get same error.

461

(11 replies, posted in PunBB 1.2 troubleshooting)

does all your other pages on your site work ok?

462

(11 replies, posted in PunBB 1.2 troubleshooting)

yes, just replace were it says New Page with your page title

463

(11 replies, posted in PunBB 1.2 troubleshooting)

try this...

<?php
 
define('PUN_ROOT', './');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';
 
//Set the page title here
$page_title = pun_htmlspecialchars($pun_config['o_board_title']) . ' / New page 1';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
require PUN_ROOT.'include/parser.php';
 
?>
    

 your stuff here


<?php
 
require PUN_ROOT.'footer.php';

rickard hopes to release befor xmas acording to his interview.

IdleFire wrote:

Fingers crossed, your old styles should still work too.

they wont work. css files have been redone and wont need the folder style/imports

indeed it would

it is set to that already. if you mean you dont want moderators renaming users, then go to admin > permissions and there is a setting in there.

http://punbb.org/download/contrib/PunBB … -1.4.0.zip

nice mod, just what i needed smile

470

(6 replies, posted in PunBB 1.2 troubleshooting)

have you added them in include/functions.php were the navigation links are by mistake?

also, just curiosity, can i ask why you removed the powered by punbb?

yeah change the code from num_posts to last_visit

well its for last 5 ACTIVE users, if it was last_visit it would be inactive.

473

(5 replies, posted in PunBB 1.2 troubleshooting)

it is in the css files

when Rickard decideds to release 1.3

yes.