Quote:
Originally Posted by EasyTarget
the first part (plugin section) gave a database error which made the memberlist unviewable. also, how could I add the Visit X's userpage to the postbit pulldown menu under a user's name, but only for users that have a page? (where it says view profile, send a pm, find posts, add to budyylist)
|
Hey,
First: The plug-in doesn't affect memberlist but member's profile page ...
Second: I had a look and the query was incorrect, this is the correct one:
Code:
$hasuserpageresult=$db->query_read("SELECT userid FROM ".TABLE_PREFIX."userpage WHERE userid=".$userinfo['userid']."");
$hasuserpage=$db->num_rows($hasuserpageresult);