From roel.wuyts@ulb.ac.be Tue Feb 21 14:41:16 2006 From: Roel Wuyts To: smallwiki@list.inf.unibe.ch Subject: Help with local links Date: Tue, 21 Feb 2006 14:41:07 +0100 Message-ID: <6446FC35-AFDD-47E7-94E9-7600BEBCFC83@ulb.ac.be> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1625632507013439167==" --===============1625632507013439167== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello, I want to make a Smallwiki pages where I want to use links to other elements (anchors) on the same page. I assumed the following would work: -Point to item on same page
The target. But it does not, since the basepath does not point to the right location, or something. To see my problem in real life, have a look at the following page: http://restructuring.ulb.ac.be/achievements/ designrecoverytoolslist/ Any ideas on how to go about this ? Kind Regards, Roel Wuyts --===============1625632507013439167==-- From Roel.Wuyts@ulb.ac.be Tue Feb 21 14:53:47 2006 From: Roel Wuyts To: smallwiki@list.inf.unibe.ch Subject: Fwd: Help with local links Date: Tue, 21 Feb 2006 14:53:41 +0100 Message-ID: <44BC14AB-565D-432E-8D9D-DAC1499C135D@ulb.ac.be> In-Reply-To: <6446FC35-AFDD-47E7-94E9-7600BEBCFC83@ulb.ac.be> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3982545159962372004==" --===============3982545159962372004== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello, I want to make a Smallwiki pages where I want to use links to other elements (anchors) on the same page. I assumed the following would work: -Point to item on same page
The target. But it does not, since the basepath does not point to the right location, or something. To see my problem in real life, have a look at the following page: http://restructuring.ulb.ac.be/achievements/ designrecoverytoolslist/ Any ideas on how to go about this ? Kind Regards, Roel Wuyts --===============3982545159962372004==-- From thf@impara.de Tue Feb 21 16:34:19 2006 From: Thomas Froeb To: smallwiki@list.inf.unibe.ch Subject: Re: Fwd: Help with local links Date: Tue, 21 Feb 2006 16:34:44 +0100 Message-ID: <43FB3314.70903@impara.de> In-Reply-To: <44BC14AB-565D-432E-8D9D-DAC1499C135D@ulb.ac.be> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1955301710344550186==" --===============1955301710344550186== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Roel Wuyts schrieb: > Hello, > > I want to make a Smallwiki pages where I want to use links to other > elements (anchors) on the same page. I assumed the following would work: > > -Point to item on same page >
> The target. > > But it does not, since the basepath does not point to the right > location, or something. To see my problem in real life, have a look > at the following page: http://restructuring.ulb.ac.be/achievements/ > designrecoverytoolslist/ > > Any ideas on how to go about this ? > > > Kind Regards, > > Roel Wuyts > > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > Hi Roel, everything works fine the way you did it in Firefox (1.5) but not in the Internet Explorer. This seems to be a bug in the newest SmallWiki releases on Squeakmap which occurs in the Internet Explorer. If you use older versions like the one from www.seaside.st you don't have this problem. Regards, Thomas --===============1955301710344550186==-- From renggli@iam.unibe.ch Wed Feb 22 21:01:22 2006 From: Lukas Renggli To: smallwiki@list.inf.unibe.ch Subject: Re: Help with local links Date: Wed, 22 Feb 2006 21:01:14 +0100 Message-ID: In-Reply-To: <43FB3314.70903@impara.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4524971098744962448==" --===============4524971098744962448== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi Roel, the thing with the base-path in the is common trouble-causer, because different browser interpret it differently. Try to remove the generation of the base-path tag in SmallWiki by commenting out the line and see if this helps (and doesn't cause other troubles): TemplateBodyContents>>renderheadWith: anAction on: html "html base: anAction server basePath." html style: anAction structure stylesheet. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch --===============4524971098744962448==-- From saidani@squeakfr.org Wed Feb 22 21:57:19 2006 From: Samir Saidani To: smallwiki@list.inf.unibe.ch Subject: Re: Fwd: Help with local links Date: Tue, 21 Feb 2006 21:08:00 +0100 Message-ID: <877j7obhlr.fsf@info.unicaen.fr> In-Reply-To: <43FB3314.70903@impara.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8232754643327198905==" --===============8232754643327198905== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I had this problem too, and as far as I remember, I corrected it by providing a correct basePath to the smallwiki server : instead of having '/' as a basePath, change it to 'http://restructuring.ulb.ac.be/' and it should work both for firefox and ie. Samir Thomas Froeb writes: > Roel Wuyts schrieb: >> Hello, >> >> I want to make a Smallwiki pages where I want to use links to other >> elements (anchors) on the same page. I assumed the following would work: >> >> -Point to item on same page >>
>> The target. >> >> But it does not, since the basepath does not point to the right >> location, or something. To see my problem in real life, have a look >> at the following page: http://restructuring.ulb.ac.be/achievements/ >> designrecoverytoolslist/ >> >> Any ideas on how to go about this ? >> >> >> Kind Regards, >> >> Roel Wuyts >> >> >> _______________________________________________ >> SmallWiki, Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> > Hi Roel, > > everything works fine the way you did it in Firefox (1.5) but not in the > Internet Explorer. > This seems to be a bug in the newest SmallWiki releases on Squeakmap > which occurs in the Internet Explorer. If you use older versions like > the one from www.seaside.st you don't have this problem. > > Regards, > Thomas > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki --===============8232754643327198905==--