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..

wheresmycookie - February 17, 2009 - 15:40

and one more question.. where in the database is it stored who created a node?

thanks

nodes

Cayenne - February 17, 2009 - 16:15

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

wheresmycookie - February 17, 2009 - 16:18

Thanks for the info :D

i had been trying to figure that out

does anyone know about the

wheresmycookie - February 17, 2009 - 23:28

does anyone know about the first question? what are filters for??

I think

Cayenne - February 21, 2009 - 14:11

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"

_

WorldFallz - February 22, 2009 - 01:54

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

Cayenne - February 22, 2009 - 06:47

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"

_

WorldFallz - February 22, 2009 - 14:09

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..

wheresmycookie - February 24, 2009 - 05:24

thanks for the help guys.. :)

appreciate it

 
 

Drupal is a registered trademark of Dries Buytaert.