Do not show "quote" to guests

Get help with installation and running phpBB 3.0.x
User avatar
Last Man Standing
administrator
administrator
Posts: 91
Joined: Thu Jul 28, 2022 5:49 am
Real name: Daniel
phpBB version: phpBB 3.0
Location: Romania
Contact:

Do not show "quote" to guests

Post by Last Man Standing »

Is there an easy way to do it?
No PM's
User avatar
_anix_
Posts: 6
Joined: Mon Aug 15, 2022 11:11 am
Real name:
phpBB version: unspecified

Re: Do not show "quote" to guests

Post by _anix_ »

Yes.

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 -->
Replace with:

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 -->
User avatar
Last Man Standing
administrator
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

Post by Last Man Standing »

Thank you, sir. It works! :D
No PM's
User avatar
Last Man Standing
administrator
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

Post by Last Man Standing »

Can you please make it for subsilver2, also?
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

Post by Dimetrodon »

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.
It's going to be the same file name, just under the subsilver directory. Same changes.
User avatar
Last Man Standing
administrator
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

Post by Last Man Standing »

Well, I'm obsiously doing something wrong.
It breakes my code.

https://pastebin.com/vyKXRYGK
No PM's
User avatar
Last Man Standing
administrator
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

Post by Last Man Standing »

This is for subsilver2:

OPEN
root/styles/subsilver2/template/viewtopic_body.html

FIND

Code: Select all

<!-- IF postrow.U_QUOTE -->
REPLACE WITH

Code: Select all

<!-- IF postrow.U_QUOTE and S_USER_LOGGED_IN -->
No PM's
Sylver

Re: Do not show "quote" to guests

Post by Sylver »

Deleted
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests