Avatar Cropping Tool

Hi, Developers

Please can you guys tell me how the avatar cropping tool can auto crop the avatar with out the new members crop the avatars to many people skeep the avatar cropping tool page and this is getting me tier of people skeeping the the avatar page they don't one to add a profile photo or they don't one to create one simple avatar i know a lot people be asking for this so the site can look much clean and everyone have a clean website with everyone profile avatar or any cool avatar from the site

Thank's

I know you can help me and not only me for other people who realy need this two 4 the site and they one to say Thank's two

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 24 Jun 2010

In the modules/boonex/avatar/templates/base/crop_tool.html file

put a name in the form

replace:

<form method="post" action="__action__">

with:

<form name="sexycropform" method="post" action="__action__">

then add an auto submit js

at the end

<script language="JavaScript">

document.sexycropform.submit();

</script>

untested off the top of my head but should work just fine.

have fun

I have video tutorials to help you mrpowless.com
Quote · 24 Jun 2010

Hello mrpowless

I add the code you send me and i poen a new acoount on my testing site but the page to crop the avatar is refrshing or loading all the time never stop refreshing  any idea why is not working

In the modules/boonex/avatar/templates/base/crop_tool.html file

put a name in the form

replace:

<form method="post" action="__action__">

with:

<form name="sexycropform" method="post" action="__action__">

then add an auto submit js

at the end

<script language="JavaScript">

document.sexycropform.submit();

</script>

untested off the top of my head but should work just fine.

have fun

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 25 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.