Page 1 of 5 12345 LastLast
Results 1 to 15 of 62
  1. #1
    Come and See... 4thHorseman's Avatar
    Join Date
    Jan 2007
    Location
    Kansas City, Kansas
    Posts
    3,950

    Default Links Under CBR Logo

    I'm not sure if anyone here is having a problem with this, but I'm having a trouble with the links under the CBR logo here on the forum at the top left. The links like "news" "Columns" "Reviews" are all unclickable, and "About" is under news and covers up the link to the main CBR forum page. So something like

    Comic Book Resources Forums > CBR Forums > CBR Q&A Announcements

    under the blue banner at the top, all those links are unclickable as well. I was just wondering if this is just me, or if it's a main problem on the site currently.

  2. #2
    Moderator/Teacher Joe Acro's Avatar
    Join Date
    Sep 2005
    Location
    Near Charlotte, NC
    Posts
    27,441

    Default

    I had this problem yesterday, and it appears to be because a Video section was added to the top banner.

    The problem resolved itself for me, but I know others including yourself are still having difficulty. Perhaps it's different on a user-by-user basis.
    Marvel NOW! FAQ


    Want an avatar or need to request one? Check out these threads: Marvel Spider-Man DC Image Independent Comics Games Everything Else

  3. #3
    The Prototype Anthony's Avatar
    Join Date
    May 2004
    Location
    The City of Wind
    Posts
    768

    Default

    It's happening to me too.
    Mos Def's Words of Wisdom:

    "Stop being cheap.
    Freedom ain't Free."

    ----------------------------------------------------
    "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety"

  4. #4
    indie snob admin Brandon Hanvey's Avatar
    Join Date
    Aug 2000
    Location
    San Francisco
    Posts
    8,798

    Default

    They are working for me.

    If this is still happening for you, please post your system info (OS and version, browser and version) as it will help to see if it is a system wide problem or a user based one.

    You can also directly report bugs to the site tech support.
    http://www.comicbookresources.com/misc/bugs

  5. #5
    Come and See... 4thHorseman's Avatar
    Join Date
    Jan 2007
    Location
    Kansas City, Kansas
    Posts
    3,950

    Default

    Quote Originally Posted by Brandon Hanvey View Post
    They are working for me.

    If this is still happening for you, please post your system info (OS and version, browser and version) as it will help to see if it is a system wide problem or a user based one.

    You can also directly report bugs to the site tech support.
    http://www.comicbookresources.com/misc/bugs
    Microsoft Windows XP Professional - 5.1.2600

    Internet Explorer 6.0

  6. #6
    Apostle of the Fire MartinRedmond's Avatar
    Join Date
    May 2004
    Posts
    23,285

    Default

    Win XP, the menu "crashes for me as well. The ABOUT button remains visible and stuck.

  7. #7
    Clean air & water please mgs's Avatar
    Join Date
    May 2004
    Location
    New York
    Posts
    10,185

    Default

    Same problem for me too.

    Under the 'News' tab, the 'About' selection is constantly chosen (even though I didn't choose it) and none of the linked selections can be clicked with the mouse.

    I can post and check out all the threads, but this limits me when I want to get back to the main CBR forum page, so I have to use the Internet Explorer Address weblink area to go back or such.

    This has been happening since yesterday for me and I use Microsoft Internet Explorer on a Windows XP computer.

  8. #8
    Made for you and me. DrewTheXenocide's Avatar
    Join Date
    May 2004
    Location
    Brooklyn
    Posts
    2,481

    Default

    Quote Originally Posted by mgs View Post
    Same problem for me too.

    Under the 'News' tab, the 'About' selection is constantly chosen (even though I didn't choose it) and none of the linked selections can be clicked with the mouse.

    I can post and check out all the threads, but this limits me when I want to get back to the main CBR forum page, so I have to use the Internet Explorer Address weblink area to go back or such.

    This has been happening since yesterday for me and I use Microsoft Internet Explorer on a Windows XP computer.
    Same for me too. I'm on Firefox and Vista, if that offers any help or information.

  9. #9
    Senior Member suttercain's Avatar
    Join Date
    Aug 2006
    Location
    Alta Loma, CA
    Posts
    1,777

    Default

    What's up crazy white people.

    Okay I figured out the problem. The path to the video navigation image has an extra slash and I'm not talking about Hack (Double pun intended). This was making Firefox 3.01 and IE6 sometimes not recognize the image path.

    Also if while you're in the forums and you go up to NEWS tab and select All News it links to http://forums.comicbookresources.com/news

    should be changed to:

    http://www.comicbookresources.com/news

    Let me know if you ever want to hack into vBulletin and have it expand over to the entire site so users can comment on news or reviews directly. I did it for my failed site supermandatabase.com 1 username and password globally for the entire site.

    This:

    PHP Code:
    #nav-video a
    {
    width69px;
    background-colortransparent;
    background-imageurl(/assets/images//nav.jpg);
    background-repeatno-repeat;
    background-attachmentscroll;
    background-position: -332px 0pt;

    Needs to be this:

    PHP Code:
    #nav-video a
    {
    width69px;
    background-colortransparent;
    background-imageurl(/assets/images/nav.jpg);
    background-repeatno-repeat;
    background-attachmentscroll;
    background-position: -332px 0pt;

    This is what it sometime looked like:
    Last edited by suttercain; 09-16-2008 at 04:22 PM.

  10. #10
    Senior Member suttercain's Avatar
    Join Date
    Aug 2006
    Location
    Alta Loma, CA
    Posts
    1,777

    Default

    Quote Originally Posted by mgs View Post
    Same problem for me too.

    Under the 'News' tab, the 'About' selection is constantly chosen (even though I didn't choose it) and none of the linked selections can be clicked with the mouse.

    I can post and check out all the threads, but this limits me when I want to get back to the main CBR forum page, so I have to use the Internet Explorer Address weblink area to go back or such.

    This has been happening since yesterday for me and I use Microsoft Internet Explorer on a Windows XP computer.
    Are you using Internet Explorer 6? Just curious.

  11. #11
    resident freak bert's Avatar
    Join Date
    May 2004
    Location
    Austin, Tx
    Posts
    6,928

    Default

    I use Internet explorer (both here and at work), latest version I assume.

    and I am having the same issue.

    "About" under the News link, and NONE of the links working.

    if I post, I have to leave the site, and use my favorites link to get back to CBR propper.

    very frustrating.

  12. #12
    resident freak bert's Avatar
    Join Date
    May 2004
    Location
    Austin, Tx
    Posts
    6,928

    Default

    also, if you click on the CBR logo, it no longer brings you to the home page, but rather to the main Forums page.

  13. #13
    Senior Member suttercain's Avatar
    Join Date
    Aug 2006
    Location
    Alta Loma, CA
    Posts
    1,777

    Default

    Quote Originally Posted by bert View Post
    also, if you click on the CBR logo, it no longer brings you to the home page, but rather to the main Forums page.
    They are using a relative path and not an absolute one. That may be intentional, although I agree with you; it should take us to the homepage.

  14. #14
    Veteran Member K'Nort's Avatar
    Join Date
    May 2004
    Location
    North Dakota
    Posts
    5,935

    Default

    Sutter's screenshot looks like mine. Including that dangling About. This is day two of the links not responding.

    I'm on Windows XP 5.1 and Firefox 3.0.1

  15. #15
    Administrator Jonah Weiland's Avatar
    Join Date
    May 2004
    Location
    Los Angeles, CA
    Posts
    2,002

    Default

    Hey Folks,

    We fixed the nav -- problem was we just copied and pasted the info from the main site to the forums and blogs, which didn't quite work.

    Thanks for pointing out that the logo links to the root level instead of home page. I'll get that fixed.

    Thanks, everyone.
    -- Jonah Weiland
    Executive Producer, CBR
    - CBR - Twitter -

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •