Skip to Content Skip to Menu

Address is now missing

  • qneal78710
  • qneal78710
  • OFFLINE
  • Posts: 111
  • Thanks: 11
  • Karma: 0
1 month 3 weeks ago #339277 by qneal78710
Address is now missing was created by qneal78710
On the the profile edit page, there is an area called, "Edit Your Details" with a tab that says "Details".  Well within this tab are fields...Birthdate, Gender, Relationship, Languages, Religion, and Political. Well right after political there was a "Custom HTML" TYPE and it just read "Address" so I wanted it to say "Home Address". Well the Variable "PROFILE_ADDRESS" seemed to have the value of "Address", so I never deleted the variable, all I did was open the file and in the Title I typed "Home" right next to "PROFILE_ADDRESS, then I saved it and it disappeared on the "Edit Profile" page. I went back into the field and I deleted "Home" and made sure there was no spaces on the left side and save the field, but still the field did not show up on the "Details" tab. I can't figure it out. I didn't go into the "Conditionals" and change anything!!!! 
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48536
  • Thanks: 8290
  • Karma: 1445
1 month 2 weeks ago #339282 by krileon
Replied by krileon on topic Address is now missing
That's just a header field for separating content. It should be in CB > Field Management with a field name of cb_address_header. The address fields should be structured as follows.

 

Feel free to use our demo site below as a reference as administrative access is provided for our demo site.

demo.cbdemosites.com/


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.

  • qneal78710
  • qneal78710
  • OFFLINE
  • Posts: 111
  • Thanks: 11
  • Karma: 0
1 month 2 weeks ago #339283 by qneal78710
Replied by qneal78710 on topic Address is now missing
So I tried your demo website and I was able to replicate it. All you do is place the word "HOME" in front of the variable PROFILE_ADDRESS and save it, then go look at the user's profile page under the details tab and it's gone. Then delete the word "HOME" next to the variable PROFILE_ADDRESS and the separator never comes back no matter what you do on the back end. I can't get the separator back.
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48536
  • Thanks: 8290
  • Karma: 1445
1 month 2 weeks ago #339284 by krileon
Replied by krileon on topic Address is now missing
It's due to the WYSIWYG editor filtering out its contents. It contains an empty span as the HTML contents since it's just being used for its title and not its contents. Use the following and it'll show up again. The below will avoid the WYSIWYG editor filtering.

HTML
Code:
<span class="d-none"></span>


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.

  • qneal78710
  • qneal78710
  • OFFLINE
  • Posts: 111
  • Thanks: 11
  • Karma: 0
1 month 2 weeks ago #339285 by qneal78710
Replied by qneal78710 on topic Address is now missing
Thanks, I appreciate that. I tried this all on your demo site before my own and it seems to work. But what I decided to do was use the overide to change the default PROFILE_ADDRESS to show Home Address instead of editing that field directly. Everything has worked perfectly now.
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum