Author Topic: [MOD] Latest Image Upload in Memberprofile  (Read 29444 times)

0 Members and 1 Guest are viewing this topic.

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #15 on: August 26, 2006, 08:35:45 PM »
I can't get it to show the 3 latest. I tried editing limit and $user_image = 1; without any luck

Offline Mikomi

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #16 on: September 09, 2006, 11:26:51 AM »
Der Mod funktioniert soweit ganz gut nur bekomme ich jetzt auf member.php eine Fehlermeldung:

Quote
Notice: Undefined index: cat_name in /ayumi/reflect/includes/functions.php on line 408

Ich hab schon versucht die Lösung zu finden aber irgendwie komme ich nicht weiter.  :(

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #17 on: September 09, 2006, 04:59:36 PM »
... in der functions.php war nichts zu ändern ... ! ...
... und was bei dir in der entsprechenden Zeile steht wissen wir auch nicht ...
... die Fehlermeldung rührt sicher von einer anderen Änderung her ...
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 Mikomi

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #18 on: September 09, 2006, 05:51:55 PM »
Seltsam, dabei habe ich die Datei selber nie geändert... naja, dann muss ich wohl die datei neu hochladen und sehen ob's dann klappt.

Offline Vladec

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #19 on: October 27, 2006, 02:59:08 AM »
Hey! Greate MOD, but it shows only one last uploaded image by user. What can i do to show more then one? changing LIMIT and/or $user_image dosen't help. :?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #20 on: October 27, 2006, 10:27:14 AM »
1. the name of this MOD is ... Latest Image ... (and that means ... only one image) ...  :wink:
2. only changing "Limit" can't help for more images ...
3. for more user images in the profile you need also ...
- while loop
- table construction
- user_thumbnail_bit.html
- paging
- and a little bit php-knowledge for coding

4. but for fast you can show a link in members profil to "All users images" ...
use this in member.php in //--- Show Profile --- after $site_template->register_vars(array(
Code: [Select]
"url_show_user_images" => $site_sess->url(ROOT_PATH."search.php?search_user=".urlencode($user_row['user_name'])),
and in members_profile.html
Code: [Select]
<a href="{url_show_user_images}">All users 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 Vladec

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #21 on: October 31, 2006, 04:55:47 PM »
thanks! i know that.
 But though, it would be really greate to show all the images in member profile page.

To bad there is no such mod on the forum. it seems like a really greate idea!

Offline vitara

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: [MOD] Latest Image Upload in Memberprofile
« Reply #22 on: March 27, 2008, 06:54:41 PM »
Hallo zusammen
Ich benutze dieses Mod auch und bin damit glücklich.
Nun frage ich nach ob es auch noch ein Mod gibt um die letzten Downloads anzuzeigen, eben wie hier die Uploads, nur die Downloads.

Kann mir da jemand weiterhelfen,bitte.
besten Dank dafür
Vitara