• [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 617375 times)

0 Members and 3 Guests are viewing this topic.

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 #45 on: January 25, 2003, 09:40:29 PM »
sorry, I dont use phpBB and dont have an answer for that question.
maybe somebody else?
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 tradertt

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #46 on: January 26, 2003, 10:16:01 AM »
How about putting it on a webpage? A normal HTML webpage? How can I do that?

Anyone can help on PHPBB ?

Offline tradertt

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #47 on: January 26, 2003, 11:20:31 AM »
Quote from: V@no
hmmm...actualy if u are using v1.7 it has this link by default.
if u have v1.7 and it doesnt show this link, then u can try add in your template this:
Code: [Select]
<A href="{url_show_user_images}">{lang_show_user_images}</A>


Do you have an example of this? I dunno where to put it at ... Can I put this on a normal HTML page?

Offline tradertt

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #48 on: January 27, 2003, 08:20:17 PM »
No one can help on this? Please assist .. need help badly.

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 #49 on: January 27, 2003, 11:58:21 PM »
Quote from: tradertt
Quote from: V@no
hmmm...actualy if u are using v1.7 it has this link by default.
if u have v1.7 and it doesnt show this link, then u can try add in your template this:
Code: [Select]
<A href="{url_show_user_images}">{lang_show_user_images}</A>


Do you have an example of this? I dunno where to put it at ... Can I put this on a normal HTML page?

no, u can not put a link like this on normal html that is not 4images template, I mean, {url_show_user_images} is not actualy a link, its a 'tag' that will be changed to actual URL after 4images finished generate the page from templates.
so, the only way to put a link to search all images by a specific user is to make compleate, full link with that user name on in.
for example if your gallery address is www.mysite.com/gallery and u want find all images of user POPA, then u can create a link to it:
Code: [Select]
<a href="http://www.mysite.com/gallery/search.php?search_user=POPA">POPA's images</a>
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 AJ

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #50 on: January 30, 2003, 08:02:27 PM »
I tried adding the mod, when I finished, I got this on the main page: "Parse error: parse error, expecting `')'' in /home/virtual/site79/fst/var/www/html/4images/includes/page_header.php on line 82

I checked page_header and this is what is on line 82:
Code: [Select]
 "url_control_panel" => (!empty($url_control_panel)) ? $site_sess->url($url_control_panel) : $site_sess->url(ROOT_PATH."member.php?action=editprofile"),

http://www.britneyconnection.com/

Someone please help. :(
AJ Lopez
Co-Owner/Designer
http://www.bslivepictures.org/

Webmaster/Founder
http://www.britneyconnection.com/

Offline tradertt

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #51 on: February 04, 2003, 06:30:27 PM »
Quote from: V@no
Quote from: tradertt
Quote from: V@no
hmmm...actualy if u are using v1.7 it has this link by default.
if u have v1.7 and it doesnt show this link, then u can try add in your template this:
Code: [Select]
<A href="{url_show_user_images}">{lang_show_user_images}</A>


Do you have an example of this? I dunno where to put it at ... Can I put this on a normal HTML page?

no, u can not put a link like this on normal html that is not 4images template, I mean, {url_show_user_images} is not actualy a link, its a 'tag' that will be changed to actual URL after 4images finished generate the page from templates.
so, the only way to put a link to search all images by a specific user is to make compleate, full link with that user name on in.
for example if your gallery address is www.mysite.com/gallery and u want find all images of user POPA, then u can create a link to it:
Code: [Select]
<a href="http://www.mysite.com/gallery/search.php?search_user=POPA">POPA's images</a>



Can I put it on a php page then?

Offline avarthol

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #52 on: February 06, 2003, 02:43:36 PM »
Hallo,
ich würde gerne eine Mitgliederliste pro Usergruppe erstellen. Gibt es da eine Möglichkeit, hat da jemand eine Idee?

Hello,
i would like to produce one user list for each user group. Is that possible, has anyone an idea?

Gruesse/Regards

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 #53 on: February 06, 2003, 04:13:54 PM »
in 4images only 2.5 ( :D ) user groups: ADMIN, REGISTRED and NOT ACTIVATED...is that what u need?
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 avarthol

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #54 on: February 06, 2003, 05:43:44 PM »
no i mean the user groups in the user registration. I have different groups of users (artists, galerist, museum) and i want to have several user lists for all visitors.

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #55 on: February 06, 2003, 10:07:36 PM »
In my memberlist everything is aligned in the center....I would like to have the usernames aligned left....is this possible?

Offline helluvaguy

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #56 on: February 12, 2003, 01:37:47 PM »
Hallo,

ich würde gerne wissen, wo ich Änderungen vornehmen muß, wenn ich standardmäßig die Mitglieder nach "Registriert seit" aufgelistet haben möchte und nicht nach den Benutzernamen, wie es  momentan der Fall ist.

Ich würde mich über jede Antwort freuen.

helluvaguy

Offline lachaca

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #57 on: February 14, 2003, 09:01:11 AM »
Habe die Datenbank manuell geändert - neue User eingetragen.
die Benutzer-id  hat 8 Stellen (Bsp: 20031802) - ursprüngliche
Benutzer habe ich belassen (Guest = -1 und admin = 1)

jetzt kriege ich folgende Fehlermeldung:

DB Error: Bad SQL Query: SELECT * FROM cscb_photo_users WHERE user_id NOT IN ('-1') ORDER BY username ASC LIMIT 0, 10
Unknown column 'username' in 'order clause'

HAT JEMAND EINEN TIPP?

Danke und Gruss marcel

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: [Mod] Memberlist / Mitgliederliste > for/für v 1.7.x
« Reply #58 on: February 16, 2003, 06:50:44 AM »
Hi is there a way to have it when I go to a users profile the clickstream path will be like home/memberlist/jason  instead of home/jason ?

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 #59 on: February 16, 2003, 07:01:48 AM »
Quote from: lachaca
Habe die Datenbank manuell geändert - neue User eingetragen.
die Benutzer-id  hat 8 Stellen (Bsp: 20031802) - ursprüngliche
Benutzer habe ich belassen (Guest = -1 und admin = 1)

jetzt kriege ich folgende Fehlermeldung:

DB Error: Bad SQL Query: SELECT * FROM cscb_photo_users WHERE user_id NOT IN ('-1') ORDER BY username ASC LIMIT 0, 10
Unknown column 'username' in 'order clause'

HAT JEMAND EINEN TIPP?

Danke und Gruss marcel


maybe u should try change username to user_name?


Quote from: Jasondavis
Hi is there a way to have it when I go to a users profile the clickstream path will be like home/memberlist/jason instead of home/jason ?

I'm not quet understand what do u mean by "home/memberlist/jason"? there is not such a thing. it shows "home/memberlist/page 1"
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)