mojowen
Forum Replies Created
-
Forum: Plugins
In reply to: [SalsaPress] Zip Code should be required but is notQuestion answered here: https://github.com/BusProject/SalsaPress/issues/46
Forum: Plugins
In reply to: [SalsaPress] Embedded forms in Spanish? InternationalizationStarted answering the question here: https://github.com/BusProject/SalsaPress/issues/45
Forum: Plugins
In reply to: [SalsaPress] CSS for email formOk to answer your questions the best I can:
- Redirection if you’ve got a redirect set up on that Salsa form – SalsaPress will automatically redirect the user after successfully completing the form. There could be better documention but folks wanted the ability to use a redirect – just remove the redirect and it’ll show you the after submit html
- Validation SalsaPress uses Salsa’s validation, which does verify if an email is an email. This appears to work even with the redirect.
- Overriding CSS I would strong advise against modifying the plugin’s CSS (it’s in wp-content/plugins/salsa-press/utils/SalsaPress.css). Every time the plugin upgrades – it’ll overwrite your changes. Just override it with styles that are included in your own theme files.
Finally finally finally (And this is less for you mi327 and more for anyone else who may read this) PLEASE add questions / issues to Github.
WordPress does not email me when your post and it can be months or weeks or maybe even years before I check this forum. It’s tragic.
Be less tragic: use github issues. I even have the same thumbnail for my comments – it’ll feel just like home.
Forum: Plugins
In reply to: [SalsaPress] Fields not being addedAlright a lot of issues being discussed in this thread that I’m trying to address:
- Referring Information not being passed to Salsa is now fixed – passes the URL of the form
- Custom Fields – now pulls down the HTML of whatever Salsa is using
- Redirecting Automatically redirects if save is successful – overrides custom “after” html if set
Forum: Plugins
In reply to: [SalsaPress] Fields not being addedActually it’ll be v 2.0. Going back through to address some of these other issues – if you’re finding stuff GitHub is a much better place to post issues.
Forum: Plugins
In reply to: [SalsaPress] Fields not being addedOk! Pushing an update ( v 1.9 ) that addresses the hidden group and non-hidden group issues. Looks like Salsa’s API had changed slightly and I was looking in the wrong place.
Forum: Plugins
In reply to: [SalsaPress] Fields not being addedThanks folks – will start debugging this today.
Forum: Plugins
In reply to: [SalsaPress] Fields not being addedCan you link to the Salsa form? Thanks Andrew. In 13 days I’ll have a lot more brain power to tackle this stuff 😛
Forum: Plugins
In reply to: [SalsaPress] Fields not being addedOk to answer a few of your questions:
1. Custom Fields: These do not work well on SalsaPress. It’s a bug. I’ll hopefully address it in the future.
There is actually a way to hack SalsaPress to get it to render Custom Fields correctly, there are two arrays (
$diff_fieldsand$diff_labels) that can override the rendering of fields based on their name.Check out the code. You could add elements to these arrays with the correct HTML for the form element you want to render. For example adding:
'MY_CUSTOM_FIELD_NAME' => '<select name="MY_CUSTOM_FIELD_NAME" id="MY_CUSTOM_FIELD_NAME" ><option>First</option><option>Second</option></select>'after line 54 would cause your custom field MY_CUSTOM_FIELD_NAME to render as a select box instead of a simple text input box.
2. Referring Info / Redirect: The forms are set to use AJAX submissions by default and do not redirect – nor do I handle referring information well. I’ve added a bug for referring and redirect.
Sorry Salsa Press doesn’t fulfill these needs for you right now – should be able to add the additional features after the election.
Forum: Plugins
In reply to: [SalsaPress] Questions About Or Problems With SalsaPress?Ok have updated to v 1.9. Looks like there’s been a change with Salsa on the way it presents CSV.
If you want to skip ahead (instead of downloading the new version ) you can make the changes outlined here:
https://github.com/BusProject/SalsaPress/commit/d2eac3a4ddd68d901599da8f20c312f36832db41
I didn’t see your specific errors but hopefully they’ve got the same root cause.
Forum: Plugins
In reply to: [SalsaPress] [Plugin: SalsaPress] Feature comparason with WP Jalapeno?Well I haven’t heard anything from Perna so going to mark as resolved.
Forum: Plugins
In reply to: [SalsaPress] Questions About Or Problems With SalsaPress?Thanks for notifying me of the problem – I haven’t played with this feature in a while (obviously).
Let me see if Salsa changed something up
Forum: Plugins
In reply to: [SalsaPress] [Plugin: SalsaPress] Feature comparason with WP Jalapeno?Perna,
Sorry I didn’t see this earlier – I don’t get any sort of notification when someone posts here (here’s a better place to post).
First off – Both Jalapeno and SalsaPress are free and don’t (I believe) break each other. So no reason not to use both!
Second – Jalapeno is built (I believe) to work with Salsa’s actions – allowing you to embed information about Actions and Actions into Pages / Posts. SalsaPress is mostly geared towards Sign Up Forms and Events – allowing you to embed embed the forms in widgets and posts.
Third – I think Jalapeno is no longer being actively supported (and I’ve heard from some folks may not be working currently). I try to support SalsaPress off and on – as well as add new features (post Nov 2012). Here’s the list of things I’d like to do with it.
Let me know if this helps!
-Scott
Forum: Fixing WordPress
In reply to: RSS Widget ErrorI’ve encountered this problem on a bash server I have root access to.
Is there something I can change with bash or maybe php which would allow to allow wordpress to access feeds?