Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've been having some troubles getting started with Daryl's Xajax Drupal module (http://daryl.learnhouston.com/?p=258). I initially attempted to port an existing Xajax-based app using the module, and though Xajax was responding with XML data (even from the DB), nothing was being rendered to the browser. I've since simplified my testing down to the exactly what's in the readme, but to no avail.
Anyone else having troubles with this? Anyone have success stories with tips on how to get it working?
I'm searching for a module that allows me to create nodes that link to a file. I do not want to upload\attach the files through the create content interface. The files are already on the system and can be quite large. I want to be able to browse through the specified directory listing to add nodes linking to that file.
So is there a module like that somewhere or do I need to roll my own?
I'm writing a module to add permission codes to the user registration page. So far I've been able to inject my textfield, and reject the registration if the code is invalid, but if the code is OK I get a SQL error.
The problem is that drupal is trying to insert to a field in the user table named '0'. This brings to light two issues:
1) I can't get my textfield to have the right name. It should be called 'pcode', and I can access $edit['pcode] as well as $user['pcode'] in the validate portion of hook_user, but it shows up as edit[0] in the HTML. Here's the code I'm using:
The Optimize database module is good but had few question reg it's usage. Does it run every time a cron runs? I had cron run every 5 mins so does this script runs for every 5 mins? If so does it increases server load? Can anyone explain
I would like to call the script at particular times say tiwce a day, how can i acheive this? the script optimizes particular tables, Instead i would like to optimize the entire database? Anyone who knows how to acheive these help me.
First of all i congrats for making this great package. I am new user of drupal, just installed it with civicrm integration on my server and trying to use it. I have a small question.
I want to add small pictures of every person in his/her contact/profile page, and i want to if it is possible. If possible how and if not then can somebody help me by developing a small patch for it.
I'm currently looking at the img_assist module to bring it over to 4.7 compliance. It currently has a link in to "add a new image" in the pop-up window. This brings up a new node/add page in that pop-up window. When the node is successfully submitted the page should redirect (drupal_goto()) back to the img_assist form.
I'm finding this very hard to achieve with the new node creation system in 4.7.
I really want to escape these lines at 1847 in node.module