I just posted what i hope will start some discussion on a path that i think the CCK project needs to take. As it properly should be posted as a feature request under the CCK issues tracker - that is where i put it: http://drupal.org/node/104339.
But, since there is pretty limited visibility to the issue tracker i thought i would x-post here as well.
Feel free to give general comments on this concept on this thread.
I'm creating a module to use transparent menus (TransMenu) originally written by Aaron Boodman (www.youngpup.net).
This is almost done. The basic proccess is ready. I need to implement the user to choose colors to set that up using the color picker not just setting some text fields in the block configure form. How could I do it?
Hi,
I am trying to set the title of a page using drupal_set_title() in my module. The module executes a custom query and displays a list of nodes. drupal_set_title() works perfectly but does not give me the ability to set the $head_title and $title as 2 seperate variables.
Is it possible to set the $head_title and $title seperately?