Announcement

Collapse
No announcement yet.

Favorite icon for the website?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SteveRiley
    replied
    Originally posted by Snowhog View Post
    No. I access the forum with .net
    Please clear your browser cache and all KFN cookies, exit your browser, and then try the .net site.

    Leave a comment:


  • wh0rd
    replied
    Originally posted by SteveRiley View Post
    Thanks for bringing it to our attention, wh0rd.
    NP, thanks for dealing with it so swiftly.

    Leave a comment:


  • Snowhog
    replied
    Originally posted by SteveRiley View Post
    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.
    No. I access the forum with .net

    Leave a comment:


  • SteveRiley
    replied
    Ah, that's it. Here's the full HTML for the .com page:

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

    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.

    Leave a comment:


  • HalationEffect
    replied
    Originally posted by wh0rd View Post
    This is all I'm getting in the <head></head>:

    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>
    There's no <link> tag whatsoever.
    I think I know what's causing that. I get the exact same HTML source if I go to kubuntuforums.COM instead of kubuntuforums.NET

    Edit - beaten to the punch!
    Last edited by HalationEffect; Jul 13, 2012, 12:08 AM. Reason: Ninja'd!

    Leave a comment:


  • wh0rd
    replied
    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.

    Leave a comment:


  • Snowhog
    replied
    http://paste.kde.org/516890/42159471/

    Private. Password is Quordlepleen

    Leave a comment:


  • SteveRiley
    replied
    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.

    Leave a comment:


  • SteveRiley
    replied
    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.

    Leave a comment:


  • Snowhog
    replied
    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.

    Leave a comment:


  • wh0rd
    replied
    This is all I'm getting in the <head></head>:

    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>
    There's no <link> tag whatsoever.

    Leave a comment:


  • SteveRiley
    replied
    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">
    ...

    Leave a comment:


  • sixonetonoffun
    replied
    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.

    Leave a comment:


  • Snowhog
    replied
    From view-source:www.kubuntuforums.net here using Chromium.
    <!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" />

    As to going to http://www.kubuntuforums.net/favicon.ico I see the kubuntu icon.
    Last edited by Snowhog; Jul 12, 2012, 11:56 PM.

    Leave a comment:


  • SteveRiley
    replied
    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:
    Code:
    <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon">
    Another test: click the following link, which is the URL to the favicon image file:
    http://www.kubuntuforums.net/favicon.ico

    Please report back your findings.

    Leave a comment:

Users Viewing This Topic

Collapse

There are 0 users viewing this topic.

Working...
X