@Ozzy47 just curious is this going to be fixed officially at some point? I'm sorry to bother you but it would be nice to not have the alert for modified files in my admin CP because I had to fix this myself while waiting for a patch. TY! :)
This mod has a bug.
When viewing the logs and clicking on next page, I get an error:
The problem is in the file src/addons/OzzModz/LoginLog/_data/templates.xml on line 41:
39 </div>
40
41 <xf:pagenav link="loginlogsx" page="{$page}" perpage="{$perPage}" total="{$total}"
42...
I have hundreds of pages of these errors in the server log. There seems to be a lot of repetition, but not all the same user or post id. We have been running clean for months and I am not aware of any recent changes that may have caused this issue which seems to have started happening about a...
Does this work with 2.3 (or will be updated for it at some point)? I'm looking for a way to allow moderators to control user group permissions, among other things. Thank you.
cc @Ozzy47
Hopefully the subject makes sense.
We have a set of users who are only allowed to post in section A, but they are allowed to read section A B C D, etc.
They have requested the ability to generate a quote reply from the sections they are not allowed to post in, so they can post it in their own...
FYI I have posted a solution to how I fixed this problem here: https://xenforo.com/community/threads/restoring-a-deleted-user.224511/post-1701573
It should restore or re-link the user to all of their posts, reactions, etc.
In order to give back and help others I will explain what I am doing to fix this problem. I am working in Linux/Bash FYI.
First, I pulled a list of all the tables where username=UserName123 and user_id=0 and stored it as a variable $update_tables:
$ update_tables=`for table in $(mysql xenforo...
A user on my forum was deleted. After manually restoring their data I am faced with the following issue:
In posts, their name at the left is flat black without a hyperlink, and below their name it says "Guest".
I can view and edit their profile in the admin console, their member page works...
I would like to be able to customize the '@' alias, or whatever it's called, for a given user.
For example I want to have '@admin' pointing to an admin user, but their account name is something else.
Or if a user name has some unusual characters but I want to simplify it so it's easier for...