upload an image to my local site

How do I upload an image to my own local Drupal site so that I can see it under a "basic page" using a html tag?

In other words how do I use an image in my site?

I am very new to Drupal and please don't give me the google it comment since I've done that for 3 hours.

Thankful for help

overriding block.tpl.php

in drupal 7 i tried to make a custom template for a block ie to override the block.tpl.php for this block

the block source code has the following id

id="block-menu-menu-footer-menu"

so i tought about naming the template file as block--menu-menu-footer-menu.tpl.php and block--menu--menu--footer-menu.tpl.php and many other things, but the file is not loading anyway,

any suggestion for naming the block.tpl.php template ?? please help me

Understanding the menu system?

I have trouble understanding the menu system.

First of all: Is there a documentation of the variable $main_menu, or does it come from nowhere?

2. The smallest snippet to display the main menu is: print theme('links__system_main_menu', array('links' => $main_menu)); That seems odd as rendering the main content is a much smaller code snippet. Is there nothing smaller less complicated? (By that I mean, that for a beginner it is very difficult to figure out, how hooks are working.)

customized search path

Hi

Im trying to figure out howto change the path for my searches. I have a custom content type displayed in a view at [root]/works. I want to implement a search form that only will search nodes of this content type and also use a url like [root]/works/search/[query]

Thanx in advance

Load mutliple fields

I am trying to load multiple fields with the following snippet:

     <?php
$nid = 167;
$fields = field_product_image;
$node = node_load($nid);
$result = field_view_field('node', $node, $fields, array('default'));
print render($result);
?>

What do I need to change to be able to load more than just "field_product_image"?

Event Registration module for drupal7

Could you please list out event registration modules for Drupal 7. (Both Free and Paid Modules). I have gone through modules but most of those are not compatible with Drupal 7.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x