Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311793

    Hi.

    There is an issue with avia editor and user-access-manager (uam).
    If a page is set up with standard editor, the access is restrited due to the uam-rules. Works fine.
    BUT: If you switch the editor (using the same page) to AVIA (erweiterter Editor) and save the changes … after this there is no uam-check.
    Everyone can see the page regardingless the uam-rules.
    Could you please help me?

    thanks in advance

    #312335

    Hey ucvsb!

    Is this is a plugin function or something else? What is it supposed to be doing (front end, back end etc)?

    The theme saves the avia layout builder into a custom field separate from the TinyMCE field and then displays that data using the template builder template and not the regular page.php file.

    So it depends on what is getting checked for hidden vs public etc.

    Cheers!
    Devin

    #312417

    Hi Devin!

    thank you very much for your reply.
    UAM = User Access Manager is a WordPress Plugin to give user permissions to pages and posts.

    Example:
    You can set a uam-flag e.g. “INTERN” to a page. And now only users with the same attribute “INTERN” had access to the page (after login).

    It is a good tool to setup special pages e.g. only for your customers or internal-users

    Erverthing works fine unless you use the AVIA-Editor (erweiterter Editor) . Now every user has full-access to all pages.

    Could you please try it out (in your installation) to analyze the error?
    Or how can I send you the information you need?

    best regards
    uwe

    #312456

    Unfortunately we aren’t able to debug third party plugins unless they are already a officially supported plugin.

    In this case you could try posting to the plugins support forums on WordPress.org but it doesn’t look like it has been active in some time.

    There are quite a few user restricted plugins out there so I would suggest trying a different one or to try checking with the author on where the trigger/check is for a page to be restricted.

    #313503

    You don’t need to debug a thrird party software.
    It seems the reaon for this bug is the avia layout architekt.
    It is sufficient to change an empty page to avia layout architekt and the error happens.

    #313951

    Hi!

    Yes Advanced layout page use a special template ( enfold/template-builder.php ) and you probably need to modify this file to use it with UAM. I don’t know the plugin though and I can’t tell you if or how you can use UAM with Advanced Layout templates. You can use the “avia_builder_precompile” or “avf_template_builder_content” or “the_content” filter if you want to manipulate the output with UAM (i.e. replace the default template content with a “please login” message if UAM restricts the access). Personally I recommend to contact the plugin author or to try another plugin like: https://wordpress.org/plugins/groups/

    Regards,
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.