Code

Discussion on Avatar Maker

Discussion on Avatar Maker

Cart 212 sales

InochiTeam supports this item

Supported

This author's response time can be up to 2 business days.

90 comments found.

hi, i am considering your system for my project. need your advise b4 i make this purchase. Do you have a code to allow user upload their own photo to make it into avatar? Pls advise., Thanks

possible to ask user fillup form b4 download avatar?

Hello, the AvatarMaker has not put of the box way of doing what you need. It is possible to modify it to include this functionally relatively easily but it requires alterations to all of its parts.

Hello, If I purchase and install it, can someone else steal the components and design? Is it safe from hacking or security?

Thank you for your interest in the AM. The source assets are never sent to the client in their original quality. They are merged and resized before being used by the UI, making them unusable.

As an added layer of security, you should block the webserver from serving files inside the source folder. If you use Apache, this is easily achieved using the htaccess file.

Hello! I am very happy with this – I’m using it on my WP website and I was wondering if there’s any way to add download limits for each user and “subscribe to download” feature. Thanks for the good work!

Hello thank you for your purchase. As you for sure have seen, the AM doesn’t offer any integration with WP out of the box. It’s for sure possible to achieve what you desire but it requires custom code on both the frontend and the backed. Not knowing how your website works it’s hard for me to give you any guidance on it though. If you want to discuss the matter in more detail, you can contact us via email at inochiteam@gmail.com. Best regards.

does this work with buddypress? would users be able to save their avatar directly?

thanks for your response. Would I be able to hire your team to integrate it for us? If not I understand

Yes. We are available to help you. If you want to discuss the details, please drop us an email at inochiteam@gmail.com.

Thanks I’ve emailed you

Just one other thing how easy is it to add 2 different Categories to the menu like Beard, Clothes

Hello, adding new layers is pretty easy. You can fallow this chapter in the documentations to do it https://inochiteam.com/documentation/avatarmaker/custom-items.html

Best regards

Can I change the size of the downloaded image to 500×500 pix if yes how?

Hello, You can resize and change the assets dimensions and thus rendering smaller images.https://inochiteam.com/documentation/avatarmaker/configuration.html#assets-sizes

There is an optional SIZE parameter available to keep the assets at full size only resizing the output. https://inochiteam.com/documentation/avatarmaker/api.html#get-query-string

This option is not exposed in the gui by default, it requires a small change in the js code.

Best regards

thanks

Hi, is there a way where you can change a previous avatar with POST or GET?

