Question to Joomla overrides and own inputboxes 12 Years, 2 Months ago
Karma: 0
Hi,
I have two questions, is there a way to use Joomla-overrides for the component and could I add some new inputboxes eg. for the coverstyle like softcover or hardcover in the Backend?
In the view-folder i can only find xml-files and not regular Joomla php-files.
Or could someone explain me how your xml-system work that I can ajust it for me?
Best regard
Logged
The administrator has disabled public write access.
Re:Question to Joomla overrides and own inputboxes 12 Years, 2 Months ago
Karma: 102
Hello,
I am sorry, BookLibrary hasn't simply algorithm add new fields. For add new field need check many files.
Below small book library customization manual.
You may do that self, or you may hire us for that.
ours component have Open source,
That file responsibel for import/export. For check what format we sopport for import, please do export first.
{yours
site}/administrator/components/com_booklibrary/admin.booklibrary.class.impexp.php
it have two parts admin and frontend.
in admin you will see two files:
{yours
site}/administrator/components/com_booklibrary/admin.booklibrary.html.php
site}/administrator/components/com_booklibrary/admin.booklibrary.php
admin.booklibrary.html.php - responsible for show data
admin.booklibrary.php - responsible for prepare data
exactly for frontend
{yours site}/components/com_booklibrary/booklibrary.html.php
site}/components/com_booklibrary/booklibrary.php
booklibrary.html.php - responsible for show data
booklibrary.php - responsible for prepare data
Also all fields what you leave empty - will not show at frontend
All connection between what user press in Browser - do wit help TASK variable.
also if you wish all Joomla class methods work. E.g when you create new Book
with help
mosbooklibrary class. you need also edit file
site}/components/com_booklibrary/booklibrary.class.php
and add to class definition all new fields what you added to database
If you give full details what exactly you wish, we will self create that for
you.
Thanks,
OrdaSoft team
Logged
The administrator has disabled public write access.