Results 1 to 2 of 2

Thread: Accordion Content script (v1.9) onclick

  1. #1
    Join Date
    Oct 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Accordion Content script (v1.9) onclick

    1) Script Title:

    Accordion Content script

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...daccordion.htm

    3) Describe problem:

    plus and minus not working, if you look at above page, the onclick example has http://tinypic.com/images/404.gif for it's picture, plus and minus appear to be pointing at files on tinypic.com that no longer exist.

    Also there is some disagreement as too if the plus and minus should be the other way around, if you run say regedit, you will see you use + to expand and - to contract, this script is the (or should I say was) the other way around

    Many Thanks for the great script

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm not the script's author and I don't know tinypic's policy. Some image hosting services unlink if there are too many hotlinks to an image and/or it's a duplicate and/or there aren't any direct downloads for awhile.

    It might just be a temporary outage though, so we should wait a week to see if they fix it. If not, it should be taken care of by finding a new image host for the image or finding the current reference on tinypic, if that has changed.

    It was working just the other day when I had a request to change the order as in the second part of your report. That's not a bug, just personal preference. The images can be in either order you like here (from the demo page Step 1 under //Initialize 2nd demo):

    Code:
    	togglehtml: ["prefix", "<img src='http://i13.tinypic.com/80mxwlz.gif' style='width:13px; height:13px' /> ", "<img src='http://i18.tinypic.com/6tpc4td.gif' style='width:13px; height:13px' /> "], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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