Author Topic: Item: EggAvatar  (Read 172741 times)

Offline matkins70

Re: Item: Egg your victims avatar
« Reply #45 on: October 23, 2006, 01:15:01 am »
lol, you two should look at the recent posts on the main page, i thought there was a glitch

Offline chadk

Re: Item: Egg your victims avatar
« Reply #46 on: October 23, 2006, 01:58:18 am »
lol I just saw it. ;)  But we got it working, I think Feeble will have a v4 for us soon.

Offline matkins70

Re: Item: Egg your victims avatar
« Reply #47 on: October 23, 2006, 02:13:57 am »
lol, havent done v3 yet

Offline chougard

Re: Item: Egg your victims avatar
« Reply #48 on: October 23, 2006, 04:49:41 am »
I added the item to my forum, and when I was testing the item, it would change the url of the avatar, but not create the new avatar in the egged directory. I have used the permissons 755 and 777. The host I am using is x10hosting, and the url to my forum is http://forum.soccergeekz.uni.cc. Does the avatar folder need certain permissions (it's 775)? Thanks for the item and any help!
« Last Edit: October 23, 2006, 04:51:20 am by chougard »

Offline chadk

Re: Item: Egg your victims avatar
« Reply #49 on: October 23, 2006, 05:17:50 am »
Do you allow custom avatars?  Feeble had to write a bit in the code for that.  Also, do you have the latest copy from the first post?

Offline matkins70

Re: Item: Egg your victims avatar
« Reply #50 on: October 23, 2006, 05:18:40 am »
Its stopped working :(

Have done it lots of times, but now its stopped.  I press the button to send egg, but it never loads

Offline feeble

Re: Item: Egg your victims avatar
« Reply #51 on: October 23, 2006, 09:03:47 am »
Its stopped working :(

Have done it lots of times, but now its stopped.  I press the button to send egg, but it never loads

lol i need a bit more then this to go on, ill take a look

did it stop working when you installed V3?
or bit after?
« Last Edit: October 23, 2006, 09:14:00 am by feeble »

Offline feeble

Re: Item: Egg your victims avatar
« Reply #52 on: October 23, 2006, 10:39:09 am »
v4 is up lol.

changelog first post.

Offline feeble

Re: Item: Egg your victims avatar
« Reply #53 on: October 23, 2006, 06:58:13 pm »
v5 is up.

its just fixes a bug for a few users, so if your having problems, update to it.

Offline tazpot

Re: Item: Egg your victims avatar
« Reply #54 on: October 24, 2006, 01:13:04 am »
I had a problem with the preview images in V5 because my site is in a folder called 'smf' but i sorted it by changing the following lines in EggUser.php and including /smf before /sources..........  so that the preview looks in the right place.

this line
Code: [Select]
document.eggP.src = '".$boardurl."/smf/Sources/shop/item_images/' + sel.options[sel.selectedIndex].id;
and this line
Code: [Select]
<br/>Egg Preview: <img name='eggP'src='".$boardurl."/smf/Sources/shop/item_images/{$eggSelect[0][image]}' align='texttop'/>
Hope this helps someone  ;)

But i must say that this is a great shop item  O0

Offline chadk

Re: Item: Egg your victims avatar
« Reply #55 on: October 24, 2006, 03:11:47 am »
Kisses show up black... ?

Offline chadk

Re: Item: Egg your victims avatar
« Reply #56 on: October 24, 2006, 03:13:14 am »
it also dropped transparency on this avatar:
http://www.aviary.info/index.php?action=profile;u=1934

Offline chadk

Re: Item: Egg your victims avatar
« Reply #57 on: October 24, 2006, 03:21:37 am »
REALLY cool item :)
However, remove "echo $boarddir;" from your php code =D

Offline feeble

Re: Item: Egg your victims avatar
« Reply #58 on: October 24, 2006, 07:44:13 am »
it also dropped transparency on this avatar:
http://www.aviary.info/index.php?action=profile;u=1934

not sure if i can do anything about that, still working out gd.

REALLY cool item :)
However, remove "echo $boarddir;" from your php code =D

is it echoing is it?
if its commented out, thats cool.

Offline chadk

Re: Item: Egg your victims avatar
« Reply #59 on: October 24, 2006, 09:16:40 am »
:) It's still in your code (the echo bit) but yeah, I removed it from my copy...