What code will i need to place if i wanted my members to be able to edit their status on all pages? I want to place the code in the header template.
Edit:
So far, I have made it so the status of the member displays. However, whenever a member clicks the "Edit" hyperlink, nothing happens. What do i need to change this code into, so members can edit their status from the header.
Code:
<if condition="$vbulletin->options['vbstatus_inline']">
<a href="javascript:Att_AjaxDiv('inline=1&userid=$bbuserinfo[userid]&postid=$bbuserinfo[userid]','vbstatus/vbstatus_ajax.php','vbstatus_$bbuserinfo[userid]')">Edit</a>
<else />
<a href="javascript:Att_Ajax('userid=$bbuserinfo[userid]&postid=$bbuserinfo[userid]','vbstatus/vbstatus_ajax.php')">Edit</a>
</if>
EDIT:::::
Fixed! All sorted