Quote:
Originally Posted by rob01
AWJunkies where is all this modifications located? :S
this ->
Same plugin as other post
FIND:
Code:
$numberguest = $numberguest - $nspiders;
$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders';
REPLACE:
Code:
$numberguest = $numberguest - $nspiders;
if ($numberguest<0){$numberguest=0;}
$vbphrase['x_members_and_y_guests'] .= ' and '.$nspiders.' Spiders
|
That is a Spiders Display mod on this site (vB org) both this mod and other together was killing the tabs so had to get a solution fast to it. So the above is a fix for it.