edit

Events happening in the community are now at Drupal community events on www.drupal.org.
Fohsap's picture

Special permissions to alter null fields and edit existing fields

Functions required:

<

blockquote>
drupal_hook_form_alter()
why? To check to see if fields are or are not null (note that "drupal" will be replaced with a suggested module name for anyone who thinks that this should be modulated)
dropdown()
Preferred/chosen method, due to its being concise. For larger sites, it would probably be best to use some kind of auto-complete function
foreach()
This is used to fill the drop-down with options (the variable $option will be used)
submit()
To initiate actions which will fill the form in question with the user entries made herein

Read more
Anonymous's picture

How to edit a node

Greetings!
I am building a community website and I chose the Acquia Prosper as my theme.

Now what I would like to do is add an additional line of text under the "Submitted by (user), on (date)" line, in each post, which it will say "Message (user) now!". I am already using the privatemsg module for personal messages communication for the website's users.
Any ideas on how is that possible? I really like this theme and I don't want to have change to it now...

Cheers,
Mike

Read more
Subscribe with RSS Syndicate content