Skip to Content Skip to Menu

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

CB-Profil Bilderalben bzw. Videos einbinden

  • werthersd
  • werthersd
  • OFFLINE
  • Posts: 14
  • Thanks: 0
  • Karma: 0
11 years 1 month ago - 11 years 1 month ago #233609 by werthersd
Replied by werthersd on topic CB-Profil Bilderalben bzw. Videos einbinden
I don't want to translate this big amount of text just for to know, what can not be used in this case.

I need to have links to locally stored media files in user profiles. If text-links are possible - good, thumbnails even better, AllVideoShare embedding-links would be best.

But I had to experience that CB cuts off HTML if i try to use it...

Please give me an example of just one little link, that can be displayed in a user profile's text area field!
Last edit: 11 years 1 month ago by werthersd.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #233620 by krileon
Replied by krileon on topic CB-Profil Bilderalben bzw. Videos einbinden

But I had to experience that CB cuts off HTML if i try to use it...

CB cleans certain element types for security. When it does this you can whitelist them within CB > User Profile. "Text Area" fields can not have HTML. You must use a "Editor Text Area" to supply HTML or as instructed use delimiter fields, but again delimiter fields are not user-by-user (unique to each user) like a "Editor Text Area" field would be.

Please give me an example of just one little link, that can be displayed in a user profile's text area field!

It's just basic HTML. Example as follows.

Code:
<a href="index.php?option=com_comprofiler">This is a link.</a>


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.

  • werthersd
  • werthersd
  • OFFLINE
  • Posts: 14
  • Thanks: 0
  • Karma: 0
11 years 1 month ago #233632 by werthersd
Replied by werthersd on topic CB-Profil Bilderalben bzw. Videos einbinden
Sorry, I missed the "editor" in front of "text area", tried it with a simple text area a had all html cut off.

But the problem persists: even in editor text area html-tags are cleaned. How are they to whitelist?

allvideoshare-links like {avsplayer videoid=9 playerid=3} work in articles but will be ignored in editor text area. I would prefere to use it, if possible.

html elements like < or > are cleaned...

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #233633 by krileon
Replied by krileon on topic CB-Profil Bilderalben bzw. Videos einbinden
You can not use content plugin tags in CB fields. We do not process them as it opens CB to vulnerability (most fields are user supplied). So your avsplayer tag usage will do nothing.


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.

  • werthersd
  • werthersd
  • OFFLINE
  • Posts: 14
  • Thanks: 0
  • Karma: 0
11 years 1 month ago - 11 years 1 month ago #233635 by werthersd
Replied by werthersd on topic CB-Profil Bilderalben bzw. Videos einbinden
This is quite disappointing, but there are two more chances:

If I use a text-link, the video just can be downloaded or played in a seperate window in a local player. Is there a chance to embed it in the profile or show it in a sort of "lightbox"-style?

How about a thumbnail as link? Works the same way as text-link, I suggest...
Last edit: 11 years 1 month ago by werthersd.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #233638 by krileon
Replied by krileon on topic CB-Profil Bilderalben bzw. Videos einbinden
You can do anything you want within the limitations of HTML. Please see the below regarding HTML usage.

www.w3schools.com/html/default.asp

Any of the above HTML usage is possible as delimiter fields and Editor Text Area fields both support full HTML.


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.

Moderators: beatnantkrileon
Powered by Kunena Forum