Get help with installation and running phpBB 3.0.x
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:
Post
by Last Man Standing » Wed Aug 03, 2022 6:17 am
I want guests to see last post author and date information. And only when they try to go to last post they must log in. Like in phpBB 3.1.
I am not very good with english. I hope it is clear. What I want
is not related to permissions in the ACP.
Forum version is 3.0.14.
Thanks!
No PM's
Dimetrodon
Posts: 32 Joined: Tue Aug 02, 2022 6:39 pm
Real name:
phpBB version: unspecified
Post
by Dimetrodon » Thu Aug 04, 2022 4:13 am
I normally wouldn't reply to something like this, but I will just because I'm one of the only members here.
This reads like you'd need custom coding to get the board index to display such information despite your permissions setup. I'm sorry, but I am not a coder, and I don't think anyone else here (at the time of this post) is either.
|\/|ethen
Post
by |\/|ethen » Thu Aug 04, 2022 4:51 am
I too would like to do this on my own forum.
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:
Post
by Last Man Standing » Sun Aug 07, 2022 5:52 pm
Maybe someone could help us.
No PM's
_anix_
Posts: 6 Joined: Mon Aug 15, 2022 11:11 am
Real name:
phpBB version: unspecified
Post
by _anix_ » Thu Aug 18, 2022 1:12 am
In styles/prosilver/template/forumlist_body.html
Replace:
Code: Select all
<!-- IF forumrow.S_AUTH_READ --><!-- IF not S_IS_BOT --><!-- IF S_LTT_ICONS && forumrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{forumrow.TOPIC_ICON_IMG}" width="{forumrow.TOPIC_ICON_IMG_WIDTH}" height="{forumrow.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="<!-- IF S_LTT == 1 -->{forumrow.U_LAST_POST}<!-- ELSEIF S_LTT == 2 -->{forumrow.U_NEWEST_POST}<!-- ELSE -->{forumrow.U_FIRST_POST}<!-- ENDIF -->" title="{forumrow.LATEST_TOPIC_TITLE_FULL}">{forumrow.LATEST_TOPIC_TITLE_SHORT}</a><!-- ENDIF --><br />
With:
Code: Select all
<!-- IF not S_IS_BOT --><!-- IF S_LTT_ICONS && forumrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{forumrow.TOPIC_ICON_IMG}" width="{forumrow.TOPIC_ICON_IMG_WIDTH}" height="{forumrow.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="<!-- IF S_LTT == 1 -->{forumrow.U_LAST_POST}<!-- ELSEIF S_LTT == 2 -->{forumrow.U_NEWEST_POST}<!-- ELSE -->{forumrow.U_FIRST_POST}<!-- ENDIF -->" title="{forumrow.LATEST_TOPIC_TITLE_FULL}">{forumrow.LATEST_TOPIC_TITLE_SHORT}</a><br />
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:
Post
by Last Man Standing » Tue Aug 23, 2022 3:07 am
It works!
Thank you, my friend.
No PM's
Users browsing this forum: No registered users and 1 guest