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?
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...
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.
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
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.