cat list filter change shown fields

More
9 years 6 months ago #50120 by mdma
Hello.
how would it possible(where to look into) to change(add/remove) some fields shown, related to filtering in category list.

for example i have filter: all/contest/value2/value3
generally all fields rendered:
item1| contest| field 33|field 345
item2| value2 | field 33|field 345

i want:
user filters all:(field contest,field 33 not shown#)
item1| field 345
item2| field 345

and
user filters contest:
item1| field 33|field 345
item2| field 33|field 345

how to programm/configure?

greetings

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #50168 by ggppdk
Hello

i am not sure that i understand you


1. you mark fields as filters in fields manager (or inside field configuration

2. you set filters in component parameters

3. you may override filters per category


so i am not sure that i understand your question


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #50171 by mdma
1.)in default category list view:

2.)i have a filter with 3 values:all, value1=contest value2=no contest

3.)items have field called contest(value1 or value2)
theres a 2nd field with text related to contest called contest-txt.

my question if filter:
-all: contest txt field not shown.
-contest: contest_txt_field column there
-no contest:contest txt field not shown.

whats the best way?
Code:
<?php if (!strlen($field->display)) continue;?>

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #50224 by ggppdk
Hello

you need to what you suggest


"ALL" = select none value
"ALL" = select "contest", "no contest"



-- finally you can have a button "clear" that clear ALL values:
Code:
<span class="fc_delall_filters"></span>
Code:
.fc_delall_filters { background: url("../images/delete.png") no-repeat scroll 0 0 transparent !important; ... }


so you can replace the "delete" image with your image
1. notice the "body" below to make it of higher importance
2. notice: MY_ALL_IMAGE.png

Code:
body .fc_delall_filters { background: url("../images/MY_ALL_IMAGE.png") no-repeat scroll 0 0 transparent !important; ... }


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #50233 by mdma
hello! thankyou
iam sorry , i dont understand...
let me clearify myself:

deson.at/flexi-custom-filtering.jpg

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #50234 by ggppdk
Hello

i see you want to do something else

you can get filter value with:
Code:
// e.g. field id is 65 $filter_val = JRequest::getVar('filter_65'); print_r($filter_val);


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.284 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline