memebugger
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Custom E – Mail not working properly…Yeah it would be bad to change the core files. I will do some more bug testing between plugins and come back to you with some ideas. Likewise, if you come up with some solutions…
Forum: Plugins
In reply to: [Theme My Login] Custom E – Mail not working properly…@chip_88 Heh, I have actually been using that plugin in como with TML. Only issue is all my welcome emails are now being sent straight to SPAM folders. Do you have this issue?
Forum: Plugins
In reply to: [Theme My Login] Custom E – Mail not working properly…Was that the
In case you haven’t noticed, I’ve pretty much stopped responding to posts in this forum. This is because most of the posts are not a “bug” with the plugin and are beyond the scope of what the plugin is meant to do. I’ve also closed my own support forum.
???
The custom email seems like a bug, shame he cannot address the issue. Does that mean he is stopping support and development of the plugin? If so would anybody care to work together on fixing it?
Forum: Plugins
In reply to: [Theme My Login] Custom E – Mail not working properly…I am also looking for a solution to this problem.
Emails send but its the default instead of the custom. I have the module for custom emails activated and have disabled plugins…
I would like this too. Some items I want to only let users who purchased vote
Forum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratingsI am an absolute idiot. I was calling the function of another plugin and disabled your plugin hence the undefined function. So I had wp-post-ratings disabled.
There is nothing wrong with your plugin and I think I need to take some time away from the keyboard and go outside for a while. Sorry for wasting your time. I am such an idiot π
Forum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratingsThanks for the advice.
I will try and google how to call a function outside of WP. I really like the plugin over PollDaddy so i’ll keep trying for a solution. What I’m asking for could be a little unrealistic but i’ll try nonetheless!
Cheers man
π
Forum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratings<?php if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif; ?>works but the<?php the_ratings(); ?>doesn’t.Yeah the theme I am using is quite complex, I’ll have to see if I can load somehow. What does it need from the header, can’t I place something manually in the template?
Forum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratingsThe template is in my themes folder. It runs in WP, but not in the traditional wp-template file. The code
<?php if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif; ?>but
<?php echo the_ratings_results($post->ID); ?>does not. Is there another way to add anything to my template header to run this? I have tried to
include wp-blog-header.php;but it doesn’t have any effect.Thanks for your time
Forum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratingsIt’s in my themes folder, but not as a WP template file. Any idea how I can call it outside?
<?php if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif; ?>works though for displaying the entire thingForum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratingsI get
Fatal error: Call to undefined function the_ratings_results()when placing that in my template fileForum: Plugins
In reply to: [WP-PostRatings] Displaying a 'read-only' version of the ratingsThanks, I have it so if they bought a product it will display the plugin to rate with an if/else, how do I display a read only template for the else?
As in all I really need is the code to display the rating in ‘read only’. Is this possible?