airdrummer
@airdrummer on WordPress.org
- Member Since: November 18th, 2009
-
Created a topic, feature request: register from login?redirect_to also redirected, on the site WordPress.org Forums:
i'm using the redirect_to param on numerous pages /… -
Created a topic, js assets 404, on the site WordPress.org Forums:
https://asapackermansion.letartliveon.com/wp-content/p… -
Posted a reply to yoppoll assets loaded on non-poll pages, on the site WordPress.org Forums:
right: on front-end, pages w/o a poll shouldn't have poll code...hope u can sort it… -
Posted a reply to Problem regarding images, on the site WordPress.org Forums:
i also had issues with quoting in jetpack's img url rewriting: document.write("<img class=hover-zoom src='/wp-content/uploads/2015/05/" +imgSrc+… -
Created a topic, yoppoll assests loaded on non-poll pages, on the site WordPress.org Forums:
unlike, for example, modern events calendar, yop poll … -
Posted a reply to image error code 400, on the site WordPress.org Forums:
i get this message: We cannot complete this request, remote data could not be fetched… -
Posted a reply to Images not loading – “We cannot complete this request…, on the site WordPress.org Forums:
same issue as https://wordpress.org/support/topic/problem-regarding-images/ -
Posted a reply to Problem regarding images, on the site WordPress.org Forums:
i have a similar problem: enabling image speedup displays a nice tiled mosaic (aka rectangular...wtf?-)… -
Created a topic, feature request: restrict comments to logged in users, on the site WordPress.org Forums:
i have modified my theme's comments template: <?… -
Posted a reply to How to display comments for restricted single posts?, on the site WordPress.org Forums:
or u could allow all access to the post, which will display comments, but restrict… -
Created a topic, can page comments be limited to the specific occurrence of a repeating event?, on the site WordPress.org Forums:
i have enabled comments on events, but any comment pos… -
Created a topic, quick edit shows wrong date, on the site WordPress.org Forums:
i copied an existing expired event & updated the t… -
Posted a reply to partial import from Quick Page/Post Redirect, on the site WordPress.org Forums:
https://github.com/johngodley/redirection/issues/3624 -
Posted a reply to cvs import ignores code, on the site WordPress.org Forums:
yes, the header is is incorrect as downloaded: source target regex code type match hits… -
Posted a reply to partial import from Quick Page/Post Redirect, on the site WordPress.org Forums:
another thing on my wish list is qp/pr's “Individual Redirects” that are set/unset on each… -
Created a topic, cvs import ignores code, on the site WordPress.org Forums:
why export if ignored -
Created a topic, csv export header missing column, on the site WordPress.org Forums:
header has 9 columns: source, target, regex, cod… -
Created a topic, partial import from Quick Page/Post Redirect, on the site WordPress.org Forums:
i was looking for a redirect that would pass-thru quer… -
Posted a reply to Exclude fields on users export, on the site WordPress.org Forums:
Wouldn't it be easier to massage the output? -
Created a topic, preserve query params?, on the site WordPress.org Forums:
is i possible to pass any query params to the redirect… -
Posted a reply to Translate login error message, on the site WordPress.org Forums:
i'm not sure if it translates error msgs as well, but i use the https://gtranslate.io… -
Posted a reply to gallery/carousel doesn’t show important exif, on the site WordPress.org Forums:
the problem isn't that exif isn't displayed but that i cant choose what exif to… -
Posted a reply to suggested enhancements, on the site WordPress.org Forums:
perfect! thanx!-) -
Posted a reply to gallery/carousel doesn’t show important exif, on the site WordPress.org Forums:
at https://jetpack.com/support/carousel/ Theme and plugin authors have filters and actions they can hook into to… -
Posted a reply to Plugin cant change the Title of images in the library, on the site WordPress.org Forums:
i'll wait for that!-) -
Posted a reply to gallery/carousel doesn’t show important exif, on the site WordPress.org Forums:
oops, hit submit b4 finishing;-} "which gallery displays if no description" above should read: "gallery… -
Created a topic, gallery/carousel doesn’t show important exif, on the site WordPress.org Forums:
only camera data...how do i specify date/time/location… -
Posted a reply to is there anyway to export data in.excel, cvs etc, on the site WordPress.org Forums:
ooohooh here's another fix: instead of exporting the poll name on every vote (since u… -
Posted a reply to is there anyway to export data in.excel, cvs etc, on the site WordPress.org Forums:
glad2b of service;-) -
Posted a reply to suggested enhancements, on the site WordPress.org Forums:
no harder than finding the export button;-) -
Created a topic, suggested enhancements, on the site WordPress.org Forums:
in addition to limiting the output of the poll questio… -
Posted a reply to is there anyway to export data in.excel, cvs etc, on the site WordPress.org Forums:
i've made this enhancement - see https://github.com/airdrummer/yop-poll -
Posted a reply to is there anyway to export data in.excel, cvs etc, on the site WordPress.org Forums:
is there any way to suppress the output of the full question along with the… -
Posted a reply to HTML code instead of a short code?, on the site WordPress.org Forums:
it's probably because the shortcode is expanded after gtranslate runs...i've got a similar problem with… -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
resolved -
Posted a reply to random external urls, on the site WordPress.org Forums:
i use https://wordpress.org/plugins/quick-pagepost-redirect-plugin/ -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
yes, thanx -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
oopsie -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
oh wait...it doesn't display the custom field label: %CUSTOM_FIELD% simply echoes %CUSTOM_FIELD% -
Posted a reply to Min/max answers > 1 overrides Allow multiple answers, on the site WordPress.org Forums:
i just added echoes to the write_log function, and on submit, a spinner runs until… -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
yes it works thanx -
Posted a reply to Min/max answers > 1 overrides Allow multiple answers, on the site WordPress.org Forums:
sorry havent gotten back to it yet -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
i'm a little unclear on what exactly is the CUSTOM_FIELD_NAME i see in the source… -
Posted a reply to Min/max answers > 1 overrides Allow multiple answers, on the site WordPress.org Forums:
it is in my site-specific code plugin...i'll try directly outputting to screen -
Posted a reply to custom fields in notification?, on the site WordPress.org Forums:
gr8 thanx!-) u shd have dox online -
Created a topic, custom fields in notification?, on the site WordPress.org Forums:
how do specify custom fields in the notification email… -
Posted a reply to Min/max answers > 1 overrides Allow multiple answers, on the site WordPress.org Forums:
ah, i'd forgotten to consider loading order, thanx...unfortunately, i still see nothing in the error… -
Posted a reply to Min/max answers > 1 overrides Allow multiple answers, on the site WordPress.org Forums:
if (!function_exists('write_log')) {function write_log($log) {if (true === WP_DEBUG) {if (is_array($log) || is_object($log)) {error_log(print_r($log, true));} else… -
Posted a reply to Min/max answers > 1 overrides Allow multiple answers, on the site WordPress.org Forums:
i'm writing to debug.log, but nothing seems to be output:-\ -
Posted a reply to can i allow multiple other answers, on the site WordPress.org Forums:
how's that coming along? i'm looking @ yop_poll_vote_recorded_with_details as a possible workaround... also a suggestion:…