Not quite sure how to do this exactly but what I'm trying to do is make a new block in which I could feature something for our Journalism class website. For instance, some students wanted to start a new advice column and to help get it off the ground I wanted the info to standout on the website but without having to sticky it into our actual content. Almost sort of as an add off to the right hand side.

Anyway, what I tried doing was creating a new block which was easy however when I try and create a page, I cannot get this new block to show up as a place I can drop the new page.

Am I better just to create an image of an ad and place it?

Thanks for the insight. I hope this is enough detail.

www.woodstockwindow.net (Woodstock High School Intro to Journalism)

Comments

madamski’s picture

Oh, and in case anyone is looking around the site, I have NO IDEA (nor does my tech coordinator in the district who setup my Drupal site) why I cannot get the IMAGE module to work on our site. I can post images by themselves but cannot upload and have them appear in articles/stories.

I'd be willing to let someone log in as admin if they think they could help me.

jeebsuk’s picture

Have you defined a region in your theme for where you want the block to go? And is there a matching element for the region on your page.tpl.php?

madamski’s picture

Yes for the first question but I am not sure what the region page.tpl.php is or where it is located. Maybe I do, but not by name at least.

jeebsuk’s picture

OK, I think it works like this:

In the page.tpl.php file you will have access to a variable with the name of your region. So if your custom region where you put the block is called "topright" there will be a $topright. You can then output this variable wherever you wish on your page.tpl.php.

Let me know if that works :)

madamski’s picture

I follow you, I just have no idea where this page.tpl.php file is at. Once I get to that, I think I'll understand the rest.

jeebsuk’s picture

madamski’s picture

Hmmm, when I click configure on my Pushbutton theme, I do not see anything that resembles page.tpl.php.

I am the admin of my site but I did not install it on a server...my tech coordinator for the district did all of that.

Not sure if my thinking is correct here.

jeebsuk’s picture

I think all themes have to have a page.tpl.php file. You need ftp access to your site so you can check your theme directory.