Does that add the same sidebar to every page?Its a default sidebar widget with position "Public Sidebar" no addon![]()
Yeah every page, pretty useful if you want your sidebar to be uniform.Does that add the same sidebar to every page?
How is this sidebar treated on other pages that have a left sidebar?Yeah every page, pretty useful if you want your sidebar to be uniform.![]()
I added it to the bug list and will have it fixed on the next release.Yeah every page, pretty useful if you want your sidebar to be uniform.![]()
Ha, can’t believe I missed that. I will have it fixed on the next release.![]()
"Recentley" typo there
Good call. While not a bug, I agree with this recommendation and believe it will make it easier for admins to configure. I have added it under features (second post), and should have it updated in the next few weeks.
After playing around with this on my local, I think the best strategy is the hide that sidebar when viewing the moderator panel. There are too many columns on many of the pages for this to display properly without adjusting when the page goes in narrow mode. I am going to have sidebars hidden in my next update.Yeah every page, pretty useful if you want your sidebar to be uniform.![]()
- FIXED: Pagination does not work on moderator logs
- FIXED: Pagination does not work on change logs
- FIXED: Recently banned users is spelled wrong
- FIXED: Display poorly when using the public sidebar
- ADDED: Add user name change log
- CHANGED: Replace existing input box with dropdown for "protected usergroup" in admincp
Well damn. I’ll fix change logs tonight.@AndrewSimm Thanks so much for awesome add-on just letting you aware:
- Pagination for moderator logs works fine now
- Seems pagination for change logs is playing hard to get and still does not work
<xf:if is="$xf.options.svSignupLogsOnProfileTab && $user.hasOption('svMultiAccountLogEvent') && $xf.visitor.canViewMultiAccountReport() && $user.HasMultiAccounts">
<a href="{{ link('members/multiple-account-list', $user) }}"
class="tabs-tab"
id="multipleAccounts"
role="tab">{{ phrase('sv_multiple_accounts') }}</a>
</xf:if>
<xf:if is="$xf.options.svSignupLogsOnProfileTab && $user.hasOption('svMultiAccountLogEvent') && $xf.visitor.canViewMultiAccountReport() && $user.HasMultiAccounts">
<li data-href="{{ link('members/multiple-account-list', $user) }}" role="tabpanel" aria-labelledby="multipleAccounts">
<div class="blockMessage">{{ phrase('loading...') }}</div>
</li>
</xf:if>
I have the add-on from Xon, it's a great. I guess I am not sure ethically where this aligns. Is it common for other developers to bake in support like this for other add-ons?Feature request:
Can you add support for tab "multiple account detection" of this addon: https://xenforo.com/community/resources/signup-abuse-detection-and-blocking.6812/ in the user file plz?
The code is like:
Code:<xf:if is="$xf.options.svSignupLogsOnProfileTab && $user.hasOption('svMultiAccountLogEvent') && $xf.visitor.canViewMultiAccountReport() && $user.HasMultiAccounts"> <a href="{{ link('members/multiple-account-list', $user) }}" class="tabs-tab" id="multipleAccounts" role="tab">{{ phrase('sv_multiple_accounts') }}</a> </xf:if>
and:
Code:<xf:if is="$xf.options.svSignupLogsOnProfileTab && $user.hasOption('svMultiAccountLogEvent') && $xf.visitor.canViewMultiAccountReport() && $user.HasMultiAccounts"> <li data-href="{{ link('members/multiple-account-list', $user) }}" role="tabpanel" aria-labelledby="multipleAccounts"> <div class="blockMessage">{{ phrase('loading...') }}</div> </li> </xf:if>
in andrew_moderatorpanel_user_view
- FIXED: Pagination does not work on change logs
- This should have been fixed last release but apparently I had two templates for the same thing and had updated the one not in use
We use essential cookies to make this site work, and optional cookies to enhance your experience.