• over all it is exactly what i am looking for, a simple way to make a category for a “parents only area” on a school site. easy to customize the registration and login. there are some glitches though.

    once set up, i then get a blank screen for both the categories and the wizard, so there is no way to go back in and change a preference. i have yet to see what the categories page looks like.

    i would like to get rid of the captcha (too ugly) but cannot figure out how to get rid of it, as it was set up in the wizard that i can no longer see.

    if i go into my post categories in attempt to remove a role, that option is not visible, i only see name, slug, parent(with drop down) and description. all other fields, normally on the “edit category” page are not available. in order for me to see it all, i have to go in and deactivate…

    if i assign a role to a user, that user also is a subscriber, which seems odd.

    i have installed and uninstalled twice, needing to go into the server to delete a few held over files in the uploads folder, something i do not normally have to do when uninstalling a plugin.

    oh, and i have looked in both ie and firefox, so not a browser issue.

    i do appreciate what it must take to create a plugin, i can only imagine (i will not be one who does) and it will be wonderful when you can get the kinks out of this one. hey, if it works the way i think it could, i’ll happily give a donation to the cause! thanks, any help you can give for the above issues will be great!

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author mustela

    (@mustela)

    Hi mickif!

    Thanks for your comments!

    1- Blank screen. Weird. Do you think you can send me the version of your WP, and also if you any other plugins installed? If you don’t want to publish that info here, just send it to [email protected].

    2- You can disable it using Maven Member -> Settings -> Registration -> Captcha ??

    3- Categories. I’ll check it again, but it should work.

    4- Users. Yes, if you create a user using WP, and then assign a role to it using the plugin, it will ADD it to the user. But It can be a nice feature to add. I added it to the TODO list.

    5- Removed files. It doesn’t upload any special file in the upload folder. Can you describe what issues did you have here?

    I’ll work on these things. I’m trying to release a new version on thursday.

    Thread Starter mickif

    (@mickif)

    Hi and thanks for your prompt reply!

    1- Blank screen. Weird. Do you think you can send me the version of your WP, and also if you any other plugins installed? If you don’t want to publish that info here, just send it to [email protected].

    what do you mean by version? It’s 3.2.1. yes, I have other plugins installed. Built on Genesis Framework, Genesis Simple sidebars, simple hooks, simple edits, Artiss YouTube Embed, Dynamic Content Gallery, Fast Secure Contact Form, My Calendar, WP Super Cache, WP-Mail-SMTP, Image Widget.

    2- You can disable it using Maven Member -> Settings -> Registration -> Captcha ??

    Oh duh :). sorry to waste your time with this one! it was a late night.

    4- Users. Yes, if you create a user using WP, and then assign a role to it using the plugin, it will ADD it to the user. But It can be a nice feature to add. I added it to the TODO list.

    So, I add a user and assign it to a role specified in Maven Members, other than subscriber, it them automatically adds it as a subscriber as well as to the role I originally specified?

    5- Removed files. It doesn’t upload any special file in the upload folder. Can you describe what issues did you have here?

    When I uninstalled it, there were a few left overs that I needed to go in and delete, which it was not allowing me to via the admin area of wp, when I looked on the server, there were 2 files in the uploads folder. I will have to uninstall again to specify exactly what they were, sorry, I have a few sites I am developing, with different needs, and some details my brain does not retain.

    Thanks again…

    Plugin Author mustela

    (@mustela)

    Hi mickif,

    1 – I can’t replicate this issue, do you think you can set your WP_DEBUG to true? You can find it in wp-config.php
    define(‘WP_DEBUG’, true);

    4 – Yes, the subscriber is the lower role in WP, and it is needed. The plugin needs a WP Role and a Maven Role.

    I hope it helps.

    Thread Starter mickif

    (@mickif)

    just sent you off the code generated by the debug via email.

    I’d suggest some kind of documentation.

    How does one go about actually retrieving any of the custom registration fields for example?

    How to use the plug-in without using the shortcodes? Do_shortcode([mvn-blocked]) doesn’t work.

    Plugin Author juanbaena

    (@juanbaena)

    Hi bluebrain,

    The custom registration fields are retrieving from the WP user form, seems some WP customs fields are not showing on WP user form, we are checking that.

    On Maven Members roles section you can see the shortcode you must use to restrict the content to each role, these can be used in the content of Posts and Pages.

    On Pages form can select the roles that be able to access.

    I hope it helps.

    Regards.

    Hello,

    I have a problem with Maven Members. When i create a user, the new user is invisible (we only see “edit” “disable” “delete”). When i refresh the page, he disappears totally.

    When i look to the console of firefox, i see this :

    <b>Warning</b>:  trim() expects parameter 1 to be string, object given in <b>/wp-includes/capabilities.php</b> on line <b>497</b>
    {"is_error":false,"message":"","result":{"user":{"user_pass":"","roles_keys":[],"roles":[],"roles_names":"","enabled":"1"},"new_row":"<tr id='user-row-'><td class='username column-username'><br \/><div class='row-actions'><a href=''>Edit<\/a></a><a href='#'>| Disable<\/a></a><a href='#'>| Delete<\/a><\/div><div id='inline-' class='hidden'><div class='user_name'><\/div><div class='user_existing_roles'><\/div><div class='user_enabled'>1<\/div><\/div><\/td><td class='username column-username'><span class='roles-names'><\/span><\/td><td class='username column-username'><input class='list-user-enabled' type='checkbox' checked=\"checked\" disabled='disabled' \/><\/td><\/tr>"}}

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Where is the problem ?

    Plugin Author juanbaena

    (@juanbaena)

    Hi Angelheart29,

    This is a problem with the user data, maybe some field empty or the email/username is already in use

    We have updated the plugin, now the fields are verifyed before save and returns a message if the fields are already used, so would you like to try the new version.

    Thanks!

    Perfect. With the new version. Really Perfect.

    Is this normal that we can’t add the administrators in users of Maven Members ?

    Thx in advance.

    Plugin Author juanbaena

    (@juanbaena)

    Hi Angelheart29,

    Yes, it is normal.
    You can′t add administrators, and users with “Administrator” role are not show on Maven Members users list. You must use users of WP to manage them.

    Note that users with role “Administrator” are able to access all content protected by Maven mambers.

    Best

    Another and last question (i hope) :

    I see we can select the page after the registration’s user, but can we also select the page after the login’s user ?

    Thx in advance.

    Plugin Author juanbaena

    (@juanbaena)

    Hi Angelheart29

    no, you can not redirect after login.
    maybe you can change the hidden field “redirect_to” of the login form, but the plugin is unable to do so now.

    Best.

    Plugin Author juanbaena

    (@juanbaena)

    Hi Angelheart29

    We have updated the plugin, so would you like to try the new version.

    -Added the redirect after login feature, you can use the attribute “redirect_to” in the [mvn-login] shortcut.
    For example [mvn-login redirect_to=’https://example.com/’%5D.

    Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Playing with Maven Member – issues’ is closed to new replies.