OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

BookLibary Component Support

Go to bottom Favoured: 4

Edit my book form

ketan (Visitor)
Posts: 0
graphgraph
User Offline
edit my book form 10 Years, 6 Months ago
Karma: 0  
How to edit this form , i am using book library pro.
i am used my book component in top men for registered user.
user add book in library but i want to delete some field and rename from add book form.
please see image attached.
which file use in book library component....i am tired.


please help......
Logged Logged
Last Edit: 2013/09/24 06:57 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:edit my book form 10 Years, 6 Months ago
Karma: 101  
hi,

For edit frontend Edit or ADD book form in book library, you need in file
{site}/components/com_booklibrary/booklibrary.html.php

edit function showAddBook

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
ketan (Visitor)
Posts: 0
graphgraph
User Offline
Re:edit my book form 10 Years, 6 Months ago
Karma: 0  
i want to see category tab like fetch information tab means drop down.
please look form image of previous post. What i do . please help me.


Thanks
Logged Logged
Last Edit: 2013/09/24 12:52 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:edit my book form 10 Years, 6 Months ago
Karma: 101  
hi,

for change to drop list category list in bookLibrary pro version you need:

in file
{site}/components/com_booklibrary/booklibrary.php

function:
add_book_fe

Code:

$clist = mosHTML :: selectList($categories, 'catid[]', 'class="inputbox" multiple', 'value', 'text', $cat_idlist);


replace to

$clist = mosHTML :: selectList($categories, 'catid[]', 'class="inputbox" ', 'value', 'text', $cat_idlist);


Thnaks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
ketan (Visitor)
Posts: 0
graphgraph
User Offline
Re:edit my book form 10 Years, 6 Months ago
Karma: 0  
hello,
i want to change some text please see image.

change show my book button text.

what i do for rename button. I want change publish text change to pledge and unpublished change to unpledge.

plz help urgent ......


thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:edit my book form 10 Years, 6 Months ago
Karma: 101  
Hello,

Please go to
{site}/components/com_booklibrary/language/english.php

There are you may edit all text constants

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»