Re:Book Info: number of Pages 12 Years, 10 Months ago
Karma: 102
sorry,
I can't describe for you how add some field. I said only common rules, If you know PHP - you will can add self !
You may upgrade yours component to ours last version for joomla 1.5 and you will take that field
it have two parts admin and frontend.
in admin you will see two files:
{yours
site}/administrator/components/com_booklibraryadmin.booklibrary.html.php
{yours 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
{yours 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
Thanks,
Ordasoft team
Logged
The administrator has disabled public write access.