Bradford
Forum Replies Created
-
Forum: Plugins
In reply to: [MediaElement.js - HTML5 Video & Audio Player] Audio player not showingWhy is this marked as resolved when it’s not? Reverting to an older version isn’t a real solution, just a workaround.
Forum: Plugins
In reply to: [RSVP and Event Management] Last Name and Passcode Authentication OnlyYou could import everyone’s first name as the “name” and everyone’s last name as the “passcode”, then change the text that the plugin spits out so that “First Name” displays as just “Full Name” and “Last Name” displays as “Passcode”
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] URL in Tweet duplicatedI’m also experiencing this. No fix. I like the Drupal way of allowing people (like me) to supply a patch instead of waiting for the absent plugin devs to do it.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Add Via username to tweetsI would also like this feature, shouldn’t be hard to implement.
I blogged about it here. I tried posting the contents of the files here but WordPress didn’t allow it. I’ve included the files in a .docx file (wordpress.com doesn’t allow .zip uploads) at the end of my blog post. Note, class-sftp.php made Microsft Security Essentials freak out with a “Backdoor:PHP/WebShell.A” alert and removed it.
I’m not sure if any of the plugins were part of the problem, I doubt it, but I don’t know. The blog post describes what I did to clean it up.
The plugin is using UTC. It should use the offset that is set in Settings -> General
Forum: Plugins
In reply to: [bib3html] [Plugin: bib3html] "The plugin does not have a valid header."Actually, I tried it again and it works now.
If you replace line 101 of sz-google-analytics-widget.php which is:
$ga = new GALib($login->auth_token, $login->account_id, 60);
with:
$ga = new GALib($login->auth_type, $login->auth_token, $login->oauth_token, $login->oauth_secret, $login->account_id, 60);
it will work. Plugin author, please fix this ?? Also, please give it better trim support – the “|” character and “‘” character cause it to error.
Thanks for your hard work.
Yep, broken. Widget shows:
Warning: Missing argument 4 for GALib::GALib(), called in /var/www/theblawblog.com/wp-content/plugins/subzane-google-analytics-plugin/sz-google-analytics-widget.php on line 101 and defined in /var/www/theblawblog.com/wp-content/plugins/google-analytics-dashboard/ga-lib.php on line 37
Warning: Invalid argument supplied for foreach() in /var/www/theblawblog.com/wp-content/plugins/subzane-google-analytics-plugin/sz-google-analytics-widget.php on line 108
Popular PostsWarning: Invalid argument supplied for foreach() in /var/www/theblawblog.com/wp-content/plugins/subzane-google-analytics-plugin/sz-google-analytics-widget.php on line 32
I was looking through the html generated by the plugin, but I can’t see what is used for the gray background. Is it a background img?
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Custom urls not workingThis is kind of related. The “Continue Reading” link that is displayed when an excerpt is used links to the promotion link, not the custom URL. In the end it goes to the custom URL, but I would like it to be consistent. Any thoughts?
Thanks minilibra
Nevermind, I switched to the regular Google Analytics plugin, it allows me to do that.
Forum: Plugins
In reply to: [Plugin: Broken Link Checker] Killed my blogMy blog was “killed” as well, and I’m not sure why, but it’s just unresponsive while it checks all my links. My server processor isn’t being taxed, but when the links are finally all checked my blog works again. I hope the developer addresses this.
Forum: Plugins
In reply to: No longer receiving WP-Database backup emailsI’m having the same issue, it seems like the cron job isn’t executing.