How would i get the taxonomy terms a node belongs to?
I browsed through the API, but i can't seem to find how it works...
When a node is displayed in a standard way, the taxonomy term gets displayed, but i'm writing my own custom page, and i can't figure out how i could add the taxonomy term together with the node...
I could write SQL to get them out the database, and add them in the additions object in the load hook, but i guess there must be an easier way...
I just finished my last drupal module called "css.module".
This module adds the possibility to create customized
css (Cascading Style Sheets) for any node making
designers able to design complex css based contents.
When an user (with permissions) create a content, which have the css
option enabled, a textarea let the user define a new stylesheet for the new
node.
When the node is displayed the css is imported into head tag.
Then the browser display the node as defined into the css rules.
rly noob but forgive me. please tell me how to move one topics from category 1 to 2, i think this is easy and it must be somewhere cause there is an option leave shadow copy right ... so please help... thanks anyway...
Hello,
I've been trying for hours to have a module define a custom XML-RPC service, but keep getting Unknown method from my client. I followed the documentation on drupaldocs and used the blogapi module as a guide, but still no luck. Any ideas? Thanks.