-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I changed page title in hook _ menu section of a Drupal module, re-installed, and cleared caches, but this did not change title on web page.
Finally I renamed the whole module, files, and relevant function names in files and then re-installed. This did the trick.
I suspect that there is a duplicate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
After importing content from a legacy website using the Feeds module, I'm left with node bodies that contains links back to the old website.
Is there a Drupal module that will perform a one-time process to iterate through each node, manipulating the content of nodes using some custom code?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, the simple little module titled 'on the web' for drupal shows social network links. It links to some images on the directory. on my localhost install they are showing but in the remote install the img tags aren't even appearing. I looked in the module's files and the path isn't hard-coded or…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I know that in order to programmatically add my own taxonomy to a node I need to use the taxonomy_save_vocabulary function and pass it an array defining my vocabulary. But I need to know where does this code usually go in the module. I'm assuming the install file?
Thanks!
D
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Drupal content type that has unlimited photo, textbox, and external link CCK fields, but while fields themselves can be reordered via drag-drop (i.e. photo B before photo A), I can't arbitrarily order amongst fields (i.e. photo B, link A, photo A, text A, link B).
Panels is awesome, with…
>>> More