illonabroyde
Forum Replies Created
-
Hi, so this is my code to make one of the taxonomy lists show on the page:
<?php the_widget(‘Taxonomy_Drill_Down_Widget’, array(‘title’ => ”,’mode’ => ‘lists’,’taxonomies’ => array( ‘medium’ ) )); ?>
If I changed type=”checkbox” to type=”radio” on checkbox-item.html and the mode above to checkboxes, it does only let me select one from each category, however, the user would have to submit every time they selected something, which is not how I want it to work, that’s why I used lists, so when something is clicked it automatically adds it or removes it…if theres a way to do that with the checkboxes option, please let me know…thanks!
Thanks! That seemed to fix that issues however, I just notice a big issue…if I’m logged in with an account that’s not an administrator account, the uploader doesn’t even show up…is there a setting to fix this? I want users that log into the site to be able to upload pictures. Please help?
I’m having the same problem and I unchecked the box to “Uploads Require Approval:” in the uploader settings, but when testing, every image I upload still gets marked excluded…please help