garee
Forum Replies Created
-
Forum: Plugins
In reply to: [Schedule Posts Calendar] Today-Button wrong monthChrome and Safari on OSX. I get the wrong month only when the popup-calendar is enabled in settings. With the collapsible version everything is fine.
Forum: Plugins
In reply to: [Schedule Posts Calendar] Today-Button wrong monthThanks, that works!
Forum: Plugins
In reply to: [Garee's Random Image] Exclude the text under the image?Just take the default-plugin and remove the text:
Either change the file
default.htmlin the template-folder or add a new file to the template-folder. File-content:<a href="{{full_image_url}}" title="{{image_title}}" alt="{{image_title}}" {{#window_image}}target="_blank" {{/window_image}}> {{#size}}{{{image}}}{{/size}}{{^size}}{{{thumbnail}}}{{/size}} </a>You could also add the template directly in the shortcode:
[random_image_template]<a href="{{full_image_url}}" title="{{image_title}}"> {{#size}}{{{image}}}{{/size}}{{^size}}{{{thumbnail}}}{{/size}} </a>[/random_image_template]Forum: Plugins
In reply to: [Garee's Twitter Stream] The plugin crashes the website when twitter is downAs of version 1.1 of the plugin this shouldn’t happen any more. The plugin itself will generate an error-message, but it won’t stop the execution of the php-code.
Forum: Plugins
In reply to: [Garee's Twitter Stream] selecting tweets by hashtag and sourceThat should be possible with the search-attribute:
search="#hashtag from:source
will list tweets containing #hashtag from the user @source(For more information about possible values for the search-attribute see “Search Operators” https://dev.twitter.com/docs/using-search )
My plugins sometimes have settings and sometimes they don’t. Since Garee’s Twitter Stream doesn’t have settings, you won’t find anything under Settings. The description-page can be found under Plugins, either through the description-link at the plugin-listing or its own page in the menu.
I’m trying to be consistent in using this scheme for my plugins, so I won’t change that. Maybe if a later version of the plugin gets twitter-authorization, then you’ll also find stuff under Plugins.