Paul Annekov
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Recent Posts] [Plugin: Flexible Recent Posts] Get Post's AuthorThank you for the idea ??
Forum: Plugins
In reply to: [Flexible Recent Posts] [Plugin: Flexible Recent Posts] Get Post's AuthorI have released version 0.3 with [frp_author] shortcode support.
Forum: Plugins
In reply to: [Flexible Recent Posts] Flexible Recent Posts Widge not Displaying ThumbnailsIs that function browser selective?
No, [frp_thumbnail] is not browser selective.
1. Do you attach thumbnails to your posts?
2. Have you plugin version 0.2 or 0.1?Can you add this widget on some page on your site and give me the link?
Forum: Plugins
In reply to: [Flexible Recent Posts] [Plugin: Flexible Recent Posts] Get Post's AuthorI have answered you here https://frp.idea.informer.com/proj/?ia=51313.
Shortly – yes, I will add this shortcode on this week. Of course I can add this shortcode just now, but I want to add some more functionality for version 1.0.No, I don’t host plugin on GitHub. You can add feature request as you have already done and I will extend plugin functionality.
Forum: Plugins
In reply to: [Flexible Recent Posts] [Plugin: Flexible Recent Posts] Awesome PluginThanks :).
You can still get plugin version from
https://example.com/wp-content/plugins/jquery-colorbox/readme.txt
file ??Forum: Plugins
In reply to: [Front-end Editor] Attachment image appends after description savingVersion: 2.1.2.
wp-include/template-loader.php, line 29:
remove_filter('the_content', 'prepend_attachment');
core.php in your plugin, line 221:
$result = @apply_filters( $filter, $result ); // TODO: remove, since additional arguments aren't passed
on this line the_content filter applies and prepend_attachment filter applies too by the_content filter.Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Cannot authorize with applicationThen I recommend you to reinstall plugin (delete the plugin directory).
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Cannot authorize with applicationDo you have the latest plugin version?
UPD. When creating new invoice – the data is returned in array. But when creating invoice from template – the data in returned as string with commas. You need unify the returned data.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Cannot authorize with applicationAfter some Flattr plugin debug, I have found the source of the problem. The problem is out of sync time between oauth server and blog server. I have added print_r() to flattr_rest.php file on line 506 (after request to oauth server), and it shows me this:
Array ( [oauth_problem] => Expired timestamp, yours 1311753375, ours 1311752892 )
.
As I noticed, the difference in time is always 483 seconds (maybe different). So I changed my generated time in oauth.php on line 477:
return time() - 483;
And after that all works fine :). I can’t synchronize server time, so it was the only way.
I think this comment will be useful for you.Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Cannot authorize with applicationI have the same problem. I have already cleared all cache and cookies and tried to use another browser. It doesn’t have any effect. How to authorize the application?
Forum: Plugins
In reply to: [CommFort WebChat] [Plugin: CommFort WebChat] Where are the smilies??I have updated this information in readme file, but WordPress still didn’t make changes to the plugin page ??
Forum: Plugins
In reply to: [CommFort WebChat] [Plugin: CommFort WebChat] Where are the smilies??This plugin was specially created for CommFort chat (https://commfort.com/). You must install CommFort server first, to make plugin work properly.