Originally posted by Snowhog
View Post
Announcement
Collapse
No announcement yet.
Favorite icon for the website?
Collapse
This topic is closed.
X
X
-
Please clear your browser cache and all KFN cookies, exit your browser, and then try the .net site.
- Top
- Bottom
-
Ah, that's it. Here's the full HTML for the .com page:
The .com page simply pulls the .net page in as a frame. Not the best way to handle it. We can fix this. Thanks for bringing it to our attention, wh0rd.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head> <title>Kubuntu Forums .:. Linux Support </title> <meta name="description" content="Kubuntu Forums is dedicated to providing free technical support for linux users through the knowledge of the Kubuntu community."><meta name="keywords" content="kubuntu, ubuntu, forums, forum, linux, suse, novell, redhat, fedora, core, open, source, computer, operating, system, knoppix, kubuntu forum, kubuntu forums, ubuntu forum, ubuntu forums"> </head> <frameset rows="100%,*" border="0"> <frame src="http://www.kubuntuforums.net" frameborder="0"> <frame frameborder="0" noresize=""> </frameset> <!-- pageok --> <!-- 07 --> <!-- --> </html>
Snowhog: is it safe to assume you're using .com rather than .net, and if you switch to .net, does the site appear normal? Also, let's follow up in Admin chat.
- Top
- Bottom
Leave a comment:
-
I think I know what's causing that. I get the exact same HTML source if I go to kubuntuforums.COM instead of kubuntuforums.NETOriginally posted by wh0rd View PostThis is all I'm getting in the <head></head>:
There's no <link> tag whatsoever.Code:<head> <title>Kubuntu Forums .:. Linux Support </title> <META name="description" content="Kubuntu Forums is dedicated to providing free technical support for linux users through the knowledge of the Kubuntu community."> <META name="keywords" content="kubuntu, ubuntu, forums, forum, linux, suse, novell, redhat, fedora, core, open, source, computer, operating, system, knoppix, kubuntu forum, kubuntu forums, ubuntu forum, ubuntu forums"> </head>
Edit - beaten to the punch!
- Top
- Bottom
Leave a comment:
-
The problem seems to be when accessing the site from .COM vs .NET. The .COM url causes a lot of issues, even with avatars along with favicon and limited HTML source code. However, .NET renders fine, favicon, avatar, and full HTML source.
- Top
- Bottom
Leave a comment:
-
-
Whoa, mixed up commenting going on.
Snowhog: I think you edited your post? In my earlier reply, when I asked what was after the <meta name> tag, your quoted section ended with <meta name="generator"...> tag. Now, after your edit, I see your HTML looks just like mine (viewed in Rekonq).
wh0rd: Your HTML is indeed curious, and yours is the one I'd like to see in full. Something appears to be editing your HTML stream.
- Top
- Bottom
Leave a comment:
-
That is very weird. Please copy the entire view source output of the KFN homepage into a page on the KDE Pastebin and report back here with the URL. I very much want to see the raw HTML you're getting.
- Top
- Bottom
Leave a comment:
-
What you see is all there is. Note that the link line above the first meta name line contains the favicon.ico href, yet here, that icon isn't displayed in the URL of Chromium.
- Top
- Bottom
Leave a comment:
-
This is all I'm getting in the <head></head>:
There's no <link> tag whatsoever.Code:<head> <title>Kubuntu Forums .:. Linux Support </title> <META name="description" content="Kubuntu Forums is dedicated to providing free technical support for linux users through the knowledge of the Kubuntu community."> <META name="keywords" content="kubuntu, ubuntu, forums, forum, linux, suse, novell, redhat, fedora, core, open, source, computer, operating, system, knoppix, kubuntu forum, kubuntu forums, ubuntu forum, ubuntu forums"> </head>
- Top
- Bottom
Leave a comment:
-
Snowhog, in your view source, what comes after the <meta name> tag? The favicon should be next, followed by two more <meta> tags, and then the beginning of all the site's JavaScript defines:
Code:<!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" dir="ltr" lang="en"> <head> <script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://www.kubuntuforums.net"> <base href="http://www.kubuntuforums.net/"><!--[if IE]></base><![endif]--> <meta name="generator" content="vBulletin 4.2.0"> <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon"> <meta name="keywords" content="The Front Page, vBulletin 4.0, CMS"> <meta name="description" content="vBulletin 4.0 Publishing Suite with CMS"> <script type="text/javascript"> ...
- Top
- Bottom
Leave a comment:
-
Working here Opera-Next 12.50_1497 but not on rekonq 0.9.1 maybe its some setting? After viewing the direct link it shows in rekonq.
- Top
- Bottom
Leave a comment:
-
From view-source:www.kubuntuforums.net here using Chromium.
As to going to http://www.kubuntuforums.net/favicon.ico I see the kubuntu icon.<!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" dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://www.kubuntuforums.net" />
<base href="http://www.kubuntuforums.net/" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin 4.2.0" />
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
<meta name="keywords" content="The Front Page, vBulletin 4.0, CMS" />
<meta name="description" content="vBulletin 4.0 Publishing Suite with CMS" />
Last edited by Snowhog; Jul 12, 2012, 11:56 PM.
- Top
- Bottom
Leave a comment:
-
Hm, isn't this a mystery.
For those not seeing it: please go to KFN's home page and then select your browser's option to view source. Near the top of the page, inside the <head> and just after the <meta> tags, you should see the following:
Another test: click the following link, which is the URL to the favicon image file:Code:<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon">
http://www.kubuntuforums.net/favicon.ico
Please report back your findings.
- Top
- Bottom
Leave a comment:
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Leave a comment: