How do you strip out the domain name from $group->logo( false, false )

1 month 3 days ago - 1 month 3 days ago #337601 by NFA
Hi,

To retrieve the URL from the GroupJive group logo in PHP, I use the code below:
$group = new \CB\Plugin\GroupJive\Table\GroupTable();
$group->load( GROUP_ID_HERE );
$logo = $group->logo( false, false );

This returns a full URL with also the protocol and domain name in front of it. For example, it returns something like:
https://mywebsite.com/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/myTemplate/images/GroupName_logo.jpg
Why does it put
https://mywebsite.com
in front of it? What is the (best) way to resolve only the path/filename? In this example, I only want to get
/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/myTemplate/images/GroupName_logo.jpg

With kind regards, Noa


 

Please Log in to join the conversation.

1 month 2 days ago #337605 by krileon
You're already using PHP to retrieve it. Simply use PHP to remove the domain name. Is there a reason you need to do this?


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 to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.396 seconds

Facebook Twitter LinkedIn