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

1 - I created a link to the present authors. In presenting the authors there yard line "Publications
author, "however, nothing is displayed below. how to see the books published by that author?
(Example on my page: here)

2 - What is the file to edit to change the word "COMMENT" (on this page for example : here) with "SUMMARY" please?

After several searches, I can not find the file

Thank you for your prompt response

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

federica

Hi simon 79,
1)
* open this file: your_site/components/com_abook/models/author.php
* add this code after row 76
$this->_db->setQuery($query);
print_r( $this->_db->getErrorMsg());

* refresh the front-end author page on you browser
* post the error you see


2) the translations are on your_site/language/it-IT/it-IT.com_abook.ini

Bye bye
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]

simon79

#2
1- After adding the code at line 77, this code is visible in my autor page :

Table 'db362457357.jos_abbookauth' doesn't exist SQL=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 rfg_abrating AS v ON book.id = v.book_id WHERE author.id=7 AND book.published = 1 AND cat.published = 1 ORDER BY title LIMIT 0, 10

2- Thank's


simon79

4- Can you explain what is the module : abook related ?

Thank's 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

simon79

#4
5- for the search function, how to put each criterion at the start line?
Example:

- Keyword
- Category
- City
- ...

What is the file to edit?
I think we should return to the line after each function
Html is </ br> for a return at the line... but I do not know if it's an html file or other

Because my page is poorly presented I find

Thank you for your help with this last request

simon79

it's ok for the question 3-.


federica

A question at a time. This is a forum managed by volunteers people. If you hurry, this is not the place for you.

1) the table jos_abbookauth does not exist or you have renamed it. Check your database.
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]