Hello,
How can I set 'recent topics' to show for guests.
I have gusets & Anonymous set to view recents but is only works if logged in.
Rcent Topics Permissions
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Rcent Topics Permissions
Hi
In the ACP, click on the green cogwheel for this module, there you can set the permissions for this module.
In the ACP, click on the green cogwheel for this module, there you can set the permissions for this module.
Gruß Udo
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
The settings set for all including guests.
still guests cannot see the recent topics.
still guests cannot see the recent topics.
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Rcent Topics Permissions
If the guests have no permision to read topics you can see also no recent topics.
Gruß Udo
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
That is the point - guests are configured in permission to see topics - but the recent topics is not visible to them.
Only if logged are the recent topics visible.
Guests are not logged in.
The portal is visible to guests - but not recent topics in the portal.
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Rcent Topics Permissions
You must give the guests the permission "Can read forum".
Alternate:
If you want guests to see Recent topics when they only have the "Can see topics" right, then you need to do the following:
Open:
Find 4x:
Alternate:
If you want guests to see Recent topics when they only have the "Can see topics" right, then you need to do the following:
Open:
root//ext/board3/portal/modules/recent.php
Find 4x:
f_read
and replace 4x with f_list_topics
Gruß Udo
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
I replaced the 4x f_read with f_list_topics and is still not showing for guests... I waited a few hours to see if all refreshes but unfortunately not.
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Rcent Topics Permissions
Have you set the permissions correctly?
You do not have the required permissions to view the files attached to this post.
Gruß Udo
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
This is all it shows for guest permissions
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Rcent Topics Permissions
Go to
ACP/Permissions/Group forum permissions
select guests and Select a forum, click on "Advanced Permissions" and set "Can see forum" and "Can see topics" on the Actions tab to yes.Gruß Udo
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
ok - all forum sections are now marked with guest permissions to 'view forum' and 'view topic' - but still recent topics activated, does not show for guests.
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
Yes I made that change too - now guests can see forum & Topics but still cannot see 'recent topics' in portal.
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Rcent Topics Permissions
Have you made any changes here?
You do not have the required permissions to view the files attached to this post.
Gruß Udo
-
Topic author - Active Member
- Posts: 21
- Joined: 1. July 2021 01:09
- phpBB.com User: krill
Re: Rcent Topics Permissions
The Portal recent topics I have does not show "Extension for 3.3.0" as is showing in your screenshot above.