Author Topic: show pic in member profile ??  (Read 4612 times)

0 Members and 1 Guest are viewing this topic.

Offline vietdragon

  • Newbie
  • *
  • Posts: 26
    • View Profile
show pic in member profile ??
« on: May 22, 2005, 04:00:17 AM »
I  want the pic whic post by a member will show in his/her profile  about 10 or 5 pics per page .

i haven't click to Display all images added by .....  to see picture .

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: show pic in member profile ??
« Reply #1 on: July 27, 2006, 03:56:21 PM »
I am searching for this for about 20 minutes.

Can somebody help us.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: show pic in member profile ??
« Reply #2 on: July 27, 2006, 04:17:40 PM »
... in member.php add after ...
Code: [Select]
$site_template->register_vars(array(
... this ...
Code: [Select]
"url_show_user_images" => $site_sess->url(ROOT_PATH."search.php?search_user=".urlencode($user_row['user_name'])),
... now you can use this tags im member_profile.html als link to show all images of current user ...
Code: [Select]
<a href="{url_show_user_images}">{lang_show_images}</a>
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: show pic in member profile ??
« Reply #3 on: July 27, 2006, 10:07:31 PM »
ok
now i found out, this function is already there on 1.7.2, even with a link in the profil page.

 :lol:

I was not able to recognize the link. 

thx anyway