If i take out the red/bold printed part.. and reimport the xml file .. would that enable the LPP system to work even if users are offline?
Code:
<!--LPP Messanger Start-->
<if condition="$vboptions['lppaktiv']">
<if condition="$user['lppstatus']=='1'">
<if condition="$onlinestatus==1">
<a onClick="window.open('lpp_messenger.php?do=lppmessenger&userid=$user[userid]','_blank','toolbar=no,resizable=yes, location=no,menubar=no,width=430,height=310,top=150,left=100,status=no');return false"
target="_blank" href="lpp_messenger.php?do=lppmessenger&userid=$userinfo[userid]">
<img class="inlineimg" src="$stylevar[imgdir_misc]/vbim.gif" alt="$user[username] $vbphrase[lppmess_send_a_mess]" border="0" /></a>
</if>
</if>
</if>
<!--LPP Messanger Stop-->