Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Removing the Sidebox Formatting

    Hi all,
    I've manged to make a basic side box, which displays, adverts, and quick links. However I'm trying to remove the formatting (Header, background image etc) form this one sidebox.

    I based it on the cc_accept file, heres the code

    <?php
    $show_adverts_fires = true;

    if ($show_adverts_fires == true) {
    require($template->get_template_dir('tpl_adverts_fires.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_adverts_fires.php');
    $title = BOX_HEADING_ADVERTS;
    $left_corner = false;
    $right_corner = false;
    $right_arrow = false;
    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    }
    ?>
    Thanks

    Andy

  2. #2
    Join Date
    Dec 2005
    Posts
    60
    Plugin Contributions
    0

    Default Re: Removing the Sidebox Formatting

    You probably need to add something to your CSS file for that sidebox.

 

 

Similar Threads

  1. Removing the tall book image in sponsors sidebox?
    By Riaan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Jan 2011, 08:36 PM
  2. Removing links from the information sidebox
    By Rabarbervin in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Nov 2010, 01:56 AM
  3. removing the header and border from an added sidebox
    By sesnut in forum Addon Sideboxes
    Replies: 5
    Last Post: 14 Mar 2010, 08:58 PM
  4. Removing pages from the Information sidebox
    By isaiah36 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2009, 05:10 PM
  5. Added Sidebox the Header, Now it has no formatting!!
    By margecc in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Mar 2007, 04:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg