codinedawn
Forum Replies Created
-
Thanks Dinesh, I’ll test out your plugin on a new site I’m working on.
This is the only helpful code I’ve found to solve the issue (for now). All in One was causing a blank wp-admin screen… Thanks!
Forum: Plugins
In reply to: [Contact Form DB] Export to Excel and Keep Preceding "0" for numbers?Thanks for following up, I understand Excel is the least of your concerns.
I found a basic manual fix for data in Excel:
Convert the cell format (for the column with numbers) from ‘General’ to ‘Custom’.
In the input under ‘Type:’, put in 0000000000 (or the amount of zeroes for the telephone number). This will force numbers to have the same amount of digits – adding a preceding 0 to those without.
For example:
– General Cell: 123
– Change to custom Cell and make Type: 0000
– Data becomes 0123Basic fix, but hopefully helps someone.
Forum: Plugins
In reply to: [Contact Form DB] Export to Excel and Keep Preceding "0" for numbers?Hi Michael, same problem, preceding zeros are dropped in the Excel CSV export but data is OK in ConTEXT.
I just read up: “By default, Excel’s ‘general’ cell format eliminates leading zeroes.”
The cells in the CSV exports are all in ‘general’ format. Maybe they should be in ‘text’ format, which leaves data as-is?
Thanks, otherwise a very useful plugin.
Hi guys, I started this thread, I see you’re running into trouble too.
I’m trying to build a registration system for a once off conference, tried every event plugin in the directory without success!
NOTE: The below option has NO PAYMENT OPTIONS. (Which is fine for my project, if you need online payment you need to keep on looking)
I’m now attempting a Frankenstein maneuver using Contact Form 7 (You should know this plugin)
Contact Form 7
http://wordpress.org/extend/plugins/contact-form-7/with:
Contact Form 7 to Database Extension
http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/
This is a great plugin, stores submitted data in the database (and NOT in the wp_users table). A ‘nice-to-have’ feature is to edit the submitted data, but you need to purchase an upgrade for $50, at this point that’s reasonable for me.and:
Contact Form 7 Dynamic Text Extension
http://wordpress.org/extend/plugins/contact-form-7-dynamic-text-extension/
Haven’t checked it out, but I do need it for unique registration numbers.I think Contact Form 7 plus the 2 additional plugins will do the trick for me. I’ll post an update soon…
Good luck. Alistair.
Forum: Plugins
In reply to: [WP Event Ticketing] [Plugin: WP Event Ticketing] NO PAYPAL ….I couldn’t agree more, please have an option to register without Paypal!
I’ve spent the day going through plugins and wpEventTicketing is by far the best I’ve found, exactly what I need but I can’t use it because of the unnecessary Paypal integration.
I’m running out of time, thekjub9, did you ever find an alternative solution?