Add menu through render section or just print menu links?

Hi,

In my page I want to add a top page menu. I have two options here and don't really know what is the best practice to accomplish it.

1) Create a region for the top page menu and display it from my template in pages.tpl.php with

    render(page['top_page_menu']);

2) Just add the menu printin it with

Calendar module (7.x-3.x-dev) shows multi day events in months where they shouldn't be displayed

I created some multiday events at the end of September. My problem is that now the events show up at the beginning of every month after September. Recurring event module is not installed. I tried playing with the AND/OR filter on the contextual filter for date, which I thought solved the problem but actually just made it so that events after September did not show up at all. Changing the multiday events to single fixes the problem.

Here is the view: http://pastebin.com/aVTy08HH

I’m trying to create a Q and A session with the answer being determined by how the user answered the preceding questions.

I’m trying to create a question and answer session in Drupal, with the answer being determined by how the user answered the preceding questions.

For example, let’s say I’m selling cat shampoo and I have 3 different kinds of shampoo for different types of cats. So the user would answer a series of “Yes/No” questions to determine which shampoo is best.

Does your cat have long hair? Does your cat shed a lot? Does your cat live outside? Does your cat have fleas?

Based on how the user answered those 4 questions, Drupal would then recommend the best shampoo.

Photo Gallery with photo indexes

Hello ,
Can someone help me to find a specific good Drupal Photo Gallery module. I am trying to create a photo gallery that contains for example 5 photos but i want to show only one photo and to place in the bottom of this photo some indexes related to the other pictures so if i press on any of these indexes it will display the picture witch has the same index . i.e.i have a photo and the idexes:Previous 2 3 4 5 Next are displayed in the bottom on this photo so if i press on index 3 it will display the third picture. I would appreciate any help.

Moving title position

I need to re-position my title, however I can not just simply do this in page.tpl by moving the $title variable because I need to position it in between 2 items which are within the $content variable.

Do I need to create a pre process function in the template.php file and if so could anyone advice the proper way to do this

Thanks

Upload in specific subdirectory

Hi all!

I'm working on my first Drupal project and so far I like every bit of it, having a little experience with Joomla, Wordpress and Ektron.

However I'm facing a wall at the moment. I'd like to have the ability to upload files within a particular subfolder (the latter being located in the folder specified in the option of the File field)
That would be for example having an extra field to specify the destination folder that is used during the upload.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x