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 two + two?

Go back

Topic review (newest first)

Rage Inflictor
01-10-2009 05:37:54

big_smile Yay, it looks just like a Waxie profile now :'D

Thanks ^_^

Waccoon
01-10-2009 05:35:08

Okay, I fixed this.  The old flags have been replaced by ranks:  profile.php (v1.4.2)

Rage Inflictor
01-10-2009 04:46:10

I've been missing that from the Waxie boards, I've always wished they showed up on Wac's sad

I added this to the language file:


//Administrator
$langop_type_admin = "Administrator";

//Owner
$langop_word_owner = "Owner";

//Super Admin
$langop_type_sadmin = "Super Administrator";

But it didn't work sad

In the memberslist the 'O' flag isn't there... so it won't register it D:

~*Eevee1*~
01-09-2009 21:49:53

No, in the profile.php file...
-------------------------
    <tr>
    <td class="pinfoask" valign="top">
        <?=$langop_word_special?>:
    </td>
    <td class="pinfoenter" valign="top">
        <?
        if (strstr($row['usrflags'], 'O')) {
            echo $langop_word_owner.'<br />';
        }
        if (strstr($row['usrflags'], 'S')) {
            echo $langop_type_sadmin.'<br />';
        }
        if (strstr($row['usrflags'], 'A')) {
            echo $langop_type_admin.'<br />';
        }
        if (strstr($row['usrflags'], 'D')) {
            echo $langop_type_daccess.'<br />';
        }
        if (strstr($row['usrflags'], 'M')) {
            echo $langop_type_aaccess.'<br />';
        }
        if (strstr($row['usrflags'], 'U')) {
            echo $langop_type_uaccess.'<br />';
        }
        if (strstr($row['usrflags'], 'I')) {
            echo $langop_type_immunity.'<br />';
        }
        if (strstr($row['usrflags'], 'X')) {
            echo $langop_type_adultview.'<br />';
        }
        if (strstr($row['usrflags'], 'G')) {
            echo $langop_type_guser;
        }
        ?>
    </td>
    </tr>

----------------------------------
It's definitely in there.
I was saying that it never has shown up on my boards or any Wac boards, but it should be.

squirtle_sketcher
01-09-2009 15:05:51

I believe its not supposed to show up on there xD On every single wacintaki oekaki I ihave been on it doesn't show up tongue So nothing appears to be wrong smile

~*Eevee1*~
01-09-2009 09:12:56

I must be so annoying by now. I do love you though Waccoon ;v;
I was looking at the profiles page and it looks like the flags for admin or owner should be appearing under Special when someone views a member's profile, but it hasn't been working (at least for me) in any Wac versions. It's not anything drastically important, but I also can't figure out how to put something by an Admin's name at all times so people know who is and isn't an admin, and members can't even look at their profiles to check for it either.

By the way, the new log is extremely handy. I already had an incident that the log cleared up. <3

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB