Quote:
Originally Posted by bigtime
Here is how I fixed that on my site:
Open vBTube/includes/user.php.
On line 69 find this:
Change it to this:
PHP Code:
if ($pages != 1) { $pre = ' <b>«</b> <a href="vBTube.php?page='.$previous.'&do=user&uname='.$uname.'">previous</a>'; }
|
That don't make sense. Find what on line 69? It has "else" on it but you have a blank there. Confused