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 |
#442
|
||||
|
||||
Quote:
However, yes, I did the edit on the eggadmin.php as Saviour suggested, namely changing the path to images/misc/eggs/ instead of just images/misc/ There are two edits. Thank you! Now 2.2.0 is just perfect! |
#443
|
|||
|
|||
Works great!
|
#444
|
||||
|
||||
Fresh install after removing previous version and I get this error when trying to create a new egg:
Warning: getimagesize() [function.getimagesize]: Read error! in [path]/admincp/eggadmin.php on line 427 Give me a break... |
#445
|
||||
|
||||
Quote:
Code:
$imgpath = DIR . '/' . $vbulletin->options['eggavatar_eggpath'] . $image['image']; list($imgw, $imgh, $imgt) = getimagesize($imgpath); The only way for this to fail is if the path is wrong, or the image doesn't exist in the path. I am open to suggestion on how to make this simpler, but please everyone check your paths and images when you install before deciding that something is broken. Edit: In fact, because I already do a check further up (added in last update) to make sure the directory is valid: Code:
if (!file_exists(DIR . '/' . $vbulletin->options['eggavatar_eggpath'])) { print_table_header($vbphrase['eggavatar_invalid_path'], 4); } It's always possible I could be wrong, and there is an actual bug, so forgive my frustration, I've just been dealing with a lot of these image path issues that aren't real issues |
#446
|
||||
|
||||
Let me amend that by saying, the code should never return an ugly error is possible. So, it should report that the file is missing rather than 'blow up', so this is a bug of sorts, and I will continue to put in better checks for such things. But it's still just an image path/exists issue.
|
#447
|
||||
|
||||
Okay, I found a bug with the upload images via the upload button (we kind of new that existed already) and I'm fixing it, plus adding some more error checking. Please, for the current version, only use the ftp method for adding images.
|
#448
|
|||
|
|||
Dude! I have yet to see a coder as interactive and concerned as you about your work. You should be applauded for your effort! Cheers hambil!
|
#449
|
||||
|
||||
lol - thanks. I put up the new version with the fix btw.
|
#450
|
||||
|
||||
Have to agree, I struggle to fit everything in. So realise and appreciate your time and effort.
^5 mate |
#451
|
|||
|
|||
After upgrading my members now say their avatars are all pixelated. I see everything fine but 5 members say they have this problem.......any ideas? Maybe an egg I added or something?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|