I am new to Drupal and am using the Bartik theme in D7. I need my secondary menus to appear on the left of the page. I was able to move and reformat the secondary menu by placing the code inside the div for sidebar first in page.tpl.php in my subtheme(I used Webmatrix to do this). However, when I go into Administration >> Structure >> Blocks >> My Subtheme and remove the navigation menu from sidebar first my secondary menu also disappears. How do I remove the navigation menu and still have my secondary menus show?
My requirement is quite simple - I am working on building a site for a friend's business - she creates personilized cards for any event....you know Birthdays... Weddings.. Anniversaries.... so I will have different pages for eaxh type...
I thought I needed a module .. but colorbox aint it and piclens isnt there... I need to display an array of say 5 columns by 6 rows of images so that I can show off her wares on each page....
I want to use views to show all articles, published or not, with the taxonomy term salads. But using a filter "Content: Has taxonomy term (= salads)" actually doesn't allow those articles to show in the list. How can I do this correctly?
I upgraded a new install with the latest Ubercart 7.x-3.x-dev with Drupal 7.
The product front page links work fine.
When I try to link from the catalog menu, the top catalog links fine ( but with no topics uc_product_terms displayed ) the taxonomy topics and subtopics link to the products, but produce an error and the URL catalog/# even though the pathauto alias exists.
The error displayed is:
I have the following db_query which results in the following error:
Parse error: syntax error, unexpected T_STRING in /home/rab/public_html/modules/php/php.module(75) : eval()'d code on line 448
$result = db_query("SELECT Naam FROM {geboorten} WHERE `Naam` like :naam or `Naam moeder`like :naam", array(':naam' => $naam)) ;
foreach ($result as $row) {
$value = $row->naam;
I have a bunch of php files that I would like to put in a directory and have them execute, but still retain the drupal theme's look and feel. Is that possible? I know I can create a content node, but that seems cumbersome to do that for all the files I have.
I tried to do my best to research how to do this and couldn't, so that is why I am turning to the forums. Any help is greatly appreciated.