StevenBullen wrote:

What is the problem code works fine with me? Have you logged out of admin to test it?

after i follow your instruction, i can't logout. i mean logout function not working anymore.

StevenBullen wrote:

Request 1

its is working but how to show only username, avatar and pm in admin post.all information hidden including repu point and ip.

StevenBullen wrote:

Request 2
Open profile.php and find (About line 909)

$user = $db->fetch_assoc($result);

add the following to the next line

if ($pun_user['g_id'] != PUN_ADMIN && $user['g_id'] == PUN_ADMIN)
    redirect('index.php', 'Sorry no access to admin profile!');

Any problems give me a shout as I have not tested it. wink

not working sir..

^ yes just username i want to show for admin. when someone click admin username, it will not show admin profile.it will redirect to forum index.

I'm new here. i need help... I've 2 question.

1) How to remove information under the username in topic view. ( only for admin profile)

2) how to make when someone click admin username, its redirect to index page not admin profile.




sorry for my english. big_smile