OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
more characters in bookid inputbox (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

More characters in bookid inputbox

Pix (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
more characters in bookid inputbox 11 Years, 9 Months ago
Karma: 0  
Hi, ich changed in the table jos_booklibrary > bookid the entry varchar(20) to varchar(100), but nothing happened. There is still a limitation of 20 characters in this inputbox. What else could I do?
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:more characters in bookid inputbox 11 Years, 9 Months ago
Karma: 101  
Hello,

In Book library you need also check self input field parameters for bookid at time edit book
e.g. in booklibrary free version for admin interface - you need check file:

{yours site}administrator/components/com_booklibrary/admin.booklibrary.html.php

function "editBook"

You will need find code
Code:

<td width="15%" align="right">
<strong><?php echo _BOOKLIBRARY_LABEL_BOOKID;?>:</strong>
</td>
<td width="85%" align="left">
<input class="inputbox" type="text" name="bookid" id="bookid" size="20" maxlength="20"



and replace it to

Code:

<td width="15%" align="right">
<strong><?php echo _BOOKLIBRARY_LABEL_BOOKID;?>:</strong>
</td>
<td width="85%" align="left">
<input class="inputbox" type="text" name="bookid" id="bookid" size="40" maxlength="100"




Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Pix (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:more characters in bookid inputbox 11 Years, 9 Months ago
Karma: 0  
Thank you!
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:more characters in bookid inputbox 11 Years, 8 Months ago
Karma: 101  
Hello,

You may vote for us on joomla.org and write excellent review

if you will have other questions or errors please write

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