After upgrade to 4.2.8 images for link-classes are not displayed anymore (external_link_new_window.gif & mail.gif)

View: New views
3 Messages — Rating Filter:   Alert me  

After upgrade to 4.2.8 images for link-classes are not displayed anymore (external_link_new_window.gif & mail.gif)

by Jan Helber-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear List-Members,

After upgrading one page from 3.8 to 4.2.8 and another page from 3.6 to
4.2.8 I had the following problem:
Whenever I added a link with a link-class in the RTE, I had to add the
images for the link-classes manually.
(internal_link_new_window.gif & external_link_new_window.gif & mail.gif
& download.gif)

If anybody has the same problem check solution below.

Best Regards,
Jan Helber


The [image] value is not set in TSconfig by default anymore.
Therefore I fixed it the following way in the TSconfig of the root-page:

RTE.classesAnchor {
 download {
  class = download
  titleText =
LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_titleText
  type = file
  image= typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif
 }
 externalLink {
  class = external-link
  titleText =
LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_titleText
  type = url
  image=
typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif
 }
 externalLinkInNewWindow {
  class = external-link-new-window
  titleText =
LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_new_window_titleText
  type = url
  image=
typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
 }
 internalLink {
  class = internal-link
  titleText =
LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:internal_link_titleText
  type = page
  image=
typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif
 }
 internalLinkInNewWindow {
  class = internal-link-new-window
  titleText =
LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:internal_link_new_window_titleText
  type = page
  image=
typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
 }
 mail {
  class = mail
  titleText =
LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:mail_titleText
  type = mail
  image= typo3/sysext/rtehtmlarea/res/accessibilityicons/img/mail.gif
 }

RTE.config.tt_content.bodytext < RTE.default
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: After upgrade to 4.2.8 images for link-classes are not displayed anymore (external_link_new_window.gif & mail.gif)

by Philipp Gampe-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am 07.11.2009, 16:21 Uhr, schrieb Jan Helber <typo3@...>:

> Dear List-Members,
>
> After upgrading one page from 3.8 to 4.2.8 and another page from 3.6 to
> 4.2.8 I had the following problem:
why not 4.2.10 ?

--
Philipp Gampe
http://www.philippgampe.info
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: After upgrade to 4.2.8 images for link-classes are not displayed anymore (external_link_new_window.gif & mail.gif)

by Jan Helber-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

After this fix and logging out and logging in again to my Typo3 backend the
Style-drop-down was missing. Now I fixed my fix with the following description
(deep indigo 09.01.2007 23:54):
http://www.typo3.net/forum/list/list_post//55280/?page=1#pid224480

Although the description is in english the TypoScript-example is quite
self explanatory. I simply copied it and removed the download-pdf class.

That's it. Now it works like a charme.

On Sat, 2009-11-07, 2009 at 04:21:00PM +0100, Jan Helber wrote:

> Dear List-Members,
>
> After upgrading one page from 3.8 to 4.2.8 and another page from 3.6 to
> 4.2.8 I had the following problem:
> Whenever I added a link with a link-class in the RTE, I had to add the
> images for the link-classes manually.
> (internal_link_new_window.gif & external_link_new_window.gif & mail.gif
> & download.gif)
>
> If anybody has the same problem check solution below.
>
> Best Regards,
> Jan Helber
>
>
> The [image] value is not set in TSconfig by default anymore.
> Therefore I fixed it the following way in the TSconfig of the root-page:
>
> RTE.classesAnchor {
>  download {
>   class = download
>   titleText =
> LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_titleText
>   type = file
>   image= typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif
>  }
>  externalLink {
>   class = external-link
>   titleText =
> LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_titleText
>   type = url
>   image=
> typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif
>  }
>  externalLinkInNewWindow {
>   class = external-link-new-window
>   titleText =
> LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_link_new_window_titleText
>   type = url
>   image=
> typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
>  }
>  internalLink {
>   class = internal-link
>   titleText =
> LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:internal_link_titleText
>   type = page
>   image=
> typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif
>  }
>  internalLinkInNewWindow {
>   class = internal-link-new-window
>   titleText =
> LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:internal_link_new_window_titleText
>   type = page
>   image=
> typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
>  }
>  mail {
>   class = mail
>   titleText =
> LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:mail_titleText
>   type = mail
>   image= typo3/sysext/rtehtmlarea/res/accessibilityicons/img/mail.gif
>  }
>
> RTE.config.tt_content.bodytext < RTE.default
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@...
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english