harpercl
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Steam Widget] Errors after wordpress 3.7.1i’m not seeing a problem with the plugin in 3.7 so far. i can confirm the 0.0 hrs played a week problem, although that appears to be originating from steam. i expect that they’ll figure it out and fix it eventually, but if not, i may incorporate a workaround into the plugin.
i’ll continue to keep an eye on the plugin, but so far it looks 3.7 compatible.
Forum: Plugins
In reply to: [Advanced Steam Widget] Errors after wordpress 3.7.1thanks for the report. i haven’t updated to 3.7 yet, but when i do, i’ll make a fix if needed. will be soon.
in the meantime, you might try removing the widget and adding a new steam widget to your sidebar. if there’s a problem with the settings or cache, this will reset it.
Forum: Reviews
In reply to: [Advanced Steam Widget] Really nice, has potential to be betterthere is a preset made for shortcode use on a full-width page or you can tweak the template to your heart’s desire.
thanks for the review.
Forum: Plugins
In reply to: [Advanced Steam Widget] Make username clickable link to steam profile?Watch out for the next version, I’ve added a profile URL pattern for templates.
But in the current version, you can always just add the following to the custom template:
Where you copy the URL of your Steam profile and paste it for XXX.
Forum: Plugins
In reply to: [Advanced Steam Widget] CURLOPT_FOLLOWLOCATION error messagefix forthcoming
Forum: Plugins
In reply to: [Advanced Steam Widget] CURLOPT_FOLLOWLOCATION error messageinteresting. i’ll look into it. thanks for the report.
Forum: Plugins
In reply to: [Download Monitor] Download Monitor Not Working!for non-programmers, that means change line 208 in download.php from:
$old_date = $wpdb->get_var( $wpdb->prepare( "SELECT date FROM $wp_dlm_db_log WHERE ip_address = '$ipAddress' AND download_id = ".$d->id." ORDER BY date DESC limit 1;") );
to:
$old_date = $wpdb->get_var( $wpdb->prepare( "SELECT date FROM $wp_dlm_db_log WHERE ip_address = '%s' AND download_id = '%s' ORDER BY date DESC limit 1;", $ipAddress, $d->id) );
Plugin author should fix this.
Forum: Plugins
In reply to: [Advanced Steam Widget] [Plugin: Advanced Steam Widget] Add groups?Interesting idea. According to the documentation, the only information you can get from groups is a members list: https://steamcommunity.com/groups/taketen/memberslistxml/?xml=1
But I suppose it could be possible, albeit slow, to pull individual stats from every member and then show cumulative stats on the group.
I’ll add to my todo list to investigate this. Thanks for the feedback.
Sorry I didn’t reply sooner. I didn’t have it set to send notifications yet.
Are you still having trouble? Maybe you could check some of the other comments about this plugin on my blog for answer or corroboration: https://blogs.longwood.edu/librarywerx/2011/11/10/sitewide-recent-images-now-on-wordpress-org/#comments
Oh, and also, you can just use the Downloads Stats widget on the dashboard.
Make sure the setting Downloads > Configuration > General Options > Log Downloads is set to Yes. Then it should have a log page under Downloads. But it’s pretty basic; you can’t filter the log by file.
Forum: Themes and Templates
In reply to: Photoria Theme – Menu displays improperly on IEI had better luck removing the position: relative; from that same first line of dropdown.css. Hover style doesn’t work, though…
achensee, I can confirm that your fix works. Much thanks.
Plugin author, please implement this fix.