Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
Page 1 of 1 • Share •
Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Other
Who the problem concerns : Yourself
When the problem appeared : N/A
Forum link : http://ztwdt.forumotion.com/forum
Description of problem
Could someone tell me which template do I need to modify to remove the options in the avatar tab in your profile? I have already deactivated the create your avatar option and site gallery.
Re: Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
Bump

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
It's profile_add_body, Sir

- Code:
<!-- BEGIN switch_avatar_faceyourmanga -->
...
<!-- END switch_avatar_faceyourmanga -->
Re: Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
I mean these options ~
Upload an Avatar from your computer :
Upload an Avatar from a URL :
Link to an off-site Avatar :
Upload an Avatar from your computer :
Upload an Avatar from a URL :
Link to an off-site Avatar :

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?
Then
- Code:
<!-- BEGIN switch_avatar_local_upload -->
...
<!-- END switch_avatar_local_upload -->
- Code:
<!-- BEGIN switch_avatar_remote_upload -->
...
<!-- END switch_avatar_remote_upload -->
- Code:
<!-- BEGIN switch_avatar_remote_link -->
...
<!-- END switch_avatar_remote_link -->
Re: Which Template to Edit to Remove the Options in the Avatar Tab in Profiles?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum