1. Attachments are working again! Check out this thread for more details and to report any other bugs.

Link problems in Firefox 0.8

Discussion in 'PriusChat Website Questions' started by djc, Apr 1, 2004.

  1. djc

    djc Junior Member

    Joined:
    Feb 18, 2004
    24
    0
    0
    Location:
    Oak Park, IL
    Hey Danny,

    I've recently switched to using Firefox 0.8 for my browsing under Windows. I'm having an odd problem, though. When I view a list of messages for any forum, two types of links are not working properly for me: the icon link that should take me to the first unread message, and links to any page other than the first for mutiple-page threads. In both cases, I'm always taken to the first post on the first page.

    The strange part of it is that the links look correct when I hover over them, before clicking. Let's say I want to go directly to the third page of a three-page thread. If I click the "3" from the topic list, I go to the first post on the first page. If I click on the "3" from that page, I do go to the third page correctly. In both cases, the links appear identical when I hover the mouse over the link before clicking.

    Any ideas on how to solve this?

    Thanks for your work on making PriusChat such a valuable resource!

    --Dan.
     
  2. djc

    djc Junior Member

    Joined:
    Feb 18, 2004
    24
    0
    0
    Location:
    Oak Park, IL
    Hm, I think I found a workaround. The links are not identical, after all.

    The links on the first page are missing a couple of arguments that are present once you're inside a thread. This works:

    Code:
    http://priuschat.com/forums/viewtopic.php?t=500&postdays=0&postorder=asc&&start=80
    This doesn't:

    Code:
    http://priuschat.com/forums/viewtopic.php?t=500&start=80
    Is is possible to get the postdays and postorder arguments added to all links on the topic list page?

    Thanks!
    --Dan.
     
  3. Danny

    Danny Admin/Founder
    Staff Member

    Joined:
    Nov 24, 2003
    7,093
    2,108
    1,174
    Location:
    Charlotte, NC
    Vehicle:
    2013 Prius Plug-in
    Model:
    Plug-in Base
    Ummm.....good question :) Let me take a look at the code when I get home tonight (I usually am connected via Remote Desktop to my home PC all day but something's up with my connection right now) and I'll see if I can figure a work-around for it. It may be beyond my knowledge, but I'll take a look at it at any rate.
     
  4. djc

    djc Junior Member

    Joined:
    Feb 18, 2004
    24
    0
    0
    Location:
    Oak Park, IL
    Reading through the phpBB announcement board, it might be an issue that was fixed in version 2.06d. They've since released 2.07 and 2.08 to address some security issues, so maybe a board update would solve the problem.

    hope this helps,
    --Dan.
     
  5. Danny

    Danny Admin/Founder
    Staff Member

    Joined:
    Nov 24, 2003
    7,093
    2,108
    1,174
    Location:
    Charlotte, NC
    Vehicle:
    2013 Prius Plug-in
    Model:
    Plug-in Base
    Ok, great news. I was going to try to update to 2.0.8 this weekend.

    I'll keep you updated.