I am currently using a # symbol for parent navigation links to always force show the menu item dropdown. However, the tricky thing is when you click on the link, it tries to navigate to #, which most people would assume would trigger the dropdown instead.
Is there a quick way to extend the...
I've recently started to see the following in server error logs when the Downgrade expired user upgrades cron job runs. It prevents the job from successfully completing altogether.
TypeError: XF\Service\User\DowngradeService::__construct(): Argument #3 ($user) must be of type XF\Entity\User...
Can confirm this is still relevant in 2.3.6.
Modifying /src/XF/Util/File.php and changing the return statement in public static function getTempDir() to
return realpath($path) ?: $path; worked perfect!
Thank you @Kirby!
For anyone that is running XenForo 2.3.x with PHP 8.4; can you try the import style option from Admin CP and see if it initializes the /data/styles folder?
This page -> admin.php?styles/
I see the style get created, but I don't see any of the style's assets get moved to the /data/styles folder...
Right now I've set owner to the directory to www-data. So as long as it's the same as the service, then 755 is sufficient? For non-public directories, can those be less than 755?
Here's the commands run to get a sense of the current config, however I still don't see some operations made...
Per docs, it looks like internal_data and data both need to be 777. I'm not sure generically that will work across the board.
https://xenforo.com/docs/xf2/install/#xenforo-cloud
Super interested in giving this add-on a go, but can someone confirm if it supports ticket creation/interaction via email?
In addition, does it allow notes to be left between the people that are working on tickets (i.e. non-submitter visible)
Sanity check, but is reply by email possible to threads in XenForo? As far as I can tell, no; but wanted to triple check I'm not missing something. While I get this takes people away from the website, to a certain extent, it does continue the discussion for a subset of folks as well.
There's a subset of logos hardcoded according to them (i.e. GitHub, Facebook, etc). In the case of XenForo, if you remove the entry from your app and add it back, you'll notice you lose the XenForo logo.