victor82 Posted November 14, 2007 Share Posted November 14, 2007 Dear All, I have installed Drupal long back in my website. I also had to install flexinode module to add few fields. Actually I have created three forms: node.flexinode-1.tpl.php node.flexinode-2.tpl.php node.flexinode-3.tpl.php But I have a very strange situation now. I really have to remove Few date fields from these forms. Particularly I need to remove this field from all the 3 forms $lastmod_t = date("m/d/Y", $node->flexinode_59); This particular field allows us to select date. But I need to remove this field and just insert NOW() for this particular field. Kindly note that I do not have access to the administration end of the website. I have to make changes in the code. Could some one please guide me what are the files that I have to update to make these changes and also tell me in which file I shouldmake changes in the SQL Query? Thank you in advance, Regards, Viktor Quote Link to comment https://forums.phpfreaks.com/topic/77249-please-help/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.