Wes Modes
Forum Replies Created
-
Forum: Plugins
In reply to: [CodePeople Post Map for Google Maps] Photos in bubblesGot it thanks. Please see my new question about how to make the map points generated from exif data use the images from which they got that data.
Forum: Fixing WordPress
In reply to: Automatically add photos to map points created from EXIF photo data?Resolved.
Forum: Fixing WordPress
In reply to: Automatically add photos to map points created from EXIF photo data?Ignore this. I meant to post in Code People Post Map support pages.
Forum: Plugins
In reply to: [CodePeople Post Map for Google Maps] Default MarkerAnything?
Forum: Plugins
In reply to: [WP JQuery Timelinr] Date Range?I tried this unsuccessful hack. In version 1.2, trying to get 10K years of AD dates:
- Edit the file wp-content/plugins/wp-jquery-timelinr/assets/js/custom.js.
- Find the line:
yearRange: '-1000:+100', - Change it to:
yearRange: '0:9999',
The result is that all of the 4 digit dates work, but the plugin makes some unwise assumptions about 4 digit dates. So 534 came out as 5340. It feels like merely a bad string conversion, but I don’t know if I have time to look into it.
Anyone else?
Negative numbers are going to be challenging, not only because the logic elsewhere may not support it, but because negative numbers in options.js are interpreted as relative to the current year.
I was not nearly so disturbed by the mbstring error, as I was that all of my galleries were missing once I executed Erick’s temporary fix.
warlok101jg’s rollback instructions allowed me to replace NGG2.0.0 with NGG1.9.3 restoring all of my galleries.
I do hope that the NGG developers ensure that our NGG content will be gracefully migrated with the new update.
Forum: Plugins
In reply to: [BackUpWordPress] Only one day's worth of database backups retainedFor now, I’m setting up a not-so-sophisticated cron job that does this:
cd /var/www/thespoon/wp-content/*-backups;cp -p database_wordpress.sql database_wordpress.sql.`date +%Y%m%d`At least until I understand what is happening with backupwordpress.
Forum: Plugins
In reply to: [Analyticator] [Plugin: Google Analyticator] Google would never detect code!+1 Same.