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

0 Members and 1 Guest are viewing this topic.

Offline Jako

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #120 on: November 10, 2005, 05:00:52 PM »
thanks now it works

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #121 on: December 06, 2005, 05:01:15 PM »
why each time a new user upload a mpp (personal photo) this delete the default pic (noimage.png) from ..data/userpic ??? how stop it !?

 :?:

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 #122 on: December 07, 2005, 01:06:27 AM »
why each time a new user upload a mpp (personal photo) this delete the default pic (noimage.png) from ..data/userpic ??? how stop it !?

 :?:
There is no such feature in the original mod. If you are refering to some addon to this mod, please be kind and provide a link to the post. Otherwise dont expect much of the support ;)
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 Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #123 on: December 07, 2005, 01:39:48 AM »
i've get a query for mysql  here posted ;)

http://www.4homepages.de/forum/index.php?topic=6797.msg34005#msg34005

Posted by you  8)

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 #124 on: December 07, 2005, 01:55:07 AM »
Posted by you 8)
Sorry, I'm not google with unlimited memory resources :lol:


Anyways, try this. In member.php find:
Code: [Select]
if ($user_info['userpic'] != $userpic_name && file_exists($userpics_dir.$user_info['userpic']))Replace with:
Code: [Select]
if ($user_info['userpic'] != "noimage.png" && $user_info['userpic'] != $userpic_name && file_exists($userpics_dir.$user_info['userpic']))
If it works, I'll update the topic u refered to ;)
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 Toso

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Lachs & Leder
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #125 on: December 07, 2005, 04:10:51 PM »
My problem is that members cannot delete their picture to upload an new one.  :cry:
Is it possible to overwrite a picture without deleting?  :?:

Offline Toso

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Lachs & Leder
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #126 on: December 07, 2005, 09:32:51 PM »
My problem is that members cannot delete their picture to upload an new one.  :cry:
Is it possible to overwrite a picture without deleting?  :?:


I solve my probs.  :wink:  :mrgreen:

Offline MRJEE

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #127 on: December 10, 2005, 11:00:48 AM »
Iam show user pic on detail.html

When i go member list and show member pictures added
and i click on picture for detail this picture (link - details.php?image_id=44&mode=search ), i have this message

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.image_name, i.image_media_file, i.image_thumb_file, i.user_id FROM 4images_images i LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND user_id IN (2) AND i.cat_id IN (0, 29, 24, 21, 35, 32, 30, 22, 25, 33, 34, 26, 31, 23, 37, 27, 38, 28, 39, 36, 40, 41, 42, 43, 44, 45) ORDER BY image_date ASC
Column 'user_id' in where clause is ambiguous

Я отображаю фото юзера при детализации его картинки. Когда я захожу в список пользователей и осуществляю поиск катринок добавленных этим пользователем, при детализации катринки получаю выше описанное сообщение.

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 #128 on: December 10, 2005, 11:24:45 AM »
search keywords: "mysql 5" (with qoutes)
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 Nasser

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #129 on: December 10, 2005, 01:56:17 PM »
I installed this MOD ..
but nothing changed ..
and when I upload a picture
nothing uploaded

?

Offline MRJEE

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #130 on: December 10, 2005, 04:54:43 PM »
I have installed MySQL 4.1.8-max, not MySQL 5.0?????

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 #131 on: December 10, 2005, 07:32:22 PM »
I have installed MySQL 4.1.8-max, not MySQL 5.0?????
oh, wait...what about integrations? maybe phpbb integration?
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 MRJEE

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #132 on: December 10, 2005, 11:36:29 PM »
Not installed. I basically use your mod. Many thanks for them. Iam install (auto resize when upload, member list)

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 #133 on: December 10, 2005, 11:44:30 PM »
When i go member list and show member pictures added
and i click on picture for detail this picture (link - details.php?image_id=44&mode=search ), i have this message
What memberlist?
This mod has no support for memberlist. If you are talking about some 'custom' code that would integrate two mods, then perphaps you should atleast mention that AND provide a link to the thread where you took the code.
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 brunorosa

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • Janela Urbana
Re: [MOD] Member personal photo v1.1.1 by V@no
« Reply #134 on: December 11, 2005, 03:04:20 AM »
How can i let the other users see my personal picture on my member details? (my profile)... i'm the only one that can see my own photo.. i want the other users to see my foto aswell