Recent Posts by Siropu

Recent Posts by Siropu [Paid] 1.5.0

No permission to buy (€9.99)
Nice work!
Will update the addon today.

Question though: Can you add a toggle for the underline that is in the recent posts widget?
At the moment, there is an underline separating each entry.
I would like to remove it because it looks better without it on my page.
 
They are align to the right by default.
To place them to the left, add this in extra.css:
Code:
.recentPostsList .postMeta {
text-align: left !important;
}
 
I will add style properties in the next release (today) to make it simple to customize it.
I changed my mind because it complicates things too much since there are 2 different styles, one for sidebar and one for forum list.
 
Last edited:
@[GM]Myrrdin, add this in extra.css:
Code:
.recentPostsList .isUnread h4 a {
    font-weight: bold;
    color: XXX !important;
}
Replace "XXX" with a style property of a color palette.
 
hi, i'm looking for something like this to replace the old vxf forum stats plugin i have currently:

stats.webp

i see in the list of features there's the ability to remove the thread excerpt. is it possible to compact the latest threads to take up less space like the above? screen real estate is getting somewhat scarce on my site, and i couldn't see the demo on the site you linked in the description.
 
Please take a look at the screenshots posted in the Add-on overview. You will see how it loos by default.
 
Top Bottom