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

BookLibary Component Support

Go to bottom Favoured: 0

Ebook opening option

Umps (Visitor)
Posts: 0
graphgraph
User Offline
ebook opening option 10 Years, 2 Months ago
Karma: 0  
Hi,

Is it possible somehow in Joomla to make the ebook open in web instead of downloading it? idea is to make the ebook available for free reading on the web but not for downloading it so easily. Probably will unable right click on the web

If it is not possible by some admin option then in which file should be made the code changes to make it happen?

All the best,

Urmas
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:ebook opening option 10 Years, 2 Months ago
Karma: 101  
Hello Urmas,

Possible but need full task details, some part possible do with current programs, for some thing will need create new
But that at any way will need create

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
Umps (Visitor)
Posts: 0
graphgraph
User Offline
Re:ebook opening option 10 Years, 2 Months ago
Karma: 0  
From admin should be it the same as it is, you upload a file as before. In the frontend it should be opened in a new window where the right click download is not possible , so the reader can read the whole pdf document but not download it. The link visual on the book details page can be the same as it is, but if you click it it does not start do download the pdf to computer but opens a new window where it opens for reading.

Second option could be that is opens on the same page where the book details are listed, but that is probably more difficult to make.

The reading window does not allow the right click for mouse.
Of course smarter guys can pass the right click disable, but average reader does not have that kind of knowledge usually.

Was that detailed enough or you need more information?

All the best,
Urmas
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:ebook opening option 10 Years, 2 Months ago
Karma: 101  
Hello,

may be at some time we will add so features to our component

Thanks,
ordasoft team
Logged Logged
The administrator has disabled public write access.
Umps (Visitor)
Posts: 0
graphgraph
User Offline
Re:ebook opening option 10 Years, 2 Months ago
Karma: 0  
but if I wanted to do the changes myself in the code, then which are the php files what manage these options?

All the best,

Urmas
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:ebook opening option 10 Years, 2 Months ago
Karma: 101  
Below small customization manual to our component:

First of all, You may do that self, or you may hire us for that.
ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{site}/administrator/components/com_booklibrary/admin.booklibrary.html.php
{site}/administrator/components/com_booklibrary/booklibrary.php


admin.booklibrary.html.php - responsible for show data
booklibrary.php - responsible for prepare data

exactly for frontend
{site}/components/com_booklibrary/booklibrary.html.php
{site}/components/com_booklibrary/booklibrary.php

booklibrary.html.php - responsible for show data
booklibrary.php - responsible for prepare data

All view layout you may find and rebuild in folder:
{site}/components/com_booklibrary/views/

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

all text constants or field name - you may change with help Language manager tab in Book library admin part

If you give full details what exactly you wish, we will self create that for
you.

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