Avatar and no admin access
Only if I let my members have admin access, they can upload an avatar. Can somebody help me to change that?
Best Regards,
Barracuda
My code in usercp.tpl:
<vte:if test="{CURRENT_USER.picture}">
<div class="form_line">
<label>Current avatar:</label>
<div class="formElement">
<span><img src="{VIVVO_URL}thumbnail.php?file={CURRENT_USER.g et_picture}&size=summary_medium" alt="image" /></span>
</div>
</div>
</vte:if>
<div class="form_line">
<label class="single_line">Add Avatar:</label> <input type="file" name="USER_picture" />
</div>
|