Guests: 4Members: None
Forums : eFiction : eFiction Modules : How to display a single recommendation
I think that your module is really useful, but I was wondering if you could put something in the code to display a specific recommendation.
The form as it now allows you to filter the recommendations by category, by letter of the title ...
But if I wanted to see a specific recommendation? If I try to search by title, the result page show not only on the recommendation that I want, but all of them. The same goes for the search through the summary.
I believe that you do not read the following lines of code:
if(!empty($summary)) $recquery[] = "summary LIKE '%$summary%'";
if(!empty($title)) $recquery[] = "summary LIKE '%$title%'";
What do you think can be done to correct the error?ByeClaudia
P.S. My original language is Italian. I'm sorry if some phrases are difficult to understand.



