Recent content by stromb0li

  1. S

    XF 2.3 JS for dropdown

    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...
  2. S

    Downgrade expired user upgrades failing

    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...
  3. S

    Assets are not copied from style archive when using symlinks

    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!
  4. S

    XF 2.3 PHP 8.4 and style import

    I wouldn't have ever been able to come to the conclusion that was the root cause! Thank you!
  5. S

    XF 2.3 PHP 8.4 and style import

    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...
  6. S

    chmod recommendations

    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...
  7. S

    chmod recommendations

    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
  8. S

    chmod recommendations

    My search fu is failing me. Is there a list of published recommendations for chmod permissions on each directory in xenforo?
  9. S

    Tickets: Help Desk and Knowledge Base [Paid]

    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)
  10. S

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    They are switching editors in 2.4. https://xenforo.com/community/threads/tiptap-a-new-editor-for-xenforo.227767/
  11. S

    XF 2.3 Reply to thread by email

    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.
  12. S

    XF 2.3 Authenticator logo

    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.
  13. S

    XF 2.3 Authenticator logo

    Microsoft Authenticator no longer allows setting the icon; this is a limitation of the Microsoft Authenticator app vs Xenforo at this point.
Back
Top Bottom