Discussion:
[TYPO3] shortcut to specific part of a page
林彤
2008-05-10 18:11:08 UTC
Permalink
Hallo everybody

normal link to the specific part of page :http://localhost/?id=6#partA

but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?

Thanks very much.
_________________________________________________________________
???MSN???????????????????
http://mobile.msn.com.cn/
Katja Lampela
2008-05-10 20:25:34 UTC
Permalink
Hello there,
In the short cut pages also there is the little red arrow in link
browser indicating to content elements of the pages. Click the red arrow
of the page and then you can click the content element you want to link to.
- Katja
Post by 林彤
Hallo everybody
normal link to the specific part of page :http://localhost/?id=6#partA
but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?
Thanks very much.
_________________________________________________________________
???MSN???????????????????
http://mobile.msn.com.cn/
lesm
2008-05-10 21:45:40 UTC
Permalink
Post by 林彤
Hallo everybody
normal link to the specific part of page :http://localhost/?id=6#partA
but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?
Thanks very much.
_________________________________________________________________
???MSN???????????????????
http://mobile.msn.com.cn/
It seems to me that you are looking for to a way to link to an anchor
within a page. Search for anchor at the repository and take a look to
"A smooth scroll to any anchor" extension.
Xavier Perseguers
2008-05-11 09:58:57 UTC
Permalink
Hi Lesm, Hi ??,
Post by lesm
Post by 林彤
normal link to the specific part of page :http://localhost/?id=6#partA
but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?
It seems to me that you are looking for to a way to link to an anchor
within a page. Search for anchor at the repository and take a look to
"A smooth scroll to any anchor" extension.
The extension smooth scroll to any anchor won't help much as it only
allows to add javascript with acceleration effect when displaying the
page and moving to an internal link (aka anchor).

