Recent content by Sysnative

  1. S

    XF 2.3 Bulk update / message users by username

    If there's no existing way to do this, or an existing add-on, I'll try and modify the user search. It's probably a niche use case if it hasn't come up before, but ideally something like "User1, User2, User3" etc would return multiple users in the Batch update tool. I can also try directly...
  2. S

    XF 2.3 Bulk update / message users by username

    I was hoping so, but either I'm not sure of the correct syntax, or the feature doesn't seem to search for multiple usernames: Searching like this doesn't return any users - I've also tried a few other syntax versions to separate the usernames. If there's a way to make this work that would be...
  3. S

    XF 2.3 Bulk update / message users by username

    Manually adding the users to the group isn't viable as the list is too long. I'm looking for a way to bulk update the user group. Any way or add-ons to do this?
  4. S

    XF 2.3 Bulk update / message users by username

    Hi, I'm looking to both bulk update the usergroup and send a PM to a specific list of users. I have the usernames and emails for the users, but they're not in any specific group / don't match any specific criteria in the criteria searcher. Can this be done in XF2? If not, is there an add-on...
  5. S

    XF 2.3 Chaining multiple relations

    Thanks! Appreciate the help!
  6. S

    XF 2.3 Chaining multiple relations

    My assumption is no, as I couldn't find this referenced anywhere after searching, but maybe someone knows for sure (or the correct syntax). Can a XF Finder return the Relation of a Relation? Aka: $finder = $this->finder('Sysnative\Addon:Entity1'); $finder...
  7. S

    XF 2.3 Pagination URLs pagenav

    Unfortunately this generates the same URL issue - the output is: :index.php?addon-link/page-2: {$forum} is available in the template and is used elsewhere. The route format is :int<node_id,title>/:page The pagenav I'm loading on the start page which is: index.php?addon-link/2/ 2 is the...
  8. S

    XF 2.3 Pagination URLs pagenav

    Hey all, I'm trying to get this pagination link to work correctly - I have the following code in my template: <xf:pagenav page="{$page}" perpage="{$perPage}" total="{$total}" link="addon-link/{$forum.node_id}" /> I'd like the URL structure to be: addon-link/<node_id>/page-2 The current...
  9. S

    XF 2.3 Extending thread creation

    Thanks both! @Jeremy P - ty! thought I was missing something.
  10. S

    XF 2.3 Extending thread creation

    Question - If I want to post an automated reply to a thread on thread creation, but still trigger notifications on the response (email + alert) - is there a better class for me to extend to do this? At the moment extending the ForumController finalizeThreadCreate class works, but doesn't...
  11. S

    XF 2.3 Extending thread creation

    Okay disregard - I was extending the wrong class (trying to extend Admin Forum creation rather than the Pub ForumController. Still curious if anyone has a better suggestion or approach.
  12. S

    XF 2.3 Extending thread creation

    Hi, I'm running into an issue extending the Forum class - what I'm trying to achieve is to automatically add a reply after a thread is created. I'm trying to extend the "finalizeThreadCreate" method in the Forum class. I have some code which is currently doing nothing as far as I can tell. Two...
  13. S

    [OzzModz] Registration Spaminator Stop Spam Bot Registrations [Deleted]

    If I ever needed proof about this add-on being worthwhile... We had an older version installed that broke with XF2.3 (updated now and fixed), and in a few hours had 50+ spam registrations that the add-on would usually have blocked. Definitely the best anti-spam add-on we have.
  14. S

    XF 2.3 Style variation "system" and "light" show different results

    Thanks! That seems to work. Preference would also be for the #XF[data-color-scheme="light"] method to work as well - load any "light" variables if the system default is light.
  15. S

    XF 2.3 Style variation "system" and "light" show different results

    I saw that post originally - but how would I set this to remove rules already set? The CSS rules only apply to the "light" variant (aka default) - I want there to be no extra CSS applied for the dark variant, rather than explicitly overriding this back to the defaults.
Back
Top Bottom