Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Showing User Avatar?

Asked Modified Viewed 7,939 times
W
Web Lord
W
Glee Totally Rocks
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

Hello People! I am running a website and I am trying to get the user avatar to show.
if(iMEMBER){
            echo "\t\t\t
            <ul>
            <li><img src='".THEME."images/right.gif' alt='".$locale['global_120']."' /><a href='".BASEDIR."edit_profile.php'>".$locale['global_120']."</a></li>
            <li><img src='".THEME."images/right.gif' alt='".$locale['global_121']."' /><a href='".BASEDIR."messages.php'>".$locale['global_121']."</a></li>
            ".(iADMIN ? "<li><img src='".THEME."images/right.gif' alt='".$locale['global_123']."' /><a href='".ADMIN."index.php".$aidlink."' >".$locale['global_123']."</a></li>" : "")."
            <li><img src='".THEME."images/right.gif' alt='".$locale['global_124']."' /><a href='".BASEDIR."setuser.php?logout=yes'>".$locale['global_124']."</a></li></ul>\n";
         }else{
            echo "\t\t\t<ul><li><img src='".THEME."images/right.gif' alt='".$locale['global_104']."' /><a href='".BASEDIR."login.php'>".$locale['global_104']."</a></li>
            <li><img src='".THEME."images/right.gif' alt='Register' /><a href='".BASEDIR."register.php'>Sign Up</a></ul>\n";
         }

That it the code I use to show the user details because the user section is in the header and not the sidebar I don't use the user_info panel.

But I am trying to get the user avatar to show beside it, but I don't know what code to use.

Please help.
0 replies

20 posts

H
HolstDK
H
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

Quote

Fangree_Craig wrote:

HolstDK please fix our signature it's to big man.

Guidelines here....

http://www.php-fusion.co.uk/coc.php

Thanks

Done :)
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 20 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
W
W
Glee Totally Rocks
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
M
M
M0rdak 10
  • Junior Member, joined since
  • Contributed 18 posts on the community forums.
H
H
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 2 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet