Skip to Content Skip to Menu

How to see CB profile page of author with Events Booking and Eventlight template

  • lio220
  • lio220
  • ONLINE
  • Posts: 20
  • Thanks: 3
  • Karma: 0
5 days 4 hours ago - 4 hours 1 minute ago #344162 by lio220
Hello the community, 

I'm using Events Booking with the template Eventlight from Joomdonation.
When I click on a event, there is the name of the author on the right "created by", but when I click on the author's name it opens the list of his events.
demo.joomdonation.com/eventlight/index.php/sports/sports/table-mountain-cableway

That's exactly what I want and I want to keep that behavior, but I also would like in another custom field (or with another solution) a link to access to the CB profile page of the author of the event.

How is it possible ?
Do I need a plug in like CB Author Bot ?

And do you know if it is possible for a registred to be notified when a followed author publish an event ? 

Thank you for helping me, 
Lionel
Last edit: 4 hours 1 minute ago by lio220.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 50546
  • Thanks: 8653
  • Karma: 1473
4 days 4 hours ago #344165 by krileon
Your extension would need a Joomla event for that that you could act on using CB Auto Actions otherwise the extension will need to implement CB support directly. CB Author Bot will not help you here as that's only designed for Joomla articles. Whether this is possible or not is entirely dependent on your extension so you'd need to contact the developer of it regarding that.


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

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

  • lio220
  • lio220
  • ONLINE
  • Posts: 20
  • Thanks: 3
  • Karma: 0
2 days 22 hours ago #344177 by lio220
Hi, 

thank you very much for your answer, I'll contact them.

Lionel

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

  • lio220
  • lio220
  • ONLINE
  • Posts: 20
  • Thanks: 3
  • Karma: 0
1 day 21 hours ago #344180 by lio220
Hi, 

If possible I would like an advice to know the best way to implement automatically in the profile page the link to the events of an author, like that page demo.joomdonation.com/eventlight/index.php/sports/search-result?created_by=348

I mean, if possible, when someone click on a profile page, he can see the profile page and can see (somewhere, in a tab or somewhere else) that page with all events.

What would be the most convenient way for that and the most durable solution ?

Thank you for any advice or solution.

Regards, 
Lionel

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 50546
  • Thanks: 8653
  • Karma: 1473
1 day 4 hours ago #344183 by krileon
A link to that page would be just a Custom HTML field with a normal a element with the href linking to the page and created_by as [user_id] substitution.

Actually rendering the page inside their profile becomes a lot more complicated and would require 1 of the following.

1. A new CB plugin that integrations the extension and renders a tab for it
2. A CB Code Field that calls that extensions API to render that view (if supported by the extension)
3. A CB Query Field to query the database and pull a list of results to display in a table (won't look like that view, but can still be used to have a table of information)
4. Insert a Joomla module into a Custom HTML field that displays that view (probably won't be able to filter this per-user)
5. An iframe in a Custom HTML field to embed that view
6. A Joomla content plugin provided by that plugin and then using that content plugin substitution in a Custom HTML field

Most of this is entirely dependent on what functionality the extension has available. 1 requires custom development of a new plugin. 2 and 3 would require a paid addon. 4, 5, and 6 depend entirely on if the extension provides or allows for that functionality.


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.

  • lio220
  • lio220
  • ONLINE
  • Posts: 20
  • Thanks: 3
  • Karma: 0
22 hours 35 minutes ago #344188 by lio220
Hello Krileon, 

thank you very much for this answer, it is super clear and educational and very interesting to read.

I've tried the first method and I managed to do it easily thanks to your explanation, even if I am so far from coding.

I'll settle for that, it is satisfying for my needs.

Thank you very much,
Lionel
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