Avatar

Mozilla Navigation Problem, possible interim solution (Bugs)

by Auge ⌂, Tuesday, June 21, 2016, 09:19 (2859 days ago) @ hintersatz

Hello

since a few weeks a problem occoured when using my litte forum with mozilla firefox.
When clicking "Back to forum index" not the first page of the threadlist is displayed, but the second, when pressing F5 the 3rd, 4th an s.o.

I think I found a workaround after ranting and reading some documents.

The documentation of the prefetching "feature" in the MDN says, that link elements with the relations "next" and "prefetch" are affected by the prefetching. The most pages of the forum has a <link rel="next"> in their document heads.

A first (from my side untested!) interim solution could be, to deactivate this link. To do this open the main.tpl of the used template (in themes/default/ or themes/your_template/) and change the code

{if $link_rel_next}
<link rel="next" href="{$link_rel_next}" />
{/if}

to

{if $link_rel_next}
<!--link rel="next" href="{$link_rel_next}" /-->
{/if}

You'll find the code in the lines #23 to #25 (in the actual mlf2-version 2.3.5) of the named file. Please test it and give a report.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!


Complete thread:

 RSS Feed of thread