NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is seven + seven?

Go back

Topic review (newest first)

Waccoon
02-22-2009 05:58:15

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.

Rage Inflictor
02-20-2009 05:24:36

Waccoon wrote:

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

Yes.

Waccoon
02-20-2009 05:03:06

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

Rage Inflictor
02-19-2009 05:20:23

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

Waccoon
02-19-2009 03:25:27

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;
        }
    }
Twighlight
02-18-2009 20:49:05

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

Rage Inflictor
02-18-2009 08:10:30

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

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB