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?

user info panel...

Locked Asked Modified Viewed 3,961 times
I
isz24
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
asked
Member

what modification should i make to appear image n view my profile in my user info panel....
isz24 attached the following file:
capture1_1.png [No information available / 121 Downloads]
capture_1.png [No information available / 86 Downloads]
0 replies

5 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Find

openside($userdata['user_name']);

Add underneath...

      if ($userdata['user_avatar'] && file_exists(IMAGES."avatars/".$userdata['user_avatar'])) {
      echo "<div style='text-align:center;'><img src='".IMAGES."avatars/".$userdata['user_avatar']."' alt='".$userdata['user_name']."' style='border:0' /></div>";
   } else {
      echo "<div style='text-align:center;'><img src='".IMAGES."avatars/noavatar100.png' alt='".$userdata['user_name']."' /></div>";
      }
0 replies
I
isz24
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
answered
Member

tq philip my image already appear...
but before bullet edit profile have n...
what should i do...
i dont want that capital N..

n i want modification code to appear view my profile in my user info panel..
isz24 attached the following file:
capture2.png [No information available / 87 Downloads]
0 replies
G
GMUDuckman
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
answered
Senior Member

change both of the

</div>n


to

0 replies
I
isz24
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
answered
Member

tq gmuduckman...

but i want to add
VIEW MY PROFILE in my user info panel...
what should i do...
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Duplicate Thread your first one is here...

http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=28546&pid=156989#post_156989

Locked!!
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 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
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
G
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
I
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet