- Posts: 312
- Thank you received: 19
Need image + Detail link and registration/detail buttons on Daily Calendar View
- Patrick Toulze
- Topic Author
- Offline
- Elite Member
Less
More
3 years 5 months ago - 3 years 5 months ago #144929
by Patrick Toulze
Need image + Detail link and registration/detail buttons on Daily Calendar View was created by Patrick Toulze
Last edit: 3 years 5 months ago by Patrick Toulze.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
3 years 5 months ago #144953
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
Yes. That's correct file to modify.
The following user(s) said Thank You: Patrick Toulze
Please Log in or Create an account to join the conversation.
- Patrick Toulze
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 312
- Thank you received: 19
3 years 5 months ago - 3 years 5 months ago #144981
by Patrick Toulze
Replied by Patrick Toulze on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
Thank You Tuan
I was only able to add a “Details” button using the code use on the title.
I try many codes from others theme files to add the Event Picture or the full “Task Bar” with the Register Button and Details.
So far nothing work in that override?
Also I just want to thank you for Event Booking, after struggling a bit *as it was my first install) I can say that this is a great software, I’m really demanding and the degree of toughts and possibility given here is incredible. I’m to prepare a 5 stars review on the JED — Great Software and Great Support — Thank You again!.
Now I’m installing EShop on the same site ( I will start to ask questions on it soon) — I will try to not bother you to much
— First question : Eshop was bought by the owner of the web site (he give me the key of his Joomdonation account) but I wonder If I can have access to the eShop Support as I’m register with my own account (with Event Booking).
Are you able to add an administrator (with another email) on the same account?
I was only able to add a “Details” button using the code use on the title.
I try many codes from others theme files to add the Event Picture or the full “Task Bar” with the Register Button and Details.
So far nothing work in that override?
Also I just want to thank you for Event Booking, after struggling a bit *as it was my first install) I can say that this is a great software, I’m really demanding and the degree of toughts and possibility given here is incredible. I’m to prepare a 5 stars review on the JED — Great Software and Great Support — Thank You again!.
Now I’m installing EShop on the same site ( I will start to ask questions on it soon) — I will try to not bother you to much
— First question : Eshop was bought by the owner of the web site (he give me the key of his Joomdonation account) but I wonder If I can have access to the eShop Support as I’m register with my own account (with Event Booking).
Are you able to add an administrator (with another email) on the same account?
Last edit: 3 years 5 months ago by Patrick Toulze.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
3 years 5 months ago #144996
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
This is not a quick and easy modification, I'm afraid of because to show toolbar buttons to allow users to click on to perform registration, we will need to perform many conditions check to make sure registration is still available before showing these buttons
I could not find time to look at it today, too busy. Tomorrow, I will see if I can find sometime to look at it. But I could not promise that I will be able to help with this modification if it takes too much time.
I could not find time to look at it today, too busy. Tomorrow, I will see if I can find sometime to look at it. But I could not promise that I will be able to help with this modification if it takes too much time.
Please Log in or Create an account to join the conversation.
- Patrick Toulze
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 312
- Thank you received: 19
3 years 5 months ago - 3 years 5 months ago #145250
by Patrick Toulze
Replied by Patrick Toulze on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
I was able to add a “Details” button, using the same type of link as the title
That’s Good enough for me!
SUGGESTION:
I think you should add a detail button at least IN THAT VIEW....
Button alway represent an action for the user, people don’t necessary understand that they have to click the title to see the detail, with a button, its more clear....
What I missed now is to bring the Event image in that view?
I try some code but it didn’t work, any help here will be great....
That’s Good enough for me!
SUGGESTION:
I think you should add a detail button at least IN THAT VIEW....
Button alway represent an action for the user, people don’t necessary understand that they have to click the title to see the detail, with a button, its more clear....
What I missed now is to bring the Event image in that view?
I try some code but it didn’t work, any help here will be great....
Last edit: 3 years 5 months ago by Patrick Toulze.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
3 years 5 months ago #145252
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
Something like the code below would help:
Code:
<?php
if ($event->thumb && file_exists(JPATH_ROOT . '/media/com_eventbooking/images/thumbs/' . $event->thumb))
{
?>
<img src="<?php echo JUri::root().'/media/com_eventbooking/images/thumbs/'.$event->thumb ?>" />
<?php
}
?>
The following user(s) said Thank You: Patrick Toulze
Please Log in or Create an account to join the conversation.
- Patrick Toulze
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 312
- Thank you received: 19
3 years 5 months ago #145259
by Patrick Toulze
Replied by Patrick Toulze on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
Work perfectly, Thank You! Tuan.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
3 years 5 months ago #145260
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Need image + Detail link and registration/detail buttons on Daily Calendar View
Great !
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.