By benstallings on
For the life of me I cannot figure out where the content of custom blocks is stored in Drupal. When you edit a block, the textarea has the same name and ID as if you were editing a node (which is a pain because our FCKeditor works fine for editing nodes but not with blocks, and we can't get it to distinguish between the two because they are identical), but they don't seem to be stored in the node table. Or anywhere else that I can find. Any clues would be welcome. Thank you!
Comments
Try the {boxes} table. By
Try the {boxes} table.
By doing some custom themeing you should be able to alter the textarea attributes. Or maybe by using hook_form_alter() in a custom module to modify the relevant attribute in the underlying form data structure. You'd have to look in block.module for clues.
gpk
----
www.alexoria.co.uk
gpk
----
www.alexoria.co.uk
Boxes! Of course
Thank you, gpk. Silly me, thinking that tables would be named consistently, and/or documented. Boxes it is.
LOL!! Errrrrmm .. although
LOL!!
Errrrrmm .. although .. http://www.typo.co.il/~mooffie/tmp/schemagraph/output/schemagraph-2007-1...
gpk
----
www.alexoria.co.uk
gpk
----
www.alexoria.co.uk
I agree BOXES Rock!
Thanks mate you are wonderful !