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)

zombietom 04-14-2009 12:40 PM

thanks for the update

zombietom 04-14-2009 01:41 PM

I get a Invalid File Specified when trying to add the eggblock ..do i need to select overwrite?

hambil 04-14-2009 02:01 PM

eggblock.xml is installed via the vBadvanced upload/download module system, not vBulletin's product/plugin system.

zombietom 04-14-2009 02:19 PM

I get this "You already have a file called vba_eggavatar.php in your modules folder" ...should i overwrite?

hambil 04-14-2009 04:03 PM

Quote:

Originally Posted by zombietom (Post 1791048)
I get this "You already have a file called vba_eggavatar.php in your modules folder" ...should i overwrite?

Yes

hambil 04-14-2009 04:06 PM

Nothing changed, just fixing the zip file.

Megatr0n 04-14-2009 04:13 PM

Hambil, you missed my post. :)

hambil 04-14-2009 05:22 PM

Quote:

Originally Posted by Megatr0n (Post 1791119)
Hambil, you missed my post. :)

I'll answer you in PM.

sunnylikbeckham 04-14-2009 07:17 PM

i cant found any option to egg

slyreptile 04-15-2009 02:34 PM

This fixed my issue! Thanks hoof!


Quote:

Originally Posted by hoof (Post 1788856)
I was having an issue with the pop up as well and fixed it to my liking. I thought I'd share for those having the same problem :)

Here's what I changed:

Go to adminCP>style manager> and find the "eggav_bit" template
Replace contents with:
Code:

<div class="thead">$vbphrase[eggavatar_egg]: <span style="font-weight:normal">$username</span></div>
<if condition="$vbulletin->options[eggavatar_creditsenable]"><div class="thead">{$vbulletin->options[eggavatar_eggcost]} {$vbulletin->options[eggavatar_creditname]} $vbphrase[eggavatar_toegg]</if><if condition="$show[clean] AND $vbulletin->options[eggavatar_creditsenable]">,&nbsp;{$vbulletin->options[eggavatar_cleancost]} {$vbulletin->options[eggavatar_creditname]} $vbphrase[eggavatar_toclean], $cleanall_cost $vbphrase[eggavatar_tocleanall].</td></tr></if><if condition="$vbulletin->options[eggavatar_creditsenable]"></div></if>
        <div class="panelsurround" align="center">
        <div class="panel">
                <div <if condition="!$show['ajax']">style="width:$stylevar[formwidth]"</if> align="$stylevar[left]">
                <fieldset class="fieldset">
                        <legend><phrase 1="$username">$vbphrase[what_do_you_want_to_egg_xs_with]</phrase></legend>
                        <div style="height: 160px; overflow-x: hidden; overflow-y: auto;">
                        <div style="border: thin solid black;" align="center">
            <if condition="$show['egg']">
                $eggavatar_eggbits
            <if condition="$show['clean']"></if>
<span style="color: #80909c; font-weight: bold;"><a>----- Clean your Avatar Options -----</a></span>
                $eggavatar_cleanbits
            </if>
        <!-- <div style="margin-top:$stylevar[cellpadding]px;" "border: thin solid black;"> -->
                <input type="hidden" name="do" value="addegg" />
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                <input type="hidden" name="uid" value="$userid" />
                <input type="hidden" name="pid" value="$postid" />
                <input type="hidden" name="url" value="$url" />
                <input type="submit" name="eggsubmit" class="button" value="$vbphrase[eggavatar_egg_submit]" accesskey="s" />

</div>
                </div>
                </fieldset>
                </div>
        </div>
        </div>
</div>

Now everything displays in the first container with a simple separation on the cleaning section.
Hope this helps, and I hope you don't mind me posting this hambil.
My community loves this modification :)


YLP1 04-20-2009 05:50 PM

Quote:

Originally Posted by hIBEES (Post 1788550)
LOL!!! I'm now gettin, when tryin to clean one, when clearly its not.

Just upgraded to 2.3.2

Quote:

Originally Posted by UncoderMom (Post 1788607)
I am logged in. ITs my avatar. LOL been logged in on and off all day and they are still there. Also getting the "This avatar is already clean." notice when I try and clean it. Its dirty but says its clean. Same eggs from early today.

Other users are having issues with cleaning them too, I try and it gives me the same thing it gives them. BUT if I throw something fresh at them and then throw a towel the avatar gets cleaned. weird.

Also I noticed if you throw an egg and then quick reply you cant throw another egg until you refresh the page.

I am running vb 3.8 and installed the latest version of Egg and am having the exact issues posted above.

