Loading

Author Topic: Bcute theme  (Read 675 times)

leech

  • Newbie
  • *
  • Posts: 16
Bcute theme
« on: February 11, 2012, 07:54:54 pm »
Hi
I started using the bcute theme recently and it is really beautiful. I have one question. How do i hide the boxes (Advertise here 188x100 ) in the bottom. I am just getting started so don't want to show them. All help is appreciated.
Thank you.

Jesse

  • Hero Member
  • *****
  • Posts: 509
  • Out of my mind, back in 5 minutes
    • Nuclear Projects
    • Email
Re: Bcute theme
« Reply #1 on: February 12, 2012, 12:05:49 am »
Open up the file footer.php within your theme folder and either comment-out or delete this line:

Code: [Select]
<?php bcute_advertisement(); ?>
Some helpful OSClass pages and customizations I've worked on... http://doc.osclass.org/User:Jesse
Please, no questions via email. Ask them on the forum.

leech

  • Newbie
  • *
  • Posts: 16
Re: Bcute theme
« Reply #2 on: February 12, 2012, 12:56:31 am »
Hi Jesse
Thanks for responding but I am unable to find this line of code in Footer.php under the themes folder. Would you mind to give me the exact path to look for Footer.php. All I could find is the following code:

<?php osc_show_widgets('footer'); ?>
<?php osc_current_web_theme_path('ads.php') ; ?>
<div id="footer">
    <div class="inner">
        <a href="<?php echo osc_contact_url(); ?>"><?php _e('Contact', 'bcute') ; ?></a> |
        <?php osc_reset_static_pages() ; ?>
        <?php while( osc_has_static_pages() ) { ?>
            <a href="<?php echo osc_static_page_url() ; ?>"><?php echo osc_static_page_title() ; ?></a> |
        <?php } ?>
        <?php _e('This website is proudly using the <a title="OSClass web" href="http://osclass.org/">open source classifieds</a> software <strong>OSClass</strong>', 'bcute'); ?>.
    </div>
</div>

Thank you.

Jesse

  • Hero Member
  • *****
  • Posts: 509
  • Out of my mind, back in 5 minutes
    • Nuclear Projects
    • Email
Re: Bcute theme
« Reply #3 on: February 12, 2012, 01:29:12 am »
Ok, the file has been changed since I downloaded BCute back in November, so my version is a bit different. It looks like the line to comment-out/delete in your file is:
Code: [Select]
<?php osc_current_web_theme_path('ads.php') ; ?>
Some helpful OSClass pages and customizations I've worked on... http://doc.osclass.org/User:Jesse
Please, no questions via email. Ask them on the forum.

leech

  • Newbie
  • *
  • Posts: 16
Re: Bcute theme
« Reply #4 on: February 12, 2012, 01:34:15 am »
Yes. It worked. Thank you for all your help!!!

aboutvaradero

  • Newbie
  • *
  • Posts: 5
    • Email
Re: Bcute theme
« Reply #5 on: April 25, 2012, 10:41:16 am »
Remove the following line from header.php

<?php ad(); ?>