I would like to have the threads with new posts from the last seven days sorted by views. And I only want the threads that is unread so that it shows new threads when you have read one.
Is this possible with this addon?
Thank you for this addon. I think there is a bug with last poster date and time being when written and not when posted.
Last poster time being before it was posted and visible in forum.
Just testing this out, it seems to not work with search forums either, otherwise very intresting and might become one of the few select addons I use on my forum.
I would use this for a couple widgets on a portal page.
To show most viewed threads posted in last five days in one or more forums. Sorted by views and show five threads per widget.
You could use it for most replied threads as well, and other criterias.
Perfect to make users find popular...
I would say that it usually is because you clicked the [ ] editor button. It is strange that the button is not seen in the second picture.
Edit:Sorry, need to read more carefully next time.
Similar threads is a widget so it should be possible to set a conditional for where you want it or not, if the weighting isn't working.
You could also set what forum it should take threads from in the widget.
I had a logged out user informing me about getting a welcome alert and post being submitted when writing a post. I think it should have been only a post being submitted alert.
I thought I could test it in the test forum here, but I couldn't see it when logged out. So I test it here to see if I...
I did some thinking and testing :) to solve the minor problem with deleted users.
You can put the code below:
<xf:usertitle user="$user" tag="h5" class="message-userTitle" banner="true" itemprop="jobTitle" />
in message_macros
The new code, it might be improved:
<xf:if is="{$__globals.thread}...
I use this in template message_macros
<xf:if is="{$__globals.thread} AND {$__globals.thread.user_id} == {$user.user_id}">
<div class="userBanner userBanner--accent message-userBanner">
{{ phrase('thread_starter') }}
</div>
</xf:if>
It works in 2.1 haven't tested in 2.2 yet.
It would be nice to...
Settings for how many articles that should be shown on different rows and different pages:
https://xenforo.com/community/threads/top-article-in-preview-display-mode.183966/#post-1466012
Permissions for user groups/users to post specific thread types:
https://xenforo.com/community/threads/permissions-to-post-articles-permissions-by-thread-type.183303/
I think Edit own thread, would make me think that I could edit all post in the thread.
I would like that kind of permission for a blog-like forum.
Maybe something like "Edit own thread start" would be better?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.