Hello.. im using avatar mod.. its working perfectly fine..
but i want to add avatar on header with my defined size ( different from other avatars on main}
i mean i want to have one more tag like {user_avatar_current}
i want to have {user_avatar_header)
i did copied and did little bit changes in
"user_avatar_current" => ($config['avatar_use']) ? "<img src=\"".TEMPLATE_PATH."/avatars/".(($user_row['user_avatar'] == "") ? "blank.gif" : $user_row['user_avatar'])."\" name=\"icons\" border=\"0\" alt=\"\">" : "",and made it like
"user_avatar_header" => ($config['avatar_use']) ? "<img src=\"".TEMPLATE_PATH."/avatars/".(($user_row['user_avatar'] == "") ? "blank.gif" : $user_row['user_avatar'])."\" name=\"icons\" width=\"i50\" height=\"80\" border=\"0\" alt=\"\">" : "",did this only in member.php and in details.php..
so now it only works if i visit the member profile page or control panel or some.
i mean with {user_avatar_header} the avatar shows of my defined size but only if i visit the control panel page..??
what to do please tell.??
i want it to work in every page of template {user_avatar_header}
Please Reply..
==================================
Here is the screenshot of my page.. im working on localhost..i mean wamp..so thats why cant give link of this..
The normal site link is
www.cusitlibrary.combut working on header thing on my pc, that when it will be completed will upload it..
Ok here is the screenshot.
Please Help Suggest what to do??