another verified working out of the box on test forum
3.8.4 version....with facebook connect, no issues
i would like to add to my forumhome or usercp though and i went through all 33 pages to see if there was a solution for this, i found
Code:
<!--BEGIN VBSTATUS-->
<if condition="$vbulletin->options['vbstatus_active']">
<div id='mypopup' name='mypopup' style='z-index:1000; position: absolute; background: none; border: none;'></div>
<script type="text/javascript" src="$vboptions[bburl]/vbstatus/ajax_wrapper.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/vbstatus/headerjavascript.js"></script>
</if>
<!--END VBSTATUS-->
posted on page 29, stating that to add under last visited this code should be used
however though it looks cosmetically correct, the edit button causes the entire status to disappear when clicked, though it works everywhere else, any ideas?