database question
wheresmycookie - February 17, 2009 - 15:36
Hello everyone,
quick question
in the drupal database, what is 'filters' for?
it makes a new filter for each file uploaded, shows: fid, format, module, delta, weight
what does it do and is it necessary
please help
thank you

and one more question..
and one more question.. where in the database is it stored who created a node?
thanks
nodes
the node table of the database stores the node id (nid) and the user id of the maker (nid).
Thanks for the info :D i had
Thanks for the info :D
i had been trying to figure that out
does anyone know about the
does anyone know about the first question? what are filters for??
I think
I think that filters are the Drupal term for something that works on the text of nodes and selectively converts the input. resulting in input formats. I have not messed around here, so I may be wrong.
---------------------
"He's said to be outspoken, but nobody's actually seen anyone do it"
_
Close-- filters work on the output. They process the info from the db before displaying it to the user. They do not alter what is stored in the db. The one exception to this i know of is the http://drupal.org/project/safehtml module which filters data before it's stored to the db as a security measure.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
By gosh
You are right! When I change the filter, the look changes, but the node content did not change. Thanks!
---------------------
"He's said to be outspoken, but nobody's actually seen anyone do it"
_
no problem ;-)
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
thanks for the help guys..
thanks for the help guys.. :)
appreciate it