Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    19
    Plugin Contributions
    0

    Default how to make it to show up on Home page only.

    I have a Flash applet installed in the tpl_main_page.php

    Hou do I make it show up only on the home page?

    Same for the banners. Here the link www.remonstore.com

    <!--bof-FLASH-->
    <script type="text/javascript" src="includes/templates/barebones/jscript/swfobject.js"></script>
    <div id="flashcontent">

    <center>
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"
    id="carousel" width="650" height="300">
    <param name="movie" value="carousel.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#FFFFFF">
    <embed name="carousel.swf" src="carousel" quality="high" bgcolor="#FFCCCC"
    width="650" height="300" scale= "noborder"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash">
    </embed>
    </object>
    </center>

    </div>
    <script type="text/javascript">
    var so = new SWFObject("carousel.swf", "carousel", "650", "300", "7", "#FFFFFF");
    so.write("flashcontent");
    </script>

    Best regards,
    Michael.
    Best regards,
    Mike

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: how to make it to show up on Home page only.

    Put it between
    PHP Code:
    <?php if ($this_is_home_page) { ?>
    and
    PHP Code:
    <?php ?>
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Nov 2005
    Posts
    19
    Plugin Contributions
    0

    Default Re: how to make it to show up on Home page only.

    Quote Originally Posted by kuroi View Post
    Put it between
    PHP Code:
    <?php if ($this_is_home_page) { ?>
    and
    PHP Code:
    <?php ?>

    thank you very mach.

    worked like a charm
    Best regards,
    Mike

 

 

Similar Threads

  1. How to make featured items show up on home index page?
    By hookah in forum General Questions
    Replies: 7
    Last Post: 11 Jun 2011, 11:22 PM
  2. How do I show only Featured Products on home page?
    By peterpan2004 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Mar 2010, 04:53 AM
  3. How to show a custom sidebox only on my home page?
    By SandraSD in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Dec 2009, 08:43 AM
  4. how to make a product page show as home page?
    By gnuzoo in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 3 Nov 2009, 08:38 PM
  5. How Do I Make Whats New Show in Center Collum on Home Page?
    By DieselMinded in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 May 2009, 09:04 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