Andreas Wagner
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Link Preview] Suggestion: add source link after descriptioni’d like to second that. i’ll get a workaround on a per-template-basis into the template’s php file, but it might still be nice to have this as an option through the web interface.
- This reply was modified 4 years, 11 months ago by Andreas Wagner.
Forum: Plugins
In reply to: [Visual Link Preview] Shortcode support?i’d like to second that request. is there any way one can do without the encoding on the editor side?
i’d like to use the plugin in conjunction with with a microblogging style theme which does provide a frontend editor, but without the kitchensink wysiwyg tools.
Forum: Plugins
In reply to: Akismet Errors on nginxhey
i’m having similar issues, and cannot really make sense of it.basically there is an entry of the dumped arrays (six at once) which gets POSTed to akismet for spam check. they all have the syntax like the above example.
why would this be dumped?
is there some issue with akismet?
Forum: Plugins
In reply to: [Event Organiser] Pagination by yearsweet, those are a lot of pointers. I’ll see how i can manage from here…
hey Stephen,
to the point, as always ?? worked like a charme. i expected this to be a decode-function issue, just couldn’t think of where to search…i wasn’t even aware of this template file. would a copy inside the theme folder be parsed as well, just like with the other template files?
on a sidenote: how is everybody’s experience with calendar programs autoupdating changes in the feed/parsing the feed on program start? google calendar checks, but outlook doesn’t, it seems. any other input?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.11 gives redirect error…i can only strongly support this thread in terms of humility.
i understand the need for plugin authors to advertise their pro version, but please, there are lots of ways to do this unobtrusivly and without risking compatibility and functionality.
this thread has the most recent posts, so the authors might take this into account.
Sweet. Works. Thanks for the quick reply. I was about to echo all conditional tags in order to find out what’s unique ??
As for the funct-name: I see the system.
cheers again.
hey there,
thanks, was looking for this. one little thing, why the funny name for wpse50761_alter_query? any particular reason on that?just realized something, i actually use the event-category template to list all events, but still get them listed with oldest first. tried to adjust the snippet to that, but still ain’t working. any ideas?
add_action('pre_get_posts','wpse50761_alter_query',15);
function wpse50761_alter_query($query){
if( $query->is_main_query() && is_category('events') ){
$query->set('orderby','eventstart');
$query->set('order','desc');
}
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Works well, customizablehey there,
thx for this cool and simple plugin. i was wondering if there is an easy way to compress the widget format even more. right now the fixed size is 201px and i would need it down to 190px. i’ve searched the css files, and found most of it, replacing the sizes 201 and 199 wiht 190. still some objects fall out of this scheme, apparently. can you give me a hint? website is https://www.discorporate-records.com
cheers
Andreas