Rating system for Threads/Posts
Quote from Yworld on August 3, 2017, 1:29 pmThis one https://wordpress.org/plugins/wp-recall/ and my modifications š
This one https://wordpress.org/plugins/wp-recall/ and my modifications š
Quote from Andreas on September 18, 2017, 3:38 pmThisĀ https://ratingform.net/ (USD25)
Need to edit your “functions.php” with
function my_rating($authorID, $postID) { echo do_shortcode('[rating_form id="YOUR_ID" custom_id="'.$postID.'"]'); } add_action('asgarosforum_after_post_message', 'my_rating', 10, 2);
ThisĀ https://ratingform.net/ (USD25)
Need to edit your “functions.php” with
function my_rating($authorID, $postID) { echo do_shortcode('[rating_form id="YOUR_ID" custom_id="'.$postID.'"]'); } add_action('asgarosforum_after_post_message', 'my_rating', 10, 2);
Uploaded files:
Quote from Syndeh11 on September 28, 2017, 11:22 amHi everyone,
I am adding a forum with Asgaros (brilliant plugin by the way, I absolutely prefer it to BBpress).
However it is important that I am able to add a rating system (stars or thumbs up) to it.
Is there an easy and free way to add it? Which plugin can be used with which hooks/coding lines?
You would be a life savior, many thanks in advance,
Syndeh11
Hi everyone,
I am adding a forum with Asgaros (brilliant plugin by the way, I absolutely prefer it to BBpress).
However it is important that I am able to add a rating system (stars or thumbs up) to it.
Is there an easy and free way to add it? Which plugin can be used with which hooks/coding lines?
You would be a life savior, many thanks in advance,
Syndeh11
Quote from Syndeh11 on October 9, 2017, 10:51 amHey everyone,
My request is still unanswered š But I am still hopeful that such a feature can be implemented to my Forum, as it will greatly improve the users experience.
Many thanks for your assistance,
Syndeh11
Hey everyone,
My request is still unanswered š But I am still hopeful that such a feature can be implemented to my Forum, as it will greatly improve the users experience.
Many thanks for your assistance,
Syndeh11
Quote from Asgaros on October 28, 2017, 8:45 amHello Syndeh11,
I have this on my todo-list so hopefully I can implement this in a future version. I cant give you any suggestions because I dont use such plugins yet.
Hello Syndeh11,
I have this on my todo-list so hopefully I can implement this in a future version. I cant give you any suggestions because I dont use such plugins yet.
Quote from Syndeh11 on October 30, 2017, 10:07 amThanks for your reply @Asgaros, this feature would be a great added value to the forum.
In the meantime, I decided to do without it, but simply using the number of views as testimony of popularity.
Have a good week!
Syndeh11
Thanks for your reply @Asgaros, this feature would be a great added value to the forum.
In the meantime, I decided to do without it, but simply using the number of views as testimony of popularity.
Have a good week!
Syndeh11
Quote from Kunique on November 6, 2017, 5:59 pmQuote from Andreas on September 18, 2017, 3:38 pmThisĀ https://ratingform.net/ (USD25)
Need to edit your “functions.php” with
function my_rating($authorID, $postID) { echo do_shortcode('[rating_form id="YOUR_ID" custom_id="'.$postID.'"]'); } add_action('asgarosforum_after_post_message', 'my_rating', 10, 2);
- function my_rating($authorID, $postID) {
- echo do_shortcode(‘[rating_form id=”YOUR_ID” custom_id=”‘.$postID.‘”]’);
- }
- add_action(‘asgarosforum_after_post_message’, ‘my_rating’, 10, 2);
function my_rating($authorID, $postID) { echo do_shortcode('[rating_form id="YOUR_ID" custom_id="'.$postID.'"]'); } add_action('asgarosforum_after_post_message', 'my_rating', 10, 2);
Dear Andreas,
Thanks for your info; I m now using this hook and rating form.
How can I add another rating ID, and only to the topics (not to replies) ?
Thanks!
Quote from Andreas on September 18, 2017, 3:38 pmThisĀ https://ratingform.net/ (USD25)
Need to edit your “functions.php” with
function my_rating($authorID, $postID) { echo do_shortcode('[rating_form id="YOUR_ID" custom_id="'.$postID.'"]'); } add_action('asgarosforum_after_post_message', 'my_rating', 10, 2);
- function my_rating($authorID, $postID) {
- echo do_shortcode(‘[rating_form id=”YOUR_ID” custom_id=”‘.$postID.‘”]’);
- }
- add_action(‘asgarosforum_after_post_message’, ‘my_rating’, 10, 2);
function my_rating($authorID, $postID) { echo do_shortcode('[rating_form id="YOUR_ID" custom_id="'.$postID.'"]'); } add_action('asgarosforum_after_post_message', 'my_rating', 10, 2);
Dear Andreas,
Thanks for your info; I m now using this hook and rating form.
How can I add another rating ID, and only to the topics (not to replies) ?
Thanks!