I just installed the cvs imagefield type for cck but when adding new fields there is no image field option!?
How do I get the image field option to show up?
I am not sure if this should be in module development or themeing, but here is my question.
I have been playing with the Nicelinks module which works pretty good, but I found a turotial for creating bubble tooltips which is more of what I am looking for, for my fancy shmancy site! The tutorial is located here http://www.web-graphics.com/mtarchive/001717.php , and the javascript code is pretty straight forward, but I cannot seem to get it to work with my limited drupal experience...
I have made changes to album.module for 4.7 and have got to the point where it loads, enables and looks like it is there.
When I click on create album I do not get the create page.
In the watchdog I only get one error message as follows:
Is there a way to pass form parameters to the hook_delete function? Right now, the only parameter reaching this function is &$node that contains the persisted node attributes. What I need is to pass to hook_delete some extra parameters that are not persisted, rather like deletion directives.
By analogy, hook_insert receives all form parameters defined in hook_form, and that's what I was expecting hook_delete to receive too. I am getting this wrong? Any workarounds?
basically i want to get the drupal path of the page im on and add on a get var then display a link so that the user can click on a link that goes to the same page but with the get var there too.