Please Log in or Create an account to join the conversation.
You could use CB Content Bot and just substitute fields into the article if you wanted. See the below substitution tutorial for substitution usage information.What about some way to create a page with the fields I want inside a Joomla article to print from there?
You could send a custom email using CB Auto Actions. Example as follows.Or a way to send an email from CB to the admin with all the fields from the tabs I want?
Best method will always be to just make print CSS. This is done using a print media syntax. Example as follows.Really any way is fine as long as the fields in the tabs I want can be somehow saved to a document. Either directly or via some other method.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You could send a custom email using CB Auto Actions. Example as follows.
Global
Triggers: None
Type: Email
User: Specific
Specific User: [get_user]
Access: Everybody
Conditions
Field: Moderators
User: Viewing User
Operator: Is
Action
To: [cb:userdata field="email" user="#me" /]
Subject: EMAIL_SUBJECT_HERE
Body: EMAIL_BODY_HERE
That should send an email to the moderator that accesses the auto actions URL based off the user id set in the URL. Below is how the URL should be structured.
index.php?option=com_comprofiler&view=pluginclass&plugin=cbautoactions&action=action&actions=ACTION_ID_HERE&user=USER_ID_HERE
You could use this in a Custom HTML field to have a button that sends an email to you of the users information for example.
Please Log in or Create an account to join the conversation.
You probably don't need [get_user] usage at all. The below should work.1. [get_user] does not need to be changed?
You don't need to change it. As explained in my previous reply it'll email whomever accessed the URL.2. To: [cb:userdata field="email" user="#me" /] do I need to modify this with?
You should be able to just add the button to a Custom HTML field and display it on the users profile. That would support substituting in the user id automatically. Example as follows.3. Each page must have a unique button added with a user ID entered in this code? It can't be universal and detect the user's page I'm on?
You use substitutions. See the below on how to use substitutions.4. How do I input the tab data? Does it do this automatically or should I add the placeholders in the email body? If so can I add the tab placeholder for all fields each tab?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.