Community Forum

Forum Replies Created

  • Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago
    This reply has been marked as private.
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    Yes, this is possible as that menu can be freely edited in the WP admin area:

    Appearance » Menus » WP Customer Area navigation

    in reply to: CPT as a “Files”
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Maybe you could start with that tutorial :

    Getting started

     

    The listing and structure will build itself as you publish more content

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    however some users need to have more than one account that is registered to the same email address that they used. is there any way to link the various different account numbers etc to the same email address.

    Not really. We use the WordPress core user system. Hence each email address is linked to a single user account.

    You could however link a single user for instance to multiple projects and publish content for the project (not directly for the users).

    As a side note, am I able to add additional tabs at the top of the dashboard for individual users.

    Not out of the box. However the plugin is flexible enough to allow you to do some custom development for that.

    Regards,

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    Our plugin uses the WordPress core mail functions.

    If the log is there, it means the notification gets properly passed to WordPress. I think your email is getting blocked after that.

    You would need to check your server configuration to see what is preventing the email to get out.

    Regards,

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    You can customize ow that list is displayed using the filter

    apply_filters('cuar/core/ajax/user-search/display-result',
    $user->display_name,
    $user,
    $context
    )
    in reply to: assignment by email
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    That was a bug in the licensing server. It should be fine now.

    Regards,

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Vous pouvez faire tout ça en modifiant un peu votre code ci-dessus.

    Assigner la liste à un propriétaire (utilisateur ID 2 dans cet exemple) :

    $po_addon = cuar_addon( 'post-owner' );
    
    $po_addon->save_post_owners($task_list_id, ['usr' => [2]]);

    Créer une tâche (avec un numéro d’ordre 5) pour cette liste :

    $tasks_addon->create_task($task_list_id, 'Ma tache a accomplir', 5)

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    This looks possible. You can try most of that with the free base plugin.

    Then if it looks good, you could purchase the conversations add-on, which works just like the other private content types.

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    No, this is not possible. You can just mark some post types as private, and then assign an owner to them.

    Regards

    in reply to: CPT as a “Files”
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    I’d like to test it before buy, is it possible?

    No, we do not have any trial period. You can have a look at the screenshots though. That addon does not add anything on the UI for your customers. It allows to create groups, assign content to multiple users, all registered users or all users with a given role.

    I want to let customers to have a personal area (or folder) where only the single customer (and the administrator, obviously) could see, download, upload files, create sub-folders, eliminate sub-folders.

    That would be the front-office publishing add-on.

    However as I said, there is no management of folders available in WP Customer Area. You could emulate this with the projects add-on though. Then yes, each customer would be able to create his own projects and put content in there.

    in reply to: Area for customers
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    The problem is that: the stored user_activaction_key (table wp_users) is not hashed but it’s saved as plain text.

    Could you all let me know which WordPress version you are running?

    Thing is we are already using the WordPress functions to generate and store the activation keys.

    See file customer-area-login-form/src/php/wp-login-helper.class.php, function retrieve_password

     

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Here is how you could do it with code:

     

    `

    /** @var CUAR_PrivateFileAddOn $pf_addon */
    $pf_addon = cuar_addon('private-files');
    $downloadCount = $pf_addon->get_file_download_count($post_id, $file_id, $user_id)

    `

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    C’ est effectivement du très vieux code.

    Ce qui pose souci c’est les noms des filtres/actions.

    Par exemple, cuar_authorize_reply_to_conversation est vraisemblablement maintenant

    'cuar/private-content/conversation/permissions/add-reply'
    
    

    Il vous faudra parcourir le code de l’extension pour trouver les équivalences.

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Oui, par l’intermédiaire du système de modèles (template system documentation)

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    You have forgotten to wrap the fields inside a group. Please read the documentation: https://wp-customerarea.com/documentation/add-on-guides/advanced-custom-fields-integration/

    Chapter « User profile fields », the first step « Create a field group »

    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    For that discount to apply, you need to purchase all the 12 addons in the same purchase. This is why I asked you to buy all add-ons you need in 1 shot. However there has been a misunderstanding.

    Can you purchase all 12 add-ons in the same purchase? The discount will appear on the checkout page automatically.

    I will refund the 2 purchases you have done just before.

    Vincent Mimoun-Prat
    Participant
    in reply to: Permalinks missing
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    You can install the free plugin and test it to see how that works.

    Regarding your requirement: you could go many ways about it. What I would advise is:

    • Use private file categories as your folders / subfolders
    • Assign each file to a category

    That will handle the classification of each content. Now for the ownership, you could do it like that:

    • Have a user group « london » where you would add user X and Y
    • Have a user group « paris » where you would add Y and Z

    You can now assign individual private files/pages to:

    • User groups london (X and Y will see it, but not Z)
    • User X (only him will see it)
    • All registered users (X, Y and Z will see it)

    Changing the groups will dynamically change who can see what. You will need the additional owner types add-on for that.

    in reply to: Area for customers
    Vincent Mimoun-Prat
    Participant
    # 3 years, 8 months ago

    Hi,

    You can embed those forms, however you may have to tweak styles to get a perfect display.

    Best is to try it, you only need the base plugin, which is free.

    Regards

Viewing 20 posts - 101 through 120 (of 281 total)