[TYPO3-content-rendering] Integrating Accesskeypad - Hello...

Michael Haugg michael.haugg at memmingen.de
Fri Nov 4 11:41:56 CET 2005


  >>> 2. The page contains a lot of external links which are not marked at
>>> all - very annoying.
>>
>>
>> You see it when you switch to nocss. They are marked this way:
> 
> 
> Thats a good piece of TS. I would be usefull to mark the external links 
> as well - there are still some users out there who dont examine the code 
> (how stupid) ;-)

May I refer to my former thread: Title-Attribute for page type "external 
url"

My intention is exacly what you suggest, the problem is I just don't 
know how to do it :-(

I use dh_linklayout for external Links within the content. But I haven't 
found any solution to add a title attribute to the pagetype "external url"!

What do you think about this - you inspiretad me ;-)

var_exturl_img = /typo3conf/ext/dh_linklayout/res/link_ext.gif
var_exturl_alt = Symbol für externen Link
var_exturl_title = 'Externer Link, öffnet sich in neuem Browserfenster'

temp.exturlspecialwrap {
  stdWrap.cObject = CASE
  stdWrap.cObject {
    key.field = doktype
    default = TEXT
    default {
       field = title
    }
    3 = TEXT
    3 {
       field = title
       wrap = <img src="{$var_exturl_img}" alt="{$var_exturl_alt}" 
title="{$var_exturl_title}" border="0" style="padding-right:3px;"/>|
    }
  }
}

BUT:
Nevertheless I still would be more than happy to know how to add a title 
tag to this kind of pages in the menu! Or at least to learn that it's 
not possible...but this would the first time that something isn't 
possible in Typo3 :-)

But lets switsch for this to my former thread!

Michael



More information about the TYPO3-project-content-rendering mailing list