Vox Populi(x) forum
21 Maggio 2012, 03:46:17 *
   Indice   Aiuto Ricerca Accedi Registrati  
Pagine: 1 2 [3]
  Stampa  
Autore Discussione: Some questions please:  (Letto 1366 volte)
simon79
Coccinella
*

Karma: +0/-0
Scollegato Scollegato

Messaggi: 27


Mostra profilo
« Risposta #14 inserita:: 12 Aprile 2011, 21:09:10 »

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?
Vox Populi(x) forum
« Risposta #14 inserita:: 12 Aprile 2011, 21:09:10 »

 
simon79
Coccinella
*

Karma: +0/-0
Scollegato Scollegato

Messaggi: 27


Mostra profilo
« Risposta #15 inserita:: 12 Aprile 2011, 21:48:40 »

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
Vox Populi(x) forum
« Risposta #15 inserita:: 12 Aprile 2011, 21:48:40 »

 
simon79
Coccinella
*

Karma: +0/-0
Scollegato Scollegato

Messaggi: 27


Mostra profilo
« Risposta #16 inserita:: 12 Aprile 2011, 22:34:40 »

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
Coccinella
*

Karma: +0/-0
Scollegato Scollegato

Messaggi: 27


Mostra profilo
« Risposta #17 inserita:: 14 Aprile 2011, 22:37:24 »

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

Thank you
Vox Populi(x) forum
« Risposta #17 inserita:: 14 Aprile 2011, 22:37:24 »

 
MKemal
Coccinella
*

Karma: +0/-0
Scollegato Scollegato

Messaggi: 1


Mostra profilo
« Risposta #18 inserita:: 03 Agosto 2011, 08:16:13 »

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

Thank you

Same problem...

Thank you for the extension
federica
Amministratore
Volpe
*****

Karma: +0/-0
Scollegato Scollegato

Messaggi: 299



Mostra profilo WWW
« Risposta #19 inserita:: 22 Agosto 2011, 12:41:13 »

Hi MKemal and simon79,
To fix this bug you can install the new module Abook all-in-one
Pagine: 1 2 [3]
  Stampa  
 
 

A cura di Neomediatech