2007-11-21, 04:53 PM
LeX- Wrote:When ? When you update your own mydir or when you approve another in your ACP ? It works overhere though. But if you can tell me whats wrong with the code ... cause i don't see anything wrong with it =P
if($mybb->settings['mydir_myps'] != "") { $uid = intval($mybb->input['uid']); $user = get_user($uid); $my = intval($mybb->settings['mydir_myps']); $new = $user['myps']-$my; $update_md = array( 'myps' => $new, ); $update = $db->update_query(TABLE_PREFIX."users", $update_md, "uid='".$user['uid']."'"); }
And what links in what sidebar ?
Is there anyway to show random links using the sidebar plugin? and also links no longer show
