I am running a community which has no use for the xf_emoji_usage and xf_from_search cookies. Although they do not cause any functional issues, I would much prefer if they were not used at all since I want to keep cookies to strictly essential ones only. Is there a way I can set up my internal...
On a semi-related topic, I have noticed that when I upload an attachment as an admin, and delete it from the same account as an admin, somehow it actually stays in the control panel attachment manager - is this intended behavior?
On a game-related community I manage, users frequently upload screenshots as attachments, and there is a hard rule against posting other players' personal info in images. Despite the rule this happens fairly often, so mods have to go in and delete attachments.
However, these screenshots are...
For layout reasons I'd like to always show the pagenav element on threads/conversations, even when there's just one page (there'd just be a single button saying "1". However, I can't seem to modify this call:
<xf:pagenav
page="{$page}" perpage="{$perPage}" total="{{...
Solved it! If anyone else finds this thread in the future and have the same issue, I added this as the second line of the whats_new_posts template:
<xf:page option="section" value="whatsNew" />
By default, the "New Posts" section under What's New seems to be parented to the Forums section - so when clicking New Posts it switches back to the Forums tab. I have tried to change this by editing navigation, but it does not actually seem to rely on that - even if I change the parenting in...