Jump to content

Chat seems to be all screwy...


Ecalsneerg

Recommended Posts

... 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.

Link to comment

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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...