Skip to Content Skip to Menu

[SOLVED] CB URL field placeholder

  • AlanJones
  • AlanJones
  • OFFLINE
  • Posts: 509
  • Thanks: 42
  • Karma: 2
9 years 8 months ago - 9 years 8 months ago #259721 by AlanJones
[SOLVED] CB URL field placeholder was created by AlanJones
Is there some way to add a placeholder text for a URL field?
For example if I wanted a google map url field, but didn't want the long url to display but rather the words "Google Map" with a link.

Thanks!

Own Your Own Community!
Last edit: 9 years 8 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 8 months ago #259755 by krileon
Replied by krileon on topic CB URL field placeholder
Yes, if you're using CB 2.x edit your web address field then under Parameters > Display set "Placeholder Value" as needed.


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.

  • AlanJones
  • AlanJones
  • OFFLINE
  • Posts: 509
  • Thanks: 42
  • Karma: 2
9 years 8 months ago #259764 by AlanJones
Replied by AlanJones on topic CB URL field placeholder
Thanks - It doesn't seem to be working. I'm using J 3.4 and CB 2.0.7

You can see it here: interiorshots.accessipd.com/profile-view/userprofile/Test%20User%2044
I have the title "Google Map" in the placeholder value

Own Your Own Community!

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 8 months ago #259773 by krileon
Replied by krileon on topic CB URL field placeholder
Ah, you're wanting to provide hyperlink text. That's not what a Placeholder does or is. The Placeholder adds the edit input placeholder attribute to the input. The hyperlink text can only be supplied by the user directly when you've set the web address field parameter "Web Address Type" to "Hypertext and URL". The alternative is to force a different display for the field, which below usage worked in my tests as long as "Web Address Type" is set to "URL Only".

Parameters > Layout > Profile Value Layout
Code:
[cb:if cb_webaddress=""][value][/cb:if] [cb:if cb_webaddress!=""]<a href="[cb_webaddress]" target="_blank" rel="nofollow">Google Map</a>[/cb:if]

Replace cb_webaddress with the name of your field.


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.

  • AlanJones
  • AlanJones
  • OFFLINE
  • Posts: 509
  • Thanks: 42
  • Karma: 2
9 years 8 months ago #259786 by AlanJones
Replied by AlanJones on topic CB URL field placeholder
Perfect! Thank you!
I just added http:// ahead of [cb_webaddress... without it the link became an internal link.
Works perfectly.

Own Your Own Community!

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

Moderators: beatnantkrileon
Powered by Kunena Forum