T O P I C R E V I E W |
aow |
Posted - 18 October 2005 : 15:02:11 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?< |
2 L A T E S T R E P L I E S (Newest First) |
Shaggy |
Posted - 19 October 2005 : 05:51:44 Are you hardcoding this text in or is it being pulled from a database? My first guess would be that you added your code outside of the if statement that determines whether to display a category or not. We'd be better able to help you if you coud provide us with a link to your forum (with a test login) as well as a link to a *.txt copy of your default.asp file.
< |
AnonJr |
Posted - 18 October 2005 : 15:22:41 I'd find the usergroups mod and base the display of that content on which group they are a part of. Might make things easier.
Just my 2c.< |