Not Solved How to remove sort by, order and from?
#1
Not Solved
Hello, I'ts my first time using MyBB maybe someone can help my out a bit, I want to remove them:

[Image: Untitled.jpg]
Someone can tell me where I can find them?
#HALPME
Reply
#2
Not Solved
Edit: .m. gave correct response.

Regards
WallBB
- MyBB Heart
Reply
#3
Not Solved
open forumdisplay_threadlist template of the theme

find code similar to below
{$threads}
	<tr>
replace <tr> with <tr style="display: none;">
save the template & check if it helps ..

[MyBB Templates guidance]
Reply
#4
Not Solved
"display: none" will just hide this element from visitors. It is still part of the HTML code and causes load.
If you really want to get rid of this sorting bar, consider removing the whole <tr>...</tr> code from templates.

[ExiTuS]
Reply
#5
Not Solved
Thank you guys worked perfectly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)