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

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #75 on: April 30, 2005, 04:47:05 AM »
Thanks V@no but how should i use this $row['userpic']

Like this?

Code: [Select]
<img src="'.ROOT_PATH.'/data/userpic/'.$row['userpic'].'." width="37" height="39">

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.1 by V@no
« Reply #76 on: April 30, 2005, 04:48:29 AM »
yes, close ;)
Code: [Select]
<img src="'.ROOT_PATH.'/data/userpic/'.$row['userpic'].'" width="37" height="39">(no dot at the end ;))
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 ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #77 on: April 30, 2005, 05:16:53 AM »
Close... heheh thanks again but the noimage.png does not show up :S for the users that not have pictures just load this
http://69.56.196.226/~ascanio/data/userpic/ I thougt that the noimage pic was associated with all the users that did not have picture

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.1 by V@no
« Reply #78 on: April 30, 2005, 05:23:07 AM »
alrighty then:
Code: [Select]
<img src="'.ROOT_PATH.'/data/userpic/'.((empty($row['userpic'])) ? "noimage.png" : $row['userpic']).'" width="37" height="39">
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 ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #79 on: April 30, 2005, 05:40:24 AM »
Thanks that what i wanted :)

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #80 on: May 03, 2005, 05:30:45 AM »
hi V@no I having a weird problem, i think it is related with the modification that i did that allows the user to upload a picture when they register, the pictures are getting mixed, yesterday a user told me that his personal picture have  changed. :S and some others user told me the same, so do u have any idea of what is happening?

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.1 by V@no
« Reply #81 on: May 03, 2005, 06:39:21 AM »
hmmmm....actualy where and how do u get a user_id of a new registered user? That id is needed to save mpp.
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 ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #82 on: May 03, 2005, 07:19:13 AM »
hmmmm....actualy where and how do u get a user_id of a new registered user? That id is needed to save mpp.
sorry V@no i don'tunderstand your question waht do u mean with where and how i get a user_id?

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #83 on: May 03, 2005, 08:06:06 PM »
ok I see the problem ... the modification that i did when ppl register has something wrong cuz the name of the pic that it get when a user regiter and upload a pic is -1.jpg and somehow it gets mixed up with other profiles :S

Offline Kauterbak

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • http://kauter.com
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #84 on: August 05, 2005, 01:12:59 PM »
Help! Bitte - 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] Member personal photo v1.1.1 by V@no
« Reply #85 on: August 05, 2005, 02:32:44 PM »
bug fixes
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 wiitanen

  • Pre-Newbie
  • Posts: 8
  • Doh - answers are not referrals to general topics!
    • View Profile
    • Wiitanen's Web Site
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #86 on: August 06, 2005, 06:48:10 AM »
bug fixes

I have been looking through your bug fixes and cannot seem to locate that error either. ({if userpic_img} MISSING IMAGE {enduf userpic_img}

What do I need to do to get this problem resolved? I seem to have the exact same error. When trying to upload, it appears to be saving, but in fact nothing gets uploaded and the ..data/userpic/ is empty. userpic[chmod 777] ok.

Offline eshpro

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • gallery.eshpro.com
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #87 on: August 10, 2005, 01:11:16 AM »
Help! Bitte - please


i have same error.

Offline wiitanen

  • Pre-Newbie
  • Posts: 8
  • Doh - answers are not referrals to general topics!
    • View Profile
    • Wiitanen's Web Site
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #88 on: August 11, 2005, 10:32:33 PM »
Help! Bitte - please

ANYONE here who can explain what needs to be done to get rid of this error message?

I am not able to upload the images either to userprofiles (unless first uploaded to the image file via i.e. ftp and specify the path to the image, no image will show... just the little red X)

Offline Remplois

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #89 on: August 18, 2005, 05:34:30 AM »
Great MOD so far  :mrgreen:

Although has anyone tried signing out of there admin account and tried viewing the comments? I find that none of the pictures appear. Ive tried refreshing but same prob, dont understand why?!

Ive followed all the steps, and gone through all the pages of other people problems just havent come accross this problem yet.

Thanks.

btw www.remplois.com/gallery

User: Test
Pass: test

if you could thanks.