The install appears not to have an adverse effect on any other part of my forum but I do have a minor problem and that is the last step regarding (vb 3.07):
In the template WHOSONLINE find:
2=?$numberguest?
Add after:
3=?$numberspiders?
Doesn?t exist in my WHOSONLINE Template and the closest things I can find is
<strong><phrase 1="$numbervisible" 2="$numberguests">$vbphrase[x_members_and_y_guests]</phrase></strong><br /><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>
</div></td>
Or this:
<select name="who">
<option value="all" $whoselected[0]>$vbphrase[all]</option>
<option value="members" $whoselected[1]>$vbphrase[members]</option>
<option value="guests" $whoselected[2]>$vbphrase[guests]</option>
<if condition="$vboptions['enablespiders']">
<option value="spiders" $whoselected[3]>$vbphrase[search_bots]</option>
</if>
</select>
Assistance please?
|