Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Apr 2007
    Location
    Orange County, CA
    Posts
    88
    Plugin Contributions
    5

    Default Re: Banner_Box_All on specific page?

    Quote Originally Posted by yellow1912 View Post
    if($current_page_base == 'page' && $_GET['id'] == 19){
    // replace 19 with the specific id of the ezpage.
    // banner code
    }
    I am trying to do something similar to this, where I control content based on whether I'm on the home page or not.

    Is there some similar code that will do this:

    PHP Code:
    <?php if($current_page_base == 'index'){
    //Do one thing
    } else {
    //Do another thing
    ?>
    I know the above isn't accurate, but can someone help with the call I should use??

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Banner_Box_All on specific page?

    $this_is_home_page will tell you if you are on the Home page of the site ...

    Code:
    if ($this_is_home_page == true) {
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Specific sideboxe to show on specific page only
    By nicksab in forum General Questions
    Replies: 18
    Last Post: 17 Jul 2012, 07:22 AM
  2. banner_box_all for all banner groups
    By frobie in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Sep 2010, 12:56 AM
  3. 1 banner at a time in banner_box_all
    By get bucked in forum Basic Configuration
    Replies: 2
    Last Post: 18 Nov 2008, 11:52 PM
  4. banner_box_all add problem
    By dvenzo in forum Basic Configuration
    Replies: 21
    Last Post: 25 Mar 2007, 02:36 PM
  5. Banner_Box_All Problems
    By speXedy in forum Basic Configuration
    Replies: 3
    Last Post: 10 Jun 2006, 02:51 AM

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