Skip to Content Skip to Menu

[SOLVED] 2 emails when creating a user

  • ag3
  • ag3
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
12 years 10 months ago - 12 years 10 months ago #185450 by ag3
When I create a new user using community builder, the user will receive 2 emails. From a community builder that contains the login and password and the original text and the second email is an email with the subject "new user details" which I think Joomla is sent with a login and password (which password is different from that generated by CB).

How to make one community builder sends a welcome email and not joomla
Last edit: 12 years 10 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 10 months ago #185454 by nant
Replied by nant on topic Re: 2 emails when creating a user
Please read very first post of this forum area.

Please Log in or Create an account to join the conversation.

  • ag3
  • ag3
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
12 years 10 months ago #185457 by ag3
Replied by ag3 on topic Re: 2 emails when creating a user
Thanks That'work now. Sorry I've didn't see this topic.

I have another question. On my welcome email I want to include the url of the webpage profile. Before I have parameter sh404sef AND CB to have an url like this one : www.my-domain.com/username . All is ok except the /username.

To take you an example, I have a username on CB "téléphone paris". My url profile work fine and I have this : www.my-domain.com/telephone-paris . And on the page profile I have on the title this : Téléphone Paris. But when I parameter the welcome email like this ([siteurl]/[username]) I obtain on the welcome email this : www.my-domain.com/téléphone paris instead of www.my-domain.com/telephone-paris .

which variable should I write to get a url entered in the mail like www.my-domain.com/telephone-paris and not www.my-domain.com/téléphone paris.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48437
  • Thanks: 8275
  • Karma: 1443
12 years 10 months ago #185508 by krileon
Replied by krileon on topic Re: 2 emails when creating a user
You should be supplying non-SEFed links with the email. Example as follows.

index.php?option=com_comprofiler&task=userprofile&user=[user_id]

The username substitution will always return the username as it would appear on profile.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • ag3
  • ag3
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
12 years 10 months ago #185570 by ag3
Replied by ag3 on topic Re: 2 emails when creating a user
Sorry I didn't understand your reply. What Should I do or set on CB or sh404SEF to obtain on the welcome email a text like this : Hello, your url profile is www.mydomain.com/telephone-paris .

Where telephone-paris need to change depending on the username filled

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48437
  • Thanks: 8275
  • Karma: 1443
12 years 10 months ago #185589 by krileon
Replied by krileon on topic Re: 2 emails when creating a user
You could use a delimiter field with the below contents.

Hello, your profile url is: <a href="index.php?option=com_comprofiler&task=userprofile&user=[user_id]">index.php?option=com_comprofiler&task=userprofile&user=[user_id]</a>

The URL will SEF when it is displayed, but it needs to be stored to the delimiter field as non-SEF.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum