Do not show "quote" to guests
- Last Man Standing
- administrator

- Posts: 91
- Joined: Thu Jul 28, 2022 5:49 am
- Real name: Daniel
- phpBB version: phpBB 3.0
- Location: Romania
- Contact:
Re: Do not show "quote" to guests
Yes.
styles/prosilver/viewtopic_body.html
Replace with:
styles/prosilver/viewtopic_body.html
Code: Select all
<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->Code: Select all
<!-- IF postrow.U_QUOTE and S_USER_LOGGED_IN --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->- Last Man Standing
- administrator

- Posts: 91
- Joined: Thu Jul 28, 2022 5:49 am
- Real name: Daniel
- phpBB version: phpBB 3.0
- Location: Romania
- Contact:
- Last Man Standing
- administrator

- Posts: 91
- Joined: Thu Jul 28, 2022 5:49 am
- Real name: Daniel
- phpBB version: phpBB 3.0
- Location: Romania
- Contact:
Re: Do not show "quote" to guests
Can you please make it for subsilver2, also?
If it's not too much trouble.
If it's not too much trouble.
No PM's
-
Dimetrodon
- Posts: 32
- Joined: Tue Aug 02, 2022 6:39 pm
- Real name:
- phpBB version: unspecified
Re: Do not show "quote" to guests
It's going to be the same file name, just under the subsilver directory. Same changes.Last Man Standing » Tue Aug 30, 2022 3:05 am wrote:Can you please make it for subsilver2, also?
If it's not too much trouble.
- Last Man Standing
- administrator

- Posts: 91
- Joined: Thu Jul 28, 2022 5:49 am
- Real name: Daniel
- phpBB version: phpBB 3.0
- Location: Romania
- Contact:
- Last Man Standing
- administrator

- Posts: 91
- Joined: Thu Jul 28, 2022 5:49 am
- Real name: Daniel
- phpBB version: phpBB 3.0
- Location: Romania
- Contact:
Re: Do not show "quote" to guests
This is for subsilver2:
OPEN
root/styles/subsilver2/template/viewtopic_body.html
FIND
REPLACE WITH
OPEN
root/styles/subsilver2/template/viewtopic_body.html
FIND
Code: Select all
<!-- IF postrow.U_QUOTE -->Code: Select all
<!-- IF postrow.U_QUOTE and S_USER_LOGGED_IN -->No PM's
Who is online
Users browsing this forum: No registered users and 0 guests