Main menu

Forum


× Help Forum English

[DEVELOPPEMENT QUESTIONS] File roadmap

  • barkatmoon
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 1 Mese fa - 11 Anni 1 Mese fa #3223 da barkatmoon
[DEVELOPPEMENT QUESTIONS] File roadmap è stato creato da barkatmoon
Is there some sort of file roadmap where i can find what file has what function and wher it is located?

I have done some changes on ICagenda, it works great (front end registrations listing for example "the easy way...")
I have some more functions wich I want to add (I know they will be official available in a future update but I like to adjust things myselve once and a while, also I want to learn the File structures within my site)

So if you have some documentation about the files, it would be a great help for me.

Thank you so far for this great component.
Ultima Modifica 11 Anni 1 Mese 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ù
11 Anni 1 Mese fa #3225 da Lyr!C
Risposta da Lyr!C al topic File roadmap
Hi!

There's no xmap of iCagenda files, and their functions... As it is evolving currently every week ! ;-)

But, if you have skill in developpement, and want to work on adding some features, let me know!
Currently, i'm alone to develop it (some users were working on some functions, but no news since a long time, so i will do them by myself...)

Lyr!C

Latest version : iCagenda 3.9.3
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.

  • barkatmoon
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 1 Mese fa #3228 da barkatmoon
Risposta da barkatmoon al topic File roadmap
I am not that skillful to be honest. I'm just a beginner who is eager to learn.
I'm reading article after article about overrides, module structures, database usage, css, xml, joomla programming and so on to learn understanding how everything works. I wish I could have been more help for you.

The only thing i have is an override wich shows the registered users to an event, it won't help you much (no back end options to turn it on and off, just a DB query and an objectlist)

I hope to join a project in the future, as soon as I truely understand the whole package.

I can try to develop a backend option to this function to switch it on and off if it would be any help for you.

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

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 1 Mese fa #3230 da Lyr!C
Risposta da Lyr!C al topic File roadmap

barkatmoon ha scritto: I am not that skillful to be honest. I'm just a beginner who is eager to learn.
I'm reading article after article about overrides, module structures, database usage, css, xml, joomla programming and so on to learn understanding how everything works. I wish I could have been more help for you.

The only thing i have is an override wich shows the registered users to an event, it won't help you much (no back end options to turn it on and off, just a DB query and an objectlist)

I hope to join a project in the future, as soon as I truely understand the whole package.

I can try to develop a backend option to this function to switch it on and off if it would be any help for you.


This is a good way to learn! I do it, and learn new things every day!

About list of participants, this option is already implemented with options in the last versions of iCagenda... you may work with an old version ?

Don't forget that editing core files can make problems when update...
If you are searching for where a function is, just ask me, but in the last version, as sometimes i move some functions from a file to another... (always, in each update, doing a better coding ! ;-) )

Latest version : iCagenda 3.9.3
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.

  • barkatmoon
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 1 Mese fa #3242 da barkatmoon
Risposta da barkatmoon al topic File roadmap
Just updated, looks great, thank you!

I have a question, in what file can i add extra fields to put in the DB in case of registration (i want to add city and dat of birth wich i can get from the cb profile)

and, what file turns registrations on and off (been searching for a while how that works but i cant really find it)

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

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 1 Mese fa #3249 da Lyr!C
Risposta da Lyr!C al topic File roadmap

barkatmoon ha scritto: Just updated, looks great, thank you!

I have a question, in what file can i add extra fields to put in the DB in case of registration (i want to add city and dat of birth wich i can get from the cb profile)


This is a feature i will add in the future : personal fields.
But currently, i'm working on "Submit an event" in front-end, and working better on access permissions.
So, i think i will begin work on adding more options to registration in May.
Currently, registration is using registration.php for the form, and icmodel.php to send the data to the database. But if you want to add field using data, you will have to create new columns in #__icagenda_registration . But this will give not possibility to have future updates as modified core files will be overwritten...


barkatmoon ha scritto: and, what file turns registrations on and off (been searching for a while how that works but i cant really find it)


You have this option in the event editing now ;-)

Latest version : iCagenda 3.9.3
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.

  • barkatmoon
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 1 Mese fa #3253 da barkatmoon
Risposta da barkatmoon al topic File roadmap
Thank you for your answer.

I know the on/off function is in the event editing, but want to add some funcionality to it (registration deadline) and i wat the participants visible when registration is turned off.
So thats why I ask for it.

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

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 1 Mese fa #3258 da Lyr!C
Risposta da Lyr!C al topic File roadmap

barkatmoon ha scritto: (registration deadline) and i wat the participants visible when registration is turned off.
So thats why I ask for it.


This, and other features will be added in the future to registration system. (not sure this month, because i'm currently working on "Submit an event" in front-end, and "permission access"...)

B)

Latest version : iCagenda 3.9.3
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:

Ringraziano per il messaggio: barkatmoon

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

Moderatori: Lyr!C
Tempo creazione pagina: 0.233 secondi

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new