Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file JUX Timetable / Events --> override labels?

More
4 years 8 months ago #33261 by Elsner
I don't know why but someone deleted my question.
I still looking for a way to override the labels which are used by the timetable extension.

1) one way could be the implementation of language files --> in order to change every english word to German
2) another way could be to override the relevant labels in the specific config file

Could you tell me the preferred way and how to get it done?
In the original post you already started to post a solution but after a couple days it was deleted.

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

More
4 years 8 months ago #33276 by HaiND
Hi again
I don't know why your question was deleted
Now you want to translate the place of the event, you can send me the image where you want to translate
I will instruction you translate it
Thanks

Best Regards
--HaiND--

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

More
4 years 8 months ago #33300 by Elsner
Thank you for your response.
I will send you a message with screenshots showing which labels I would like to change.

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

More
4 years 8 months ago #33302 by HaiND
Hi again
yes, you can send images via : prnt.sc/
I will check it for you soon
Thanks

Best Regards
--HaiND--

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

More
4 years 8 months ago #33320 by Elsner
It wasn't possible to send you some screenshots because the board message service doesn't allow it.
Updating the post wasn't possible either. I had to wait for an hour to due your flood prevention the board implemented :-)

Please find a link to a dropbox folder where you can find 2 screenshots.
www.dropbox.com/sh/j2pkhgvbh49sexv/AAAAq...dOKgTZ4Gc_JizLa?dl=0

Every label which is marked with a red circle I would like to translate or change.
Every solution will help me. Maybe I also can change the representation of the date format

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

More
4 years 8 months ago #33321 by HaiND
Hi again
I will instruction you transalte change

Start: ...\components\com_jux_timetable\views\event\tmpl\default.php at line 83
End : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 87
Event Categories : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 91
Repeats Every Year Start on : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 98
Register Now : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 102
Organize : ...\jux_timetable\language\en-GB\en-GB.com_jux_timetable.ini at line 57
Location : ...\jux_timetable\language\en-GB\en-GB.com_jux_timetable.ini at line 58

Also with things you want to override or change the date format, please speak more clearly and I will edit it for you
Thanks

Best Regards
--HaiND--
The following user(s) said Thank You: Elsner

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

More
4 years 8 months ago #33340 by Elsner
Hi again,

thank you very much.

1)
the following instructions worked perfectly, thank you:

Start: ...\components\com_jux_timetable\views\event\tmpl\default.php at line 83
End : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 87
Event Categories : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 91
Repeats Every Year Start on : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 98
Register Now : ...\components\com_jux_timetable\views\event\tmpl\default.php at line 102

These didn't have an impact:
Organize : ...\jux_timetable\language\en-GB\en-GB.com_jux_timetable.ini at line 57
Location : ...\jux_timetable\language\en-GB\en-GB.com_jux_timetable.ini at line 58
Please have a look a the screenshot "no impact"

2) regarding the date format
Have a look at screenshot "date"
I would like to arrange the date dd-mm-yyyy instead of yyyy-mm-dd

3) Change image size?
Have a look at screenshot "image_size"
Is there any way to use the original image size? the pictures are huge. I would like to use some smaller images

4) I did not remember
In the previous post which was somehow deleted you already gave me introductions on how the change the labels you can see at the screenshot "overview"
Could you please tell me once more, where to do those changes?


All images are available under:
www.dropbox.com/sh/j2pkhgvbh49sexv/AAAAq...dOKgTZ4Gc_JizLa?dl=0

Thank you for your support!

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

More
4 years 8 months ago #33349 by HaiND
Hi again
1: with problem transalte
I apologize the path must be as below
Organize : ...\language\en-GB\en-GB.com_jux_timetable.ini at line 57
Location : ...\language\en-GB\en-GB.com_jux_timetable.ini at line 58
2: with problems date format
in file: ...\components\com_jux_timetable\views\event\tmpl\default.php
at line 84

<span><?php echo $item->startdate; ?> <?php echo $item->starttime; ?></span>
edit:
<span><?php echo date_format(date_create($item->startdate),'d/m/Y'); ?> <?php echo $item->starttime; ?></span>

at line 88
<span><?php echo $item->enddate; ?> <?php echo $item->endtime; ?></span>
edit:
<span><?php echo date_format(date_create($item->enddate),'d/m/Y'); ?> <?php echo $item->endtime; ?></span>

3: with probelm change size
I don't know what size your original image is, now I'm setting the width of the 50% image container, if you want to display a smaller image, you can set it smaller like 40 % or 30% in the file below
in file: /components/com_jux_timetable/assets/css/events.css at line 281
4: Do you want to change the label: Select Category, Select Organizer, and Learn More button?
Select Category:
in file : \language\en-GB\en-GB.com_jux_timetable.ini at line 62
Select Organizer:
in file : \language\en-GB\en-GB.com_jux_timetable.ini at line 53
Learn More:
in file : \language\en-GB\en-GB.com_jux_timetable.ini at line 54

Hope it will help you
I tried to guide you a lot, can you help me write a 5-star review for the items on the JED
It will help us a lot in product development
extensions.joomla.org/extension/jux-timetable/

Thank you very much

Best Regards
--HaiND--
The following user(s) said Thank You: Elsner

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

More
4 years 8 months ago #33373 by Elsner
Hi,

thank you for your reply.

wrt 1)
works perfectly

wrt 2)
i will test it as soon as possible.

wrt 3)
Changing the width doesn't have an impact at all. The images stay pretty large, even I changed the image to 100x100.
The representation is scaling it up.

wrt 4)
\language\en-GB\en-GB.com_jux_timetable.ini
--> it isn't the right file.
Shouldn't it be en-GB.mod_jux_timetable_events.ini?

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

More
4 years 8 months ago #33389 by HaiND
Hi again

wrt 3)
Please go to back-end modules JUX Timetable Events -> tab Advanced -> Custom CSS and add code:

.loop-item-featured img {
width: auto!important;
max-width: initial!important;
}
if still have a problem, please send login back-end, I will custom it for you

wrt 4)
Yes, If you using module then it is en-GB.mod_jux_timetable_events.ini
Hope it will help you
Thanks

Best Regards
--HaiND--
The following user(s) said Thank You: Elsner

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

Moderators: Jackie
Time to create page: 0.042 seconds
Powered by Kunena Forum