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