OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Difficulty in selecting Category in Add Book (0 viewing) 

BookLibrary Wishlist

Go to bottom Favoured: 1

Difficulty in selecting Category in Add Book

udayanpatil (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: India
Difficulty in selecting Category in Add Book 10 Years, 7 Months ago
Karma: 0  
In Add Book page, the user is facing a lot of problem while uploading a book.

The Category Selection method here, fails to work when it is not highlighted properly.
The arrows only move the options / view down, they DONT move the selection.

And if the option is not clicked, then the form dont work.

In below image, Example 2 wont work, so Fiction - Children is not selected. It is seen as current, but not selected.

Cant I just have a "drop down type" of menu there?. If Yes, can you please tell me, which files should I edit to make it drop down.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Difficulty in selecting Category in Add Book 10 Years, 7 Months ago
Karma: 101  
Hello,

As me seam some error with CSS file.

Please go to file
{site}/components/com_booklibrary/booklibrary.php

function add_book_fe

find row:
Code:

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


and replace to:
Code:

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


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