The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[tk] Egg Avatar Details »» | |||||||||||||||||||||||||
A Support Project using the vBulletin Project Tool has been created to support this mod. Please make use of it if you can. Timely support will still be given in this thread, however, use of the project tool is appreciated because:
Description: Ever want to throw something at someone when you read a post? Now you can! Eggs, kisses, bullets, and more. Video Demonstration Link Special Notes:
Upcoming 2.5 new features
Features:
Install: Download the [tk] EggAvatar_2.3.4.zip file. Unzip and upload all files in the upload directory to your forum root. Import the product file in your admincp. Make sure to set usergroup permissions - all are turned off by default. Install vbAdvanced Module: Import and configure the eggblock.xml module via vbAdvanced in your admincp. Upgrade: Download the [tk] EggAvatar_2.3.4.zip file. Unzip and upload all files in the upload directory to your forum root. Import the product file in your admincp - make sure Allow Overwrite is set to 'yes'. Version History: 1.0 Original Version 1.1 Support for animated avatars 1.1.1 Fixed a couple minor bugs 1.2.0 Fixed a couple bugs and added file system support for avatar storage. 1.2.1 Fixed bug where function not compiled into standard php 4 was being called. 1.2.2 Fixed bug that cause out of place cost info on popup. Fixed so images no longer lose color when thrown. 1.2.3 Fixed some phrasing. Fixed (?) the bug causes database errors for some users. 2.0 Egg Manager (enable, disable, upload your own eggs). Egg tracking (who egged me). Optional reputation change on egging. Numerous small bug fixes, including PNG support. 2.0.1 Fixed bug with editing existing eggs in admincp. 2.0.2 Fixed bug with EI scrolling menu. 2.0.3 Added some missing phrases. 2.0.4 Fixed IE display problem. Put code in admincp image upload to only allow gifs and to resize if needed (max 50x50). 2.1.0 Full support for animated avatars. Eggs uploaded to the eggs directory but not in the database now show in the Egg Image Manager and can be added. Added Who's Online support. Fixed possible bug with missing dateline from url. 2.1.1 Fixed problem where PHP 5 function was being called. 2.2.0 Fixed problem with cleaned avatars missing dateline (really this time). Dropped back to partial animated gif support (animation stops when egged, starts when cleaned). Added checks and error messages to help with invalid path settings. Fixed bug that caused images not to display in popup. Fixed popup to display properly in all browsers no matter how many eggs are added. 2.2.1 Added additional error checking to the image manager. Fixed the upload button in the image manager. 2.2.2 Fixed uninstall issue. Fixed a couple words that weren't phrased. 2.3 Fixed permissions issues. Fixed a couple more words that weren't phrased. Added support for ImageMagick. Added support for vB Optimise. Added statistics on forum home. Changed the fade time so the eggs won't fade if the user hasn't logged in to see them yet. 2.3.1 Fixed bug in vB Optimise integration. 2.3.2 Fixed bug if paths to avatars has a leading '/'. 2.3.3 Another attempt at fixing the pop 'eggs out of the box' issue. Probably my last for a while. Good luck, cross fingers. 2.3.4 Fixes a "can't view if can't egg" permissions problem that has been plaguing some users. Adds a vbAdvanced Module. Beta Testing Team! Thanks! acegames Do not be afraid to click the install button, or whatever Donations (THANKS!): ?10.00 GBP by acegames $10.00 USD by rule0 $10.00 USD by drupy $10.00 USD by aztecboi2003 $10.00 USD by TandyServices $10.00 USD by hIBEES Show Your Support
|
Comments |
#62
|
|||
|
|||
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.
|
#63
|
|||
|
|||
Fatal error: Call to undefined function: exif_imagetype() in /eggavatar.php on line 195
|
#64
|
||||
|
||||
Did not realize that wasn't compiled in by default. Fixed now. Thanks.
|
#65
|
|||
|
|||
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? |
#66
|
|||
|
|||
Also, how to move this MOD options down in vBulletin options?
I have look in product file, but have not find displayorder for that |
#67
|
||||
|
||||
I'm not sure what would cause that. Try a complete uninstall/reinstall.
|
#68
|
||||
|
||||
Quote:
Code:
<settinggroup name="eggavatar_settings" displayorder="10"> |
#69
|
|||
|
|||
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 |
#70
|
||||
|
||||
Sounds like the javascript file isn't getting injected. That happens in the global_setup_complete hook.
PHP Code:
|
#71
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|