Previous Thread
Next Thread
Print Thread
Hop To
Joined: Mar 2013
Posts: 51
J
Journeyman
Journeyman
J Offline
Joined: Mar 2013
Posts: 51
What determines what forum list category's are display on the Active Topics page?
The reason ask is the forum list category in question, is only viewable when users are logged in.
Can the forum software be configured to also show the posts from that forum list category on the Active Topics page?


Truth Seeker
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
It should only list forums that a user has read access in:
Code
	// Based upon user's permissions, build a list of allowable forums
	$boards = array();
	foreach($tree['active'] as $k => $v) {
		if ($userob->check_access("forum","READ_TOPICS",$k)) {
			$boards[] = $k;
		}
	}
	$board_in = join(",",$boards);


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Mar 2013
Posts: 51
J
Journeyman
Journeyman
J Offline
Joined: Mar 2013
Posts: 51
Right now it does this,
A.When viewing as a guest, there is no read access to the category and the posts from that category do not appear on the Active Topics page.
B.When any registered user logs in, they are allowed read access to the category and the posts from that category do not appear on the Active Topics page.

I want it to do this,
A. When viewing as a guest, there is no read access to the category and the posts from that category do not appear on the Active Topics page.
B. When any registered user logs in, they are allowed read access to the category and the posts from that category also appear on the Active Topics page.

If that's possible.



Truth Seeker
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Humm,
the active topics island actually should ignore permissions. In fact there is a disclaimer in the cp to that fact.
Even if say a user /guest does not have access to that post the post should appear in the active topics.
Now when they click on it it won't work.

But anyway if active topics does not appear for anyone I suspect it is not enabled.
Either due to you just made the switch and the cache has not had any net new posts in the selected forums to post to the island.
Or you did not complete the required steps to activate the island .
Or you have some permission issues when you installed the product.

Does the island even appear?
What version are you using?
What is the URL to your site?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Mar 2013
Posts: 51
J
Journeyman
Journeyman
J Offline
Joined: Mar 2013
Posts: 51
Originally Posted by Ruben
Even if say a user /guest does not have access to that post the post should appear in the active topics.
Now when they click on it it won't work.
That is how I thought it should function. But apparently they only want user's to see those post.
Even if a guest would be seeing only a snippet of the post, from the active topics page.
Originally Posted by Ruben
Does the island even appear?
If your definition of Island, is the Active topics page.
YES
Originally Posted by Ruben
What version are you using?
Powered by UBB.threadsâ„¢ PHP Forum Software 7.5.8
Originally Posted by Ruben
What is the URL to your site?
URL to Site
The, "The Greasy Spoon" category only appears for users. (Check Attachment)
The, "The Greasy Spoon" category Posts do not appear on the Active Topics page for Users & Guest.
Attachments
example.jpg


Truth Seeker
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Well the greasy spoon is a forum not a category.
It is placed in the The Front Office category.
It appears that you just have some permissions and settings a little off of what you want.
As a guest I can't see the greasy spoon , but as a user I can.
Also you don't have a island enabled for active topics but just the menu.



Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Mar 2013
Posts: 51
J
Journeyman
Journeyman
J Offline
Joined: Mar 2013
Posts: 51
Originally Posted by Ruben
Well the greasy spoon is a forum not a category.
It is placed in the The Front Office category.
Sorry about that, getting the terminology correct is half the battle.
Originally Posted by Ruben
It appears that you just have some permissions and settings a little off of what you want.
What are the steps to get the greasy spoon to appear on the active topics page?
Originally Posted by Ruben
As a guest I can't see the greasy spoon , but as a user I can.
That is correct. Now, Also have the greasy spoon posts to appear for users on the active topics page.
Originally Posted by Ruben
You don't have a island enabled for active topics but just the menu.
By enabling a island for active topics, will this get the greasy spoon posts to appear for users on the active topics page.

I'm trying to find out how its done, then pass the info along to the person that does the fiddling.
Thanks,


Truth Seeker
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
It is very difficult to deal with this via a third person.

First item is to check forum permissions for guests, users(default groups) and any other groups they may be assigned to.

Also I assume the board has not been modified from stock.

But if I had to guess first permission would be at least can see forum,Can read topics .

Or at the very least in forum settings,
Is Teaser Forum?
Forum will be visible in the forum listing even if the user does not have permission to read the forum.

Show forum in Active Topics- should be enabled (probably the culprit)
This may have been disabled because they could not figure out how to stop access.
Using the steps posted above.



Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Mar 2013
Posts: 51
J
Journeyman
Journeyman
J Offline
Joined: Mar 2013
Posts: 51
Ruben,

Sorry for the slow reply.
I understand trying to fix something via a third person is difficult.
I will pass along the info from your last post.
Hopefully after they try a couple things that you mentioned, they will get it to work.

When I visit that message board, the Active Topic page is where I first go, to look
at the latest post on the message board. One day, when I was looking at the latest
post, I realized that the post from the Greasy Spoon forum were missing. I posted
a Message on their IT Short Bus forum about the issue, and didn't get much response.
So, I inquired here to maybe get some advice to pass along.

In the past I have inquired on this board about adding a NEW REPLY button next to
the TOPIC OPTIONS button. They did that successfully.

Thanks for all the Help!,

Peace Out
Jim





Truth Seeker
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
I would start with the forum settings:
Show forum in Active Topics- should be enabled (probably the culprit)
This may have been disabled because they could not figure out how to stop access.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
4 members (Nightcrawler, Outdoorking, Ruben, 1 invisible), 872 guests, and 274 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)