OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
import from old database to new installation (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Import from old database to new installation

prefalch (User)
Senior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:import from old database to new installation 10 Years, 1 Month ago
Karma: 0  
Thanks a lot, It looks fine.
The secend ishue vas the language selection, so I se all books now,
But if I want danish to be one language I can select is this done same way ad previus versins of book libary
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:import from old database to new installation 10 Years, 1 Month ago
Karma: 101  
Hello,

name for language must be same for all site

Thanks,
OrdsaSoft team
Logged Logged
The administrator has disabled public write access.
prefalch (User)
Senior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:import from old database to new installation 10 Years, 1 Month ago
Karma: 0  
What I meant is that in the drop down menu to choose the book is in Danish, there is the possibility of English, Russian, French, etc.
In the previous version of book_libary, one might add:
Quote from another thread in the forum:
{yours site} / components / com_booklibrary / language / english.php
find row like:
DEFINE ('_BOOKLIBRARY_LANGUAGE_RUS', 'Russian';
and below it add row like
DEFINE ('_BOOKLIBRARY_LANGUAGE_DAN', 'English';

in file;
{yours site} / administrator / components / com_booklibrary / admin.booklibrary.class.others.php

find row like:
array_push ($ retVal, array ("Russian", _BOOKLIBRARY_LANGUAGE_RUS));
and below it add row like
array_push ($ retVal, array ("English", _BOOKLIBRARY_LANGUAGE_DAN));

How to do it in the new version of book_libary
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:import from old database to new installation 10 Years, 1 Month ago
Karma: 101  
Hello,

If you need add book language - yes you need edit file admin.booklibrary.class.others.php

if you need add new joomla language fir component book library - you need add it with help
{yours site} / components / com_booklibrary / language /

Now add new constant more difficult, so better if you replace some constant what not useful for you

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