• Dear Customers,

    Due to the Eid al-Adha holiday and official administrative leave in Türkiye from May 25 to June 1, 2026, there may be delays in our support and update services. Your requests will be processed as a priority after the holiday period.

    Thank you for your understanding and patience.

Usage technique Remove thread prefixes from forum index

Joined
Mar 17, 2019
Messages
43
Solutions
1
Reaction score
47
Points
18
1/3
Thread owner
Showing thread prefixes on the forum index was a change made by XenForo devs from 2.0.x to 2.1.x.

I personally think it looks a bit messy, so I decided to revert the change.. :)


I'd recommend doing this as a template modification, but this is the code:
node_list_forum

Find:
Code:
Dear Guests, welcome! Please, Log in or Register to view hide content!
Replace with:
Code:
Dear Guests, welcome! Please, Log in or Register to view hide content!



Before:
prefix-on.jpg

After:
prefix-off.jpg
 
Thread owner
This can also be extended to the "New posts" and "New threads" widgets:

New posts
thread_list_macros

Find:
Code:
Dear Guests, welcome! Please, Log in or Register to view hide content!
Replace with:
Code:
Dear Guests, welcome! Please, Log in or Register to view hide content!



New threads
thread_list_macros

Find:
Code:
Dear Guests, welcome! Please, Log in or Register to view hide content!
Replace with:
Code:
Dear Guests, welcome! Please, Log in or Register to view hide content!
 
Quick Jump
Back
Top