Hello,
I am using Drupal5.7. I am using category module to create Container, category and sub-category which is showing on home page. I am using profile module to create registration form. My question is how to show the category list menu in account section in "subject" tab and this tab will be display in each user account and only admin can see the list menu and then he can select the "course" from category list menu and authorized to user to read that category all details. This Category will not show while new user registering self.
example is:
create a container - Course
create a category - Computer, Math
create sub-category - in Computer->Short Term, Long Term
like this hierarchy
Course
-Computer
--Short Term
---C++
----Introduction
-----Introduction to use
--Long Term
-Math

and we upload a page using some details in "Introduction to use" with the help of Create Content/Page
if Admin select "C++" and submit from a user account then that user can read only "C++" details with all sub-categories details.
I hope you got my point.
Thank you so much