MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Widget] sf_widget_constantcontact__1_submit is not definedYup, I am looking to see if I can rewrite the javascript without using any & symbols…
Forum: Plugins
In reply to: [Constant Contact Widget] Would love to see an optional name fieldFinally had a little time to dedicate to this, the option to collect names is now added to version 1.3
Fixed with version 1.2!
Forum: Plugins
In reply to: [Constant Contact Widget] Fails to add contactError handling is improved with version 1.1, it will now report if your username/password is incorrect.
Forum: Plugins
In reply to: [Constant Contact Widget] Fails to add contactHi! I apologize for not replying sooner. Did you enter your Constant Contact username and password under the WordPress Settings > Constant Contact? Also did you put in the correct Contact List name?
If you have checked all of this, please email me at kuah@sourcefound.com and I will try to debug it on your site…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] InfusionSoftHi Rose! I apologize for not replying sooner, we normally handle customer service inquiries on Google Plus.
It may be possible to custom develop (for a fee) some integration with Infusionsoft, depending on what exactly you are looking to have done. A simpler integration would be import/export of accounts, to fully synchronize our crm w/ Infusionsoft would probably be too expensive. We can discuss this further if you like, email us at info@memberfind.me.
Forum: Plugins
In reply to: [Redirect List] Redirects working partially onlyResolved
Forum: Plugins
In reply to: [Redirect List] Redirects working partially onlyIn this particular case, you just need to put the more specific redirects higher in the list. So place “/tuotteet.php?tuoteryhma=2&valmistaja=4&tuote=2400” above “/tuotteet.php?tuoteryhma=2”. That way it will be matched and redirected before it gets to the more general match.
Forum: Plugins
In reply to: [Redirect List] PHP Version checkIssue fixed
Forum: Plugins
In reply to: [Redirect List] PHP Version checkJust uploaded version 1.3! The offending strstr() function call that is not supported prior to PHP 5.3 has been re-written.
Forum: Plugins
In reply to: [Redirect List] PHP Version checkGreat catch, I’ll rewrite the plugin to not use strstr for v1.3