I am busy with a project where the nid and vid values may reach its limit. I need a mechanism to modify current and future nid and vid data types from int to b开发者_C百科igint.
I would like to output a csv file with a drupal 6 module. This is the code I have, but it\'s hacked together with some of it in my custom theme and some of it in my module. Is there anyway I can move
I have a 3 page drupal(6.20) site, each page has its own template like page-node-1.tpl.php, page-node-2.tpl.php, page-node-3.tpl.php, I would like to set separate templates when editing each node, I t
Is there a module that can make different registration forms for 开发者_C百科different roles during sign up? (ex. each Editor,Main User,Sub User role have different form)Here\'s what you should do
I have a Drupal site on which users can enter CCK content by uploading docs to content. CCK has title, body, and a set of attached documents and I would like to show the nodes (using views) in a fancy
I created a hook in order to add an item to the administrator\'s m开发者_运维百科enu. When the user clicks on the item, I want to return the content of a specific view I created. How should I return t
I want to override a tab that shows up on the user profile, and make it a menu item in primary links instead.
I\'m looking to see if anyone has any resources or tips for developing basic Drupal modules faster?Have you come up with anything to make your Module development faster?
So this is likely a shot in the dark, but for anyone out there who knows a bit of Drupal and better yet has implemented the annotate module from Ch. 2 of Pro Drupal 7 Development
I have a CCK type for storing mentions (Social Media search mentions). Some of the mentions I believe are ASCII (My knowledge of this stuff is little).