The type of page shortcut does not allow you to specify an anchor.
AFAIK, if you really have to link to an anchor within a page and put
that link in the menu (the goal of having a shortcut page I think), then
you have to create an external link and put the "good-working" URL (ugly
as it won't reflect changes in page title/reorganization of your page)
or modify the menu with TypoScript and create the link dynamically with
a TEXT object and configuring its typolink part.

HTH
--
Xavier Perseguers
http://xavier.perseguers.ch/en
Christopher Torgalson
2008-05-11 10:16:44 UTC
Permalink
Hi,
Post by Xavier Perseguers
Hi Lesm, Hi ??,
Post by lesm
Post by 林彤
normal link to the specific part of page :http://localhost/?id=6#partA
but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?
It seems to me that you are looking for to a way to link to an anchor
within a page. Search for anchor at the repository and take a look to
"A smooth scroll to any anchor" extension.
The extension smooth scroll to any anchor won't help much as it only
allows to add javascript with acceleration effect when displaying the
page and moving to an internal link (aka anchor).
The type of page shortcut does not allow you to specify an anchor.
AFAIK, if you really have to link to an anchor within a page and put
that link in the menu (the goal of having a shortcut page I think), then
you have to create an external link and put the "good-working" URL (ugly
as it won't reflect changes in page title/reorganization of your page)
or modify the menu with TypoScript and create the link dynamically with
a TEXT object and configuring its typolink part.
I think the question here that ?? needs to answer is "what do you want to do"?

Because if, for example, the goal is to do something like create a
menu of content elements on a page, this is something TYPO3 can do out
of the box?
--
Christopher Torgalson
http://www.typo3apprentice.com/
LinTong
2008-05-11 12:12:56 UTC
Permalink
Hi

I am so sorry that my question is not clear. What I mean is that there
is a target page which have already several anchors. e.g. A-Z value,
26 anchors

What I want is a easy way to link to the particular anchor of the
target page from another page. Some BE user may have not enough
knowledge to create a link like http://localhost/?id=6#partA in HTML.
I think maybe it is a good idea to create 26 shortcut pages in the
page tree. Each of them shortcut to the particular anchor of the
target page for example localhost/?id=6#partA. Then the BE user can
just create a normal link to the shortcut page and this link can link
to the anchor of the target page. Maybe my way is somewhat stupid. If
you have a better idea, thanks very much.
Post by Christopher Torgalson
Hi,
Post by Xavier Perseguers
Hi Lesm, Hi ??,
Post by lesm
Post by 林彤
normal link to the specific part of page :http://localhost/?id=6#partA
but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?
It seems to me that you are looking for to a way to link to an anchor
within a page. Search for anchor at the repository and take a look to
"A smooth scroll to any anchor" extension.
The extension smooth scroll to any anchor won't help much as it only
allows to add javascript with acceleration effect when displaying the
page and moving to an internal link (aka anchor).
The type of page shortcut does not allow you to specify an anchor.
AFAIK, if you really have to link to an anchor within a page and put
that link in the menu (the goal of having a shortcut page I think), then
you have to create an external link and put the "good-working" URL (ugly
as it won't reflect changes in page title/reorganization of your page)
or modify the menu with TypoScript and create the link dynamically with
a TEXT object and configuring its typolink part.
I think the question here that ?? needs to answer is "what do you want to do"?
Because if, for example, the goal is to do something like create a
menu of content elements on a page, this is something TYPO3 can do out
of the box?
--
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
--
Best Regards
LinTong(Pierre)
Christopher Torgalson
2008-05-11 12:48:16 UTC
Permalink
Hello,
Post by LinTong
Hi
I am so sorry that my question is not clear. What I mean is that there
is a target page which have already several anchors. e.g. A-Z value,
26 anchors
What I want is a easy way to link to the particular anchor of the
target page from another page. Some BE user may have not enough
knowledge to create a link like http://localhost/?id=6#partA in HTML.
I think maybe it is a good idea to create 26 shortcut pages in the
page tree. Each of them shortcut to the particular anchor of the
target page for example localhost/?id=6#partA. Then the BE user can
just create a normal link to the shortcut page and this link can link
to the anchor of the target page. Maybe my way is somewhat stupid. If
you have a better idea, thanks very much.
Do you mean you need users to create links to anchors using the RTE?
If so, somebody already described the method in this thread. In the
link wizard, there is a little right-pointing triangle that can be
used to link to individual content elements on pages?this is an 'out
of the box' feature of TYPO3...
--
Christopher Torgalson
http://www.typo3apprentice.com/
LinTong
2008-05-11 13:45:59 UTC
Permalink
hallo

The anchors which I want to link are created by entensions, but not the page content. So I cannot add it by your way. What I want is a shortcut page which have a link like "localhost?id=6#partA" . thanks very much
Date: Sun, 11 May 2008 14:48:16 +0200> From: bedlamhotel at gmail.com> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut to specific part of a page> > Hello,> > 2008/5/11 LinTong <pcu84424 at gmail.com>:> > Hi> >> > I am so sorry that my question is not clear. What I mean is that there> > is a target page which have already several anchors. e.g. A-Z value,> > 26 anchors> >> > What I want is a easy way to link to the particular anchor of the> > target page from another page. Some BE user may have not enough> > knowledge to create a link like http://localhost/?id=6#partA in HTML.> > I think maybe it is a good idea to create 26 shortcut pages in the> > page tree. Each of them shortcut to the particular anchor of the> > target page for example localhost/?id=6#partA. Then the BE user can> > just create a normal link to the shortcut page and this link can link> > to the anchor of the target page. Maybe my way is somewhat stupid. If> > you have a better idea, thanks very much.> > > Do you mean you need users to create links to anchors using the RTE?> If so, somebody already described the method in this thread. In the> link wizard, there is a little right-pointing triangle that can be> used to link to individual content elements on pages?this is an 'out> of the box' feature of TYPO3...> > > -- > Christopher Torgalson> http://www.typo3apprentice.com/> _______________________________________________> TYPO3-english mailing list> TYPO3-english at lists.netfielders.de> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
林彤
2008-05-11 12:13:01 UTC
Permalink
Hi
I am so sorry that my question is not clear. What I mean is that there is a target page which have already several anchors. e.g. A-Z value, 26 anchors
What I want is a easy way to link to the particular anchor of the target page from another page. Some BE user may have not enough knowledge to create a link like http://localhost/?id=6#partA in HTML. I think maybe it is a good idea to create 26 shortcut pages in the page tree. Each of them shortcut to the particular anchor of the target page for example localhost/?id=6#partA. Then the BE user can just create a normal link to the shortcut page and this link can link to the anchor of the target page. Maybe my way is somewhat stupid. If you have a better idea, thanks very much.
Date: Sun, 11 May 2008 12:16:44 +0200> From: bedlamhotel at gmail.com> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut to specific part of a page> > Hi,> > 2008/5/11 Xavier Perseguers <typo3 at perseguers.ch>:> > Hi Lesm, Hi ??,> >> >>> normal link to the specific part of page :http://localhost/?id=6#partA> >>>> >>> but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?> >>> >> It seems to me that you are looking for to a way to link to an anchor> >> within a page. Search for anchor at the repository and take a look to> >> "A smooth scroll to any anchor" extension.> >> > The extension smooth scroll to any anchor won't help much as it only> > allows to add javascript with acceleration effect when displaying the> > page and moving to an internal link (aka anchor).> >> > The type of page shortcut does not allow you to specify an anchor.> > AFAIK, if you really have to link to an anchor within a page and put> > that link in the menu (the goal of having a shortcut page I think), then> > you have to create an external link and put the "good-working" URL (ugly> > as it won't reflect changes in page title/reorganization of your page)> > or modify the menu with TypoScript and create the link dynamically with> > a TEXT object and configuring its typolink part.> > > I think the question here that ?? needs to answer is "what do you want to do"?> > Because if, for example, the goal is to do something like create a> menu of content elements on a page, this is something TYPO3 can do out> of the box?> > > > -- > Christopher Torgalson> http://www.typo3apprentice.com/> _______________________________________________> TYPO3-english mailing list> TYPO3-english at lists.netfielders.de> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
Windows Live Photo gallery ?????????????????????????????
http://get.live.cn/product/photo.html
Søren Vedel
2008-05-11 23:09:38 UTC
Permalink
Hi Lin,

Take a look at this extension:

tkr_rteanchors

It might be what you are looking for.


Med venlig hilsen/Kind regards

S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
Post by 林彤
Hi
I am so sorry that my question is not clear. What I mean is that there is a target page which have already several anchors. e.g. A-Z value, 26 anchors
What I want is a easy way to link to the particular anchor of the target page from another page. Some BE user may have not enough knowledge to create a link like http://localhost/?id=6#partA in HTML. I think maybe it is a good idea to create 26 shortcut pages in the page tree. Each of them shortcut to the particular anchor of the target page for example localhost/?id=6#partA. Then the BE user can just create a normal link to the shortcut page and this link can link to the anchor of the target page. Maybe my way is somewhat stupid. If you have a better idea, thanks very much.
Date: Sun, 11 May 2008 12:16:44 +0200> From: bedlamhotel at gmail.com> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut to specific part of a page> > Hi,> > 2008/5/11 Xavier Perseguers <typo3 at perseguers.ch>:> > Hi Lesm, Hi ??,> >> >>> normal link to the specific part of page :http://localhost/?id=6#partA> >>>> >>> but if i would like to create a new page whose type is shortcut and I can only link to page 6 but not the part A. How can I link to part A?> >>> >> It seems to me that you are looking for to a way to link to an anchor> >> within a page. Search for anchor at the repository and take a look to> >> "A smooth scroll to any anchor" extension.> >> > The extension smooth scroll to any anchor won't help much as it only> > allows to add javascript with acceleration effect when displaying the> > page and moving to an internal link (aka anchor).> >> > The type of page shortcut does not allow you to specify an anchor.> > AFAIK, if you really have to lin
k to an anchor within a page and put> > that link in the menu (the goal of having a shortcut page I think), then> > you have to create an external link and put the "good-working" URL (ugly> > as it won't reflect changes in page title/reorganization of your page)> > or modify the menu with TypoScript and create the link dynamically with> > a TEXT object and configuring its typolink part.> > > I think the question here that ?? needs to answer is "what do you want to do"?> > Because if, for example, the goal is to do something like create a> menu of content elements on a page, this is something TYPO3 can do out> of the box?> > > > -- > Christopher Torgalson> http://www.typo3apprentice.com/> _______________________________________________> TYPO3-english mailing list> TYPO3-english at lists.netfielders.de> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Post by 林彤
_________________________________________________________________
Windows Live Photo gallery ?????????????????????????????
http://get.live.cn/product/photo.html
Xavier Perseguers
2008-05-11 23:15:09 UTC
Permalink
Hi S?ren
Post by Søren Vedel
tkr_rteanchors
It might be what you are looking for.
Our answers interleaved :-)

I'm not sure this extension is what Lin is looking for but personnaly I
would like to get a documentation of this extension, this is not cool
that the author did not create it. Anyway, we have to wait for Lin
answering one of our post.

Regards
--
Xavier Perseguers
http://xavier.perseguers.ch/en
Søren Vedel
2008-05-12 00:19:00 UTC
Permalink
Hi Xavier,

I agree. But I've used this extension a few times with success.

It's always hard to use those extensions without manual, because you
have to do a lot of experiments, but there's many good extensions in TER
with a missing manual, and besides, I am happy that they exist :-)


Med venlig hilsen/Kind regards

S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
Post by Xavier Perseguers
Hi S?ren
Post by Søren Vedel
tkr_rteanchors
It might be what you are looking for.
Our answers interleaved :-)
I'm not sure this extension is what Lin is looking for but personnaly I
would like to get a documentation of this extension, this is not cool
that the author did not create it. Anyway, we have to wait for Lin
answering one of our post.
Regards
LinTong
2008-05-12 12:44:20 UTC
Permalink
Hallo

to Xavier

Ja, The structure is as what you described.

<root> |-- page1 |-- page2 |-- page3 (contentA = anchorA, contentB = anchorB, contentC = anchorC,...) |-- shortcut to anchorA in page3 |-- shortcut to anchorB in page3 `-- shortcut to anchorC in page3

But anchor A,B,C is AUTOMATICALLY created by extensions, not page content. So it can not be linked by using normal link in Typo3.

a link like "...?id=6#anchorA" works well but i don't know how to add such a link conveniently if BE user can not edit the HTML source "<>". So I think if there is a shortcut page which have such a link, BE user can just add a normal link which link to this shortcut page then it can link to the target anchor.this is what I mean but I dont know if i explain it clear. Sorry for confusing everyone.


************************************
to S?ren Vedel

Thanks for your suggestion. form the description i think this extension is what i want. But I have installed but can not find any change of BE user interface and i don't know how to use it because not manuel.In addition, if the target anchor is not page content but dynamic created, is the extension works well?


thanks all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut to specific part of a page> > Hi Xavier,> > I agree. But I've used this extension a few times with success.> > It's always hard to use those extensions without manual, because you > have to do a lot of experiments, but there's many good extensions in TER > with a missing manual, and besides, I am happy that they exist :-)> > > Med venlig hilsen/Kind regards> > S?ren Vedel> www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >> tkr_rteanchors> >>> >> It might be what you are looking for.> > > > Our answers interleaved :-)> > > > I'm not sure this extension is what Lin is looking for but personnaly I > > would like to get a documentation of this extension, this is not cool > > that the author did not create it. Anyway, we have to wait for Lin > > answering one of our post.> > > > Regards> > > _______________________________________________> TYPO3-english mailing list> TYPO3-english at lists.netfielders.de> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
Søren Vedel
2008-05-12 13:26:56 UTC
Permalink
Hi Lin,

I'll try to give you instructions on the use:

When you make a link, you have to highlight some text in RTE.

Then you click the globe.

Now you should see a new tab in the pop-up called "Anker" (it's danish
and means anchor).

So if you need to MAKE an anchor somewhere, this is what to do.

But if you need to link to an existing anchor, you must choose the Page
tab, and instead of just clicking the page title, you shall click the
little red arrow to the of the page title.

Then you will discover all the anchors on the given page.

This is all I think.


Med venlig hilsen/Kind regards

S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
Post by LinTong
to S?ren Vedel
Thanks for your suggestion. form the description i think this extension is what i want. But I have installed but can not find any change of BE user interface and i don't know how to use it because not manuel.In addition, if the target anchor is not page content but dynamic created, is the extension works well?
thanks all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut to specific part of a page> > Hi Xavier,> > I agree. But I've used this extension a few times with success.> > It's always hard to use those extensions without manual, because you > have to do a lot of experiments, but there's many good extensions in TER > with a missing manual, and besides, I am happy that they exist :-)> > > Med venlig hilsen/Kind regards> > S?ren Vedel> www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >> tkr_rteanchors> >>> >> It might be what you are looking for.> > > > Our answers interleaved :-)> > > > I'm not sure this extension is what Lin is looking for but personnaly I > > would like to get a documentation of this extension, this is not cool > > that the author did not create it. Anyway, we have to wait for Lin > > answering one o
f our post.> > > > Regards> > > _______________________________________________> TYPO3-english mailing list> TYPO3-english at lists.netfielders.de> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Post by LinTong
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
lesm
2008-05-13 03:21:17 UTC
Permalink
S?ren and Lin,

It would be great to know if Lin can see the anchor tab.

I do not create anchors from the RTE cause almost all my pages are
fetched html files. For that reason I have created some anchors
manually only. But now that we are discussing about anchors I realized
that I can't see the Anchor tab in the links popup windows called by the
RTE. I only see Page, File, External URL and Email tabs. Now, if I
create the anchor manually I'm able to see the red arrow. I don't know
the reason of this misbehavior, but I suppose it's something related to
the RTE configuration. However, since I don't use that feature I don't
care much about it, but it might be healthy to know the reason. BTW,
I'm running Typo3 4.1.6 and and htmlArea RTE 1.5.5 and also 4.2.0 and
RTE 1.7.4.

So, if Lin can't see the anchor tab, like me, I'm afraid that he will be
unable to create anchors/links from the RTE.

Please enlight me if I'm wrong.
Thanks
Post by Søren Vedel
Hi Lin,
When you make a link, you have to highlight some text in RTE.
Then you click the globe.
Now you should see a new tab in the pop-up called "Anker" (it's danish
and means anchor).
So if you need to MAKE an anchor somewhere, this is what to do.
But if you need to link to an existing anchor, you must choose the Page
tab, and instead of just clicking the page title, you shall click the
little red arrow to the of the page title.
Then you will discover all the anchors on the given page.
This is all I think.
Med venlig hilsen/Kind regards
S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
Post by LinTong
to S?ren Vedel
Thanks for your suggestion. form the description i think this
extension is what i want. But I have installed but can not find any
change of BE user interface and i don't know how to use it because not
manuel.In addition, if the target anchor is not page content but
dynamic created, is the extension works well?
thanks all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300>
To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut
to specific part of a page> > Hi Xavier,> > I agree. But I've used
this extension a few times with success.> > It's always hard to use
those extensions without manual, because you > have to do a lot of
experiments, but there's many good extensions in TER > with a missing
manual, and besides, I am happy that they exist :-)> > > Med venlig
hilsen/Kind regards> > S?ren Vedel> www.mocsystems.com>
www.mocsystems.com/blog/> > Xavier Perseguers wrote:> > Hi S?ren> > >
Take a look at this extension:> >>> >> tkr_rteanchors> >>> >> It
might be what you are looking for.> > > > Our answers interleaved
:-)> > > > I'm not sure this extension is what Lin is looking for but
personnaly I > > would like to get a documentation of this extension,
this is not cool > > that the author did not create it. Anyway, we
have to wait for Lin > > answering one o
f our post.> > > > Regards> > >
_______________________________________________> TYPO3-english mailing
list> TYPO3-english at lists.netfielders.de>
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Post by LinTong
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
Katja Lampela
2008-05-13 04:04:04 UTC
Permalink
Hi Lesm,
Do you have the ext required installed? tkr_rteanchors
- Katja
Post by lesm
S?ren and Lin,
It would be great to know if Lin can see the anchor tab.
I do not create anchors from the RTE cause almost all my pages are
fetched html files. For that reason I have created some anchors
manually only. But now that we are discussing about anchors I realized
that I can't see the Anchor tab in the links popup windows called by
the RTE. I only see Page, File, External URL and Email tabs. Now, if I
create the anchor manually I'm able to see the red arrow. I don't know
the reason of this misbehavior, but I suppose it's something related
to the RTE configuration. However, since I don't use that feature I
don't care much about it, but it might be healthy to know the reason.
BTW, I'm running Typo3 4.1.6 and and htmlArea RTE 1.5.5 and also 4.2.0
and RTE 1.7.4.
So, if Lin can't see the anchor tab, like me, I'm afraid that he will
be unable to create anchors/links from the RTE.
Please enlight me if I'm wrong.
Thanks
Post by Søren Vedel
Hi Lin,
When you make a link, you have to highlight some text in RTE.
Then you click the globe.
Now you should see a new tab in the pop-up called "Anker" (it's
danish and means anchor).
So if you need to MAKE an anchor somewhere, this is what to do.
But if you need to link to an existing anchor, you must choose the
Page tab, and instead of just clicking the page title, you shall
click the little red arrow to the of the page title.
Then you will discover all the anchors on the given page.
This is all I think.
Med venlig hilsen/Kind regards
S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
to S?ren Vedel Thanks for your suggestion. form the description i
think this extension is what i want. But I have installed but can
not find any change of BE user interface and i don't know how to use
it because not manuel.In addition, if the target anchor is not page
content but dynamic created, is the extension works well?
thanks all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300>
To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3]
shortcut to specific part of a page> > Hi Xavier,> > I agree. But
I've used this extension a few times with success.> > It's always
hard to use those extensions without manual, because you > have to
do a lot of experiments, but there's many good extensions in TER >
with a missing manual, and besides, I am happy that they exist :-)>
Med venlig hilsen/Kind regards> > S?ren Vedel>
www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers
wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >>
tkr_rteanchors> >>> >> It might be what you are looking for.> > > >
Our answers interleaved :-)> > > > I'm not sure this extension is
what Lin is looking for but personnaly I > > would like to get a
documentation of this extension, this is not cool > > that the
author did not create it. Anyway, we have to wait for Lin > >
answering one o
f our post.> > > > Regards> > >
_______________________________________________> TYPO3-english
mailing list> TYPO3-english at lists.netfielders.de>
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
lesm
2008-05-13 13:33:02 UTC
Permalink
Katja, you're right, that's the reason why I don't see the anchor tab.
As I said I don't need it, so I prefer not to install it. The less ext
you have the better.
Post by Xavier Perseguers
Hi Lesm,
Do you have the ext required installed? tkr_rteanchors
- Katja
Post by lesm
S?ren and Lin,
It would be great to know if Lin can see the anchor tab.
I do not create anchors from the RTE cause almost all my pages are
fetched html files. For that reason I have created some anchors
manually only. But now that we are discussing about anchors I realized
that I can't see the Anchor tab in the links popup windows called by
the RTE. I only see Page, File, External URL and Email tabs. Now, if I
create the anchor manually I'm able to see the red arrow. I don't know
the reason of this misbehavior, but I suppose it's something related
to the RTE configuration. However, since I don't use that feature I
don't care much about it, but it might be healthy to know the reason.
BTW, I'm running Typo3 4.1.6 and and htmlArea RTE 1.5.5 and also 4.2.0
and RTE 1.7.4.
So, if Lin can't see the anchor tab, like me, I'm afraid that he will
be unable to create anchors/links from the RTE.
Please enlight me if I'm wrong.
Thanks
Post by Søren Vedel
Hi Lin,
When you make a link, you have to highlight some text in RTE.
Then you click the globe.
Now you should see a new tab in the pop-up called "Anker" (it's
danish and means anchor).
So if you need to MAKE an anchor somewhere, this is what to do.
But if you need to link to an existing anchor, you must choose the
Page tab, and instead of just clicking the page title, you shall
click the little red arrow to the of the page title.
Then you will discover all the anchors on the given page.
This is all I think.
Med venlig hilsen/Kind regards
S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
to S?ren Vedel Thanks for your suggestion. form the description i
think this extension is what i want. But I have installed but can
not find any change of BE user interface and i don't know how to use
it because not manuel.In addition, if the target anchor is not page
content but dynamic created, is the extension works well?
thanks all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300>
To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3]
shortcut to specific part of a page> > Hi Xavier,> > I agree. But
I've used this extension a few times with success.> > It's always
hard to use those extensions without manual, because you > have to
do a lot of experiments, but there's many good extensions in TER >
with a missing manual, and besides, I am happy that they exist :-)>
Med venlig hilsen/Kind regards> > S?ren Vedel>
www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers
wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >>
tkr_rteanchors> >>> >> It might be what you are looking for.> > > >
Our answers interleaved :-)> > > > I'm not sure this extension is
what Lin is looking for but personnaly I > > would like to get a
documentation of this extension, this is not cool > > that the
author did not create it. Anyway, we have to wait for Lin > >
answering one o
f our post.> > > > Regards> > >
_______________________________________________> TYPO3-english
mailing list> TYPO3-english at lists.netfielders.de>
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
Søren Vedel
2008-05-13 11:13:53 UTC
Permalink
Hi Lesm,

Please install the extension mentioned in the thread.

tkr_rteanchors

And you are running TYPO3 by the way, not TyPoIII or anything else ;-)


Med venlig hilsen/Kind regards

S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
Post by lesm
S?ren and Lin,
It would be great to know if Lin can see the anchor tab.
I do not create anchors from the RTE cause almost all my pages are
fetched html files. For that reason I have created some anchors
manually only. But now that we are discussing about anchors I realized
that I can't see the Anchor tab in the links popup windows called by the
RTE. I only see Page, File, External URL and Email tabs. Now, if I
create the anchor manually I'm able to see the red arrow. I don't know
the reason of this misbehavior, but I suppose it's something related to
the RTE configuration. However, since I don't use that feature I don't
care much about it, but it might be healthy to know the reason. BTW,
I'm running Typo3 4.1.6 and and htmlArea RTE 1.5.5 and also 4.2.0 and
RTE 1.7.4.
So, if Lin can't see the anchor tab, like me, I'm afraid that he will be
unable to create anchors/links from the RTE.
Please enlight me if I'm wrong.
Thanks
Post by Søren Vedel
Hi Lin,
When you make a link, you have to highlight some text in RTE.
Then you click the globe.
Now you should see a new tab in the pop-up called "Anker" (it's danish
and means anchor).
So if you need to MAKE an anchor somewhere, this is what to do.
But if you need to link to an existing anchor, you must choose the
Page tab, and instead of just clicking the page title, you shall click
the little red arrow to the of the page title.
Then you will discover all the anchors on the given page.
This is all I think.
Med venlig hilsen/Kind regards
S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
to S?ren Vedel Thanks for your suggestion. form the description i
think this extension is what i want. But I have installed but can not
find any change of BE user interface and i don't know how to use it
because not manuel.In addition, if the target anchor is not page
content but dynamic created, is the extension works well?
thanks all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300>
To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3]
shortcut to specific part of a page> > Hi Xavier,> > I agree. But
I've used this extension a few times with success.> > It's always
hard to use those extensions without manual, because you > have to
do a lot of experiments, but there's many good extensions in TER >
with a missing manual, and besides, I am happy that they exist :-)>
Med venlig hilsen/Kind regards> > S?ren Vedel>
www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers
wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >>
tkr_rteanchors> >>> >> It might be what you are looking for.> > > >
Our answers interleaved :-)> > > > I'm not sure this extension is
what Lin is looking for but personnaly I > > would like to get a
documentation of this extension, this is not cool > > that the
author did not create it. Anyway, we have to wait for Lin > >
answering one o
f our post.> > > > Regards> > >
_______________________________________________> TYPO3-english mailing
list> TYPO3-english at lists.netfielders.de>
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
LinTong
2008-05-13 12:47:35 UTC
Permalink
Hallo everybody

The extension tkr_rteanchors is a little bit strange. after I installed it I can not find it in the extension management. But there is a new tab named Anker in the popup link page. But I don't know how it works exactly. When you enter a name and click submit, it will be something like <a href="...anker:name">. not the standerd link and it doesn't work. But I modify the source code.It fulfils my requirement because what I want is just a fixed link to a anchor which have a dynamic name.

Thank S?ren very much for your kindly help
From: soren at mocsystems.com> Date: Tue, 13 May 2008 08:13:53 -0300> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] shortcut to specific part of a page> > Hi Lesm,> > Please install the extension mentioned in the thread.> > tkr_rteanchors> > And you are running TYPO3 by the way, not TyPoIII or anything else ;-)> > > Med venlig hilsen/Kind regards> > S?ren Vedel> www.mocsystems.com> www.mocsystems.com/blog/> > > > lesm wrote:> > S?ren and Lin,> > > > It would be great to know if Lin can see the anchor tab.> > > > I do not create anchors from the RTE cause almost all my pages are > > fetched html files. For that reason I have created some anchors > > manually only. But now that we are discussing about anchors I realized > > that I can't see the Anchor tab in the links popup windows called by the > > RTE. I only see Page, File, External URL and Email tabs. Now, if I > > create the anchor manually I'm able to see the red arrow. I don't know > > the reason of this misbehavior, but I suppose it's something related to > > the RTE configuration. However, since I don't use that feature I don't > > care much about it, but it might be healthy to know the reason. BTW, > > I'm running Typo3 4.1.6 and and htmlArea RTE 1.5.5 and also 4.2.0 and > > RTE 1.7.4.> > > > So, if Lin can't see the anchor tab, like me, I'm afraid that he will be > > unable to create anchors/links from the RTE.> > > > Please enlight me if I'm wrong.> > Thanks> > > > S?ren Vedel wrote:> >> Hi Lin,> >>> >> I'll try to give you instructions on the use:> >>> >> When you make a link, you have to highlight some text in RTE.> >>> >> Then you click the globe.> >>> >> Now you should see a new tab in the pop-up called "Anker" (it's danish > >> and means anchor).> >>> >> So if you need to MAKE an anchor somewhere, this is what to do.> >>> >> But if you need to link to an existing anchor, you must choose the > >> Page tab, and instead of just clicking the page title, you shall click > >> the little red arrow to the of the page title.> >>> >> Then you will discover all the anchors on the given page.> >>> >> This is all I think.> >>> >>> >> Med venlig hilsen/Kind regards> >>> >> S?ren Vedel> >> www.mocsystems.com> >> www.mocsystems.com/blog/> >>> >> LinTong wrote:> >>> to S?ren Vedel Thanks for your suggestion. form the description i > >>> think this extension is what i want. But I have installed but can not > >>> find any change of BE user interface and i don't know how to use it > >>> because not manuel.In addition, if the target anchor is not page > >>> content but dynamic created, is the extension works well? > >>> thanks all very much > >>> > >>> > >>>> >>>> >>>> >>>> From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300> > >>>> To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3] > >>>> shortcut to specific part of a page> > Hi Xavier,> > I agree. But > >>>> I've used this extension a few times with success.> > It's always > >>>> hard to use those extensions without manual, because you > have to > >>>> do a lot of experiments, but there's many good extensions in TER > > >>>> with a missing manual, and besides, I am happy that they exist :-)> > >>>> > > Med venlig hilsen/Kind regards> > S?ren Vedel> > >>>> www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers > >>>> wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >> > >>>> tkr_rteanchors> >>> >> It might be what you are looking for.> > > > > >>>> Our answers interleaved :-)> > > > I'm not sure this extension is > >>>> what Lin is looking for but personnaly I > > would like to get a > >>>> documentation of this extension, this is not cool > > that the > >>>> author did not create it. Anyway, we have to wait for Lin > > > >>>> answering one o> >> f our post.> > > > Regards> > > > >> _______________________________________________> TYPO3-english mailing > >> list> TYPO3-english at lists.netfielders.de> > >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english> >>> _________________________________________________________________> >>> MSN ????????????????????> >>> http://cn.msn.com> _______________________________________________> TYPO3-english mailing list> TYPO3-english at lists.netfielders.de> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
???MSN???????????????????
http://mobile.msn.com.cn/
lesm
2008-05-13 13:35:59 UTC
Permalink
Well S?ren, already responded to Katja.
Post by Xavier Perseguers
Hi Lesm,
Please install the extension mentioned in the thread.
tkr_rteanchors
And you are running TYPO3 by the way, not TyPoIII or anything else ;-)
Med venlig hilsen/Kind regards
S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
Post by lesm
S?ren and Lin,
It would be great to know if Lin can see the anchor tab.
I do not create anchors from the RTE cause almost all my pages are
fetched html files. For that reason I have created some anchors
manually only. But now that we are discussing about anchors I
realized that I can't see the Anchor tab in the links popup windows
called by the RTE. I only see Page, File, External URL and Email
tabs. Now, if I create the anchor manually I'm able to see the red
arrow. I don't know the reason of this misbehavior, but I suppose
it's something related to the RTE configuration. However, since I
don't use that feature I don't care much about it, but it might be
healthy to know the reason. BTW, I'm running Typo3 4.1.6 and and
htmlArea RTE 1.5.5 and also 4.2.0 and RTE 1.7.4.
So, if Lin can't see the anchor tab, like me, I'm afraid that he will
be unable to create anchors/links from the RTE.
Please enlight me if I'm wrong.
Thanks
Post by Søren Vedel
Hi Lin,
When you make a link, you have to highlight some text in RTE.
Then you click the globe.
Now you should see a new tab in the pop-up called "Anker" (it's
danish and means anchor).
So if you need to MAKE an anchor somewhere, this is what to do.
But if you need to link to an existing anchor, you must choose the
Page tab, and instead of just clicking the page title, you shall
click the little red arrow to the of the page title.
Then you will discover all the anchors on the given page.
This is all I think.
Med venlig hilsen/Kind regards
S?ren Vedel
www.mocsystems.com
www.mocsystems.com/blog/
to S?ren Vedel Thanks for your suggestion. form the description i
think this extension is what i want. But I have installed but can
not find any change of BE user interface and i don't know how to use
it because not manuel.In addition, if the target anchor is not page
content but dynamic created, is the extension works well? thanks
all very much
From: soren at mocsystems.com> Date: Sun, 11 May 2008 21:19:00 -0300>
To: typo3-english at lists.netfielders.de> Subject: Re: [TYPO3]
shortcut to specific part of a page> > Hi Xavier,> > I agree. But
I've used this extension a few times with success.> > It's always
hard to use those extensions without manual, because you > have to
do a lot of experiments, but there's many good extensions in TER >
with a missing manual, and besides, I am happy that they exist :-)>
Med venlig hilsen/Kind regards> > S?ren Vedel>
www.mocsystems.com> www.mocsystems.com/blog/> > Xavier Perseguers
wrote:> > Hi S?ren> > > >> Take a look at this extension:> >>> >>
tkr_rteanchors> >>> >> It might be what you are looking for.> > > >
Our answers interleaved :-)> > > > I'm not sure this extension is
what Lin is looking for but personnaly I > > would like to get a
documentation of this extension, this is not cool > > that the
author did not create it. Anyway, we have to wait for Lin > >
answering one o
f our post.> > > > Regards> > >
_______________________________________________> TYPO3-english
mailing list> TYPO3-english at lists.netfielders.de>
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_________________________________________________________________
MSN ????????????????????
http://cn.msn.com
Tyler Kraft
2008-05-13 13:14:47 UTC
Permalink
I don't know
Post by lesm
the reason of this misbehavior, but I suppose it's something related to
the RTE configuration. However, since I don't use that feature I don't
care much about it, but it might be healthy to know the reason.
It works 100% correctly. The list is not a list of anchors on that page,
but content elements on that page. This is because each content element
is prefaced with a unique anchor by the CMS. This is how its supposed to
work.
Xavier Perseguers
2008-05-11 23:11:28 UTC
Permalink
Hi,
Post by 林彤
I am so sorry that my question is not clear. What I mean is that there is a target page which have already several anchors. e.g. A-Z value, 26 anchors
What I want is a easy way to link to the particular anchor of the target page from another page. Some BE user may have not enough knowledge to create a link like http://localhost/?id=6#partA in HTML. I think maybe it is a good idea to create 26 shortcut pages in the page tree. Each of them shortcut to the particular anchor of the target page for example localhost/?id=6#partA. Then the BE user can just create a normal link to the shortcut page and this link can link to the anchor of the target page. Maybe my way is somewhat stupid. If you have a better idea, thanks very much.
I'm afraid I absolutely do not understand what you wish, or at least the
goal behind your description.

So to refrain, you have somewhere in your page tree a page with a few
blocs of contents just like that:

<root>
|-- page1
|-- page2
`-- page3 (contentA = anchorA, contentB = anchorB, contentC =
anchorC, ...)

And you would like to create links to anchorA, anchorB, ... in your page
tree? Just like that?

<root>
|-- page1
|-- page2
|-- page3 (contentA = anchorA, contentB = anchorB, contentC = anchorC,
...)
|-- shortcut to anchorA in page3
|-- shortcut to anchorB in page3
`-- shortcut to anchorC in page3

Is this the description of your problem? If so, or even if not, could
you please explain a bit more why you need to create such links?

Maybe (but maybe I'm going to far away from what you say), I may
understand that problem is some of your BE users are not able to create
links to a specific section of page3 but know how to create a "simple"
link to a page. If so, you would like to prepare such links to sections
in page3 and reference them as links in the page tree such as those BE
users are able to link to "pages" (easy for them) as in fact they are
creating links to section of page3 which is a "clever" way to do it easily?

Is this your problem description?
--
Xavier Perseguers
http://xavier.perseguers.ch/en
Loading...