• [MOD] Member personal photo v1.1.3 by V@no (2011-10-23) 4 0 5 1
Currently:  

Author Topic: [MOD] Member personal photo v1.1.3 by V@no (2011-10-23)  (Read 327619 times)

0 Members and 1 Guest 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] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #285 on: August 18, 2009, 02:38:55 PM »
Does it show a broken image instead?
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 robertx

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #286 on: August 18, 2009, 03:48:35 PM »
Thanks for responce V@no.

No , no picture appear . But is strange that i see that "noimage" in user profile .
IN comment_bit.html i use {if comment_userpic} <img src="{comment_userpic}">{endif comment_userpic} . I mention that users that had uploaded their pictures post comments with pictures .

Thanks again


Does it show a broken image instead?

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] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #287 on: August 19, 2009, 02:12:08 AM »
try this then:
Code: (HTML Template) [Select]
{if comment_userpic} <img src="{comment_userpic}">{endif comment_userpic}{ifno comment_userpic} <img src="<?=ROOT_PATH."data/userpic/noimage.png";?>">{endifno comment_userpic}
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 robertx

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #288 on: August 19, 2009, 10:41:08 AM »
it is working . thanks V@no


try this then:
Code: (HTML Template) [Select]
{if comment_userpic} <img src="{comment_userpic}">{endif comment_userpic}{ifno comment_userpic} <img src="<?=ROOT_PATH."data/userpic/noimage.png";?>">{endifno comment_userpic}

Offline arabcine

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #289 on: September 29, 2009, 06:40:07 PM »
Step 9
Download this package, extract it and upload to your 4images

where i can download this package because file not found in this web site ...

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #290 on: September 29, 2009, 07:27:29 PM »
@ arabcine

... at the very bottom of the first post ...
... find : userpic_install.zip ...
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 arabcine

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #291 on: September 29, 2009, 08:06:21 PM »
what about this ?

in http://gallery.vano.org/file58dl

Step 9
Download this[/b]]this package, extract it and upload to your 4images root directory, then execute it by typing in your browser: http://<your_site_address_and_path_to_your_4images>/userpic_install.php
Follow the instructions.



on word (This) you will see the link we must download it ?

Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #292 on: September 29, 2009, 08:33:49 PM »
did you click on the link?

the needed file is attached to the first post
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.

Offline arabcine

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #293 on: September 30, 2009, 10:01:27 AM »
did you click on the link?

the needed file is attached to the first post


YOU MEAN THEIS
http://www.4homepages.de/forum/index.php?topic=3978.0#post_attachment


yes NOTHING IN ATTACHED not work the link

http://www.4homepages.de/forum/index.php?topic=3978.0#post_attachment


can you give me the link of this ?

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] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #294 on: September 30, 2009, 03:46:30 PM »
Yes, the link isn't pointed to the attachment, but your browser should scroll down to the link for attached file.
I'm deliberately don't want give you direct link to the file, so you learn how it works, because this method used a lot on this forum.

(hint: all attachments placed below the post)
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 arabcine

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #295 on: September 30, 2009, 07:11:29 PM »
why , and how i can learn how ?

u can upload it by web zshare.net rapaidshare.com etc

iam searching for your attached but not found please upload and give me the link of this file

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #296 on: September 30, 2009, 07:22:25 PM »
@ arabcine

... please take down the tomatos from your eyes ...
... as we said ...
... at the very bottom of the first post from this thread ...
... find : userpic_install.zip ...
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 arabcine

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #297 on: September 30, 2009, 07:26:24 PM »
sorry brother i saw it before and  iwas think i have to download other file by this ,,

and thanks for your help

Offline luener

  • Jr. Member
  • **
  • Posts: 54
  • Pessimisten sind Optimisten mit mehr Erfahrung!
    • View Profile
    • TopFoto24.com
Re: [MOD] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #298 on: October 16, 2009, 03:43:22 PM »
Klappt prima und sieht gut aus..!

Aber ein Problem:
Firefox und Opera zeigen alles an, nur im Internet-Explorer wird das Pic
in der comment_bit  nicht angezeigt

Zu sehen auf:  http://topfoto24.lima-city.de/details.php?image_id=163

Kann mir jemand helfen???

Gruß
Ralf


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] Member personal photo v1.1.2 by V@no (2008-12-11)
« Reply #299 on: October 16, 2009, 04:06:00 PM »
apparently IE doesn't like when in width/height used % values
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)