filter
Is Views able to remember filter results?
hello
i have a website running with real estates (www.ding-dong.at) and there i have a view, where useres can filter the objects for their needs (www.ding-dong.at/immobilien). when a user starts to filter the objects he gets his results below - that works really fine, but the problem is, if he clicks on one real estate to get the detailinformations, all his searchresults are lost when he wants to get back.
is there a way to save these filter-/searchresults?
activating the remember function in the exposed filters is not a working solution for the results, i tested it
greets
filter taxonomy term in meny to show only nodes with term from other vocabulary
Hello,
I've been searching in the hope that there is an answer but didn't find anything, so apologies if I turn out to duplicate an existing thread.
I am building a site with several vocabularies. I use Taxonomy Menu to turn some of them into a menu. What I want is this: if a user clicks a term (from vocab A) in the menu he/she should get a page with only those nodes that match vocab B. And I need to style that in a certain way to.
Example:
- vocab A has terms: archives, libraries, courses
- vocab B has terms for countries: Britain, Germany, Belgium
Question about a View with Taxonomy-Filtering
Sorry this is so long. I tried to include as much detail as possible, so it could kind of act as a “recipe” for future websites like mine. (By the way, I didn’t know if this applied more to “Views” or “Taxonomy” so I posted this in both groups. I know duplication is frowned upon, but I know that most people aren’t members of both groups so I didn’t want to select only one group if the solution really lies within the conceptual framework of the other group).
View 2 Filters: Criteria defined by PHP scripts?
Hi
Can a PHP script be assigned as a Filter criteria when one is within View Edit UI /admin/build/views/edit
?
Or even establish a filter to be used by a view via some view hook()
?
Thanks
Jeff in Seattle
Filtering of RSS news from a huge database
Hi guys,
I would be very interested in knowing your opinion and shall appreciate a little help concerning some functionality of RSS news feeds.
The idea is the following: my website visitors should be able to create a single database of RSS news feeds. Simply that could be a single wiki page with many RSS links. Then obviously when the link database becomes big, there will be too many news ITEMS to read. To solve this problem users could set up their own personal keywords, so that the module saves only those news items which matches the keyword.
Is it possible to have a single filter on multiple fields?
I have a content type A, that has let's say the following fields:
A->title
A->name
A->place_of_birth
I also have a taxonomy enabled for that content type (let's say called "Category")
Is it possible to build a view with a SINGLE exposed filter that will return all nodes that contain the search string either in the title, or in the name, or in the place_of_birth or in the category?
which module to use for feed filtering?
Hi guys,
I am a bit lost and need your advise. I want to be able to simply filter all feeds by my keywords.
In other words, if I subscribe to many many news feeds (let say all available RSS feeds from a many many websites), I do not really wanna read all that stuff. Instead I would just like to set up my own keywords and filter or delete the rest of the feeds downloaded from all these websites.
I am using drupal 6. I have check already built-in module "aggregator" and "aggregation" module - it is not possible, right?
Thank you for advise.
How best to get a all nodes from a superset of one taxonomy term?
Greetings,
I am hoping someone can help me with the logic/approach part of this problem:
I have a superset table of term data, so that if a user selects "Dance" i want to run a query and get all nodes with a term of "Dance" or "Polka" or "Tango" etc.
Usefulness of WYSIWYG API for module developers whose module provides editor buttons
I've recently committed a project that provides an input filter that is inlining node titles, field values and taxonomy terms by ID.*
To utilize this the module has to provide buttons for editors that uses the filter tags and there the WYSIWYG API comes in mind. To provide those editor buttons (list of certain nodes/fields/terms) I return the data of a db query (for details see link) (1) and the output is forwarded to different buttons (autocomplete field, select list etc.) (2) and then sent to the editor by an additional function (3) because each editor uses a different "button format".
Is it possible to do step 3 with (a planned version of) WYSIWYG API, so the raw data of the db query or better the themed button containing that data can be submitted to WYSIWYG which then initialize this button for every editor supported? Currently I have to write an extra button for each editor and provide it by self written submodules.
How to extend filter_xss() to parse style properties safely?
Hi all,
I hope this is a good place to talk about this subject.
WYSIWYG editors such as TinyMCE are great, but when it comes to provide a secure method to filter what such a tool allows to users, I have the feeling that Drupal core filters do not help much.
If we use Full HTML, then we can do anything with our great WYSIWYG editor, however this is no no solution if we need to allow WYSIWYG capabilities to users we cannot trust. So, Full HTML filter might only be a valid solution for personal sites, or sites where all contributors can be trusted 100%.





