• [Mod] Avatar v2.01 5 0 5 1
Currently:  

Author Topic: [Mod] Avatar v2.01  (Read 538101 times)

0 Members and 3 Guests are viewing this topic.

Offline insane

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Gallery
Re: [Mod] Avatar v2.01
« Reply #210 on: February 03, 2006, 03:31:49 PM »
ok scheint zu funktionieren danke dir.

Offline amoego

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #211 on: February 22, 2006, 01:46:07 AM »
hi,
your Mod is really great, but i have few questions.

I want to show the user avatar on the detail.html, just below the User Name.

I have already fixed it on page_header.php but i cannot see it.

Other problem is, that only registered user can see my avatar. But i want that all can see it.

here is my link: www.amoego.de

Sorry my bad english, but i hope you can help me...please

Offline awf

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #212 on: March 10, 2006, 01:17:28 PM »
Does anybody tryed this MOD on ver. 1.7.2 ?

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #213 on: March 10, 2006, 01:39:32 PM »
Does anybody tryed this MOD on ver. 1.7.2 ?
Yea. Works fine for me :)

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #214 on: March 11, 2006, 09:37:31 PM »
Its there a possibility to upload the avatar for a user by the ACP ?!?!?!
or have a different list thant only see the admin to asign a avatar for a user?!?!

thanks for your help!
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.

Offline MMantler

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #215 on: March 14, 2006, 04:29:33 PM »
First of all hello to everyone!  :D
As you see this is my first post here.. I already read through this and other topics but unfortunately could not find any solution.. so here is my problem:

I used the mod on page 4 to implement the phpbb2 avatars... in comment_bit.html I added the following line:
{if comment_user_avatar} <img src="../phpbb2/images/avatars/{comment_user_avatar}"> {endif comment_user_avatar}

this works fine but as soon as someone who is not registered adds a comment right after a person who is registered and uses an avatar, the avatar of the registered person is also shown beside the post of the unregistered person..
i assume that I have to add something like "  else <img src="../phpbb2/images/avatars/BLANK.GIF"> " but as I am a php noob I have no idea how to tell the script to link to a blank image as soon as a person is not registered or uses no avatar.. so I need your help  :oops:

Sorry for my bad English.. i hope you understand what the problem is.. THANX

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #216 on: March 28, 2006, 12:17:29 AM »
i've one problem with avatars size, i've make in ACP the max of 400 x 300 px , but this still allow users to upload images more larger !!! how fix 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] Avatar v2.01
« Reply #217 on: March 28, 2006, 01:29:03 AM »
Tripple check Steps 3.x
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] Avatar v2.01
« Reply #218 on: March 28, 2006, 01:35:28 AM »
i must change it :

$this->max_size['avatar'] = 99999999999;

 :?:oops:

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] Avatar v2.01
« Reply #219 on: March 28, 2006, 02:03:32 AM »
Its file size not the dimentions.
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 Ty

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #220 on: April 19, 2006, 06:51:37 PM »
Hi!

I installed this mod, but now I want to uninstall it beacuse of my database's size. How can I do to delete this field from my database?

Please, help me!  :wink:

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #221 on: April 21, 2006, 12:01:58 AM »
How can I do to delete this field from my database?

... by using phpMyAdmin ...
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 Ty

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #222 on: April 26, 2006, 03:33:41 AM »
How can I do to delete this field from my database?

... by using phpMyAdmin ...

But how can I do this?? Just deleting de users_avatars field??

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] Avatar v2.01
« Reply #223 on: April 26, 2006, 10:05:31 AM »
yes, that will do the trick ;)
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 live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #224 on: May 04, 2006, 09:59:24 AM »
How can I add the avatar selection in the register form?!?!?!

thanks for your help!!
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.