The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
My categories are restricted to members only, so they can only see a subset of all available categories.
I want to add additional content (in table rows) beneath the list of forums in every category. This is not the problem. The problem is that this information is visible even for categories that a member is restricted from. I cannot figure out how to make it invisible, how to make its visibility coincide with the visibility of any category for a given member.
The visibility of any category seems to be driven by the following code? - if chkDisplayHeader then ....<br> chkDisplayHeader = false<br>end if but I cannot seem to adapt this to work again, if I place the new content below the code which displays the available forums for the category.
Can anyone offer some suggestions?<
I want to add additional content (in table rows) beneath the list of forums in every category. This is not the problem. The problem is that this information is visible even for categories that a member is restricted from. I cannot figure out how to make it invisible, how to make its visibility coincide with the visibility of any category for a given member.
The visibility of any category seems to be driven by the following code? - if chkDisplayHeader then ....<br> chkDisplayHeader = false<br>end if but I cannot seem to adapt this to work again, if I place the new content below the code which displays the available forums for the category.
Can anyone offer some suggestions?<
