Just wanted to add what a huge difference our current JMeter tests is telling us. Now we can bump the number of threads to see how much our current set up can handle.
Thank you!
Just wanted to add what a huge difference our current JMeter tests is telling us. Now we can bump the number of threads to see how much our current set up can handle.
Thank you!
Please add MLB The Show
forums as well (forums.theshow.com) to the list.
Thanks!
We have fixed the issue. Our template was based on slick. We compared this to Persona and found differences:
In Slick:
<li component="user/logout">
<a href="#"><i class="fa fa-fw fa-sign-out"></i><span> [[global:logout]]</span></a>
</li>
In Persona:
<li component="user/logout">
<form method="post" action="{relative_path}/logout">
<input type="hidden" name="_csrf" value="{config.csrf_token}">
<input type="hidden" name="noscript" value="true">
<button type="submit" class="btn btn-link">
<i class="fa fa-fw fa-sign-out"></i><span> [[global:logout]]</span>
</button>
</form>
</li>
Yes, the group is visible. I'll try the updated snippet.
I'll also add it to both hooks.
Thank you so much!
Hi,
This is related to this: https://community.nodebb.org/topic/14872/group-page-only-shows-limited-number-of-posts?_=1597422316813
We're getting more requests from our users to have ability to view more posts in group pages.
Thanks!
Hi,
I noticed that we can logout from the desktop view, but clicking the logout link from mobile view doesn't do anything.
We're running NodeBB v1.14.3 and we're using the nodebb-plugin-session-sharing plugin v4.6.7.
Has anyone experienced the same issue? Can you please help us figure out how to fix?
Thanks!