NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 01-09-2009 09:12:56

~*Eevee1*~
Member

Admin rankings not showing?

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

Last edited by ~*Eevee1*~ (01-09-2009 09:19:58)


Owner of the Suta-Raito Oekakis:
Sutaro Sketcher
SR Oekaki
SRO is the merged form of SRON and SROA, with new templates and funnn contests <3

Offline

#2 01-09-2009 15:05:51

squirtle_sketcher
New member

Re: Admin rankings not showing?

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


PIEPLZ

Offline

#3 01-09-2009 21:49:53

~*Eevee1*~
Member

Re: Admin rankings not showing?

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.

Last edited by ~*Eevee1*~ (01-09-2009 21:51:40)


Owner of the Suta-Raito Oekakis:
Sutaro Sketcher
SR Oekaki
SRO is the merged form of SRON and SROA, with new templates and funnn contests <3

Offline

#4 01-10-2009 04:46:10

Re: Admin rankings not showing?

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:

Last edited by Rage Inflictor (01-10-2009 05:07:37)

Offline

#5 01-10-2009 05:35:08

Waccoon
Administrator

Re: Admin rankings not showing?

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

Offline

#6 01-10-2009 05:37:54

Re: Admin rankings not showing?

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

Thanks ^_^

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB