Recent content by tomdav

  1. tomdav

    XF 2.0 Pagenav style properties?

    Why is this only style-able via hack?
  2. tomdav

    Won't fix Footer select box is non-responsive

    What about 350 px wide viewport? See screen shot taken with my Pixel 3. I have my Pixel 3 display size bumped up 1 notch to "large" for my aging eyes. I doubt I'm the only one. This is a 5.5" flagship phone. As far as drop downs, they are everywhere in XF. Very few of them require a go...
  3. tomdav

    XF 2.1 Link logo to Latest posts

    Well, I agree it shouldn't default to unread. Really confusing. To undo this you must add the skip=1 parameter (which will also undo any user preference). There is no way to provide a link that specifically filters unread posts AFAIK, you can only link to "new posts" (which may or may not be...
  4. tomdav

    XF 2.1 Link logo to Latest posts

    I think it depends on how your forum links are configured. Try changing the & to ?
  5. tomdav

    XF 2.1 Link logo to Latest posts

    In XF2 users can customize "new posts" to whatever they want (by clicking on "filters", selecting their preference, then "save as default").
  6. tomdav

    XF 2.1 Link logo to Latest posts

    in template: PAGE_CONTAINER change both instances of: <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"> to:: <a href="{{ link('whats-new/posts') }}&skip=1">
  7. tomdav

    XF 2.1 Link logo to Latest posts

    You would have to modify the page_nav template. FWIW, it's poor practice to have the logo link to something other than the home page: https://www.nngroup.com/articles/homepage-links/
  8. tomdav

    XF 2.1 Link logo to Latest posts

    ACP > Setup > Options > Basic board information > Forums default page > New posts
  9. tomdav

    Not a bug Post tracking and display order issues when viewing XF "Have you seen...?" forum

    Something still doesn't make sense to me. In the admin control panel this is what it indicates regarding the setting: In other words, after 30 days of dormancy the assumption is that everyone has read the thread. Therefore, If a new post is made, everyone should be taken to the first new post...
  10. tomdav

    Not a bug Post tracking and display order issues when viewing XF "Have you seen...?" forum

    Thanks for the clarification. So basically what you're saying is post tracking is essentially worthless for threads that have been dormant for 30+ days and someone makes a new post? Then everyone basically goes back to page one? I think that's overly aggressive and drastically castrates the...
  11. tomdav

    Duplicate Post tracking issues

    I posted this in as part of another bug report and was brushed off as standard functionality (moderator opinion, not developer opinion). I am re-posting and respectfully request a developer opine before it is classified as "not a bug". I am having issues with post tracking for some threads...
  12. tomdav

    Not a bug Post tracking and display order issues when viewing XF "Have you seen...?" forum

    Ah, ok, but still have the issue with post tracking in that forum. Not sure if related.
  13. tomdav

    Not a bug Post tracking and display order issues when viewing XF "Have you seen...?" forum

    See attached screen print. When I view topics in "Have you seen...?" the topics are not bubbling up properly. Note the "Push notifications" thread has the latest reply and should bubble up to the top: Also, when I click on some topics in this forum it does not take me to the first unread...
  14. tomdav

    Implemented Implement Lazy Loading...

    Right, I'm planning to just re-use the same code which automatically thumbnails internal and external images and justifies them. But back to lazy loading, if you have a page of 100+ images, lazy loading won't solve the root problem for mobile users unless you also have an image proxy serve up...
Top Bottom