MyBB Community Forums

Full Version: How to remove these annoying buttons?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove all of them. 

Can someone tell me where should I go to delete them?

Thanks!
if you are asking for the left side entries
then you can remove code similar to this in showthread template of the theme
(2018-03-26, 09:27 AM).m. Wrote: [ -> ]if you are asking for the left side entries
then you can remove code similar to this in showthread template of the theme

It is under start new thread.

see screenshot/
unable to get your requirement.
can you please mark the area which needs to be removed / modified ..
(2018-03-27, 01:00 AM)xiaolong Wrote: [ -> ]
(2018-03-26, 09:27 AM).m. Wrote: [ -> ]if you are asking for the left side entries
then you can remove code similar to this in showthread template of the theme

It is under start new thread.

see screenshot/

I have circled them by pink color. 
Thank you so much, also want to ask you how to fix the latest post by both url.com and www.url.com.

I really appreciate sir
open forumdisplay_threadlist template of your theme

1 & 2 ]
find & remove code segment similar to this --> GitHub link

3]
find & remove code segment similar to this --> GitHub link

4]
find & remove code segment similar to this --> GitHub link

5a]
find & remove {$searchforum} in forumdisplay_threadlist template

5b]
forum admin panel >> Configuration [Settings] >> General Configuration
>> Enable Forum Jump Menu? --> select No & save settings
(2018-03-27, 01:58 PM).m. Wrote: [ -> ]open forumdisplay_threadlist template of your theme

1 & 2 ]
find & remove code segment similar to this --> GitHub link

3]
find & remove code segment similar to this --> GitHub link

4]
find & remove code segment similar to this --> GitHub link

5a]
find & remove {$searchforum} in forumdisplay_threadlist template

5b]
forum admin panel >> Configuration [Settings] >> General Configuration
>> Enable Forum Jump Menu? --> select No & save settings

Heart

Thank you so much!!

(2018-03-27, 10:16 AM)xiaolong Wrote: [ -> ]
(2018-03-27, 01:00 AM)xiaolong Wrote: [ -> ]
(2018-03-26, 09:27 AM).m. Wrote: [ -> ]if you are asking for the left side entries
then you can remove code similar to this in showthread template of the theme

It is under start new thread.

see screenshot/

I have circled them by pink color. 
Thank you so much, also want to ask you how to fix the latest post by both url.com and www.url.com.

I really appreciate sir





How to remove code from segment?
It is already uploaded to my theme. 

Can you teach me where should I go to delete these buttons, especially number 3 and 4???


Please thank you.