I would like to import the body field of a node (predefined and constant, say always node ID #2) as the body of a sidebar block. I assume this is possible using PHP.
If possible, I'd like to do it though Drupal's OO design, without directly querying the database myself. Do I need to instanciate a node and load the data?
Is there a way to show the results of a table query in an HTML table? I'm wondering if there is a module for this, and also perhaps a way to edit table contents?
In 4.3.1 the signature field is 255 chars.
In my production website the users enter much more than 255 chars for the signature.
The sumited signature in the profile should be shortened by that size before checking for
HTML closures. If this is not done, the signature will pass the check , but the end result may be a wrongly formateed HTML that destroys the whole page where it is shown.
A s a workaround I changed type of the signature field to be text (I use Mysql)
How should I report this ?
I imagine this is a simple/common configuration, but I'm having trouble figuring out how to allow anyone (ie: anonymous users) to be able to submit stories without giving them publishing access. I'm looking for a /. model, where anyone can submit story ideas, but only moderators can publish anything.