clratliff
Forum Replies Created
-
Show All Settings is right underneath the Start the Wizard button.
This query string might take you directly there. It does for me anyway:
?page=postman%2Fconfiguration
Go to Show All Settings on the plugin main page and then go to the Message tab. Update the Name field to what you need.
Forum: Plugins
In reply to: [Inactive Logout] Console LoggingThank you very much sir!
Forum: Plugins
In reply to: [WP Log Action] Exporting LogsThank you! It works perfect. However, when viewing the CSV in MS Excel, it gives an error and won’t open the file. It is because the value of the first header is ID. Excel doesn’t play nice with this.
ID,log_type,log_label,log_value,log_time
I had this problem with my plugin’s export function. I found that by changing that column name to something other than ID fixes the issue. So frustrating…
Hi. In the Member Directories section in Admin, have a look at “Choose field(s) to enable in search”. That’s where the additional search fields are set up. The choices include some default fields in addition to custom fields your create for your forms. I suspect you’ll need to create custom fields and add them to your registration/profile forms.
If you have a specific list of expertise or interests, then choose a multi-select or checkbox type field vs a text area or text field which allows the user to enter anything into it. Always strive to control the quality of the data as much as possible.
Forum: Plugins
In reply to: [WP Log Action] Querystring Length Causes ErrorPerfect. Thank you for the quick response and fix. Everything works well now. I’m developing an internal plugin for my organization and this plugin has been wonderful for debugging! Definitely one of my must-have tools.
You might consider putting the CSS inline on the element (I really hate suggesting that, but it’s an option). You could also use JQuery/Javascript to affect the styling on page load.
Hi. You need to create a Profile form to expose to the user on the front-end. Use the fields you placed on the registration form as the fields on the profile form.
Hi. In order to get any help, you will need to provide more information.
1. Are ALL shortcodes that UM provides not working or just certain ones?
2. What changed that caused them to stop working? For example, did you install any new plugins?With an almost infinite possibility of setups, just stating the shortcodes are not working without providing additional details does not lead anyone down a path to be able to assist.
Hi. You can add the fields that comprise your definition of user’s location as a custom field(s) on the registration/profile forms. Then on the Member Directory, use those fields as your search criteria.
You’re choosing a regular drop down instead of the Roles drop down in the Pre-defined fields section.
Hi. Are you using the !important declaration in your CSS on the object you are trying to affect?
Hi. There is an email section on the Settings page where emails are controlled. Do you have the Password Reset email active?
Hi. This is a setting on the Role you create. “Registration Status” – there are choices there that affect this. You can choose “Require Admin Review”
Hi. If you are creating multiple registration forms, each having unique custom fields, then it’s just a matter of using the appropriate shortcode to link the registration form to the page.
Can you give a few more details?