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