×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Matukio latest developer release

Matukio latest developer release 11 years 9 months ago #17040

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Hi
I have just checked the latest developer release from 29 of June.
Is it correct that there is no longer a template tab/option in the backend?

I have also created a bookingfield with fieldtype "Radiobuttons". The selected option is not shown on the third site of the booking form.

Regards
Patrik

Matukio latest developer release 11 years 9 months ago #17043

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Patrik,

Is it correct that there is no longer a template tab/option in the backend?


Hmm do you mean event template? You should still be able to choose between 'default' and 'modern'.

I have also created a bookingfield with fieldtype "Radiobuttons". The selected option is not shown on the third site of the booking form.


Hmm strange, not even a error or notice?

Best regards,

Yves

Matukio latest developer release 11 years 9 months ago #17044

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4

Hmm do you mean event template?


No, it was the third tab between Events and Coupons used to create a course template.

Hmm strange, not even a error or notice?

No notice.

Matukio latest developer release 11 years 9 months ago #17045

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Have also a look at the pics (I have added the info.img with language override, it's not from the old fields)
Attachments:

Matukio latest developer release 11 years 9 months ago #17046

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Ah no i understand what you mean, we removed the templates view, because it was not working properly. We are going to integrate a complete new template-system with one of the next versions.

The missing radion Button value, will be fixed before release.

Thanks for testing and your feedback!

Yves

Matukio latest developer release 11 years 9 months ago #17047

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Is it possible also to add the JHTML::_('behavior.tooltip'); function?

Since there is no mouseover function for radiobuttons I hade to make an ugly language override:

STIPENDIUM="<span class='editlinktip hasTip' title='Stipendium::Ich bin nicht älter als 25 Jahre und noch in Ausbildung (Studium, Berufslehre) und wünsche ein Stipendium für diesen Workshop.'>Stipendium <img src='http://localhost:8888/panch/media/com_matukio/images/0012.png' border='0' style='vertical-align: absmiddle;'/></span>"


After I have added JHTML::_('behavior.tooltip'); into views/bookevent/tmpl/default.
At the same time I did modify line 308 in administrator/components/com_matukio/helper/util_booking.php from
echo '<label for="' . $field->field_name . '" width="100" title="' . JText::_($field->label) . '">';

into
echo '<label for="' . $field->field_name . '" width="100">';

to prevent that the tip was shown twice.

Matukio latest developer release 11 years 9 months ago #17048

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
The planed tooltips haven't made it in this version :dry: This release is primary a bugfix release, fixing many annoying bugs and adding the two new views. I release it now, because else you would have to wait two or three weeks more until the next "feature complete" version would be ready.

Matukio latest developer release 11 years 9 months ago #17049

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Have a look at the attached pic. I hope it is wrong configuration by me and not a bug:

I set the values to {Ja=JA}{Nein=NEIN}
and selected fieldtype Radiobuttons. But I can select both.
Attachments:

Matukio latest developer release 11 years 9 months ago #17050

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hmm, can't reproduce this or maybe i already fixed this one.

Matukio latest developer release 11 years 9 months ago #17051

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Tested it with version gitf6b757d(Alpha).

Matukio latest developer release 11 years 9 months ago #17052

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
I made also a test with version 2.0.2 Same problem here. So I must do something wrong when creating this booking field :dry:

EDIT: When choosing "Checkbox" it works. And it is also shown on the third page.
Must there be an other code than {Ja=JA}{Nein=NEIN} when choosing Radiobox?

Matukio latest developer release 11 years 9 months ago #17053

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
No your code seems correct. I just released Version 2.1.0, do you have this bug there also?

Yves

Matukio latest developer release 11 years 9 months ago #17054

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4
Works perfectly now!! :)

Matukio latest developer release 11 years 9 months ago #17077

  • Patrik Bernhard
  • Patrik Bernhard's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 91
  • Thank you received: 4

Ah no i understand what you mean, we removed the templates view, because it was not working properly. We are going to integrate a complete new template-system with one of the next versions

.

In this case you should also uncomment lines 1075 -1104 on

administrator/components/com_matukio/helper/util_events.php

This prevents to save a template when adding a new event in the frontend.

Regards
Patrik
  • Page:
  • 1
Time to create page: 0.124 seconds