MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] “Go to my account” LinkHi TOTLD!
You can try adding this script on the page to redirect users who are logged in to the login page:
<script>(function(){var x;try{x=localStorage.getItem(“SF_nam”);}catch(e){x=””;}if(x)location=”http://www.example.com/member-login/”;})();</script>
Note that this script only works if the join page is on the same domain (including HTTP vs HTTPS) as the login page. This does not work if the page is HTTP and the login page is HTTPS and vice versa.
Forum: Plugins
In reply to: [MembershipWorks Login Connector] Admin LoginHi gsibert!
If this user has a member account in MembershipWorks with the same email address, it would cause an issue as the Login Connector will log the user into that account instead. Please have the user use a WP username that is not the same as the email address as the member account to login.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Add custom field to widgetHi @jessicamureenn!
The member widget retrieves only a small set of fields (name, tagline), it will not retrieve any custom fields.
Hi jbbcd!
Our system will automatically add a map marker when a new member registers. Note that this only applies to maps created by our system, not maps created by any third party plugins.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Few thingsHi Srdjan Vukovic!
1. You can create custom fields for the membership forms. Our system uses email address for sign in, there is no username field in our system.
2. You can setup an approval process – once you have a MembershipWorks account you can sign in and go to Help > Membership > Managing Members > Managing & Approving New Members for more information.
3. You can use labels to create categories, and users will be able to search by those categories in your members directory.
4. You can display and search by custom fields in the directory, but at this time it is not possible to sort the list with a custom field.
5. You can customize the profile template for the directory under Customization > Directory Profile.
6. Users can use our “Send Message” feature to send emails to your members.
7. You can sign up for our free 50 member/account plan to try out the system. Note that certain features are not available with our free plan (paid event registrations, forms/carts/donations and multiple administrators).
Hi gpaawebmaster! Could you provide the URL to the page in question so we can take a look? If you prefer you can email that to us at info@membershipworks.com
Forum: Plugins
In reply to: [MembershipWorks Login Connector] Capture MFM Custom FieldsHi brandecho! At this time it would not be possible to modify this plugin to add data from other fields in MembershipWorks.
Hi mikevz1! At this time it is not possible to hide the cards until a search is executed.
Hi Teri!
When you install this plugin, you are trying to link the MembershipWorks login and WordPress login. Hence when a password is requested, it is assuming a member needs to reset the password, and it will forward the request to MembershipWorks. Due to this you would not be able to reset passwords for a WordPress user that is not a MembershipWorks member.
Do determine if you need this plugin – the [memberonly] feature no longer requires this plugin, so this plugin is only necessary if you need WP user accounts for members and/or the MembershipWorks login/logout widget.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Event List ShortcodeHi reyemtm! FYI, you do not need the Widget Shortcodes plugin, to trigger the event widget using a shortcode you can use:
[mw eventwidget]
you can specify optional parameters:
grp – event groups to display, default=display all
cnt – number of events ot display, default=3
lgo – set to 1 to display image
szp – set to 1 to omit start date
ezo – set to 1 to omit end date
adn – set to 1 to display event locationFor example:
[mw eventwidget grp=”1″ cnt=”5″ lgo=”1″]
will display 5 upcoming events from event group 1 with images.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Event List ShortcodeHi reyemtm! At this time it is not possible to limit the number of events that is shown with the event-list shortcode.
Hi reyemtm! Yes if you have a floating page header, you can set the page top offset to indicate the height of that header under the Plugin Settings.
Forum: Reviews
In reply to: [MembershipWorks - Membership, Events & Directory] Highly recommendedHi Jerry!
Thank you so much for the great review! We are glad to hear that the software is working great for you and appreciate the kind comments about our support staff.
We look forward to continuing to serve your organization’s needs and making your life even easier as we add more features.
Forum: Plugins
In reply to: [Constant Contact Forms] Fatal Error When Activating PluginHi Michael Beckwith! We use the namespace prefix “sf_” and the plugin has less than 200 lines of code, it is very straightforward. The subversion repository for Constant Contact Widget plugin can be found here:
https://plugins.svn.wordpress.org/constant-contact-widget/
It sounds like your namespace may have a conflict with a popular theme framework or another plugin.
Forum: Plugins
In reply to: [Constant Contact Forms] Fatal Error When Activating PluginI am the author of the Constant Contact Widget referenced above, and FYI the only class we define is “sf_widget_constantcontact”. All other functions are also declared with the namespace prefix “sf_”. Regardless, the user in this case has de-activated and deleted the plugin, it would not be loaded by PHP and there is no way it can cause a conflict.