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.
Hello everyone, i have this issue, i have put some accordions inside tabs and it seems that when i reach to the 9th accordion item it opens, but if i go further it won't, if we take the numbers from 0-9 the items open, then if you click on the 10th item it opens the first one, if you click the 11 item it opens the 2 one in the accordion. Can you pleaase suggest me what to do...here have a look at this :
My problem si that i made a views listing a few fields, when i try to print it into my node.tpl.php using the module_invoke function OR the embed views display module, all the rows show up except the one related to the node im viewing, the problem is that my final goal is to print a couple of fields related to the current node using contextual filters.
note that evrything works fine if i put it into my side collumn region ...
When I edit the post that has these fields, the fields value is set to "-none-" instead of the exact value like "Visual Basic". It seems that the value is not associated anymore with those fields.
Can anyone tell me how to add scripts to the head section in Drupal 7 on certain pages.
I could do this in Drupal 6 by creating a region/block and displaying it in 'page.tpl.php'
Now that the head section has its own template 'html.tpl.php' which I can use for site wide changes - is it possible to target specific pages similar to block process in 6?