Hello, thank you for reaching out. The AvatarMaker doesn’t include this feature out of the box but it has a way to load a previously saved JSON containing the avatar structure. (https://inochiteam.com/documentation/avatarmaker/faqs.html#edit-a-previously-saved-avatar) You could leverage this functionality to accheave what you desire with relatively little code. Best regards.

Hello, I have a question, does it contain plans to upgrade and is it friendly to Google Adsense?

Hello, the AvatarMaker is actively maintained and we will quickly address any bug or issue. Occasionally we ass new features to make the software even more versatile and useful for our customers. As far as the Google ads friendliness goes, the am doesn’t have any integration out of the box but considering that big parts of the UI are contained into a single html file, you should be able to just paste the ads code there. Best regards.

Hello! This script is great! The only issue I come across is some Apple iPhone users have trouble loading the page. Anything off-hand come to mind. It seems to be fine on Android.

Unfortunately, I’m still unable to reproduce the issue. Are you sure the problems are not related to a slow connection? Your AM installation has a lot of assets and on a slow mobile connection, it may appear stuck.

Yeah your probably right. Most issues may have been outside the United States. I appreciate you taking the time to check it out!

No problem. If you happen to find more information about the issue in the future, let me know.

Can this script be monetized with AdSense or banner Ads?

Hello, yes you can. It will not interfere with with the AM.

Great, I’m about to make the purchase. Will you provide a guide on how to add another button, beneath the “Download” button (the button will open in a new tab when clicked and will also have its icon) to the sidebar?

Customizations to the AvatarMaker are not included with the purchase but we generally try to help our customers. In your case it should just be a matter of copying and pasting the button code in the UI html.

Hi, is there any where else other than the avatarmaker config and index that you change the asset folders?

Hello, The only way of configuring the assets folder is by editing those files. Of course your changes should be reflected in the directories inside the assets folder itself.

Best regards.

Thanks! I got it working after fiddling around. The caching is a bit rough. Only thing now is that my newly added tab label text is not showing up.

I got it. Apparently you must update the language file in the Local folder so that the new tab text shows.

Hi,

Today I purchased Avatar Maker. How can I remove ”| avatarMaker” from the title bar? I want the title bar will show the text of”<title></title>” tag.

I copied hair_1 and made it totally blank using Photoshop. And kept its name hair_1, hair_2 for hair_1, and so on. But hair_1 doesn’t show on the app. Now what I have to do?

Hello, thank you for your purchase.

You can change the title in the configuration file. You can refer to this paragraph in the documentation https://inochiteam.com/documentation/avatarmaker/configuration.html#app-branding If instead you want to change the title tag, you have to do it manually in the index.php file.

For the problem with the hair, have you cleared the cache folder?

Hello, Is it possible to put items without making them available on the application? Or make them available by clicking for example on a third button?

Thank you for your answer

Hello, unfortunately, the AM doesn’t support hidden elements. All items in the assets folders are displayed to the users.

Unfortunately, altering this behavior is not trivial.

Best regards.

hello I wanted to know what files will be included in the package? and if i incorporate it in my registration page, would i be able to display it as a display picture in home page after logging in?

Hello, The avatarMaker includes all files (including graphics) to obtain a result identical to the demo. Additionally, complete documentation is provided to assist in its use.

You can adapt the AM to work in your use case but it will require modifications to it’s code to integrate it with your software. Best regards.

I am not 100% sure what I am doing incorrectly. I have been stuck on the load screen and trying to trouble shoot this myself but have hit a brick wall now.

I have removed all of the folders in asset and uploaded my own. Change the layers and array names in the avatarmarker config file with an exact make of the folder names. As well as the li layerid in the index file. I am not sure if I missed something.

- avatarmaker.config.php -

/** * The layers and the color palettes they will use * * The order here will be followed when rendering the avatars. The first in the list will be the lowestmost layer. * * @var array */ public $avatar_layers = array( “x” => “x”, “behind_the_head” => “behind_the_head”, “melting” => “melting”, “face_color” => “face_color”, “on_face” => “on_face”, “blackeye” => “blackeye”, “robot” => “robot”, “eyes” => “eyes”, “mouth” => “mouth”, “eye_lids” => “eye_lids”, “top_of_eyes” => “top_of_eyes”, “boom” => “boom”, “mask” => “mask”, “astronaut” => “astronaut”, “sayings” => “sayings”, “overlay” => “overlay”

);

- Index.html — <!- Layers Menu Sart -> <header class=”layers-menu”>

</header>

Hello, do you have an online demo we can check out? If you want to keep it private, drop us an email at inochiteam@gmail.com.

Usually if something is wrong with the backend configuration you will get and error screen.

Try emptying the cache folder and then, after loading the application, check if there are as many files as your layers plus an htcache file. If you find all of them, we can exclude a problem with the backend.

Hello, just purchased. Is there a way to have a watermarked avatar? Oh I just seen the Overlay Output config, this could be used for the watermark?

A second question please: Is it possible to disable/remove the color palette bar?

Thanks

Hello, yes the overlay should be the function you are looking for. It will add an image over all generated avatars. For the palette bar, you can disable it by setting the palette for every layer to false. The bar will never show up.

Perfect, much appreciated!

hi, 1. will it work on child domain? 2. Will it work on cent os with nginx?

Hello,the AM doesn’t have any specific requirement for the domain. It will work with any sub domain. It will also work on any OS an webserver (including nginx) as far as PHP and at least GD is available. In your environment, nginx must have PHP FPM correctly configured.

Hi is it possible to make a fullbody charakter? And to save the character? can i upload my own style charackters?

Hello, Yes, the avatarMaker is fully customizable. You can upload your own assets and add additional layer. The AM doesn’t care about the content of the layers. If you add a new one for the body, it would work without issues. The avatar can be saved on the server instead of being downloaded immediately but you need to add a bit of PHP code to handle this use case appropriately inside your application.

Does it have a SaaS version?

Hello, we don’t offer a SaaS version right now but If you are interested you can send us an email at inochiteam@gmail.com with your requirements and we can evalute a proper solution. Best regards.

does this script make moveable avator for presentation and cartoons

Hello, I’m sorry but the AM generates only static PNGs.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey