Rickard wrote:Madoor wrote:Ok, your choice. I have one forum for admins, one for admins and co-workers (people that are publishing news for example) and then one forum for admins, co-workers and moderators where you can write messages about members and so on (moderator stuff). That is why I would like to have an extra forum for the "high moderators" (co-workers).
But why do you need your co-workers to have moderator rights?
Well, I want them to be moderators as well as co-workers... They should have the ability to moderate the forums if they feel like it and as I have stated before: I want them to have a forum of their own. Guess I have to figure out another way to do this.
About integrating the site on the forum. On the current version (1.1.5) I can write:
$pun_root = 'forum/'; // The path to the forum root directory relative to this script
define('PUN_QUIET_VISIT', 1);
@include_once $pun_root.'include/common.php';
on all pages on my homepage to let the members stay logged in even if they are not in the forums. Is this possible in 1.2 as well or do I have to change the code?
The functions in 1.1.5 (in functions.php); have you changed any of their names? Have used some of the functions on other pages than the forum so I have to change the names on those pages then...