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

categories not pathauto'ed

i've installed pathauto. but it generates auto alias, except for categories/taxonomies. is this something pathauto does not support?
thanks,
erick

GWT embedded in drupal creating a module

I successfully embedded GWT into Drupal 4.7.6 creating a node for my GWT apps and creating a blocks for it. If I were logged in as admin(with $user->uid equals to 1) I got no problem with the integration but when I create a new user and even checked all the permissions including my GWT apps, drupal denied the access of the node. Though the block for my GWT apps is there but not the newly created node.

If someone could explain what happen I would be glad. I just need any idea that is an expert in drupal module development.

how to show Image gallery and vedio gallery in node body

Hi,

I have created image gallery using image module, and vedio gallery using acidfree.

Now, i want to access this image gallery in other node, actually i want to print this gallery in other node body.

For more details: Actually i have a page which will show this image gallery and video gallery on same page
including category list on right panel.

Please reply

Thanks,

Session ID for anonymous users

I'm building a module that uses the session id to store information. There does not seem to be a way to get the session id for anonymous users through any drupal API. I would have thought that the user object would hold the session id like it does for logged in users in $user->sid. After looking at the session.inc file, the $user object has the sid in the object from the query:

CCK nodereference -- filereference?

I have a situation where file are being uploaded through filefield, but then we ran into a question: 'what happens when we need to have multiple nodes referencing the same file?'

If we would upload the same file through filefield, then a new entry is created in the files table and if uploaded to same location, the filename is incremented as well. If and when we need to then maintain this file, we would then have to update multiple files instead of just one.

How to remove [Preview Changes] button

I cannot remove [Preview Changes] from a node form. I have developed a custom module that implements a custom node type. I use the node form to enter/edit node data (which includes additional data stored in "non Drupal" DB tables).

The Drupal automatically puts four buttons at the bottom of the node form: [Submit], [Delete], [Preview] and [Preview Changes]

I can suppress three of the four by calling : unset($form['Delete']);... in the mynode_form_alter hook.

Pages

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