1)
Message boards :
Number crunching :
Proposed New Badge System
(Message 2620)
Posted 11 Jan 2020 by Gibson Praise Post: Quite surprised no one has responded in this time. Personally I agree that the badge system could do with an overhaul. Your suggestions are pretty spot on with what I would value (intermediate and higher levels, new badge images). The math theme would be nice. Basically thumbs up! |
2)
Message boards :
Number crunching :
Cannot reach account page
(Message 2157)
Posted 21 Feb 2019 by Gibson Praise Post: As usual, user error. Clear cache and stop/restart of browser did the trick and I should have tried that first. Must be getting forgetful ;-) Thanks Eric! g |
3)
Message boards :
Number crunching :
Cannot reach account page
(Message 2155)
Posted 21 Feb 2019 by Gibson Praise Post: When I go to my account page, I receive this output: . require_once("../inc/util.inc"); require_once("../inc/user.inc"); require_once("../inc/boinc_db.inc"); require_once("../inc/forum.inc"); check_get_args(array()); // show the home page of logged-in user $user = get_logged_in_user(); BoincForumPrefs::lookup($user); $user = get_other_projects($user); $init = isset($_COOKIE['init']); $via_web = isset($_COOKIE['via_web']); if ($via_web) { clear_cookie('via_web'); } $cache_control_extra = "no-store,"; if ($init) { clear_cookie('init'); page_head(tra("Welcome to %1", PROJECT)); echo " ".tra("View and edit your account preferences using the links below.")." \n"; if ($via_web) { echo " " .tra("If you have not already done so, %1 download BOINC client software %2.", "", "")." "; } } else { page_head(tra("Your account")); } show_account_private($user); page_tail(); ?> Any clues? It has been going on for about a day now. Anyone else seeing this? |