XF 2.2 Latest Threads Widget Showing Thread Titles Only

JamesBrown

Well-known member
I need a sidebar widget that just lists x no of thread titles. Just the titles and no other information, no thread starter or forum ect. Is this possible? Thanks
 
Try this in extra.less (use browser inspector to find actual widget numerical ID)

Code:
[data-widget-id="x"] .contentRow-minor

{display:none}
 
Last edited:
Correction I used the widget key in both, the first option with the ID rather than the key worked. Thank You.

Could I add anything to that to strip out any thread prefixes?
 
Top Bottom