Implement Uikt

  • Antonio Jimenez Fuentes
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 4 months ago #119708 by Antonio Jimenez Fuentes
Implement Uikt was created by Antonio Jimenez Fuentes

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

More
5 years 4 months ago #119709 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Implement Uikt
Surely we will have it supported. Maybe on January 2019

Tuan

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

  • StreetSportService
  • Offline
  • Premium Member
  • Premium Member
More
5 years 1 month ago #122631 by StreetSportService
Replied by StreetSportService on topic Implement Uikt
Hi Tuan
Is UIKIT 3 implemented for Event Bookings as well as Membership Pro?

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

More
5 years 1 month ago #122632 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Implement Uikt
It was implemented for Membership Pro. We haven't had it supported for Events Booking yet

Tuan

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

  • StreetSportService
  • Offline
  • Premium Member
  • Premium Member
More
5 years 3 weeks ago #122874 by StreetSportService
Replied by StreetSportService on topic Implement Uikt
Okay :) Is UIkit for event booking on your To-Do list?

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

More
5 years 3 weeks ago #122890 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Implement Uikt
Yes, it's. However, honestly, it will take sometime to have it available. Maybe I can start supporting it in the most used views/pages in the extension first and leave the less used views/pages for future development

Guess it should be OK

Tuan

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

  • StreetSportService
  • Offline
  • Premium Member
  • Premium Member
More
5 years 3 weeks ago #122935 by StreetSportService
Replied by StreetSportService on topic Implement Uikt
That sound great Tuan
The process suggested would work.

I just hope you will do it in an continues process taking a bite at a time, until it is fully completed as on process.

It would be very valuable to have this fully integrated with UIKit (especially together with UIKit in membership pro).

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

More
5 years 3 weeks ago #122944 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Implement Uikt
Will do. Will update you when it's ready to used. Should not be hard, just take time as Events Booking has many different layout (unless Membership Pro)

As I said, I will work on widely used layout first, for other layouts, we can have it as on-going development

Tuan
The following user(s) said Thank You: StreetSportService

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

More
5 years 2 weeks ago #123067 by Daniel
Replied by Daniel on topic Implement Uikt
For all who are using Uikit: You can implement a progress bar very easy in your custom theme:



Just put the following code for example into the events_table.php (/components/com_eventbooking/themes/default/common)
Code:
<progress id="js-progressbar" class="uk-progress" value="<?php echo $item->total_registrants; ?>" max="<?php echo $item->event_capacity; ?>"></progress>
The following user(s) said Thank You: Tuan Pham Ngoc, StreetSportService

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

More
5 years 2 weeks ago #123069 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Implement Uikt
Thanks for sharing the tip Daniel.

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

Moderators: Tuan Pham Ngoc