Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 82332 invoked from network); 13 Feb 2009 14:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 14:59:05 -0000 Received: (qmail 81750 invoked by uid 500); 13 Feb 2009 14:59:05 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 81732 invoked by uid 500); 13 Feb 2009 14:59:05 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 81721 invoked by uid 99); 13 Feb 2009 14:59:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 06:59:05 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bobpaige@gmail.com designates 74.125.46.156 as permitted sender) Received: from [74.125.46.156] (HELO yw-out-1718.google.com) (74.125.46.156) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 14:58:57 +0000 Received: by yw-out-1718.google.com with SMTP id 4so731593ywq.0 for ; Fri, 13 Feb 2009 06:58:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Ghf9Izmti3Q6Aamrm9Qa0OH+qQcmn+bCzSBer3sfr6M=; b=QxzGEsLofc+Lc5PheoFIBCXAZ2kAMJkvP8pMIoF7cgwIyhJW5VOGSzZc8pOc3FLqoR mZX0pqs++TOH3hTZS+rJUUQVSgv0g7qB4VS2ZFlQW53vZmLEaGDi8N9iiNXGl2OGWB8O zuPzlNVGg4gPmLVJ4uUxatPGRHU/Uj+o0gEMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HlwO/kAw6SSJKZ8CzcKffmW//jRvVEkqeTV3Vr68GTyHxytXH/t8aQ3Q+6u2qYNp8V RcjFyHEFEmx3j4QudFI4iw71cdo0zYV6X4Aormv/tymhRrauU64ynOjZbpybu5xh4HJv OvbZq+n8r+VS0HS5pij8/vrPfMvTrWYkwTHN4= MIME-Version: 1.0 Received: by 10.151.9.1 with SMTP id m1mr1245325ybi.132.1234537116082; Fri, 13 Feb 2009 06:58:36 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Feb 2009 09:58:36 -0500 Message-ID: Subject: Re: thumbnails and presentations From: Bob Paige To: jspwiki-user@incubator.apache.org Content-Type: multipart/alternative; boundary=000e0cd47c324422180462ce1227 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd47c324422180462ce1227 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I'm running 2.6.3. To make it work I do the following: 1. copy the s5.jar file to JSPWiki's lib directory 2. copy the s5.js, s5.css, an dprototype.js files that come with the plugin to the scripts directory 3. add "brushed.jspwiki.s5plugin" to the jspwiki.plugin.searchPath property though I see I fully-qualified the plugin. I just confirmed it works without fully-qualifying it (since it is in the plugin searchpath). -- Bobman On Fri, Feb 13, 2009 at 9:54 AM, wrote: > Bob: > > How did you get this plugin to work? What version of the wiki are you > running? I thought this plugin only worked with version 2.3? > > -Lou > > Bob Paige wrote on 02/13/2009 09:24:27 AM: > > > I have the S5 presentation plugin and am trying to incorporate thumbnail > > images with it. > > > > My goal with the thumbnails was to display a small version of the image > that > > the user could click on to see the full size image in a separate window. > I > > accomplished this with the following: > > > > [{Image src='img.jpg' width='200' link='attach/{$pagename}/img.jpg' > > target='_blank'}] > > > > where 'img.jpg' is the name of the image attached to the current page. > Note > > the "attach/{$pagename}" part in the link argument; JSPWiki puts in the > > current page name so the link works. > > > > So this works great. But when I put it in an S5 presentation page, > clicking > > on the link has no effect. The pointer changes as you would expect when > you > > mouse over a link, but clicking does nothing. When I'm looking at the > list > > view of the presentation the links work fine; they just don't work when > > displaying the presentation. > > > > Sample presentation: > > > > [{brushed.jspwiki.s5plugin.S5 autostart='yes' header='...' footer='...' > > style='...' }] > > %%slide > > !!! > > * some slide bullet > > * another slide bullet > > [{Image src='img.jpg' width='200' link='attach/{$pagename}/img.jpg' > > target='_blank'}] > > ... > > %% > > > > > > Any idea why links don't work within a presentation? > > > > -- > > Bobman > --000e0cd47c324422180462ce1227--