Hello again,
on viewtopic pages (and only there) the font resizing with
th23's Font Resizing MOD doesn't work anymore. (I want to run strict mode and posts redirections == all.)
In source code it looks like this, when URL rewriting is deactivated:
- Code: Select all
<form method="post" action="./viewtopic.php?f=55&t=2810" id="th23_font_resizing">
When URL rewriting is activated, it looks like this:
- Code: Select all
<form method="post" action="http://www.example.com/name-of-topic-t2810.html?forum_uri=name-of-topic" id="th23_font_resizing">
This is what I tried in viewtopic.php (analogue to the
Prime Post Revisions solution) hopefully at the correct places:
- Code: Select all
// Changings for th23's Font Resizing MOD
$font_res = request_var('forum_uri', '');
// Changings for th23's Font Resizing MOD
$font_res = ...