Ecalsneerg Posted November 14, 2008 Posted November 14, 2008 ... or not, because the link isn't even showing up in the bar except as some sort of very thin blue line which doesn't do anything. I've deleted all my cookies, etc etc, all the stuff you usually do, but the link refuses to appear. Is it actually down for everyone, or just me? If the latter, I'd appreciate someone posting a URL so I can try it out that way.
MBCE Posted November 14, 2008 Posted November 14, 2008 It's down due to recent upadtes done to the site. The Refs are looking into the problem. :flash: EF did the upgrades so we're waiting to hear from him about the chat situation.
Ecalsneerg Posted November 14, 2008 Author Posted November 14, 2008 Well, at least it stops me feeling concerned about this computer's functionality :D
Barnum Posted November 14, 2008 Posted November 14, 2008 You can continue to access the chat by following this link: Chat
Dr Archeville Posted November 16, 2008 Posted November 16, 2008 The Bookmarks function also seems wonky: when I clikc "View Bookmarks," it just sends me to the page I'm currently viewing.
Barnum Posted November 17, 2008 Posted November 17, 2008 The Bookmarks function also seems wonky: when I clikc "View Bookmarks," it just sends me to the page I'm currently viewing. Looks like the upgrade broke my little Bookmark modification for the subSilver2 template. Check to make sure . . . In freedom/styles/subsilver2/template/overall_header.html there is still the line: {L_VIEW_BOOKMARKS} | I'm viewing the outputted source code for the page now (in Firebug), and it looks right. Also check to make sure . . . In freedom/includes/functions.php this code is still there. // Bookmark Link 'U_BOOKMARKB' => append_sid("{$fc_forum_root_path}ucp.$phpEx", 'i=main&mode=bookmarks'), // Bookmark Link This is the bit that I think is missing. It was probably overwritten during the update. [Edit] Yep, it was the includes/functions.php that was overwritten, because the map link doesn't work now either and neither do any of the "click to take me to the forum" links on the map ______________________________ To fix the map: Add the following to ./includes/functions.php where the common variables are assigned [ $template->assign_vars(array( ] // FCPBP Map 'U_FCPBPMAP' => append_sid("{$fc_forum_root_path}fcpbpmap.$phpEx"), 'L_FCPBPMAP' => $user->lang['FCPBPMAP'], 'U_HANOVER'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=37'), 'U_KINGSTON'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=38'), 'U_NORTHBAY'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=39'), 'U_HANOVER'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=37'), 'U_WESTEND'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=41'), 'U_FENS'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=16'), 'U_THEATRE'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=15'), 'U_PARKSIDE'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=14'), 'U_NORTHEND'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=13'), 'U_MIDTOWN'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=12'), 'U_CITYCENTER'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=11'), 'U_WADINGWAY'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=10'), 'U_WATERFRONT'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=8'), 'U_RIVERSIDE'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=9'), 'U_LANDSBEYOND'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=43'), 'U_WATERWAYS'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=29'), 'U_SEWERS'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=26'), 'U_SKIES'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=25'), 'U_LONLEYPOINT'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=35'), 'U_LINCOLN'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=32'), 'U_PORTREGAL'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=34'), 'U_BAYVIEW'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=33'), 'U_BOARDWALK'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=30'), 'U_SOUTHSIDE'=> append_sid("{$fc_forum_root_path}viewforum.$phpEx", 'f=31'), // FCPBP Map Hope that helps.
Endless Flight Posted November 18, 2008 Posted November 18, 2008 Map is fixed. Thank you. In what part of the includes file do I put the bookmark link at?
Barnum Posted November 18, 2008 Posted November 18, 2008 Find in freedom/includes/functions.php: // The following assigns all _common_ variables that may be used at any point in a template. $template->assign_vars(array( And add it after.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now