so its like this forum...
i think it would just be easyer to create new forums for them.
451 2005-11-28 21:15
Re: Feature for a multi language board (3 replies, posted in Feature requests)
452 2005-11-28 20:57
Re: Feature for a multi language board (3 replies, posted in Feature requests)
why not have seperate sections for different languages?
453 2005-11-28 18:34
Re: Optional Signatures 1.0 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
it should be supported by 1.2.10
most mods for 1.2 work on all 1.2 versions dont they
454 2005-11-28 13:04
Re: Logging out when visting another forum (4 replies, posted in PunBB 1.2 troubleshooting)
niether of them links work, and i know what you mean already but not sure why it does it
455 2005-11-28 09:05
Re: Moving database trouble!! (3 replies, posted in PunBB 1.2 troubleshooting)
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 2005-11-28 09:03
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
all you should need is that page i posted befor and that should work.
458 2005-11-27 20:57
Re: My piano forum (1 replies, posted in PunBB 1.2 show off)
needs some style added to it
459 2005-11-27 20:28
Re: Word Association Thread (1,382 replies, posted in General discussion)
women
460 2005-11-27 18:41
Re: make a new page on punbb (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 2005-11-27 17:49
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
does all your other pages on your site work ok?
462 2005-11-27 09:38
Re: make a new page on punbb (11 replies, posted in PunBB 1.2 troubleshooting)
yes, just replace were it says New Page with your page title
463 2005-11-27 00:25
Re: make a new page on punbb (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';
464 2005-11-26 17:13
Re: where is the random quote 1.0 plugin? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
rickard hopes to release befor xmas acording to his interview.
465 2005-11-25 15:17
Re: Will we have to fresh install when 1.3 comes out? (6 replies, posted in PunBB 1.2 discussion)
Fingers crossed, your old styles should still work too.
they wont work. css files have been redone and wont need the folder style/imports
466 2005-11-25 15:15
Re: Profile Times Viewed Counter. 1.0 (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
indeed it would
467 2005-11-25 14:00
Re: Renaming usernames disallowed (1 replies, posted in PunBB 1.2 troubleshooting)
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.
468 2005-11-25 13:59
Re: The easiest way to convert from phpbb to punbb. (10 replies, posted in PunBB 1.2 troubleshooting)
469 2005-11-25 13:56
Re: Profile Times Viewed Counter. 1.0 (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
nice mod, just what i needed
470 2005-11-24 17:27
Re: help with punbb skin (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?
471 2005-11-21 19:29
Re: [REQ] Last 5 Active users (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yeah change the code from num_posts to last_visit
472 2005-11-21 18:19
Re: [REQ] Last 5 Active users (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
well its for last 5 ACTIVE users, if it was last_visit it would be inactive.
473 2005-11-20 08:38
Re: Buttons (5 replies, posted in PunBB 1.2 troubleshooting)
it is in the css files
474 2005-11-19 22:57
Re: where is the random quote 1.0 plugin? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
when Rickard decideds to release 1.3
475 2005-11-19 18:47
Re: Cash Mod 1.0.1 work on PunBB 1.2.10? (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yes.