How to stop redirecting to newest URL after updating a node

How to stop redirecting to newest URL after updating a node

I have setup 2 aliases for each node of a content type called “property”. The first alias is like example.com/texas/village-apartments and the second is example.com/texas/corp/village-apartments. When you go to the second URL (the one with... read more
How to stop redirecting to newest URL after updating a node

How can I filter multiple nid at the same time using Views exposed filter?

I have an node view with an exposed filer for nid. It seems that I can put only one value (one nid) in there. But is there anyway I can filter down nodes by multiple nid? I tried these in the form “1 and 2” “1,2” “1 2” but... read more
How to stop redirecting to newest URL after updating a node

CCK checkbox or dropdown widget as a field?

I am trying to setup a new CCK field for a content type to display as a checkbox but I see I don’t have that option in the widgets type. Shouldn’t that be included in the default CCK? I am using the latest CCK for Drupal 6. read more
How to stop redirecting to newest URL after updating a node

Add a span/class to a field

I’ve found a way to add a style to a region. The link is /admin/structure/ds/styles. I’ve found a way to specify a style for my Title. We can choose the “class” attribute of title property. Howe can I add a specific class/span to my... read more
How to stop redirecting to newest URL after updating a node

Quicktab problem on the argument of view and block

I used to make a view shows a page of a project in the url: projects/[node:author]/[node:nid], this view works well. Now I want to display this view in the quicktab, but the problem is I can’t view the content of the view. I think it is because of the... read more
How to stop redirecting to newest URL after updating a node

Use body field for views nivo slider instead of title field

I’m implementing a Views Nivo Slider on a Drupal site. It’s currently taking the title field for the caption and using the whole text as a link. How can I configure it to use the body field for the caption so I can just have specific words for links... read more
End date shown on calendar

End date shown on calendar

I’m using the Calendar, and Date modules to create an agenda on a website. However, when I create an event with a start and end date, it also shows the event on the next day. While this is useful for true multiple day events, it is not for party that start late... read more
How to stop redirecting to newest URL after updating a node

How do I send notifications for followers of a group when group content is updated?

I want to build such functionality that allow the user to follow the other users, and when the followed person is updating the information, the follower can get notified for what they are doing. I think to build the specified functionality, I can use the Flag module,... read more
How to stop redirecting to newest URL after updating a node

How to include XML file in node for js map rendering?

I have a clickable map that uses js, css and xml to display. I previously was provided solutions in a previous thread How do I implement a clickable JavaScript map? using drupal_add_css() and drupal_add_js(). Can I add multiple CSS files with drupal_add_css() using an... read more
How to stop redirecting to newest URL after updating a node

Adding images to a node

Is there a way to programmatically add an array of images from a particular file path? I want to add all the images from one folder in my drupal site and add fancybox styling to them. Can this be done? I’ve tried looking on drupal.org with no success. read more
How to stop redirecting to newest URL after updating a node

Programmatically embed fields of one content type in the create/edit form of another content type and store all

I have drupal 6.x. How to programmatically (with a custom module) embed fields of one content type (content type X) in the create/edit form of another content type (content type Y) and store all the data for when the node is created/updated (store X and Y data when Y... read more
How to stop redirecting to newest URL after updating a node

How to consume custom fields in RSS feeds

I’m sharing data between two Drupal sites using the Aggregator and Views modules. This works, but the source server places CCK fields within the description field; when I try to use those fields in the destination view (for example, to filter content), the view... read more