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
Oh, and in case anyone is
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.
Have you defined a region in
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?
FiveRDesign - UK Drupal Consulting, Development, Custom Modules & Support
MySweetShadow - Heavy Metal Blog, Drupal & SEO
Yes for the first question
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.
OK, I think it works like
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 :)
FiveRDesign - UK Drupal Consulting, Development, Custom Modules & Support
MySweetShadow - Heavy Metal Blog, Drupal & SEO
I follow you, I just have no
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.
The page.tpl.php should be in
The page.tpl.php should be in your theme directory
FiveRDesign - UK Drupal Consulting, Development, Custom Modules & Support
MySweetShadow - Heavy Metal Blog, Drupal & SEO
Hmmm, when I click configure
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.
I think all themes have to
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.
FiveRDesign - UK Drupal Consulting, Development, Custom Modules & Support
MySweetShadow - Heavy Metal Blog, Drupal & SEO