aladdinsane
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] CID issueAnd I just noticed that it is bringing in a bunch of = signs for some reason?
Forum: Plugins
In reply to: [Postie] CID issuehttp://mountainstosea.co.nz.112-109-72-89.visitwhanganui.nz/another-postie-test-03/
I’ve set it to plain, and its still pulling up this CID thing?
If there was a way of getting a class to it I could simply hide it, but I can’t find anyway around it? Ive made sure the text is stripped of html?
Forum: Plugins
In reply to: [Postie] CID issueThanks Author, I will have another crack at it tomorrow and see if we can work it another way – plain text may be fine for this site!
Again, thank you for your quick response!
Forum: Reviews
In reply to: [Polylang] Zero support for NextGen GalleryWell said @cinematic.
I am currently evaluating this plugin and the reviews like above do not help. All that needs to be said is that there is a problem with one of the hundreds of popular plugins but the rest of it works great.
I expect issues with plugins. With so many people developing different great solutions for WordPress it is understandable. And hours and hours of work is done for free, for us.
A 1 star rating is poor and more a reflection on the commentator in this instance than the plugin.
From other more useful comments here and online I will give this plugin a try, knowing that there is an issue with one particular plugin, Nextgen, and I will pay the author for their work if it is useful to me – and if it works great for what it is intended to do – even if it doesn’t play with some other plugin I have – I will rate well!
Forum: Plugins
In reply to: [Postie] cid mail link at the beginning of every postGreat stuff – thank you for your prompt responses and for such a nifty little plugin!
Forum: Plugins
In reply to: [Postie] cid mail link at the beginning of every postThank you for replying, author. I have sent two emails to the above address, one from Outlook and another from gmail. We want to send emails from outlook to gmail and have postie pick them up from there, so I hope these two emails from different steps of the process can shed some light on it!
Staging site: http://mountainstosea.co.nz.112-109-72-89.visitwhanganui.nz/
Nice plugin author, have never had any problems with it until now, which is the same issue as above.
Will HTTP ERROR when uploading media. If I deactivate this plugin there is no probs.
I have chucked it on another clean site and am experiencing no problems at the moment with a raw install, but I haven’t increased the security yet. I suspect it is one of the settings. I will test them one by one as I go along and post if I strike anything.
I post this in case anyone else is having this problem, as I did spend a bit of time fiddling with php.ini, .htaccess and php settings and even apache to try and solve but in the end it wasn’t any of those.
Thanks for replying Bill. We had to alter plugin core to fix this in the end:
/**
* Display Posts Shortcode – start counter and save current url
* @author Bill Erickson
* @link http://wordpress.org/extend/plugins/display-posts-shortcode/
*
* @param array $args
* @return array $args
*/
function be_display_posts_counter_start( $args ) {
global $dps_counter, $dps_current_page, $post;
$dps_counter = 0;
$dps_current_page = get_permalink( $post->ID );
/* echo $dps_current_page; <—– thats it there */
return $args;
}
add_filter( ‘display_posts_shortcode_args’, ‘be_display_posts_counter_start’ );Dunno the hows and whys but its working now – thanks for a nice little plugin!
Yep same thing happening here too sporadically. A refresh and it seems to work again. Otherwise fantastic plugin thanks author!