Main menu

Forum


× Help Forum English

[GANTRY ISSUE] Little Problems in Frontend

  • fwmedienservice
  • fwmedienservice's Avatar Topic Author
  • New Member
  • New Member
More
10 years 5 months ago - 10 years 5 months ago #7765 by fwmedienservice
[GANTRY ISSUE] Little Problems in Frontend was created by 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.
Attachments:
Last edit: 10 years 5 months ago by Lyr!C.

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

  • HorstG
  • New Member
  • New Member
More
10 years 5 months ago - 10 years 5 months ago #7766 by HorstG
Replied by HorstG on 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!
Last edit: 10 years 5 months ago by HorstG.

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

  • fwmedienservice
  • fwmedienservice's Avatar Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #7767 by fwmedienservice
Replied by fwmedienservice on 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.

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 5 months ago - 10 years 5 months ago #7771 by Lyr!C
Replied by Lyr!C on 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 Attachment:

Last edit: 10 years 5 months ago by Lyr!C.

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 5 months ago #7772 by Lyr!C
Replied by Lyr!C on 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 Attachment:

Attachments:
The following user(s) said Thank You: fwmedienservice

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

  • fwmedienservice
  • fwmedienservice's Avatar Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #7776 by fwmedienservice
Replied by fwmedienservice on 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.

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 5 months ago #7789 by Lyr!C
Replied by Lyr!C on topic Little Problems in Frontend

fwmedienservice wrote: 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 wrote: 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 Attachment:

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

Moderators: Lyr!C
Time to create page: 0.201 seconds

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new