Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2591

[3.3.x] Support Forum • Re: quote and reply buttons showing in read-only board

$
0
0
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:

Code:

<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
and replace it with:

Code:

<!-- IF U_ACP -->
2. About the quote button (and other buttons such as delete, report etc..), you can search for the:

Code:

<!-- IF $SHOW_POST_BUTTONS -->
Before it you will see "<!-- IF not S_IS_BOT -->" so just replace this with:

Code:

<!-- IF U_ACP -->
Save and purge cache and it should no longer be visible, but only to administrators.

Statistics: Posted by Madalin10 — Sun Jul 27, 2025 7:14 pm



Viewing all articles
Browse latest Browse all 2591

Trending Articles