You can simply remove/make admin only the reply and post buttons by modifying the html inside viewtopic_body.html from your style.
1. For the reply button:
Simply search (2 times), for the top and bottom Reply button in the topic:and replace it with:2. About the quote button (and other buttons such as delete, report etc..), you can search for the:Before it you will see "<!-- IF not S_IS_BOT -->" so just replace this with: Save and purge cache and it should no longer be visible, but only to administrators.
1. For the reply button:
Simply search (2 times), for the top and bottom Reply button in the topic:
Code:
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->Code:
<!-- IF U_ACP -->Code:
<!-- IF $SHOW_POST_BUTTONS -->Code:
<!-- IF U_ACP -->Statistics: Posted by Madalin10 — Sun Jul 27, 2025 7:14 pm