Do not show "quote" to guests
Posted: Sun Aug 14, 2022 9:16 am
Is there an easy way to do it?
Support for 3.0, 3.1 and 3.2 version
https://phpbb3refugees.com/
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 -->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.
Code: Select all
<!-- IF postrow.U_QUOTE -->Code: Select all
<!-- IF postrow.U_QUOTE and S_USER_LOGGED_IN -->