Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] editing the message on default_language.php

11 years 8 months ago - 11 years 8 months ago #220832 by mothersofboys
I'd like to edit the message

Your account is now active. You may now log in!

that lives on Line 246 of default_language.php

DEFINE('_UE_USER_CONFIRMED','Your account is now active. You may now log in! Use the LOG IN button in the top menu');

I want to make the content bigger, bolder and to hyperlink the words LOG IN.

Can this be done in the CB config settings -- or can I bypass this "your account is now active" page and make a better landing page that has images, and text formatting, etc...

Thanks
LrG
Last edit: 11 years 8 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 8 months ago #220858 by krileon
Replied by krileon on topic editing the message on default_language.php
I believe HTML is supported so just add whatever HTML you like to it. As for the styling you would normally do this with CSS, but you can add inline styles too if you want. Example as follows.

DEFINE('_UE_USER_CONFIRMED','<strong>Your account is now active. You may now log in! Use the <a href="index.php?option=com_comprofiler&task=login">LOG IN</a> button in the top menu</strong>');


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.

11 years 8 months ago #220937 by mothersofboys
Replied by mothersofboys on topic editing the message on default_language.php
ok, cool. that worked for now.

thanks again for the excellent support!

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

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
11 years 8 months ago #220941 by nant

mothersofboys wrote: ok, cool. that worked for now.

thanks again for the excellent support!


You should never edit your default language files as they will be overwritten when you upgrade CB.

You need to follow the advise of the detailed cb guide and make changes to your english language file.

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

11 years 8 months ago #221021 by mothersofboys
Replied by mothersofboys on topic editing the message on default_language.php
english language file -- that's where I originally went to and thought it would be!

Thanks for the tip!

LrG

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

11 years 7 months ago #222866 by mothersofboys
Replied by mothersofboys on topic editing the message on default_language.php
I would like to make messages like this one:

Joined Club successfully and awaiting approval!

more obvious on the page when a user joins a group and is awaiting approval. As they are displaying now - users are not noticing them at all and are expecting to be taken directly to the home page of the group they think they just joined.


I am not finding where to edit this in the

default_language.php file

or the

en-GB.ini

Can this be edited? and can the messaging be a modal pop up instead? if not - I can live with better, bigger, bolder display instead of the small blue 'banner' at the top of the page like it displays now.

thanks

LrG

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

Moderators: beatnantkrileon
Powered by Kunena Forum