• [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x 5 0 5 1
Currently:  

Author Topic: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x  (Read 618869 times)

0 Members and 1 Guest are viewing this topic.

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #60 on: February 16, 2003, 07:06:50 AM »
I mean right now when you look  at the memberlst, then click on a username it will be like

Home / User profile

instead of like
Home / Memberlist / Page 1/ Jason  

something like that...do you understand?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #61 on: February 16, 2003, 07:12:55 AM »
well, see, when u click on a user from memberlist, its open "user profile" page, that doesnt have anything to do with memberlist page.


but  :wink:  u can try this:
in member.php find:
Code: [Select]
if ($action == "showprofile") {
  $txt_clickstream = $lang['profile'];

change to this:
Code: [Select]
if ($action == "showprofile") {
  $txt_clickstream = ((isset($HTTP_GET_VARS['clickstream_text']) || isset($HTTP_POST_VARS['clickstream_text'])) ? ((isset($HTTP_GET_VARS['clickstream_text'])) ? $HTTP_GET_VARS['clickstream_text'] : $HTTP_POST_VARS['clickstream_text']) : $lang['profile']);


and in memberlist.php find:
Code: [Select]
   $user_profile_link = (!empty($url_show_profile)) ? preg_replace("/{user_id}/", $user_row['user_id'], $url_show_profile) : ROOT_PATH."member.php?action=showprofile&".URL_USER_ID."=".$user_row['user_id'];

change to this:
Code: [Select]
   $user_profile_link = (!empty($url_show_profile)) ? preg_replace("/{user_id}/", $user_row['user_id'], $url_show_profile) : ROOT_PATH."member.php?action=showprofile&".URL_USER_ID."=".$user_row['user_id']."&clickstream_text=".$user_row['user_name'];
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #62 on: February 16, 2003, 07:29:41 AM »
Yeah, i didn't want to start a new thread, either way do you think it would be possible to change something to make it be like that?


sorry didnt see the bottom of your post im gonna try it, thannks

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #63 on: February 16, 2003, 08:07:42 AM »
Hi V@no did you try doin this? When I did it, everything appeared to be the same as before.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #64 on: February 16, 2003, 08:14:10 AM »
then, I guess, I missunderstud u... :?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #65 on: February 16, 2003, 08:38:35 AM »
I'm not sure, it seems like the code you changed above would do something though doesn't it?

Offline lachaca

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #66 on: February 17, 2003, 10:27:40 PM »
Thanks i have found the error

Thanks Marcel

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #67 on: February 17, 2003, 10:51:47 PM »
Quote from: lachaca
Thanks i have found the error

Thanks Marcel


What do you mean you found the error?

Offline amber438

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #68 on: February 17, 2003, 10:53:59 PM »
I just want a simple members list..visible to admin of course and all users..how can this be done?
amber438

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #69 on: February 23, 2003, 11:57:19 PM »
is it possible to had a search field in this mod? where users can write the username that they want to find

is this possible?

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #70 on: February 26, 2003, 07:35:05 PM »
or maybe add this additional field in the gallery search form

is any of these options possible?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #71 on: February 26, 2003, 09:10:00 PM »
Quote from: Bomba
is any of these options possible?


I'd say: "almost anything could be possible, exept pizza delivery through internet  8O :wink:"
but, hey, keep giving ideas ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #72 on: February 27, 2003, 12:00:33 AM »
Code: [Select]
I'd say: "almost anything could be possible, exept pizza delivery through internet  "


lol, i guess you have a point there
but if it's possible, can u tell me how please :)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #73 on: February 27, 2003, 01:35:55 AM »
Quote from: Bomba

but if it's possible, can u tell me how please :)

I didnt say I can do it... :wink:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Xwall

  • Full Member
  • ***
  • Posts: 100
    • View Profile
    • http://www.xwall.tk
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #74 on: February 27, 2003, 05:12:04 PM »
Hi,

I can´t order by "total_user_images" because in the USERS_TABLE don´t exist this row.

In your Web http://www.nicky.net/4images/gallery/memberlist.php you can order the memberlist by Bilder (images). How??  8O

I need help....
Your Mod is excelent  :)