Skip to Content Skip to Menu

[SOLVED] Two Questions

  • Dhruba RC
  • Dhruba RC
  • OFFLINE
  • Posts: 16
  • Thanks: 2
  • Karma: 0
12 years 3 months ago - 12 years 3 months ago #205429 by Dhruba RC
[SOLVED] Two Questions was created by Dhruba RC
Hi,
I have two questions so here they are,
(i) There are two options in edit menu in registered users profile. In update profile one tab provides the option to change or edit the profile image; another option also allows the user to update the profile image directly. It seems redundant, so I want to remove the second option that takes you directly to the image upload section, is there any way to achieve that?

(ii) My next question, is it somehow possible to show the name of the user after he/she has logged in to my website. I want to show a welcome message to registered users (through custom html module) after they log in, and I want to personalise it. That is the reason why I want to know if it is possible?
FYI - I am using latest versions of CB & Joomla. Many thanks in Advance!

My new creation digitalfilbert.com/
Last edit: 12 years 3 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
12 years 3 months ago #205477 by krileon
Replied by krileon on topic Re: Two Questions

(i) There are two options in edit menu in registered users profile. In update profile one tab provides the option to change or edit the profile image; another option also allows the user to update the profile image directly. It seems redundant, so I want to remove the second option that takes you directly to the image upload section, is there any way to achieve that?

Believe only solution for that is to use the below CSS.
Code:
.cbMenu_UE_UPDATEAVATAR, .cbMenu_UE_DELETE_AVATAR { display: none; }

(ii) My next question, is it somehow possible to show the name of the user after he/she has logged in to my website. I want to show a welcome message to registered users (through custom html module) after they log in, and I want to personalise it. That is the reason why I want to know if it is possible?

Yes, this is possible. First install our CB Content Bot, which allows substitutions in a Joomla article. Now create a static Joomla article and add whatever message you want. You can include substitutions such as [name], [username], etc.. (note they need to be formatted as {cb:SUBSTITUTION} for the bot to work). Once done edit your login module and set the login redirect to that new article.


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.
The following user(s) said Thank You: Dhruba RC

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

  • Dhruba RC
  • Dhruba RC
  • OFFLINE
  • Posts: 16
  • Thanks: 2
  • Karma: 0
12 years 3 months ago #205555 by Dhruba RC
Replied by Dhruba RC on topic Re: Two Questions
Thanks Kyle!

My new creation digitalfilbert.com/

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

Moderators: beatnantkrileon
Powered by Kunena Forum