Results 1 to 6 of 6

Thread: Inserting monoslideshow into detail_link?

  1. #1
    Join Date
    Feb 2008
    Posts
    23

    Default Inserting monoslideshow into detail_link?

    For my sponsored links I need to add a monoslideshow in the detail page.
    This is the code that shows the slideshow but how do i insert the code into detail link so it only shows on the exact customers sponsored link?
    Any ideas?
    This is the code which works.
    ---------------------------------------------------
    <div style="padding-left:10px">
    <script type="text/javascript" src="http://www.cotswoldadvisor.com/slideshows/link1/swfobject.js"></script>

    <div id="monoSlideshow">
    <p><strong>Please install Flash&reg; and turn on Javascript.</strong></p>
    </div>

    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("http://www.cotswoldadvisor.com/slideshows/link1/monoslideshow.swf", "SOmonoSlideshow", "480", "360", "7", "#000000");
    so.addVariable("showLogo", "false");
    so.addVariable("dataFile", "http://www.cotswoldadvisor.com/slideshows/link1/monoslideshow.xml");
    so.write("monoSlideshow");
    // ]]>
    </script></div><br>

    -----------------------------------------------------------------
    As you can see this is for link1 and i would so how do i get this only in link1detail_link page?
    Cheers

  2. #2
    Join Date
    Feb 2008
    Posts
    23

    Default

    All sorted now.

  3. #3
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Any chance your willing to post the solution so users in the future that might need the same help can get it???
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    change link1 to $linkid

  5. #5
    Join Date
    Feb 2008
    Posts
    23

    Default

    Quote Originally Posted by Bruceper View Post
    change link1 to $linkid
    Exactly

  6. #6
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    Weirdly, we both tried to put monoslideshow onto our sites the same day

    You have a bit of manual work to set up (not too much) but its a nice extra feature for sponsors.

    this is my version
    http://www.bigfreeguide.com/camping/...-park/133.html
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

Similar Threads

  1. Inserting a new php page
    By michaer in forum v5.x
    Replies: 1
    Last Post: 03-03-2007, 10:54 PM
  2. Premium detail_link.html
    By Baz@rr in forum v5.x
    Replies: 4
    Last Post: 05-04-2006, 03:56 AM
  3. Replies: 1
    Last Post: 06-03-2004, 08:03 AM
  4. Inserting a PHP Code In the INDEX page !!!
    By althahabi in forum v5.x
    Replies: 1
    Last Post: 09-26-2003, 03:21 PM
  5. Replies: 1
    Last Post: 07-26-2002, 04:22 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
  •