By mrajesh369 on Wednesday, 29 April 2015
Replies 1
Likes 0
Views 1.6K
Votes 0
Good Morning,
I am using Jevents Extensions. Its working Very Well.
How to add a more text fields in event detail page in admin section as well as front end.with out any addons.

I am adding a text field (eg price field)
path:myfolder/administrator/components/com_jevents/models/forms/icalevent.xml
calling to :myfolder/administrator/components/com_jevents/views/icalevent/tmpl/edit.php
the output comes below screen shot

but how to pass price field value insert in to database

which files can be modified explain asap
any one can help me
There is a custom fields addon that will do this for you quite simply

If you want to modify the core files then you will need to create a JEvents plugin that response to the plugin hook onStoreCustomDetails or onStoreCustomEvent

If you did that you may want to use onEditEvent hook too instead of modifying the edit.php file.
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post