Directory Issue

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Directory Issue

Harvey
The root page of my directory is only showing 3 pages and there should be 4 or 5.

Can you help me fix this?
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Directory Issue

Hugo <Nabble>
We fixed the problem. This was a tricky issue and I took some time to understand what was going on. The point was that you added to the comma-separared list (macro = subapps_with_hidden_topics) subapps that are private, which naturally don't show topics at the root level. So the topic count was decrementing private topics twice. The math is simple:

(number of visible topics) - (number of topics found in the comma-separared list)

"number of visible topics" already skips private topics, so we shouldn't consider the private subapps in the comma-separated list when calculating the total value. In any case, we fixed the NAML code that does this math and it automatically skips private topics. So you don't have to worry about this when you edit the list of subapps in that macro. Questions?
Reply | Threaded
Open this post in threaded view
|

Re: Directory Issue

Harvey
So what you are telling me is OPERATOR ERROR?  LOL.

I think I added those private subapps in because I WAS SEEING THEM at the root level before I added them.

Does that make sense?

I like seeing what the public sees at the root level.

As always thanks for the help and quick attention!
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Directory Issue

Hugo <Nabble>
Harvey44 wrote
So what you are telling me is OPERATOR ERROR?  LOL.
Not really. The NAML code should have handled that from the beginning.
Harvey44 wrote
I think I added those private subapps in because I WAS SEEING THEM at the root level before I added them.

Does that make sense?
This means that your cache was disabled (see the "Smart application pages" add-on).
Reply | Threaded
Open this post in threaded view
|

Re: Directory Issue

Harvey
Do I need to change anything?
HTTPS Please!
Reply | Threaded
Open this post in threaded view
|

Re: Directory Issue

Hugo <Nabble>
No, I think everything is fine now. You can contact us if you see any issues.