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

0 Members and 1 Guest are viewing this topic.

Offline Remplois

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #90 on: August 18, 2005, 05:43:48 AM »
fixed it. Sorry, school boy error.  :lol:

but im still getting problems with guest image on the comments (Guests image & people without images get an "X"). works perfect for profile and profile edit. Is there a fix for this that i missed? ive tried nearly all the pieces of code suggested in this thread, and tried my own. stuck  :oops:

thanks in advance.

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #91 on: August 19, 2005, 01:01:51 PM »
Use this little trick but note, when you do this you canīt disabled the user photo in the controlpanel

Edit your member_editprofile.html

Quote
remove{if userpic_allowed}
          <tr>
            <td class="row1" valign="top"><b>{lang_userpic}</b>
              <SPAN class="smalltext">
                <br />
                <B>{lang_userpic_upload}</B>
              </SPAN>
            </td>
            <td class="row1">
              <INPUT type="file" name="userpic_file"  size="30" class="input" /><br />
              {if userpic_img}<img src="{userpic_img}"><br /><input type="checkbox" name="userpic_del" value="1">&nbsp;{lang_userpic_del}{endif userpic_img}
            </TD>
          </TR>
remove{endif userpic_allowed}[/quote]

Now you only get a photo, if the user has upload this  :wink:

Project offline

Offline beseech

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #92 on: August 30, 2005, 03:55:40 PM »
but this do the same of avatar mod, i'm right ???

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #93 on: August 30, 2005, 04:49:32 PM »
Yes and no ;)

The avatar mod lets the user upload/set a small avatar which is being shown on many places of the page.
This mod lets the user upload a bigger image than the avatar to be shown only in the user-profile and not next to each comment etc.
MAяTRIX


Offline beseech

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #94 on: September 11, 2005, 05:09:11 PM »
i want show this on PMS , how can i do this ?

Offline universal

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://www.funny.lt
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #95 on: September 13, 2005, 08:39:15 AM »
Is it possible to choose is it males or is it females photo? Something like radio button to select.
And if no photo set, I want to show m.jpg if Male radio checked, f.jpg if Female radio checked.
Is it hard to do?
Again this addres?!
http://www.funny.lt

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #96 on: September 13, 2005, 10:07:55 AM »
it is not exactly what you're asking for...
but maybe it will help you: User GIS



MAяTRIX


Offline universal

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://www.funny.lt
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #97 on: September 13, 2005, 11:03:18 AM »
yes, thanks, but I want to use it with this mod, and if no picture is set, show big 200x300 females or males border.
Again this addres?!
http://www.funny.lt

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #98 on: September 13, 2005, 11:09:38 AM »
well - with that mod implemented you will have the information about the gender...
the rest you have to do is to check if a personal photo is set and if not, than just show an image according to the users gender...
MAяTRIX


Offline universal

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://www.funny.lt
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #99 on: September 13, 2005, 11:12:34 AM »
thanks for showing me the way  :!: ;)
Again this addres?!
http://www.funny.lt

Offline beseech

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #100 on: September 16, 2005, 08:43:45 PM »
but if this can be used on comments , maybe the method for show on PM's will be similar....i think ... ?

Offline universal

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://www.funny.lt
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #101 on: September 24, 2005, 09:18:29 AM »
Is it possible to add more than one photo?
Again this addres?!
http://www.funny.lt

Offline renz312

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #102 on: October 03, 2005, 05:45:07 AM »
@ V@no
Where to edit if i want the size of this personal photo to 50x50pixel when upload?i mean auto resize when upload?


sorry for my poor english :|

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 #103 on: October 03, 2005, 05:58:07 AM »
In the settings.
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 renz312

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #104 on: October 03, 2005, 01:39:31 PM »
thanks v@no...amazing mod... :D