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

[views.module] Sortable notafield?

Can anybody shed a light on sorting fields that are marked as 'notafield'? The problem is that they have no existence in the table, and thus cannot be sorted through a SQL ORDER BY clause.

FAQs (module) not displayed in anonymous mode

hi! have installed the faq module (faq-4.7.x-2.0.tar.gz) to drupal 4.7.x, and everything went well... but our site faq must eventually be made available to anonymous users (logged out mode), that's where i get stuck... http://site/faq doesn't display anything!... the rest though, including categories/taxonomy, faq block, etc. are working fine for logged in users...

Please help to create a User Defined menus on mouse over

Can any one tell as how to create a user defined menu on mouse over.

1) Menu's are displayed in a tree format.but i need to be displayed on mouse over.

2) How to create a forms and carry the form elements to the landing page in Drupal.

Access user "dashboard" via a custom path

The site that I'm designing right now has a user dashboard that they see when they login. That dashboard will be at

http://www.domain.com/dashboard

The dashboard is exposed through a module using the _menu callback. But I need each users dashboard to be viewed by other people. Initially I thought I would start all of my paths off with the username. So that it would be

http://www.domain.com/nathanpalmer/dashboard

How to pass a value from one module to another?

Hi,
I wrote 2 modules. Both define new node types and each one writes data to its additional table in the database, but the second node is dependent of the first.

table1:
id_module_1 values_module1

table2:
id_module_2 id_module1 values_modules2

The first module has a button to call /node/add/module2

My problem is, that I don´t know how to pass id_module_1 to module_2.
Is there a function in Drupal dealing with this?

Any help is appreciated

Generating a Teaser View

I wanted to know how to generate a teaser view of a node? is there a function node_teaser_view() or something like that which can generate a teaser given its $nid? I do nor want to use views to generate teaser

Pages

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