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

BookLibrary Modules Support

Go to bottom Favoured: 0

Book detail problem

Tonucci (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
book detail problem 9 Years, 4 Months ago
Karma: 0  
Hi,
I've purchased both book library component PRO 3.0.1 and search module 3.0. I Use joomla 3.3.6

When I search a book with the search module the research goes fine, but when I click on the book I do not see the book detail but a category tree. Also when clicking on an item of the tree which cointains some books nothing happen.

When I click on a book from the all book view i actually see the detail, but it is always the same book (I clicked on different books, of course).

I'd like to see the proper detail view when clicking on a book, please help

Alessandro Tonucci
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:book detail problem 9 Years, 4 Months ago
Karma: 58  
Hello,

Give us please, FTP and admin access and we will fix problem. FTP and admin access You can send to our contact form.
ordasoft.com/About-us/OrdaSoft.html
Joomla Admin

username
password


FTP

FTP host

FTP username

FTP password
If you have other questions, please ask.

Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Tonucci (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:book detail problem 9 Years, 4 Months ago
Karma: 0  
That is not possible because I'm developing on my personal laptop.

I managed to solve it my self. The problem seemed to be that the book id wasn't properly set. I made it work by putting theese lines in the view_bl case of booklibrary.php

$request_token=explode("/",$_SERVER["REQUEST_URI"]);
for ($i = 1; $i <= count($request_token); $i++) {

if($request_token[$i]=="view_bl"{
$id=$request_token[$i+3];
break;
}
}
However, I really don't like this solution, so if you have any idea that fits better to the joomla beahvior I'd be glad to hear.

Apparently that solved also the book detail from search result issue.

Regards
Alessandro Tonucci
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:book detail problem 9 Years, 4 Months ago
Karma: 58  
Hello,

We need access to help you. Only in this way. We do not see the problem now, and we do not have access now.

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