I am admin and I cannot clean avatars, members who have permission cannot clean their avatars. When I go to clean mine, the popup is empty. When I go to clean a member's avatar it tells me the avatar is already clean.

Is there a fix that I missed for this?

hambil 04-20-2009 06:05 PM

I will look into the cleaning problem and get a fix out as soon as I finish a paid project I am working on. Hopefully very soon.

Saviour 04-21-2009 12:11 PM

Hambil...

Now that most of us have this working...

You may want to start working on the coding of this mod and clean it up a little...since it doesn't meet W3C's XHTML compliancy.

I know, I know...why if it works? Right?

Well...most of us like to keep our site's clean...and having bad code doesn't help when it comes to SEO.

Just a thought...

hambil 04-21-2009 01:57 PM

Your are talking about the popup box and the WOL, I assume, since XHTML only deals with HTML/XML and those are the only parts of the mod that display that kind out output?

Saviour 04-21-2009 02:53 PM

Well...the issue was happening in the postbit...so, I had to go into the Plugin Manager and edit the postbit plugin where you were referring to the users and etc., with code such as the following: &u=

XHTML doesn't like this...so wherever you were calling on these...I just substituted the above with: &amp;u=

All is good now...and everything still seems to be working.

Just a 'heads up'...

Saviour 04-21-2009 02:55 PM

Now...if only I can find and correct the 5 errors on my arcade page...I'll be good to go...LOL!

Saviour 04-21-2009 03:41 PM

Oh...and my whoeggedme.php isn't validating, either...but I think that's because the blog cp navigation link is outside the <table body>tag. Can't figure out how to fix it...but that's a horse of a different color...LOL

Lynne 04-21-2009 03:47 PM

I'm having fun with this on my test site and think I'll install it for some fun day/week on my live site. It would be cute to have items/eggs/whatevers that are holiday specific. I haven't thought of exactly what items for each holiday, it was just an idea I had.

Good job, hambil, this is a very cute modification!

profanitytalker 04-23-2009 04:03 AM

reserve

Saviour 04-23-2009 11:48 AM

Quote:

Originally Posted by Saviour (Post 1796058)
Oh...and my whoeggedme.php isn't validating, either...but I think that's because the blog cp navigation link is outside the <table body>tag. Can't figure out how to fix it...but that's a horse of a different color...LOL

Gotta fix for this yet, Hambil?

All other User CP pages validate...except this one...

hambil 04-23-2009 11:54 AM

Quote:

Originally Posted by Saviour (Post 1797344)
Gotta fix for this yet, Hambil?

All other User CP pages validate...except this one...

IF the cause is as you say (haven't looked into it yet, I had a tooth go bad and finally had it extracted yesterday so I've been out of it the last week or so), then it is IMHO a vBulletin blog bug. It does not happen with project tools as far as I can tell.

Never the less, when I get back to things, I'll see what I can do.

Saviour 04-23-2009 12:29 PM

Quote:

Originally Posted by hambil (Post 1797350)
IF the cause is as you say (haven't looked into it yet, I had a tooth go bad and finally had it extracted yesterday so I've been out of it the last week or so), then it is IMHO a vBulletin blog bug. It does not happen with project tools as far as I can tell.

Never the less, when I get back to things, I'll see what I can do.

Sorry to hear about the tooth...I know how it feels.

What's weird is that if I go into my User CP, the page validates...however, if I go to who egged me, the page doesn't validate. So if it were a blog issue...it would happen on every page where the blog link is in the User CP navigation menu...but it doesn't...only on the who egged me page.

JHC 04-24-2009 05:48 PM

I get the following error when trying to throw an egg: Invalid action attempted
Also have this at the top of my website now: Warning: Invalid argument supplied for foreach() in [path]/modules/vba_eggavatar.php on line 276

I've tried clearing the cache and setting the js prioity, didn't work.

hambil 04-24-2009 06:42 PM

Quote:

Originally Posted by JHC (Post 1798299)
I get the following error when trying to throw an egg: Invalid action attempted
Also have this at the top of my website now: Warning: Invalid argument supplied for foreach() in [path]/modules/vba_eggavatar.php on line 276

I've tried clearing the cache and setting the js prioity, didn't work.

Do you have vbAdvanced?

hambil 04-24-2009 07:59 PM

Get out the vote folks. I am not saying vote for me, just vote. MoTM is coming to a close, and it's a close race. Be part of the process :)

Thank you to everyone who did/will vote for this mod.

JHC 04-24-2009 08:20 PM

Quote:

Originally Posted by hambil (Post 1798337)
Do you have vbAdvanced?

Yes, 3.1.0

hambil 04-24-2009 10:30 PM

