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.
My sons scout troop currently have a very basic website created with wordpress. I was in the process of designing a website and was also using wordpress, however 3/4 of the way through development I had to scratch the entire project due to it's size and the fact that wordpress could not handle the scale of what I was creating.
I then decided to create the website in Joomla which I started on a few days ago but I am not pleased with the results. Here is what I am trying to do. The website will have several main menus, and many of those menus will have sub-menus and some of the sub-menus will have sub-menus. The site will have about 100 pages and will have dozens of menus, so menu structure is critical linking various pages, categories, etc. I found Joomlas built in menu systems lacking.
Hi have a number of menu blocks for the site. I would like to be able to create a CCK field (either dropdown or checkboxes) where right in the node I can select which menu block will be displayed on that node. Some of the nodes where the menu block is displayed are not included in the menu system but I would still like to be able to show that menu on that node.
Right now every time a new node is created I have to head back to the blocks config and add in that node as one of the nodes that block is going to be displayed on.
I placed the default Main menu block that comes with drupal in my footer region just as most sites would do.
The links are.... HOME ABOUT US PRODUCTS SERVICES
Within services there are two sub-menu items (Private services, Public services) which work fine with my superfish drop-down-menu (the menu at the top of the site displayed in most drupal themes by default).
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2: SELECT fci.bundle AS bundle, nt.name AS name FROM {field_config_instance} fci INNER JOIN {node_type} nt ON nt.type = fci.bundle WHERE (); Array ( ) in _commerce_pdm_get_product_display_types() (Zeile 539 von /var/www/vhosts/dibidi.de/httpdocs/sites/all/modules/commerce_product_display_manager/commerce_pdm.module)
I fixed this myself:
I am using some custom JavaScript on my site. It enables an horizontal accordion, whose slide script somehow interferes with the drop-down advanced search form.
So, moral of the story: Use a process of elimination when something like this happens. Start with your custom code, and move backward.
The /search page of my zen sub theme has an non-expandable advanced search form. That is to say the a tag that should be clickable to expand the advanced search field-set is an unclickable span: