acasperw
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Multiple Ratings PostThanks I understood that, is this something that could be built into the plugin in the future?
Forum: Plugins
In reply to: [DD Rating] Add Same rating settings to all postsAlso, the WP-PostRatings allows you to echo posts sorted by rating, which is a bonus
Forum: Plugins
In reply to: [DD Rating] Add Same rating settings to all postsTest No Limits coaster website Its just on my local machine and not themed, just working on features. Users can upload their own “Coaster” for a contest. then users rate it.
You see why i need some sort of rating system that applies automatialy, as the users post their own posts, i would have to manualy go to every post and enable your “rating” checkbox (im not so smart to figure out how to do this manualy via the WP user front end system that allows people to upload their own posts.
For the moment i have disabled your plugin. Was looking at WP-PostRatings, which does have a bulk rating system (and intergration with the achievements plugin), BUT you can only have one rating (where as yours can have many… ) So both don’t work for me at this moment in time.
Forum: Plugins
In reply to: [DD Rating] Add Same rating settings to all postsAh ok! Can’t wait, it will be the only thing left for my website and then ill be happy feature wise
Hey Pippin,
Sorry i wasnt very clear. No not a theme, just a way of getting the Catagories and Tags to show as classes in the `<div class=”edd_download”>
part: so<div class="edd_download Cat_1 Cat_2 Tag_1">Iv managed to frankenhack this by using
<?php $cat_terms_as_text = strip_tags( get_the_term_list( $download->ID, 'download_category', '', ' ', '' ) ); $af_class_cat = str_replace(" ", "_", $cat_terms_as_text); $tag_terms_as_text = strip_tags( get_the_term_list( $download->ID, 'download_tag', '', ' ', '' ) ); $af_class_tag = str_replace(" ", "_", $tag_terms_as_text); ?> <div class="edd_download_inner <?php echo "af_cat_$af_class_cat $af_class_tag"; ?>">Inside the Shortcodes.php (yeah i know i have to re-update it everytime you release an update) but we both know my PHP + DB knowledge isnt very strong.
Is there a way of getting this to work on the
<div class="edd_download">part? so each download is tagged by catagory