Some questions please:

Started by simon79, 04 April 2011, 20:45:07

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

simon79

I no longer had access to my book list in the administrator, so I put as before.
An error message appeared. I saw no longer the element author on my site in the description of a book.
This problem is strange ...
How to solve it?

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

simon79

I tried renaming the table jos_ownbiblio to rfg_ownbiblio
(Now, all my table starting with rfg_ prefix)
No changes on the site, no bugs...

So I do not know what to do :s

simon79

#16
Problem solved

"components/com_abook/models/author.php, line 60 replace all the  "jos_" to "#__" :

	
function 
_buildQuery()
	
{
                
$where          $this->_buildContentWhere();
                
$orderby        $this->_buildContentOrderBy();
	
	

	
	
$query "SELECT book.*, "
	
	
' CASE WHEN CHAR_LENGTH(book.alias) THEN CONCAT_WS(\':\', book.id, book.alias) ELSE book.id END as slug, '
	
	
' CASE WHEN CHAR_LENGTH(cat.alias) THEN CONCAT_WS(\':\', cat.id, cat.alias) ELSE cat.id END as catslug, '
	
	
' ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count '
	
	
' FROM jos_abbookauth AS authbook '
	
	
' JOIN jos_abbook AS book ON authbook.idbook=book.id '
	
	
' JOIN jos_abcategories AS cat ON cat.id=book.catid '
	
	
' JOIN jos_abauthor AS author ON author.id=authbook.idauth '
	
	
' LEFT JOIN #__abrating AS v ON book.id = v.book_id '
	
	
$where
	
	
$orderby
	
	
;
	
	
return 
$query;
	
}



I see the publications of each author here

However only the last books we see the various descriptions ...

Have you any idea?

Thank's

simon79

#17
Is it possible to put books in a row in horizontal?

Thank you

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

MKemal

Quote from: simon79 on 14 April 2011, 22:37:24
Is it possible to put books in a row in horizontal?

Thank you

Same problem...

Thank you for the extension

federica

Hi MKemal and simon79,
To fix this bug you can install the new module Abook all-in-one
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]