vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - [tk] Egg Avatar (https://vborg.vbsupport.ru/showthread.php?t=208324)

digicom 03-14-2009 10:21 PM

Installed Apprciated :up:

smnoel 03-14-2009 10:35 PM

Waiting for the fix to install. :) nice hack. Can't wait to try it out.

Bulldog Stang 03-14-2009 10:41 PM

I am having the same problem as most here. It is not displaying the avatar after install. Awaiting the fix as I think this is a pretty fun hack/mod for my members ...

hoopsta 03-14-2009 10:54 PM

this looks cool

hambil 03-15-2009 04:15 AM

Good news. I've discovered a way to make it work with the file system, and just about any other setup. It will also work with animated avatars without stopping the animation. It's in progress now, and will be in the next point release within the day.

smnoel 03-15-2009 04:44 AM

Excellent! Thanks. :)

legion! 03-15-2009 05:10 AM

My members will indeed love this i have it installed and working fine! on 3.7 and 3.8

nascartr 03-15-2009 05:18 AM

So will the updated version be released later that supports file system avatars or was this 1.1.1 update supposed to because mine still aren't working.

hambil 03-15-2009 05:43 AM

Quote:

Originally Posted by nascartr (Post 1768456)
So will the updated version be released later that supports file system avatars or was this 1.1.1 update supposed to because mine still aren't working.

The version to come will support file system. The 1.1.1 release was a bug release.

Hornstar 03-15-2009 09:02 AM

looking forward to the next update then :)

Booth 03-15-2009 10:46 AM

Really cool but I can't use yet because my avatars are stored in the file system. Can't wait for the next version! Will definitely install.

Very cool and fun mod!

RedeemedWarrior 03-15-2009 11:44 AM

could it be configured to allow just one or two of the options? is that possible if i say just wanted the tomato option as stuff to throw

hambil 03-15-2009 11:52 AM

Quote:

Originally Posted by RedeemedWarrior (Post 1768597)
could it be configured to allow just one or two of the options? is that possible if i say just wanted the tomato option as stuff to throw

Not yet. I *just* figured out how to handle the file system and am coding that as we speak. Then after a short rest I intended to make the images user customizable for version 1.3. You'll be able to enable or disable images, set their individual costs, upload your own new images, etc.

First things first though. There's always new features waiting lol.

hambil 03-15-2009 02:42 PM

1.2.0 is released.

Some minor bug fixes, and support for avatars stored in the file system added.

smnoel 03-15-2009 03:01 PM

Button not showing up to egg folks after installing it. :(

smnoel 03-15-2009 03:02 PM

Doh Never mind. I changed the permissions in the group manager! Awesome. :)

Emunator 03-15-2009 05:54 PM

Quote:

Originally Posted by hambil (Post 1768721)
1.2.0 is released.

Some minor bug fixes, and support for avatars stored in the file system added.

Still not working for me with avatars in file system.

Booth 03-15-2009 06:14 PM

Quote:

Originally Posted by Emunator (Post 1768940)
Still not working for me with avatars in file system.

Not working for me either, avatars just don't show up :(

RedDevil 03-15-2009 07:12 PM

working here now :) mine are in file system

hambil 03-15-2009 07:47 PM

Quote:

Originally Posted by Emunator (Post 1768940)
Still not working for me with avatars in file system.

Quote:

Originally Posted by Booth (Post 1768957)
Not working for me either, avatars just don't show up :(

What result are you getting? Are you both seeing the same thing?

nascartr 03-15-2009 08:59 PM

I had it installed and when it's activated but no permissions are set things work fine but once I updated the permissions for all usergroups to be able to use all features the avatars turned into red x's.

djilou 03-15-2009 09:48 PM

Fatal error: Call to undefined function: exif_imagetype() in /eggavatar.php on line 195

hambil 03-15-2009 11:33 PM

Quote:

Originally Posted by djilou (Post 1769100)
Fatal error: Call to undefined function: exif_imagetype() in /eggavatar.php on line 195

Did not realize that wasn't compiled in by default. Fixed now. Thanks.

Sunka 03-15-2009 11:39 PM

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT count(eggtype) as totaleggs FROM vb_eggavatar WHERE userid =  AND cleaned = 0 AND UNIX_TIMESTAMP( ) <= (dateline + 259200);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND cleaned = 0 AND UNIX_TIMESTAMP( ) <= (dateline + 259200)' at line 1
Error Number  : 1064
Request Date  : Sunday, March 15th 2009 @ 06:33:36 PM
Error Date    : Sunday, March 15th 2009 @ 06:33:36 PM
Script        : http://www.pijanitvor.com/forum/eggavatar.php?do=addegg&p=7668
Referrer      : http://www.pijanitvor.com/forum/showthread.php?t=1375
IP Address    : 89.172.177.130
Username      : ********
Classname    : vB_Database
MySQL Version : 5.0.67-community-log

