Forum Replies Created
-
Vincent Mimoun-Prat
Participant# 3 years, 8 months agoThis reply has been marked as private.in reply to: No discounts on multiple add-ons orderVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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 agoMaybe you could start with that tutorial :
The listing and structure will build itself as you publish more content
in reply to: Is that possible with the plugin and addons?Vincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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,
in reply to: Multiple Account LinkedVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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,
in reply to: Sending email notificationVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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 emailVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
That was a bug in the licensing server. It should be fine now.
Regards,
in reply to: Enhanced files professional add-onVincent Mimoun-Prat
Participant# 3 years, 8 months agoVous 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)in reply to: Assigner des tâches identiques à chaque utilisateurVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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.
in reply to: Is that possible with the plugin and addons?Vincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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 agoI’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 customersVincent Mimoun-Prat
Participant# 3 years, 8 months agoThe 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, functionretrieve_passwordVincent Mimoun-Prat
Participant# 3 years, 8 months agoHere 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)`in reply to: Add different style to downloaded file and notVincent Mimoun-Prat
Participant# 3 years, 8 months agoC’ est effectivement du très vieux code.
Ce qui pose souci c’est les noms des filtres/actions.
Par exemple,
cuar_authorize_reply_to_conversationest 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 agoOui, par l’intermédiaire du système de modèles (template system documentation)
in reply to: rajouter des colonnes sur le tableau de bord ?Vincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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 »
in reply to: WP Customer Area – ACF Integration no work fineVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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.
in reply to: No discounts on multiple add-ons orderVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
Here is the correct link: https://gitlab.com/wp-customerarea/plugins/customer-area/-/commit/f220a66ecb34ad9369edd99bfef82fafa0ecd981
in reply to: Permalinks missingVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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 customersVincent Mimoun-Prat
Participant# 3 years, 8 months agoHi,
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
in reply to: Can this be done / What do I need?

