Filtered list

More
13 years 8 months ago #26405 by biowep
Filtered list was created by biowep
Hi, I saw that FLEXIcontent can create custom lists using filter.
flexicontent.org/documentation/faq.html
But unfortunatly it doesn't work.
How can I do this?

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

More
13 years 8 months ago #26407 by ggppdk
Replied by ggppdk on topic Filtered list
What do you mean?
You want to filter the items displayed category views according to FIELD filters ?

You can select which filters to display in each category configuration.


-- 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 review. Thanks!

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

More
13 years 8 months ago #26501 by micker
Replied by micker on topic Filtered list
more information is needed ???
;)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

More
13 years 8 months ago #26506 by biowep
Replied by biowep on topic Filtered list
No, I did it, thank you.
Just one suggestion: I think it could be usefull to allow users to rewrite the parameters in the menu items. So I can show the same category twich using or not the filters and the other parameters, just a detail :D

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

More
13 years 8 months ago #26526 by ggppdk
Replied by ggppdk on topic Filtered list
Yes we can do this but we would need a new type of menu item, because changing existing "FLEXIcontent Category" menu item, would cause problems with linking to the category because the menu item would sometimes be selected automatically and cause different appearance that the user would expect.

So it would require a new Type of menu item that will never be automatically selected as current menu item.

Also the universal module logic is intended to be converted into a custom view too, Thus creating a view with complex selection of items (of course this is not trivial since there is no "current item in such a view").

These will not be done in the currently pending version for sure, but possible in next one.

Regards


-- 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 review. Thanks!

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

More
13 years 3 months ago #30730 by tevez15
Replied by tevez15 on topic Filtered list
hey

about the module, i try use them but i can, he return to index, i use friendly url, and in the code i see:
Code:
$form_target = "index.php?option=com_flexicontent&view=category";

i change to:
Code:
$form_target = "premios";
"premios" is " www.website.com/premios ", and change the $form_method to "GET".

if i use default form_target, he return that:
Code:
index.php?filter_35=1

Using my version, is wrong i know, he works fine, but is specifically for a menu.
Probably i need do something more in config, in module, category, in field, i dont know, i try a lot of things but the error is the same every time.

:D

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

More
13 years 3 months ago #30734 by ggppdk
Replied by ggppdk on topic Filtered list
Hello currently i am fixing / testing these stuff (preparation and submission of filter form of filter module)


-- 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 review. Thanks!

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

More
13 years 3 months ago #30735 by tevez15
Replied by tevez15 on topic Filtered list
i have a suggestion, include a menu id or category, to force when we select a filter out of flexi categories? You understand right? :D

EDIT:
i try implement my ideas, one of them is the force menu id.
I put some code working with sef, but no repecting (for now) validation in your code.

In Xml:
Code:
<field name="" type="separator" default="Teste" level="level1" menu="hide" /> <field name="force_id" type="text" default="" label="Force ID MENU" description="" />

In default.php (tmpl):
Code:
<?php //IS sef or not $conf = &JFactory::getConfig(); $is_sef = $conf->get('sef'); // Force Menu ID $force_id = $params->get('force_id'); $menu = JSite::getMenu(); $menu_id_force_name = $menu->getItem($force_id)->alias; $menu_active = $menu->getActive()->alias; echo $cid; if($is_sef == 1)//use sef { if($isflexicat == 1) { $form_target = $menu_active; } else { $form_target = $menu_id_force_name; } } else //no use sef { $form_target = "index.php?option=com_flexicontent&amp;view=category&amp;cid=". $cid ."&amp;Itemid=204"; } ?>

Is no complete, i share with you this "idea" to help. If you wish, use the code, change him, whatever :D

EDIT2:

The new version of filter, in module filter config, the option Single or Default Category have a bug. You choose the category but when you save, category disappear, and the field on website, goes every time to the first category, probably because he never take the id of default category (?). ;)

One more, when you are in category, you filter by something, and click the menu to that category, the link clean the filter_X=Y, but the last result of last filtering stay =D

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

More
13 years 3 months ago #30851 by ggppdk
Replied by ggppdk on topic Filtered list
1. About single or current Category, it needs some fixing

2. plus it needs parameters for adding some CUSTOM text inside the module, you see you need to show some message to the user about the form target category etc

3. Note that cleaning up parameters of the form was not trivial, in the end i think we made best choise,

4. about force menu item selection, just i don't see what you are trying to do with this code,
you want to activate a specific menu item (set in parameters), right?


-- 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 review. Thanks!

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

More
13 years 3 months ago #30854 by tevez15
Replied by tevez15 on topic Filtered list
about number one, in xml i change to select, and works.

about the number four, yes like fc universal module, you have that option. But if you use a default category the effect is the same.

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

Moderators: vistamediajoomlacornerggppdk
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
Save