__________________________________________________ ____________________

Also, if I click on sign (icon) to egg someon, then is not opened egg menu (from this mod) but opened is user menu (when you click on username next to avatar --- look at the picture below).
Database error come only when I click on icon for egg someone and open in new tab.
My database have prefix - is that maybe problem?

https://vborg.vbsupport.ru/external/2009/03/80.jpg

Sunka 03-15-2009 11:42 PM

Also, how to move this MOD options down in vBulletin options?
I have look in product file, but have not find displayorder for that

hambil 03-15-2009 11:45 PM

Quote:

Originally Posted by Sunka (Post 1769186)
Database error in vBulletin 3.8.1:

I'm not sure what would cause that. Try a complete uninstall/reinstall.

hambil 03-15-2009 11:47 PM

Quote:

Originally Posted by Sunka (Post 1769188)
Also, how to move this MOD options down in vBulletin options?
I have look in product file, but have not find displayorder for that

Find the line
Code:

<settinggroup name="eggavatar_settings" displayorder="10">
and change the display order.

Sunka 03-15-2009 11:49 PM

I tried, also install this new one v1.2.1

Still the same, only database error is diferent

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT count(eggtype) as totaleggs FROM vb_eggavatar WHERE userid =  AND cleaned = 0 AND UNIX_TIMESTAMP( ) <= (dateline + 3600);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND cleaned = 0 AND UNIX_TIMESTAMP( ) <= (dateline + 3600)' at line 1
Error Number  : 1064
Request Date  : Sunday, March 15th 2009 @ 06:48:48 PM
Error Date    : Sunday, March 15th 2009 @ 06:48:48 PM
Script        : http://www.pijanitvor.com/forum/eggavatar.php?do=addegg&p=8761
Referrer      : http://www.pijanitvor.com/forum/showthread.php?t=1375
IP Address    : 89.172.177.130
Username      : *******
Classname    : vB_Database
MySQL Version : 5.0.67-community-log


hambil 03-15-2009 11:54 PM

Sounds like the javascript file isn't getting injected. That happens in the global_setup_complete hook.
PHP Code:

global $vbulletin;
if (
$vbulletin->options['eggavatar_active'])
{
    eval(
'$headinclude .= " ' fetch_template('eggavatar_ajax_js') . '";');


Make sure the hook isn't getting stepped on by another mod - and that your style didn't strip out $headinclude.

Sunka 03-15-2009 11:57 PM

Uh, and how to do that?
Would you like to PM you, admin username and password to look yourself?
I do not know what to look

hambil 03-16-2009 12:01 AM

Quote:

Originally Posted by Sunka (Post 1769199)
Uh, and how to do that?
Would you like to PM you, admin username and password to look yourself?
I do not know what to look

Sure, glad to help.

Sunka 03-16-2009 12:05 AM

Done...
You have PM

smnoel 03-16-2009 12:15 AM

Does this integrate with vb credits? I tried playing a little with the credits but was not successful. :(

hambil 03-16-2009 12:21 AM

Quote:

Originally Posted by smnoel (Post 1769216)
Does this integrate with vb credits? I tried playing a little with the credits but was not successful. :(

Yes, I have vbcredits on my system, and it works without any configuration needed. Just enable credits use in the Egg Avatar options.

hambil 03-16-2009 12:22 AM

Quote:

Originally Posted by Sunka (Post 1769205)
Done...
You have PM

Okay, it's fixed, and I found what appears to be a more reliable way to inject the javascript - which I will include in the next version. Thanks. Enjoy.

Sunka 03-16-2009 12:35 AM

Thank you...nominated, installed, very happy...

Also, I noticed when (before you manage it) you going to update MOD (select Allow Overwrite) then database error come too.
First need to uninstall, then I could to install newer version

jack-d 03-16-2009 12:36 AM

I suppose this might be nice, if it worked for all. I get nothing but the dreaded red x and I have the avs in the db.

Uninstalled

nascartr 03-16-2009 12:44 AM

Finally got it to work correctly but I am wondering how I would remove the ", 50 credits to clean, 150 to clean all. " text above the windows since I don't use the credits option.

beerhead 03-16-2009 12:48 AM

Looking forward to the next release. Sounds like fun.

hambil 03-16-2009 12:59 AM

Quote:

Originally Posted by nascartr (Post 1769245)
Finally got it to work correctly but I am wondering how I would remove the ", 50 credits to clean, 150 to clean all. " text above the windows since I don't use the credits option.

That bug has been fixed already - just uninstall and reinstall the latest version :)


All times are GMT. The time now is 01:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01752 seconds
  • Memory Usage 1,823KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete