Skip to Content Skip to Menu

where do I edit "Sign Up Complete!"

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
9 years 11 months ago #254628 by carin
1. where do I edit "Sign Up Complete!" (I searched your site but nothing useful came up)

2. the "Sign Up Complete!" page is missing a class in the div surrounding the message, like "cb_confirmation", the classes "cb_template cb_template_default" are not usefull for styling that message.

CB 2.0

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

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
9 years 11 months ago #254630 by nant
Replied by nant on topic where do I edit "Sign Up Complete!"

carin wrote: 1. where do I edit "Sign Up Complete!" (I searched your site but nothing useful came up)

2. the "Sign Up Complete!" page is missing a class in the div surrounding the message, like "cb_confirmation", the classes "cb_template cb_template_default" are not usefull for styling that message.


language.php file of your language plugin.

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

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
9 years 11 months ago #254631 by carin
Replied by carin on topic where do I edit "Sign Up Complete!"
1. language.php ... so en-GB will be overridden on each update?

2. ?

CB 2.0

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

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
9 years 11 months ago #254632 by nant
Replied by nant on topic where do I edit "Sign Up Complete!"

carin wrote: 1. language.php ... so en-GB will be overridden on each update?

2. ?


1. Yes, unless you use the language override method explained in tutorial #36:
www.youtube.com/playlist?list=PLp0puRITgC7PuyzPsMUECDI46VE7IFSAX
www.joomlapolis.com/forum/6-news-and-publicity/227556-cb-language-override-video-tutorial-resources

2. I am not a css expert but looking at the language string I see it has a div class surrounding it. Guess you can override it also if you need to.

Hopefully Kyle can chime in later if needed.

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

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
9 years 11 months ago - 9 years 11 months ago #254644 by carin
Replied by carin on topic where do I edit "Sign Up Complete!"
"unless you use the language override method"
==> this is not a method, this is a tedious fiddle at best ... sorry to say but this should never seriously be offered in a extension > 100€ ... I got it working though but OMG

CB 2.0
Last edit: 9 years 11 months ago by carin.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48499
  • Thanks: 8284
  • Karma: 1443
9 years 11 months ago #254654 by krileon
Replied by krileon on topic where do I edit "Sign Up Complete!"

2. the "Sign Up Complete!" page is missing a class in the div surrounding the message, like "cb_confirmation", the classes "cb_template cb_template_default" are not usefull for styling that message.

The div surrounding it has the page-header class. The HTML from that string is also all a part of the language string, which you can freely add to. The below are the sign up complete strings.

Code:
'UE_REG_COMPLETE_NOPASS_NOAPPR' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>Your sign up request requires approval. Once approved your password will be sent to the e-mail address you entered.</p><p>When you receive approval and a password you will then be able to log in.</p>', 'UE_REG_COMPLETE_NOPASS_NOAPPR_CONF' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>Your sign up request requires email confirmation and approval. Please follow the confirmation steps sent to you in email.</p><p>When you receive approval a password will be emailed to you and you will then be able to log in.</p>', 'UE_REG_COMPLETE_NOPASS' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>Your password has been sent to the e-mail address you entered.</p><p>Please check your email (including your spambox). When you receive your password you will then be able to log in.</p>', 'UE_REG_COMPLETE_NOPASS_CONF' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>Your password has been sent to the e-mail address you entered.</p><p>Please check your email (including your spambox). When you receive your password and follow the confirmation instructions you will then be able to log in.</p>', 'UE_REG_COMPLETE_NOAPPR' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>Your sign up request requires approval. Once approved, you will be sent an approval notice to the e-mail address you entered.</p><p>When you receive the approval, you will be able to log in.</p>', 'UE_REG_COMPLETE_NOAPPR_CONF' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>Your sign up request requires email confirmation and approval. Please follow the confirmation steps sent to you in email. Once approved you will be sent an acceptance notice to the e-mail address you entered.</p><p>When you receive approval then you will be able to log in.</p>', 'UE_REG_COMPLETE_CONF' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>An email with further instructions on how to complete your sign up has been sent to the email address you provided.</p><p>Please check your email (including your spambox) to complete your sign up.</p><p>To have the email sent again, simply try logging in with the username and password of your sign up.</p>', 'UE_REG_COMPLETE' => '<div class="page-header"><h3>Sign Up Complete!</h3></div><p>You may now log in.</p>',

"unless you use the language override method"
==> this is not a method, this is a tedious fiddle at best ... sorry to say but this should never seriously be offered in a extension > 100€ ... I got it working though but OMG

I understand where you're coming from and I understand your frustrating. You're right, we do need to improve this and you shouldn't have to modify a PHP file to override language strings. We absolutely do plan to implement backend language overrides similar to Joomla. However, we had to decide if it was worth delaying CB 2.x even further to implement this. We chose to release without it. We however are focusing on a more rapid development approach and are releasing regular updates with features and bugs fixes. So in a future release we hope to have such a feature. I can't say when as I don't know yet since we need to focus on plugin compatibility first at this time.


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: nant

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

Moderators: beatnantkrileon
Powered by Kunena Forum