Save a node and keep editing without changing page

Hello,

I'd like to share something that makes me spend a lot of time when working with drupal in order to know if there's a solution for this and if not, in oder to open an issue. It's about usability.

Problems with Drupal.attachBehaviors()

I am running into issues trying to implement some code that needs to re-attach behaviors after adding some elements to the dom via jquery. I have a series of links on my page that are using the ajax framework in d7. so these links all have the .use-ajax class so that i can do some work behind the scenes when one is clicked. later in the code i am adding/removing these based on some events. the links that are on the page upon initial load work just fine and as expected. The links i dynamically add aren't working at all.

here is my code

module theming drupal 7

I have a module:

Two Views on one page

Hi -

is it possible to have two views on one page? I have two CCK content types: Person and Memberships. Each of these has the same taxonomy field: Name.

So my data might look like:
------------------------
Person 1:
Name: Joe Bloggs
Date of Birth: 01/01/1970
Position: Partner
Image: [image file]

Person 2:
Name: Sue Smith
Date of Birth: 02/02/1980
Position: Associate
Image: [image file]

Second Node Created from "Add a node"

Hi Drupallers.

I can't seem to find an answer to this in the forums.

Upon adding a node, I'd like my site to generate a second node that has (at the very least, and then I will add other fields/elements/views/elements to it...) three of node #1's fields concatenated to make node #2's title.

I'm pretty newb, so talk to me like one...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x