Would like to see "Add to ... Area" spanning the top of Category or Article pages

Permalink Browser Info Environment
Is it possible to add an "Area" spanning the whole page (930) on a Category and Article page like the Home Page (add to Feature) - for me I'd like "Add to Leaderboard" between Menu line (and breadcrumbs) and the Category / Article Page title.

I'd like to use the space for "Ads" or other informational messages or images. (Standard block stuff)

Thoughts??

Type: Discussion
Status: New
HOBOcs
View Replies:
c5mix replied on at Permalink Reply
c5mix
Yeah, in the category.php and article.php files (located at packages/theme_viewport/themes/viewport), simply add this after the include for the header.php file and before the #content section (see how the the home.php file is):
<div id="feature">
            <?php 
         $a = new Area('Feature');
         $a->display($c);
         ?>
        </div><!-- #feature ends -->


If you want you can call the area something different that Feature - just change 'Feature' to whatever you want.
HOBOcs replied on at Permalink Reply
HOBOcs
Thanks - I will test.
c5mix replied on at Permalink Reply
c5mix
You're welcome!

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.