Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
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
oh yes, I was wondering about this so I can have multiple boards as well.
Offline
This requires a hack. Open up "common.php" for the scribble board, and search for the "parse_flags()" function. In that function, change this:
// Fix membership if ($flags['G']) { $flags['member'] = 1; }
...to this:
// Fix membership if ($flags['G']) { $flags['member'] = 1; if ($_GLOBALS['action'] != 'editprofile') { $flags['U'] = 1; } }
Offline
Thank you, but when I tried this, the flags still transferred to the main board. :[
Offline
Waccoon wrote:
You only modified the "common.php" file for the scribble board, right?
Yes.
Offline
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