Knowledgebase
View categorized listing of all common frequently asked questions.
Video Tutorials (jReviews 2.0)
Create a Movie & TV Show review website.
Customize the jReviews themes.
Review user profiles with the Everywhere addon.
Forum
Community forum
Submit a Ticket
Use your client area email to access the ticket system.
Downloads
Guides, modules and more...
CSV Import for Joomla and jReviews
 
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 03, 2008, 05:19:53 PM
21744 Posts in 4967 Topics by 2846 Members
Latest Member: alaiing
News: Use your client area email when you sign up to the forum so we can identify you as a trial or licensed user. Otherwise we may not answer your questions.
 
jReviews Support Forum  |  jReviews 1.x - jReviews Modules and Hook Components  |  Modules & bots  |  Advanced Search Module out for testing « previous next »
Pages: 1 [2] 3
Author Topic: Advanced Search Module out for testing  (Read 8639 times)
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8622


« Reply #15 on: May 02, 2007, 01:53:40 PM »

No, it's not possible. The default advanced search form also does not search in all fields and the module is just another way of using the advanced search. The ability to add custom fields to the form is what allows you to search on those fields, otherwise, keyword text field and any other field would be overlapping.

Only simple search allows you to search on all fields, because there's no other field involved in the search.

Maybe that was confusing, but this is not something that can be easily changed.
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
holahola84
Sr. Member
****
Offline Offline

Posts: 177


« Reply #16 on: May 02, 2007, 01:55:39 PM »

Oh, Ic. Dats ok & no problem! I'll just add a keywords field to have authors type in keywords themselves.
Logged
Lavvy01
Newbie
*
Offline Offline

Posts: 2


« Reply #17 on: May 02, 2007, 04:39:46 PM »

This module is a great addition to JReviews, just what I need for my site. I have managed to adapt the html template to include four of my custom fields. However it displays the first five options in that custom field, resulting in this module taking up a large part of the front page all the time. I was wondering if it is possible to show the text "Select {custom field name} only, for each custom field, and then see all options once the dropdown arrow is clicked. As with the category field, which initially just show the text "Select Category". This would result in a more concise search module on the front page of my website
Logged
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8622


« Reply #18 on: May 02, 2007, 04:52:00 PM »

... it displays the first five options in that custom field, resulting in this module taking up a large part of the front page all the time.

Are you talking about a multiple select list? If you go to modules and edit the module, read the instructions and you will find how to convert that field to a single select field.
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
Lavvy01
Newbie
*
Offline Offline

Posts: 2


« Reply #19 on: May 02, 2007, 05:18:22 PM »

Thanks that does exactly what I need. Next time I will try and read all the instructions
Logged
holahola84
Sr. Member
****
Offline Offline

Posts: 177


« Reply #20 on: May 04, 2007, 03:23:28 PM »

Hey, is it possible to control the width of the select list and textfield? For some multiple option fields, I have values that are quite long, which cause the select list in the module to stretch out of the module. The textfield fits ok to the my template default's width, but stretched out a little in narrowed width.

So is it possible to set a fix width for these fields in the module?
Logged
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8622


« Reply #21 on: May 04, 2007, 03:36:24 PM »

Edit the module's customfield template, found in the module folder and style the input elements anyway you want.
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
holahola84
Sr. Member
****
Offline Offline

Posts: 177


« Reply #22 on: May 04, 2007, 03:43:55 PM »

Bcos I have tried things like <div style="width:140px;">{JR_SERVICESTYPE|S}</div> or <span> tags to control the width. And also used tables to manually sets width for cells, but none works. Do you have any suggestions?
Logged
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8622


« Reply #23 on: May 04, 2007, 03:50:55 PM »

Not that template, the customfields template. You will find there the code that generates the fields.
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
holahola84
Sr. Member
****
Offline Offline

Posts: 177


« Reply #24 on: May 04, 2007, 03:53:26 PM »

Oh my bad! K i'll try Smiley Thx
Logged
holahola84
Sr. Member
****
Offline Offline

Posts: 177


« Reply #25 on: May 05, 2007, 02:58:26 AM »

I think the section id filter for this module is not working (maybe also the category and criteria). Can u check again to confirm? Thx Smiley
Logged
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8622


« Reply #26 on: May 05, 2007, 09:26:21 AM »

It works. If you put your mouse over Category Select List Settings you will read that it says:

Quote
These settings affect the category select list if present in the form.

Which means the filter only affects which categories are shown on the list. If you are not showing the categories, then they don't do anything. If you still want to filter by category or criteria without showing the category list, then you can add hidden fields to the form:

CATEGORIES:

Code:
<input id="categories" name="categories[]" value="14" type="hidden">
<input id="categories" name="categories[]" value="5" type="hidden">

CRITERIA:

Code:
<input id="criteria" name="criteria" value="14" type="hidden">

You just need to look at the source of the advanced search form and you can pretty much build forms anyway you want with this module. For the time being, I am not going to complicate the module with more settings.
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
danny_tian434
Newbie
*
Offline Offline

Posts: 3


« Reply #27 on: May 07, 2007, 03:03:25 AM »

Hi,
After finished installation, I can see nothing in the advance search page. How to configure the file?Any documents for me to download?
Logged
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8622


« Reply #28 on: May 07, 2007, 07:02:14 AM »

This board is for the modules. I think your problem is with the custom fields, no? You should read the quick setup guide included in the zip file and also the documentation here:

http://www.reviewsforjoomla.com/Documentation/Getting-started-Installation-and-setup_3/
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
pietrogallo
Full Member
***
Offline Offline

Posts: 51



WWW
« Reply #29 on: May 17, 2007, 04:50:52 AM »

If I'm editing an entry, an editor panel shows in the advanced search module as well.
Logged
Pages: 1 [2] 3
« previous next »
    Jump to: