History

History [Paid] 2.6

No permission to buy ($35.00)
Would it be possible to add avatars in order to make the list look more like all the other lists? For example the "new posts" list.

It currently does have a different layout/formatting in comparison with any of the other default XF lists.

Not that it's a big problem in any way. The add-on is fully functional as is :) Just my "OCD" speaking.
 
Last edited:
Can last read date be added to the mobile view? That gives a clue when the thread has been read which could be useful sometimes...

1700307589077.webp
 
You should be using the description tag with the phrase.

Code:
<xf:title>{{ phrase('history_history') }}</xf:title>

{{ phrase('history_description') }}

<br /><br />

Better:
Code:
<xf:title>{{ phrase('history_history') }}</xf:title>
<xf:description>{{ phrase('history_description') }}</xf:description>
 
Back
Top Bottom