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

Form submission problems

I am attempting to write a module that makes use of the forms api I currently have it tossed up on paste bin, but I'll add it here too...

The problem that I am running into comes when I hit the submit button for the form. I get a blank white screen and no results inserted into the db. I've spent the last couple of hours searching the handbook/forums for a solution and I just can't seem to figure this out... a trip to the irc dev channel didn't resolve it either...

If anyone has any insight that can get this resolved so I can move forward I would greatly appreciate it.

Dupe-R-Scooper: prevent duplicate content

I hope this is the right place to post this.
I have been working back and forth with nevets over in the post installation support forum to develop a function to be used as a module to check titles and fields in custom content types when nodes are created. You can see the thread at http://drupal.org/node/89599. Unfortunately, I've been cluttering-up the thread over there with my posts so I figured I had better start my own thread to keep things more organized.

nevets had written a nice little function that checked for duplicate titles for nodes of a specific type. I wanted to do a more robust version, and he really helped me out in with my issues (I'm really new to PHP). I'm calling the new function "Dupe-R-Scooper" since it tries to scoop-up duplicate data before it gets published.

Anyway, long story short, I'd like to get a little help with the function, and get this developed into a full module with an admin-area UI.

The basic overview of the function is this:
1) we hook nodeAPI to catch the validate operation
2) we use a switch to check a number of node types
3) we run a query to pull specified fields and node title/nid from the {node} and {content_type_*} tables.
*3b) I need to somehow write a loop here to make sure we check everything that could be a match (but don't know how).
4) we run a few if() conditions against the new and existing data

can i write php file to use simplnews 's api to send mails ??

i 'd like to use php file get some msg then use simplnews ' api to send it to all subscribers.

does any knows about this ?

Writing to Word Document in C#

Hi
how to edit a given document thru C#. Currently i have a word document with specific fields like Location,Name etc. These fileds i can access from C# and can write to it using StreamWriter.But the current issue im facing is regarding index.It needs some funny index to point to the given text.Im not using any VSOT or any other office tools just plain stream reader and writer. Please help.

Help in cck module setup

Hello friends,

downloaded the cck addn node module from contributed modules.I copied that folder into modules folder in mysite.After that runned upload.php page.done these steps.but in mysite when I observed my modules that cck(addnode) module was disabled.Is anything wrong in my procedure?Please give me your suggestion.Appreciate your responses.

Thanks in Advance.

about multisite search module

Hi.

I need to know if there a way (or a module) that allow us to search the databases in a multisite instalation.

I mean, i have a multisite drupal instalation, the search core engine let me search in each site, but i need a module that let me search in all databases since every search box.

Did anyone know a way to do this

PD: Excuse my english please

Pages

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