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

Sponsoring work on Modules

I may be interested in sponsoring development of certain modules. How would I go about doing that? And is it cool to make such a request/offer of this community? I have a lot of respect for drupal and the community of developers that keep it so robust - I don't want to offend. Any pointers?

spellchek how is it work ?

...

<!-- Source the JavaScript spellChecker object -->
<script language="javascript" type="text/javascript" src="spellChecker.js">
</script>

<!-- Call a function like this to handle the spell check command -->
<script language="javascript" type="text/javascript">
function openSpellChecker() {
	// get the textarea we're going to check
	var txt = document.myform.mytextarea;
	// give the spellChecker object a reference to our textarea
	// pass any number of text objects as arguments to the constructor:
	var speller = new spellChecker( txt );
	// kick it off
	speller.openChecker();
}
</script>

...

Multisite with clean URL

I have setup multisite like below

create content>Menu settings>Parent item: field how can i modify it before show it?

i want to remove all entryes from "Parent item:" field that have 4 and more dashes before menu item(like ---- example), how can i do that? so that user was't able to exceed 2 level in menu hierarchy.
thank you in advance.

Creating a new module

I am trying to create a new node content type through the node_example.module. I have created the table, changed the proper fields in the module, and uploaded to the modules directory. Before drupal loads, I get the code in plain text. Upon enabling, every page is the code in plain text. What am I doing wrong?

Looking for a module developer

Hi,

We're looking for someone to develop a module for us.

For a rough idea of what we're after see this post
http://drupal.org/node/86443

Anyone interested or any ideas how we can find someone?

Thanks
Chris

Pages

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