hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: When I Create a new Category w/ custom permission, I want all users to have no View/Add, by default.
I can't think of anything off the top of my head. The utility structure function might revert your changes. I can look into it when I get to my desk. (View Post)1 -
Re: Adding "Options Gear" after Category in "Mixed" Category view
I used the following CSS with success: .CategoryBox .OptionsTitle { visibility: hidden;}.CategoryBox:hover .OptionsTitle { visibility: visible;} (View Post)2 -
Re: Adding "Options Gear" after Category in "Mixed" Category view
I cross-posted... AGAIN. Honestly, I would hook into the view via a plugin and load up the categories' helper_functions view. Then use the GetOptions() function. This will ensure changing the Ge… (View Post)2 -
Re: Adding "Options Gear" after Category in "Mixed" Category view
You need to add a call to the GetOptions() function in your categories/discussions view. Copy the file from /applications/vanilla/views/categories/discussions.php to /themes/yourTheme/views/categorie… (View Post)2 -
Re: Static Pages
> While this is true, I would appreciate it if you defaulted to tactful replies. Volunteering doesn't give you the right to run over new users. > Doesn't help that he felt attacked in… (View Post)3
