Tribun
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Double Rate Text and Image?Ok the Plugin dont are the error reason.
It is google rich snippets.
If I have enable it ( I need this function very urgend ), then it show the Rating Image 2 times:
https://www.dropbox.com/s/s6u9bgzrmb7ycm7/300-02.png?dl=0If I disable the rich snippet function it shows correct 1x.
Do you have a idea ?
Forum: Plugins
In reply to: [WP-PostRatings] Top Rated List on a Chart Page?Oh ok sorry.
Forum: Plugins
In reply to: [WP-PostRatings] Top Rated List on a Chart Page?Oh ok. A Shame and bad for me ??
few coders work on foreign plugins. If you change your mind please contact me, I pay for it.Forum: Plugins
In reply to: [WP-PostRatings] Top Rated List on a Chart Page?And if you make this? How much is it? Or do you dont have time left?
I think because it is your plugin, you are the fastest coder for this ??
Forum: Plugins
In reply to: [WP-PostRatings] Top Rated List on a Chart Page?Because the link in first topic is offline ( I have deactivate the old Rating Plugin ) here the Screenshot…I hope you understand what i mean:
https://www.dropbox.com/s/m4mvx66fnzvjfhf/rating.png?dl=0Forum: Plugins
In reply to: [WP-PostRatings] Double Rate Text and Image?Ok you are right.
It was a conflict with: Content Views Plugin.Maybe do you have time to look at this topic? ??
https://www.ads-software.com/support/topic/top-rated-list-on-a-chart-pageForum: Plugins
In reply to: [WP-PostRatings] Double Rate Text and Image?I make a screenshot:
https://www.dropbox.com/s/iut0ps0yxv5pex3/cg.jpg?dl=0Forum: Plugins
In reply to: [WP-PostRatings] Top Rated List on a Chart Page?Not possible?
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDHi Leo!
You have help me a lot with the other Topic….can you please try again tu help me here? It is a non profit site, and I have pay for 3 month prof. Plan. I dont want to pay more for this….but maybe you can help me again, please?Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDDont work yet. My code:
} else { $exclude_parent_ids = array( 69043, 74, 69874 ); $post_id = RatingWidgetPlugin::Urid2PostId($urid); $parent_post_id = wp_get_post_parent_id($post_id); if ( !in_array($parent_post_id, $exclude_parent_ids) && !in_array($post_id, $exclude_parent_ids) ) { $wp_object = get_post($post_id); if ( 1 == $wp_object->post_author ) { $title = get_the_title($post_id); $excerpt = ratingwidget()->GetPostExcerpt($wp_object, 30); $permalink = get_permalink($post_id); $thumbnail = ratingwidget()->GetPostImage($wp_object); } } if ($wp_object) { // Skip null object
I take ID 1 ( this is my own ID ) for test it:
https://www.cineglobe.de/team/tribun/meine-votings/and the “normal” Top Rate List also dont work with this code now:
https://www.cineglobe.de/charts/filmarchiv-charts/Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDIs it possible to add this as a new code?
Becaus if i do so what you write I overwrite the code from yesterday you give me.
It looks and works on that:
with this code: https://www.cineglobe.de/charts/filmarchiv-charts/} else { $exclude_parent_ids = array( 69043, 74, 69874 ); $post_id = RatingWidgetPlugin::Urid2PostId($urid); $parent_post_id = wp_get_post_parent_id($post_id); if ( !in_array($parent_post_id, $exclude_parent_ids) && !in_array($post_id, $exclude_parent_ids) ) { $wp_object = get_post($post_id); $title = get_the_title($post_id); $excerpt = ratingwidget()->GetPostExcerpt($wp_object, 30); $permalink = get_permalink($post_id); $thumbnail = ratingwidget()->GetPostImage($wp_object); } }
If I use now this:
$post_id = RatingWidgetPlugin::Urid2PostId($urid); $wp_object = get_post($post_id); if ( 23 == $wp_object->post_author ) { $title = get_the_title($post_id); $excerpt = ratingwidget()->GetPostExcerpt($wp_object, 15); $permalink = get_permalink($post_id); $thumbnail = ratingwidget()->GetPostImage($wp_object); } else { $wp_object = null; }
dont work the things from yesterday?
Is it possible to make this as a new function that both work the Top Rating from one Category AND the Top Rating from specific Users?Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDYes.
I want to make some Top Rated Chart Site.For example…we have a team with 6 Members.
I want to show a Profil Site from each of this Member.
On this a have a Tab with “Top Rated Moviecharts”.Member ID 23, Member ID 1, Member ID 8…..
from all this Members I want to show his own make Ratings on the Movies.Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDHi Leo! Thank you again!
Can you make me a example how this line must look?
For a List from the Top Rated Votes make my User ID 23 ?Thank you!
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Exclude all Child PagesResolved
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Exclude all Child PagesTHANK YOU!!!!!!!!!! Great!