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

How to add input field to add/page

Hi,

Myfirst attempt at a module is going ok ;-?

BUT....

if ****_setting function adds options to the settings section on drupal admin. What function writes a new input option to ?q=node/add/page ? and how would this input be written back to my new table?

Thanks in advance.

Lee.

How to use upload API and ajax in drupal to do a upload work?

I think the upload module has a quite nice upload progress by using ajax(isn't it?).
I have tried to read the source code but it is quite hard for me to understand. I am a newbie about Drupal.
Could someone tell me how to use the upload API and ajax to upload a file?

In my module I need two parts of upload stuff. One includes max to 10 files to upload and the other includes only 1 file. So that means I cannot use the upload module since there is no limit about number of files and cannot separate into two parts. I have to write the module by myself...

hook_menu and cacheing

I'm creating specific nodes for various types of content. One of the features of the nodes is the ability to create 'favorites'. I am trying to use a tab within a hook_menu (MENU_LOCAL_TASK) to do this. The hook_menu routine does not act as programmed, probably due to cacheing issues. I've tried clearing the cache, to no avail. Because the hook_menu behaves randomly it is almost impossible to debug. Sometimes the tab appears, sometimes it does not. Sometimes even simple changes, such as changing the title of the tab, shows up, and sometimes it doesn't.

Any suggestions?

how to using view to filter the node base on each category.

i have three categoires: car, motorbikes, bicycle. in each category i have some node (story). I using view to display table view on each category, the problem is when I browse to each category it display all node from another category (it should display it's own node).
How can i use view filter to solve this? anybody can help me. I very need this.
manythanks

Best regards

Table View randomly stops working

I'm using CCK + Views to create a table with two columns.

Randomly the view will stop working and not come back.

Has anyone experianced this?

What is the fix?

tinyMCE - difficulty

I love drupal. But I have issues with the TinyMCE module.

Personally, I don't mind using html code to beautify my content. But my non-geek-savvy clients want to be able to wysiwyg.

So I'm really trying to get tinyMCE to work with drupal. I've tried and given up many times in the past attempting to install and run tinyMCE on my drupal sites.

But I really want to get this to work this time.

Pages

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