How do I avoid showing the "Select Category" to anonimous users, permiting only experts to view/select categories?. I have succesfully installed this wonderful module. It works wonderfully!. It has saved me hours and hours of frustrating brainstorming and programing. And yes Im a fan!. But... I dont want my users to be bothered by selecting a category, Experts will be answearing for all categories and will be selecting the categories for every new question submited. I also dont want anonimus or authenticated users to view this part of the Ask form.
What Should I do?.
Thank you and Congrats, (And not to brown nose, but its because of this feature that I started learning about drupal).
Comments
Comment #1
aguitta commentedComment #2
kjpil commentedI think you can do this with css, display: none; setting for the class of the category view. That's what I did, just hide the category list.. but then the question just goes into one category, so makes it hard to have several experts going to be notified depending on category
Comment #3
aguitta commentedThank you for taking the time to answear, It worked :).
aguitta.
Comment #4
nancydru