Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
on the sidebar where it has "gold partner, silver partner, and bronze partner" the text is all way too spaced out vertically...how do I make this spacing smaller so that whole area fits the page better?
This web project is due tomorrow and I'm so close to being finished, but I can't figure this out for the life of me!
on the sidebar where it has "gold partner, silver partner, and bronze partner" the text is all way too spaced out vertically...how do I make this spacing smaller so that whole area fits the page better?
This web project is due tomorrow and I'm so close to being finished, but I can't figure this out for the life of me!
i have a short question about drupals filter-system.
I am able to create new filters via hook_filter_info().
That works perfect. But now i have a "quicktag" for an image gallery in the content ("[gallery]").
if i find such a quicktag in the content i want to replace it with the gallery that is attached via node-reference to that node.
My question now is, if it is possible to get the context (the nid) where the filter is used, e.g i need to get the node id of the gallery, that is stored in the node.
I have a Excel Table with the following fields
- link to picture-file [130x 130 px]
- spanish name
- dutch name
- link to mp3 file [pronunciation]
- category [animals, food, ...]
- subcategory [mammals, birds, insects, ...]
I am facing a severe problem with my project. I have a drupal application which does not have any Menu items within it. I am using the Taxonomy Submenu module to navigate through contents. I have the content strctured as follows.
Taxonomy->terms->subterms->subterms->...->content
On the hpmepage I will list all the first level terms using the Taxonomy submenu module, clicking on the main menu will populate submenus and finally towards the end it will show a particular content.