Ok, still working on display issues in the forum. Now we have header issues. I noticed that a Google translator box I had installed instead of the quotes mod was dropping and moving left. I thought it might have to do with the way it was added so i removed it and replaced all the original code for the quotes mod, the enabled it. It displays perfectly except on the forum page where it drops down and moves left.
Watch the vid and you'll see:
http://townation.com/m/videos/view/forumisreallyscrewedup
http://towtalk.net ... Hosted by Zarconia.net! |
http://towtalk.net ... Hosted by Zarconia.net! |
it's a uni issue that started with the update from 7.06 to 7.09 (and yes, i took all the stepped versions) http://towtalk.net ... Hosted by Zarconia.net! |
I looked at site but could not tell much as css is cached. I guess I will ask for now; Did you try clearing cache manually after changing quotes ? |
The quotes were reinstalled during a process to fix the problem. Yes, cache has been cleared repeatedly, manually as well as from the admin page http://towtalk.net ... Hosted by Zarconia.net! |
Can someone tell me which files are associated with the menu above the forum? http://towtalk.net ... Hosted by Zarconia.net! |
Ok, I think I found out what's causing it. I'm not sure why it's doing it though. When I load the forums, the header source looks like this.
There are two DOCTYPE statements. This only happens when I load the forums. It does not happen when I load any other page. ALSO, the error only exists here
(sorry about the crappy pasting. Unity is as Unity does)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>My Topics :: Forum </title>
<base href="http://townation.com/" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link href="http://townation.com/gzip_loader.php?file=bx_templ_css_7f407d0c982325e378419483a5e92b95.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="http://townation.com/gzip_loader.php?file=bx_templ_js_5351a7bb38ba991f430ab57e4f184da0.js"></script>
<script type="text/javascript" language="javascript">var aDolImages = {'clock': 'http://townation.com/templates/base/images/icons/clock.png','wf_plus': 'http://townation.com/templates/base/images/icons/action_fave.png','wf_minus': 'http://townation.com/templates/base/images/icons/action_block.png','wf_other': 'http://townation.com/templates/base/images/icons/folder_add.png','more': 'http://townation.com/templates/base/images/icons/more.png','collapse_open': 'http://townation.com/templates/base/images/icons
http://towtalk.net ... Hosted by Zarconia.net! |
Hmm weird but the same thing is on demo.boonex.com. I do not think that's the issue with your quotes. |
It's not the quotes. Was doing the same thing with my google translator. I only reinstalled the quotes to rule out the google modification. I also have trouble on this page with the forum menu. Half the menu items only show the first word. example, instead of 'My Topics' it just says 'My' http://towtalk.net ... Hosted by Zarconia.net! |
ahh.. ok, i thought it was the quotes only that were the issue. Looking at your forum page, it looks like you have a css issue or conflict, as your Forum Index (names) is pushed left too. |
Unless you have it like that, not sure as cache is on and can't see much |
Ok, I've turned off all cacheing. Still trying to figure it out. http://towtalk.net ... Hosted by Zarconia.net! |
F---ng A, I found it. Once I turned off all the caching, I then removed the extra menu item I had for my old forum (TowTalk Archive, I had it trapped in an iframe in a separate page.) I don't understand why that would cause it to fail though? Pretty simple setup.
By removing that menu item, it also solved the display problem I was having in the header. Now I need to understand why that would cause a problem for the whole page. Does that mean I can;t add extra menu items using the navigation Menu feature in the administration page?
http://towtalk.net ... Hosted by Zarconia.net! |