Quote:

Originally Posted by JHC (Post 1798416)
Yes, 3.1.0

I'm not sure what's going on. If you want to PM me some login details I'll take a look though.

JHC 04-24-2009 10:45 PM

Quote:

Originally Posted by hambil (Post 1798473)
I'm not sure what's going on. If you want to PM me some login details I'll take a look though.

I pm'd you, thanks!

hambil 04-25-2009 01:22 AM

It looks like a style issue, but I'm happy to keep plugging away at it with you until we figure it out. :)

74corvette 04-25-2009 01:44 AM

Hambil,

Great mod. Looks like your gonna be a contender for MOTM.

Question maybe some can help with. I running VB 3.7.3. The first thing I noticed is that there is a plugins folder in the archive. I do not have that folder on my site, regardless I uploaded everything and created the plugins folder and copied up eggavatar_forumhome_complete.php. I installed the product and it seemed to install fine however, now all memebers avatar show a broken link. This is the same members avatar link Prior to installing
http://www.buellforums.com/forum/ima...ine=1238208311
and After installing
http://www.buellforums.com/forum/egg...old=image.php?

Any suggestions ? FYI I do have VBA installed and a custom template. No vboptmise.
Any help is greatly appreciated, this looks to be a fun mod.:up:

hambil 04-25-2009 02:01 AM

Quote:

Originally Posted by 74corvette (Post 1798563)
Hambil,

Great mod. Looks like your gonna be a contender for MOTM.

Question maybe some can help with. I running VB 3.7.3. The first thing I noticed is that there is a plugins folder in the archive. I do not have that folder on my site, regardless I uploaded everything and created the plugins folder and copied up eggavatar_forumhome_complete.php. I installed the product and it seemed to install fine however, now all memebers avatar show a broken link. This is the same members avatar link Prior to installing
http://www.buellforums.com/forum/ima...ine=1238208311
and After installing
http://www.buellforums.com/forum/egg...old=image.php?

Any suggestions ? FYI I do have VBA installed and a custom template. No vboptmise.
Any help is greatly appreciated, this looks to be a fun mod.:up:

That is odd. I would first reupload the file in case it is corrupted.

You don't, by chance, have 'none' set for your Image Processing Library in "vBulletin Options->Image Settings" do you?

74corvette 04-25-2009 11:40 AM

Thanks for your responce. I have GD set for image processing. My guess is that it might have something to do with the custom style from vbskins or something related to a postbit template. What do you think about the plugins folder, was I correct in just creating it ? Tried redownloading and reinstalling too.

hambil 04-25-2009 12:05 PM

Yes, creating the plugins folder was correct. There is no plugins folder in vB. It is a convention used by many mods when they want to move plugin code into a file to save memory.

Vinyljunky 04-25-2009 02:23 PM

Feature Request
Send PM/Email to notify user that userX threw egg at particular post. Go to post link or throw egg back link :)

Thanks again for a great mod :up:

JHC 04-25-2009 03:38 PM

Quote:

Originally Posted by hambil (Post 1798554)
It looks like a style issue, but I'm happy to keep plugging away at it with you until we figure it out. :)

Thanks hambil. That would be great if you could help me figure it out. Many of my members have expressed interest in this mod working.

74corvette 04-25-2009 05:16 PM

Quote:

Originally Posted by JHC (Post 1798807)
Thanks hambil. That would be great if you could help me figure it out. Many of my members have expressed interest in this mod working.

I'm with you on this one, usually I can figure out thats causing the problem but not in this case. Hambil, if you (have time) and think you can fix it I'd be willing to $ you. Shoot me a PM and let me know. PS I installed the 2.04 version and I was able to see the my avatars but could not tell if the product was install. I assume there would be a link or something in the postbit to bring up the pop-up but I didn't see. My board is pretty moded so I might be past the point of no return on this one. :o

RedeemedWarrior 04-27-2009 10:03 AM

any chance this could be made to work with living avatars pro place avatar in postbit/siggie ? so living avatar will get splatted instead of avatar

Saviour 04-28-2009 12:09 PM

Bump...

https://vborg.vbsupport.ru/showpost....&postcount=737

goxy63 05-01-2009 03:27 PM

Some of user avatars cant be cleaned up, If I throw towel it says 'avatar is already clean'

And they got something as 10-15 eggs kisses ect...cant even see poor avatar

YLP1 05-03-2009 08:38 PM

I have the same problem. Not even admin can clean the avatars.


All times are GMT. The time now is 04:50 AM.

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.02088 seconds
  • Memory Usage 1,840KB
  • 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
  • (1)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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