Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


'View newest post' button not working (edit: on safari)

Reply to topic
Bike Chat Forums Index -> Forum Feedback & Help
View previous topic : View next topic  
Author Message

carvell
Scuttler



Joined: 05 Sep 2003
Karma :

PostPosted: 10:27 - 13 May 2017    Post subject: 'View newest post' button not working (edit: on safari) Reply with quote

I'm always taken to the top post of the newest page, rather than the correct post on that page when clicking this button in search results.

Used to work, doesn't seem to now. Running Safari.
____________________
Yamaha TDM 850


Last edited by carvell on 18:42 - 30 May 2017; edited 1 time in total
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

owl
World Chat Champion



Joined: 21 Oct 2016
Karma :

PostPosted: 11:09 - 13 May 2017    Post subject: Reply with quote

Use the one on the right, under the heading "last post"
____________________
Observation is the greatest source of wisdom.
 Back to top
View user's profile Send private message You must be logged in to rate posts

carvell
Scuttler



Joined: 05 Sep 2003
Karma :

PostPosted: 12:04 - 13 May 2017    Post subject: Reply with quote

AHhh but that's different though. That takes you to the latest post.

I want to see the oldest post that I haven't read, which is what that button does. Well, did.

It still works on Chrome on Windows, but has stopped working on Safari on a Mac.
____________________
Yamaha TDM 850
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

Pjay
World Chat Champion



Joined: 18 Jan 2016
Karma :

PostPosted: 21:29 - 13 May 2017    Post subject: Reply with quote

I just have this saved as a bookmark in my bookmarks bar.

https://www.bikechatforums.com/search.php?search_id=newposts
____________________
struan80 - I'll go first - satisfied tick 1
 Back to top
View user's profile Send private message You must be logged in to rate posts

carvell
Scuttler



Joined: 05 Sep 2003
Karma :

PostPosted: 18:52 - 19 May 2017    Post subject: Reply with quote

That's a different thing - that shows a list of threads which have new posts in.

Those little icons I posted a picture of can be clicked and you get taken you to the latest post in a thread. Except on Safari.

Koooorrrnnnnnnnnnnnnnn
____________________
Yamaha TDM 850
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

carvell
Scuttler



Joined: 05 Sep 2003
Karma :

PostPosted: 21:13 - 09 Jul 2017    Post subject: Reply with quote

*bump* pleeeeeease Korn!

Edit:
The issue:

On Chrome, this URL
https://www.bikechatforums.com/viewtopic.php?t=320845&view=newest

redirects to:
https://www.bikechatforums.com/viewtopic.php?p=4474840#4474840

(assuming that is the last unread post of course)

Whereas on Safari it redirects to:
https://www.bikechatforums.com/viewtopic.php?p=4474840

Meaning that you're you're not placed at the correct place on the page for the new post.
____________________
Yamaha TDM 850
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

P.
Red Rocket



Joined: 14 Feb 2008
Karma :

PostPosted: 08:38 - 18 Jul 2017    Post subject: Reply with quote

Indeed, Safari is dropping the #number. My one is doing the same in both developer mode and 10.1 mode.

use Chrome Wink
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

carvell
Scuttler



Joined: 05 Sep 2003
Karma :

PostPosted: 08:54 - 20 Jul 2017    Post subject: Reply with quote

I've written a Tampermonkey script for Safari to fix it incase it's also bothering anyone else!

Code:
// ==UserScript==
// @name         Bikechatforums 'view newest post' Safari fix
// @namespace    http://www.burningimage.net/
// @version      0.1
// @author       carvell
// @match        www.bikechatforums.com/viewtopic.php?p=*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    var loc = document.location.toString();
    var postid = loc.split('=');

    //If # already exists (i.e. bug is fixed)
    if (postid[1].indexOf('#') > -1)
    {
        //Bug has probably been fixed
    }
    else
    {
        window.location.replace(loc + "#" + postid[1]);
    }

})();

____________________
Yamaha TDM 850
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts
Old Thread Alert!

The last post was made 6 years, 253 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> Forum Feedback & Help All times are GMT + 1 Hour
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.06 Sec - Server Load: 0.34 - MySQL Queries: 17 - Page Size: 58.17 Kb