Thread: Project U-232
View Single Post
  #202  
Old 25th July 2012, 12:21
underx underx is offline
Senior Member
 
Join Date: Sep 2008
Posts: 84
Default
Quote:
Originally Posted by daffy View Post
1). just add user in admin panel or else it thinks you are cheating.

2). first user to reg should be sysop? if not you must not have added your name to staff config. you need to edit db in phpmyadmin.... edit your user class, then read the readme file, it tells you to add your name before user admin section of site.
thks a lot daffy it works now !
just one more thing : how to remove search cloud at the top (in browse.php)

EDIT: [SOLVED] for those who want to remove search cloud comment these lines in browse.php

Quote:
//$HTMLOUT .= "<div class='article' align='center'>";
//if ($CURUSER['viewscloud'] === "yes") {
//$HTMLOUT .= "<div id='wrapper1' style='width:80%;border:1px solid black;background-color:pink;' align='center'>";
//== print out the tag cloud
//$HTMLOUT .= cloud() . "
//</div>";
//}

Last edited by underx; 25th July 2012 at 12:53.