This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Node-reference fields values overwritten with null

reported bug: http://drupal.org/node/157987.

Any quick fix solution for this problem?

We need to use cck-field-permissions with node reference fields.

Shyamala
www.netlinkindia.com

how to change drupal status messages like "Your %post has been created" ?

hi

how can i change drupal status messages ?
like "Your %post has been created" after an "add node" action
it comes from node.module line: 2266

function node_form_submit($form_id, $form_values) {
...
drupal_set_message(t('Your %post has been created.', array('%post' => node_get_types('name', $node))));
...

thanks in advance

Module similar to Contact with extra fields

I need a module similar to contact with some additional features. That is apart from the fields from contact i need to get some more details from the user. I hope we cannot include any extra fields than category in the contact form . But i need to get more fields. It's urgent please help.

Thanks

How to over-ride flag to instruct cache to NOT save specific pages?

After having a bit of pain with sessions and a legacy application I am 'wrapping' into a Drupal skin (full module here if you are interested) I've finally narrowed down one last problem.
A problem that's been crippling the site.

We've been unable to enable caching for Drupal as it caches too hard for anonymous users. Simply, some of the add-on functionality for a few of the pages is dynamic, the pages need to look different to different, yet anonymous, folk.

Currently, I can't even do something as simple as

print "the time is ". time();

and have it work
Never mind :
"Hello anonymous, you appear to have logged in from [uganda] and are using [Firefox]

The actual problem is an order of magnitude greater, but the symptom is the same. And running a high-traffic site with no Drupal cache is killing me of course.

I just need to be able to set a flag, somewhere, to instruct the page_set_cache cache to NOT bother remembering this, it'll never be used again.

Right now, I've tweaked common.inc to include

function page_set_cache() {
  global $user, $base_root;

// CORE HACK TO AVOID WRAPPER.MODULE CACHING DYNAMIC PAGES
global $NEVER_CACHE_THIS_PAGE;
if( $NEVER_CACHE_THIS_PAGE ) { return; }

...

To mail a Content that has created using CCK

Actually i have created a new Content Type with some input fields using CCK module. I have to get that input from the end user ( ano...s user ) and i need to mail the values to some one. How to do this ?

Thanks

Module modification for pizza site.

Hello.

I have just made my mind up and will come over from joomla. I haven't even installed the Drupal yet but watching this site, it looks so clean and sorted. Also whole thing is built up on divs also. I don't know yet who to thank for finding this CMS.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions