Tribun
Forum Replies Created
-
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Exclude all Child PagesGreat this work THANK YOU!!!!!!!
One last thing please.
How can I make another Page dissable /exclude like the id 69043?
There is some other Page where I want to exclude with the ID 74Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Exclude all Child Pagesargh your right I have confused
I change it to:
$post_id = RatingWidgetPlugin::Urid2PostId($urid); $parent_post_id = wp_get_post_parent_id($post_id); if ( 69043 !== $parent_post_id && 69043 !== $post_id ) { $wp_object = get_post($post_id); $title = get_the_title($post_id); $excerpt = ratingwidget()->GetPostExcerpt($wp_object, 15); $permalink = get_permalink($post_id); $thumbnail = ratingwidget()->GetPostImage($wp_object); } $wp_object = get_post($post_id);
But no effect. Still is the Curb you… Page/Post in der Rating Chart List:
https://www.cineglobe.de/charts/filmarchiv-charts/Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Exclude all Child PagesI have make this. unfortunately it dont work.
I want to show the Ratingts only for this Page:
https://www.cineglobe.de/filme/
ID from it is: 65913I have make this code in den top-rated.php
$post_id = RatingWidgetPlugin::Urid2PostId($urid); $parent_post_id = wp_get_post_parent_id($post_id); if ( 65913 !== $parent_post_id && 65913 !== $post_id ) { $wp_object = get_post($post_id); $title = get_the_title($post_id); $excerpt = ratingwidget()->GetPostExcerpt($wp_object, 15); $permalink = get_permalink($post_id); $thumbnail = ratingwidget()->GetPostImage($wp_object); }
Is this correct?
https://www.cineglobe.de/charts/filmarchiv-charts/ this is the result.
Curb and User is antother Child Page.Can you help me with this again, please?
Thank you!
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Exclude all Child PagesHi Leo and thx for you answer.
The Problem is, that are view hundert Pages. It is to much for make it manualy.
Is there a way that I can make this option manualy??
ex:
exclude_tree=ID=001
or something like that what i found for another plugin:<?php $parent = 001; $args=array( 'child_of' => $parent ); $pages = get_pages($args); if ($pages) { $pageids = array(); foreach ($pages as $page) { $pageids[]= $page->ID; } $args=array( 'title_li' => 'All but children of Parent Page ' . $parent, 'exclude' => implode(",", $pageids) ); wp_list_pages($args); } ?>
Forum: Plugins
In reply to: [Archives Calendar Widget] Unable to filter the posts by Category wiseAlltech can you tell me what you line is in 445 complete?
I have the same problems.I want to show the Entry only from a category with ID66.
Can you hel me with this line?Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Seperate Admin and User Comment Rating?All problems with the payment are resolved ( thx to Vova ) and I install this cool Plugin again.
Please help me with this question.
Thank you!Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDAll problems with the payment are resolved ( thx to Vova ) and I install this cool Plugin again.
Please help me with this question.
Thank you!No exceptions? Yes I want to buy this Upgrade, but I cant afford for 12 month. I dont understand why it dont work with paypal? I have buy much international Plugins with paypal payments. Or can I make a one time Payment for this 2-3 month until you find a solution?
Is there still no option for a german customer for pay monthly oder 3 month wit paypal or normal bank transfer ( no creditcard )?
@vovafeldman I don’t need it for 7 days. I need the Google Rich snippets and put the copyright links away.
7 days don’t help.1 month regular term is out of proportion to 12 months. I’m not paying for it 12 months in advance for a plugin, where I dont know how Google responds and how the WordPress development continue.
I do not earn money with my Website where I want to use your plugin…because of it, its not a option for me to pay that much money.If I known that before, that it does not work from Germany with monthly paypal payment option, I never would have given all the work to set up everything that was a lot of work.
Perhaps you should be fair and write something about this fact on your website, let everyone know that German purchasers can not pay a monthly order.
Why is it not possible to pay by standing order, automatic per month from my bank?
Kind regards
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show Rating only from one User IDPlease delete this topic, I have uninstall this Plugin. thx
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Seperate Admin and User Comment Rating?Please delete this topic, I have uninstall this Plugin. thx
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Seperate Admin and User Comment Rating?No one?
i wish this feature too
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Some questions about your pluginfiltering rating by post category I need to. Maybe take into Future Feature Request List ??