Title: lienann's Replies | WordPress.org

---

# lienann

  [  ](https://wordpress.org/support/users/lienann/)

 *   [Profile](https://wordpress.org/support/users/lienann/)
 *   [Topics Started](https://wordpress.org/support/users/lienann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lienann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lienann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lienann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lienann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lienann/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/lienann/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/lienann/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Change the vote](https://wordpress.org/support/topic/change-the-vote/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/change-the-vote/#post-6369479)
 * Warning: in the wp_postmeta strings (your $result3) may contain different quotes
   and types.
    So, please using php serialize() function or using get_post_meta()/
   update_field() functions for automatically unserialize/serialize strings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Change the vote](https://wordpress.org/support/topic/change-the-vote/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/change-the-vote/#post-6369440)
 * Hi,
    there is no such opportunity in this plugin.
 * Sorry, my English is bad, but:
 * You right: rating`s data stored in wp_acfsrf table.
    But wp_acfsrf data not used
   in showing of rating results(only for check permission and rules setting).
 * Data used in showing – wp_postmeta table’s data. These data are serialized (example:
   a2: {s: 4: “avrg”; s: 1: “0”; s: 5: “votes”; s: 1: “0”}).
    Before deleting data
   from wp_acfsrf, you must recalculate the data wp_postmeta (example): $new_result
   = array ( ‘avrg’ => $new_avrg, ‘votes’ => $votes – 1); update_field ($field_key,
   $new_result, $ post_id); But in this case, all user’s voting data will be erased.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Sorting by rating](https://wordpress.org/support/topic/sorting-by-rating/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/sorting-by-rating/#post-6333505)
 * Hello!
    Sorry, but data is serialized. Method to sorting you can see here: [https://wordpress.org/support/topic/wp_query-11](https://wordpress.org/support/topic/wp_query-11)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Not working with Tablepress](https://wordpress.org/support/topic/not-working-with-tablepress/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/not-working-with-tablepress/#post-6238150)
 * Hi,
 * What I see:
    column1: post_id = **138**, filed_id = **field_557b917f1fbf4** column2:
   post_id = 138, filed_id = field_557b8c23f4a7d column3: post_id = **138**, filed_id
   = **field_557b917f1fbf4**
 * You can’t use same rating field for same post (on any page) twice.
    Maybe – it’s
   the problem, test this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Adding language](https://wordpress.org/support/topic/adding-language/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-language/#post-6230251)
 * Hi,
 * I’m using __(), _n() functions for all words, thus you can use .mo (+ .po) files.
 * There’s the “ACF qTranslate” plugin for ACF. Compatibility ACF: Star Rating Field
   with qTranslate is not planned.
    I don’t speak much English, maybe I incorrectly
   understand you?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Cookies and European Privacy Policy](https://wordpress.org/support/topic/cookies-and-european-privacy-policy/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/cookies-and-european-privacy-policy/#post-6214341)
 * Hi,
    [@luckyjdesign](https://wordpress.org/support/users/luckyjdesign/) this 
   plugin writen under the WordPress privacy policy and Jan Dembowski is right. 
   Yet, this plugin sets one test cookie for testing of browser cookies enabled (
   $_COOKIE[acf-srf_test_cookie], ttl = one day), and sets one cookie per post to
   save every user vote if you check “Everyone visitors (used cookie)” on plugin
   setting page ($_COOKIE[str-{ACF-FIELD-KEY}][{POST ID}]). If “used cookie” is 
   selected, the only users which use browser with cookies enabled will be able 
   to vote. Also you can set “time to live” cookie, using “Revote” setting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Please do not add jQuery in body](https://wordpress.org/support/topic/please-do-not-add-jquery-in-body/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/please-do-not-add-jquery-in-body/#post-6182597)
 * Hi,
    Sorry, I can’t help you at once – I’m on leave now. If you will change the
   code, please send me your result (write here or [git](https://github.com/lienann/acf-starrating)).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Activation only via posts edit form?](https://wordpress.org/support/topic/activation-only-via-posts-edit-form/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years ago](https://wordpress.org/support/topic/activation-only-via-posts-edit-form/#post-6074525)
 * I can’t understand why the field key is not available.
    Can I look at your code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Activation only via posts edit form?](https://wordpress.org/support/topic/activation-only-via-posts-edit-form/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years ago](https://wordpress.org/support/topic/activation-only-via-posts-edit-form/#post-6074404)
 * Hi,
    If I understand your problem: 1. use the **field_key** to display rating(
   you can using field_name, if reference for a value already exists) or 2. try 
   to use update_field() function (with “0” value, **with field_key**) after wp_insert_post().
   See ACF docs: [http://www.advancedcustomfields.com/resources/update_field/](http://www.advancedcustomfields.com/resources/update_field/)
   I hope this may help you… ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Is it fully compatible with ACF 5.2.1 Pro?](https://wordpress.org/support/topic/is-it-fully-compatible-with-acf-521-pro/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/is-it-fully-compatible-with-acf-521-pro/#post-5946151)
 * Sorry for delayed reply (have not received the mail from WP support forum).
    
   The plugin must be compatible with all versions of branches ACF 4(4+). Compatibility
   with ACF5 is not planned yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Can't see any options on WordPress dashboard to create fields](https://wordpress.org/support/topic/cant-see-any-options-on-wordpress-dashboard-to-create-fields/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/cant-see-any-options-on-wordpress-dashboard-to-create-fields/#post-5937482)
 * I’m glad I was able to help you.
    Good luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Can't see any options on WordPress dashboard to create fields](https://wordpress.org/support/topic/cant-see-any-options-on-wordpress-dashboard-to-create-fields/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/cant-see-any-options-on-wordpress-dashboard-to-create-fields/#post-5937475)
 * OK. I see.
    Please, try to change FIELD_NAME to FIELD_KEY, and test a results:
   $value = get_field( “**field_\*\*\*\***” ); If field value is undefined, you 
   can’t use FIELD_NAME for this field. If the problem persist, it is may be problem
   jQuery conflict, see: [https://wordpress.org/support/topic/not-working-1010?replies=10](https://wordpress.org/support/topic/not-working-1010?replies=10)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Star Rating Field] Can't see any options on WordPress dashboard to create fields](https://wordpress.org/support/topic/cant-see-any-options-on-wordpress-dashboard-to-create-fields/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/cant-see-any-options-on-wordpress-dashboard-to-create-fields/#post-5937384)
 * Hi,
    This plugin – is Advanced Custom Fields **Add-on**. You installed both plugins,
   but not seen Star rating field on ACF settings page ({your url} /wp-admin/edit.
   php?post_type=acf, section jQuery). Am I right? If so, try to check the permissions
   on the plugin files – it should be readable.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[ACF: Star Rating Field] Very useful but reset feature missing](https://wordpress.org/support/topic/very-useful-but-reset-feature-missing/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/very-useful-but-reset-feature-missing/#post-7940963)
 * Thank you for your feedback.
    You are right. There is no such function at this
   time. I have planned to add this function in the future. But not now. At the 
   beginning I am planning to make possible full reset (votes for all post/page/
   other objects). And then per post/object’s votes.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[ACF: Star Rating Field] Doesn't work for Admin](https://wordpress.org/support/topic/doesnt-work-for-admin/)
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/doesnt-work-for-admin/#post-7923815)
 * Hi,
 * The plugin is really designed as _user_ rating plugin.
    In the description of
   the plugin I wrote, “In admin panel the rating is inactive.”
 * At the moment I don’t plan to change the concept.
    Possible, in the future I 
   will create another “simple” plugin for editor rating (without statistics of 
   voting, without voting/access rules, etc.).
 * You need a rating of only ONE user (administrator/editor). Am I right?
    I would
   recommend you to solve this problem without a rating plugin: 1. create a simple
   ACF SELECT field (text or range) in the admin panel 2. create a picture in the
   theme template, using two images (empty star and full star) and PHP loop. In 
   this case, you can use your favorite picture of star ;). Is this solution good
   for you?
 * This plugin is really quite “heavy” for your problem (in the sense of system 
   resources).
    English is not my first language. I hope that you will understand
   me correctly.
 * Kind regards,
    Liena

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/lienann/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/lienann/replies/page/2/?output_format=md)