kaizerc
Forum Replies Created
-
Forum: Plugins
In reply to: tanzaku with infinite scroll?bump, tried all permutations I could think off for css selectors. Seems quite a few themes are not compatible with
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Change delimiterThank you again dvkob! I tried exporting as “CSV for MS Excel”
and it worked perfectly. All I did was delete “NULL” from the “Replace NULL by” field!(That is for XAMPP, on windows.)
awesome stuff.
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Change delimiterThank you for the quick response dvkob, seems I didn’t escape when I exported from phpMyadmin. I tried again with default settings in xampp/phpmyadmin, and with the changes I noted above.
Here’s how my data looks now:
"csv_post_title","csv_post_post","csv_post_excerpt","csv_post_categories","csv_post_tags","csv_post_date" "Dog running around";"<object width=\"510\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" ><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"movie\" value=\"http://static.site.com/swf/flv_player_site_v4.swf\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"flashvars\" value=\"id_video=70702\" /><embed src=\"http://static.site.com/swf/flv_player_site_v4.swf\" allowscriptaccess=\"always\" width=\"510\" height=\"400\" menu=\"false\" quality=\"high\" bgcolor=\"#000000\" allowfullscreen=\"true\" flashvars=\"id_video=70702\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>";"http://img100.site.com/videos/thumbs/4/1/b/41bcd8de9f8b0abd498fdee29a6e5dca.19.jpg";"happy, dog running";"happy, dog running";"2010-01-01 14:00:00" "Monkey eating banana";"<object width=\"510\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" ><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"movie\" value=\"http://static.site.com/swf/flv_player_site_v4.swf\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"flashvars\" value=\"id_video=72784\" /><embed src=\"http://static.site.com/swf/flv_player_site_v4.swf\" allowscriptaccess=\"always\" width=\"510\" height=\"400\" menu=\"false\" quality=\"high\" bgcolor=\"#000000\" allowfullscreen=\"true\" flashvars=\"id_video=72784\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>";"http://img100.site.com/videos/thumbs/4/9/f/49f300a57e19a071ca1a0a2173e44179.1.jpg";"monkey, eating, banana";"monkey, eating, banana";"2010-01-01 14:00:00"Is it a problem that I don’t have all the fields? Looks like the ones I don’t have get set to a default value, which is fine.
Heres how my posts look:
TITLE "Dog running around";"<object width=\"510\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8, POST_CONTENT 0, EXCERPT 0, CATEGORIES etc... 0\" ><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"movie\" value=\"http://static.site.com/swf/flv_player_site_v4.swf\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"flashvars\" value=\"id_video=70702\" /><embed src=\"http://static.site.com/swf/flv_player_site_v4.swf\" allowscriptaccess=\"always\" width=\"510\" height=\"400\" menu=\"false\" quality=\"high\" bgcolor=\"#000000\" allowfullscreen=\"true\" flashvars=\"id_video=70702\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>";"http://img100.site.com/videos/thumbs/4/1/b/41bcd8de9f8b0abd498fdee29a6e5dca.19.jpg";"happy, dog running";"happy, dog running";"2010-01-01 14:00:00"default settings in xampp: http://i.imgur.com/UOWGa.jpg
Thank you for your time and your work!