I'm trying to accomplish something that is very simple if I just edit the template directly, that is, add two images with some links below them to a specific part of the page.
But, I want to allow the users of the site to change the images, text, and links.
Is there an easy way to accomplish this using Drupal's system? I'm in effect asking several questions on how to use Drupal properly with this.
Basically, it's a very simple front page design:
-- LOGO | Banner -- {He
-- N A V B A R -- ader - already set}
Node 1/ Image 1/link Image 2/link
Home page Text w/ links Text w/ links
{currently added {both of these are currently divs with embedded
as content>>Node1} < img> tags in my page-front.tpl.php file}
F O O T E R
If you extremely experienced Drupallers can help me figure out how to accomplish this simply, I'd really appreciate it. My current understanding is that I need to edit the template.php, define my own blocks, then call these blocks from page-front.tpl.php and position them. Am I on the right track?
On this same track, how do I best allow users to upload images via Drupal so that they can map to them inside of these blocks or whatever? I'm looking at the Img_Assist module along with TinyMCE and/or possibly Filebrowser.