NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 02-18-2009 08:10:30

Have different flags on merged boards.

Hi,

I was wondering if there was a way for users to have different flags on merged boards? I want all of my users to have the Upload flag on the Scribble Board, but I don't want the main board to be an upload dumping ground D: . Is there anyway of doing this, without having to un-merge, or whatever?

-Rage

Offline

#2 02-18-2009 20:49:05

Twighlight
Member

Re: Have different flags on merged boards.

oh yes, I was wondering about this so I can have multiple boards as well.

Offline

#3 02-19-2009 03:25:27

Waccoon
Administrator

Re: Have different flags on merged boards.

This requires a hack.  Open up "common.php" for the scribble board, and search for the "parse_flags()" function.  In that function, change this:

Code:

    // Fix membership
    if ($flags['G']) {
        $flags['member'] = 1;
    }

...to this:

Code:

    // Fix membership
    if ($flags['G']) {
        $flags['member'] = 1;
        if ($_GLOBALS['action'] != 'editprofile') {
            $flags['U'] = 1;
        }
    }

Offline

#4 02-19-2009 05:20:23

Re: Have different flags on merged boards.

Thank you, but when I tried this, the flags still transferred to the main board. :[

Offline

#5 02-20-2009 05:03:06

Waccoon
Administrator

Re: Have different flags on merged boards.

You only modified the "common.php" file for the scribble board, right?

Offline

#6 02-20-2009 05:24:36

Re: Have different flags on merged boards.

Waccoon wrote:

You only modified the "common.php" file for the scribble board, right?

Yes.

Offline

#7 02-22-2009 05:58:15

Waccoon
Administrator

Re: Have different flags on merged boards.

Could you clarify what you mean by "transferred"?  If you go into the profile editor for the scribble board, the upload flag will be checked for each profile you view.  You have to un-check it each time you want to update a profile.  But, the master board shouldn't get the upload flag if you're only modifying the scribble board.

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB