Main menu

Forum


× Help Forum English

[GANTRY ISSUE] Little Problems in Frontend

  • fwmedienservice
  • Avatar di fwmedienservice Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 5 Mesi fa - 10 Anni 5 Mesi fa #7765 da fwmedienservice
[GANTRY ISSUE] Little Problems in Frontend è stato creato da fwmedienservice
Hi
as promised again today in the forum.
If you register on my site www.nordbrandenburg.de to an event entered, there are two problems.
First, images can be uploaded without limitation KB.
Second, if an organizer provides a reservation, he can not do that from the front end. (see chart) He may just be the number of places not enter more. Here's something wrong. I have to make as an admin for the user which then. This is so not thought of.

Request for correction.

Otherwise this is a fine optical component - better than anything I've tasted. Easy to use for the user, and above all beautifully uncluttered.
Thanks for that.

Greeting Frank

Ich bin hier um die Entwicklung von iCagenda zu verfolgen. Diese Komponente wird auf meinem Portal eingesetzt.
Allegati:
Ultima Modifica 10 Anni 5 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • HorstG
  • New Member
  • New Member
Di più
10 Anni 5 Mesi fa - 10 Anni 5 Mesi fa #7766 da HorstG
Risposta da HorstG al topic Little Problems in Frontend
Ich hab ja das gleiche Problem, bei mir leigt es wohl am Template. Welches benutzt du? Teste mal mit Beez, da funktioniert alles!

I have the same Problem. What is your Template? Test it with the Beez Template. Is full functinality!
Ultima Modifica 10 Anni 5 Mesi fa da HorstG.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • fwmedienservice
  • Avatar di fwmedienservice Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 5 Mesi fa #7767 da fwmedienservice
Risposta da fwmedienservice al topic Little Problems in Frontend
Had I not seen. I also use a RT template with the Gantry Framework. I do not think that is it the template. If yes gladly pushed onto the templates. It may equally well be due to a third-party plugin or even on the programming of the developer. I'm curious what he tells us.
Basically, I could also do without the reservation / registration. But I think it should work.

so long

Ich bin hier um die Entwicklung von iCagenda zu verfolgen. Diese Komponente wird auf meinem Portal eingesetzt.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 5 Mesi fa - 10 Anni 5 Mesi fa #7771 da Lyr!C
Risposta da Lyr!C al topic Little Problems in Frontend

First, images can be uploaded without limitation KB.


This option will be added in 3.4.0-beta1 (access to pre-releases only for users with an active pro subscription. Current one is 3.4.0-alpha2. 3.4.0 stable will be release for all in August.)

;-)

Had I not seen. I also use a RT template with the Gantry Framework. I do not think that is it the template. If yes gladly pushed onto the templates. It may equally well be due to a third-party plugin or even on the programming of the developer. I'm curious what he tells us.
Basically, I could also do without the reservation / registration. But I think it should work.

It is Gantry! ;-)

By testing, i've found that Gantry is not adding "btn" class to radio type input field... Don't know the reason, as all other site templates i've tested with iCagenda add the btn class.
And Gantry was not removing it before!

To have the button displayed (this fix will be added in 3.4.0) you can edit the file ROOT/components/com_icagenda/models/forms/submit.xml
And in the end of the file, you will find this :
<field name="statutReg" class="btn-group ic-btn-group"
				type="radio" default="0" label="COM_ICAGENDA_REGISTRATION_LABEL" description="COM_ICAGENDA_REGISTRATION_DESC" labelclass="control-label">
						<option value="0">JOFF</option>
						<option value="1">JON</option>
			</field>

Replace by this :
<field name="statutReg" class="btn-group ic-btn-group"
				type="radio" default="0" label="COM_ICAGENDA_REGISTRATION_LABEL" description="COM_ICAGENDA_REGISTRATION_DESC" labelclass="control-label">
						<option value="0" class="btn">JOFF</option>
						<option value="1" class="btn">JON</option>
			</field>

So that the btn class will be declared ;-)

For information, the 3.4.0 will add many new features (custom fields, feature icons, advanced thumbnails generator, Own iC Library...) and an improvement af many lines of codes (Currently already 140 files edited, and improved!)
The design will have more improvement too, little by little, to prevent all possible conflict! (but really, don't understand why Gantry doesn't add the standard btn class to a radio button, as it is now current on a joomla 3 website using bootstrap ?!? :huh: )

EDIT : displays the button, but not giving functionnality...
Will check this, and will attached a fix install zip as soon as ready... :angry:

Best Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Ultima Modifica 10 Anni 5 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 5 Mesi fa #7772 da Lyr!C
Risposta da Lyr!C al topic Little Problems in Frontend
Could you test the version attached with a fix for Gantry ?

Thank you for feedback! ;-)

Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Allegati:
Ringraziano per il messaggio: fwmedienservice

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • fwmedienservice
  • Avatar di fwmedienservice Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 5 Mesi fa #7776 da fwmedienservice
Risposta da fwmedienservice al topic Little Problems in Frontend
Hi there,
thanks for the quick reply.
I have installed and tested the fixed version. It works and the error with the registration / reservation is gone now.

Thank you. Then I'm looking forward to the new features and the possibility to upload my image limit. People just download 3MB large photos on my server. :-(

Ich bin hier um die Entwicklung von iCagenda zu verfolgen. Diese Komponente wird auf meinem Portal eingesetzt.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 5 Mesi fa #7789 da Lyr!C
Risposta da Lyr!C al topic Little Problems in Frontend

fwmedienservice ha scritto: Hi there,
thanks for the quick reply.
I have installed and tested the fixed version. It works and the error with the registration / reservation is gone now.

Thank you.

Thank you for your feedback!
THis fix for Gantry is now added in 3.4.0-beta1 just released for user with an active pro subscription.
When in August this 3.4.0 version will be stable, i will release it for the free version too! ;-)

fwmedienservice ha scritto: Then I'm looking forward to the new features and the possibility to upload my image limit. People just download 3MB large photos on my server. :-(

The function is now developped, and currently being tested by Pro users volunteers during my holiday.
So size limit for image uploaded will be in 3.4.0 stable, available by the end of August in the stable release (free and pro versions)

Best Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.101 secondi

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new