I dont have the time to repeat the steps to find the problem,
but there is a problem, if you reach login/login somehow and try to login after writing a post as guest.
Maybe we never should see login/login at all?
I have a question regarding xf_forum.last_thread_prefix_id.
As far as I understand, XenForo stores the prefix of the last thread in a forum in the last_thread_prefix_id column of xf_forum.
Is it correct that XenForo does not automatically update this field if someone edits a thread and changes...
You may want to check the 1.9 again;
1. two times
$visitor = \XF::visitor();
...
$visitor = \XF::visitor();
2. You overwrite the controller instead to extend;
We need to use A–Z keys inside a popup/menu for navigation (jumping to items by first letter).
The problem is that XenForo’s global shortcuts still fire — for example pressing “m” also opens the user menu in the background.
What is the correct way to prevent global keyboard shortcuts from...
Does not work in new versions; solved with
<!-- Remove bookmarks from visitor menu -->
<modification type="public" template="account_visitor_menu" modification_key="r9_template_mods_hide_bookmarks" description="Remove bookmarks from visitor menu" execution_order="10" enabled="1"...
I lose a lot of time because XenForo only tells me that something is broken, but never which template is actually broken. That is really annoying. Is anyone able to write an extension for VS Codium that validates XenForo templates and shows errors, similar to how PHP errors are already detected...