vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=208324 |
Dont take it personally Hambil, this is a GREAT MOD !
I have reverted to 2.0.2 for now :up: |
The images not showing up in the dropdown is a code bug, and has been fixed. I'm just waiting to try and find a couple other possible issues before I do another bug release.
|
Quote:
U need check again..Some reason those images not show BUT V 2.0.4 have ! Not 2.1.1 |
Quote:
|
even the avatars are also not showing:o
|
Quote:
|
I performed the update. I uploaded all the new files as instructed. Now when I click on the green blob, nothing happens. I set the permissions. I had it working before. With the update though, it's not working. Nothing is happening.
|
Guys...hold off on updating until hambil works on it...
Right now...the most stable versions of this mod are 2.0.3 and 2.0.4. Hambil will notify us when he's resolved the issue and is ready to upload the latest stable version. |
I ended up deleting everything and reinstalling everything. I should have looked to see your post sooner. Thank you. I will check back again.
|
I have a very small board, and must rely almost entirely on myself for testing. This can be an issue with big improvements/new additions. If anyone wants to volunteer to beta for my work, I'd be thrilled :p
|
I'm running 2.0.4 and it's working flawless for me
|
Hambil...
2.04 was working for me, but I deleted that one when I tried 2.1.1. Do you have that file? At least I could have a version that works. Otherwise. I guess I'll just wait for the next stable update. |
1 Attachment(s)
Sure
|
Thanks for that file hambil!
|
Thanks, Hambil...
|
Okay...for those of you who have the vB Blog installed...you'll find the link to "Who Egged me?" at the very bottom of your User CP navigation menu within your User Control panel, just under the Blog table header.
The instructions I'm about to give you will remove the link from there and place it under the Miscellaneous header of the same menu...just to clean it up a little. The first thing we'll want to do is disable the hook from this mod that puts the link there in the first place. So go into your Admin Control Panel...Plugins & Products...Plugin Manager. locate the following: [tk] Egg Avatar: UserCP and uncheck it. Then click Save Active Status. Now...go to your Style Manager...select Edit Templates for each style you're going to change and open User Control Panel Templates/USERCP_SHELL. In USERCP_SHELL... Find:
Add after:
Save your changes... Again...you will want to do this for each of your styles. I hope you've found this useful... |
so finally all bugs fixed?:d
|
Can not open your file get this error..
End-of-central-directory signature not found. Either this file is not a Zip file, or it constitutes one disk of a multi-part Zip file. |
Odd, I reuploaded it just to be safe. Opens fine for me.
|
Quote:
|
Quote:
|
WOW this one look perfect to me ! No errors ..well done mate :)
Lg |
Well I cannot open it so will wait for new release and see if I can then.. Thanks though..
|
Everything works fine now, thanks :up:
|
Quote:
|
2.2.0 doesn't work with me. I reinstalled again from scratch, but the ajax pop up became 100% transparent now and the tables are messed up with different widths. Also, when I uploaded a new thing to throw, its image does not show up on the ACP Manage Eggs nor the ajax pop-up.
Hambil, you can consider me as your beta tester because I uninstalled and reinstalled again each time there is a new release before waiting for positive results :D PS: Thank you for making the images bigger on the pop-up. It is much easier to decide which thing to throw! :up::) |
Quote:
|
Quote:
|
Quote:
Any idea about this? Thanks! |
Egg the avatar, then right click on it and choose display image in new window. Then copy and past a screen shot of the error text you get.
|
Seems like this newest release fixed everything. Thanks!
|
1 Attachment(s)
Quote:
|
As long as I egg someone with one of the default items you give, everything is working well. But if I egg someone with an item I uploaded myself via the upload feature, it is not working.
I am sorry if I am the only one having this problem. :confused: |
Quote:
|
Hambil...
I've upgraded this mod (from 2.04 to 2.2.0) based on your instructions here...uploading all the new files and making sure I allow overwrite when importing the upgrade. The problem is that if you try to upload a new image to throw...it's not being uploaded to the correct directory. It's being uploaded to the misc directory instead of the eggs directory. The Egg Manager, shows the new throw, but doesn't show the image you upload. Now...if you upload a new image to the egg directory via FTP, then open the Egg Manager in the Admin Control Panel, you will see the image there, with the word Throw (striked). You have to select the Add Action, Edit the new Throw and then Enable it. Something just isn't Kosher... Any ideas? |
Hambil,
I believe I've found the problem... In the following file, eggadmin.php, you have the following: $upload->path = 'images/misc/'; In two locations...this needs to be changed to: $upload->path = 'images/misc/eggs/'; I'm going o edit this file, uninstall the current product and re-install it...and I'll let you know if we have a winner. |
Quote:
I tried this, but it still doesn't work for me. Though the image now shows up in the Admin CP, it doesn't show up in the pop-up. When I egged someone with a newly uploaded item, the avatar still disappeared. I wonder if you have a better result. |
Quote:
Quote:
|
Keep me posted...
The fix I previously stated I would try doesn't work...so, I'll wait for your fix. |
Quote:
|
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! |
Works great!
|
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... |
Quote:
Not complicated. $vbulletin->options['eggavatar_eggpath'] is the path you set in the options. $image['image'] is the name of the file: e.g. egg.gif. 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:
Then the only way to get the error message you are getting is if an image in the database does not exist in that directory. 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 :p |
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.
|
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.
|
Quote:
|
Quote:
|
Have to agree, I struggle to fit everything in. So realise and appreciate your time and effort.
^5 mate |
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?
|
Quote:
|
|
Looks like you've got some rounded corners javascript running to round the avatar corners that is causing conflict in some cases.
|
I installed the newest update 2.2.1, not fresh install. Everything is perfect now.
I have tested it using both the Upload and FTP methods, and then used the uploaded and FTP-ed items to egg an avatar, and everything works as it should now. :up: Upload method: Now the Upload works perfectly. There is no need to enable the item first. There is no strike-through either. The item is ready to use. FTP method: We need to add the item first. The word "Throw" will show up with a strike-through. Then we should enable that item first via the dropdown box. After we enable it, the strike through will disappear. After that, we can edit the item and put our own wording, like "Throw Shoe" if the new item is a shoe. Suggestion to everyone: Before testing/using the mod, please check your image path in the Admin Panel/Egg Avatar/Options If your image path is wrong, you will get an error. To Hambil: Maybe adding a readme.txt will help yourself from having to answer to us with wrong image paths, etc. It will save you from some frustation too. ;) I like your mods, Hambil, especially when they are creative and playful. Thank you and keep up the good work! :up: |
I install the Egg Avatar, lamentably my this post legacy very modified and the automatic configurations of the product it me does not capture them, podrias postear or to there happen to me a manual way of forming the postlegacy?
Sorry my bad inglish |
Okay im abit tired with So main Updates .
All i need to know do i need to DELETE EVERYTHING AGAIN AND AGAIN for new version out every 2 days ? I prefer not too Delete ALL of them and reinstall new version...Can we just Overwrite the Files ? Cause u didnt mention it on your New Upgrade . Cause if i have to do like this for next 1 month i will go crazy ! Lg |
Quote:
It works. What you need to do is just to make sure that your image path in the Options is set to images/misc/eggs/ I think Hambil said to uninstall and reinstall just to make sure everything will be allright, in case your database is corrupted. |
I just updated to the 2.2.1 version and now the icon next to the username has disappeared ...
EDIT .. Nevermind ... I am an idiot .. LOL .. I uninstalled and reinstalled and forgot to change the permission in the usergroups .. . I had it set to charge 250 to wipe entire avatar, but now I can not see that option anymore and it is defaulted now to 0 to wipe entirely clean .. Where do I change that at ??? |
Quote:
However, it doesn't take into account (in the display only) new eggs you've tossed since the last page refresh. This is a known bug involving some painful YUI stuff and will eventually get fixed. It still deducts properly from your credits, the display is just off until you do a page refresh. |
I thought I was able to egg my own avatar before. Is that correct?
|
1 Attachment(s)
need some care but not important but can correct next Update !
And The space got more on top the drop down menu seem got longer if i add more stuff to the list . |
Quote:
|
Quote:
|
Quote:
|
Cannot make this work. The error I get is "Could not find phrase 'eggavatar_invalid_path'."
I am sure it is path related but cannot seem to find where. I use VBadvanced portal on 3.8.1 and since the forum resides in the /forum directory I assume that is the problem. I can see the image fine but get that error when trying to use it. Any ideas? |
Quote:
If you want to send me some login info I can see if I can help. |
I just uninstalled. I will try a fresh download and reinstall.
|
Quote:
So must be tiny error there..U can try add Throw Item and the space got bigger . Lg |
Quote:
|
Well, after a reattempt to use a fresh install I still arrive at the same end result. Thanks for the attempt but I must leave this as uninstalled.
|
Here's a suggestion from one of my members.
Quote:
|
this does not uninstall right.. once you remove it you cannot create new usergroups with out getting a database error..
it does not remove [tk] Egg Avatar Permissions |
Quote:
|
1 Attachment(s)
i beg to differ.. try it for your self remove it and try to create a new usergroup
i have had the same problem with 2 different accounts. it leave this in there.. and gives this mysql error: Quote:
|
Quote:
|
Quote:
Maybe an option of "Who has egged me" if a user clicks on their own avatar once its been egged. It seems a little hidden away at the bottom of the user CP. |
Quote:
|
Hmm Nice...
i like it.... |
this doesnt work for me. I dont see the icons for throwing stuff at people
edit: nevermind, i didnt set the permissions |
I cant trow eggs I get this msg :
You dont have enough credits . how do I give my self credits or get some of it |
If vbCredits is installed and activated (or some credit system is - which sounds like it) then do whatever you normally do to get credits. Ask on your board.
If you don't want the mod to use credits just disable the use of credits in the mods admincp options and throwing will be free. |
>I use : vBExperience 3.8 , turned it off, with use with credits, still no eggs !!
|
this looks pretty cool hambil :) good job!
|
The installation used to work fine with v2.04. i've just installed v2.22. I'm now getting the popup menu showing with the eggs outside (underneath) the popup box. Take a look. Any ideas?
|
Quote:
Revert your Egg Avatar templates and reimport the product xml. |
Quote:
|
Can't wait for the next release, this is a very fun mod!
|
Quote:
The Database field where credits are stored must be set to xperience. Go to set this at this mod's Option. Then give yourself some points which should be higher than the points for throwing/cleaning an egg. |
Quote:
I have set xperience in Credit Field and xperience in Credit Name still I dont see any eggs :confused: But the users do get negative reputation points |
Quote:
Quote:
|
Good Luck with mod of the month!
|
Quote:
|
Quote:
|
[QUOTE=hambil;1782334]Let me make sure I understand the problem: Whether you have Egg Avatar set to not use a credit system, or set to use vbExperience, you get a "You don't have enough credits" when you try to egg someone? But, the users reputation is still effected?[/QUOTE
I have turned the credit system off. When I thow a egg there is no picture. but the reputation gets negativ , shouldn´t there by any avatar/picture at the postbit ? |
Lahoria...
Does the user you're throwing an egg at have an avatar? |
On another note...
I really love this mod! |
Quote:
|
Quote:
|
1 Attachment(s)
Quote:
I also checked it on IE, the most troublesome of the browsers, and it looks fine (attached). Are you still having trouble? What browser are you using? |
Nothing to see here, move along move along :)
|
All times are GMT. The time now is 06:24. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.