[TYPO3-english] plugin wrap

Stano Paška stano.paska at gmail.com
Wed Aug 5 17:01:02 CEST 2009


You can look into that plugin, in pi1/class.tx_linklist_pi1.php (or what)
in function "main" at the end is something like this:
return $this->pi_wrapInBaseClass($content);

function pi_wrapInBaseClass does this div

It is defined in typo3/sysext/cms/tslib/class.tslib_pibase.php

Stano.

On Wed, Aug 5, 2009 at 4:51 PM, Pero Matic<takoje at takoje.hr> wrote:
> That's not a problem. I'll make it softcoded (remove it from code) but i
> can't find a damn thing in a code. Are you sure it should be in the plugin
> code and not in some Typo3 class? Digging into list archive a found similar
> problem solution for tt_news
> (http://lists.netfielders.de/pipermail/typo3-english/2005-May/006244.html)
> but it doesn't work here :-(
>
>
> "Stano Paska" <stano.paska at gmail.com> wrote in message
> news:mailman.30375.1249483130.3168.typo3-english at lists.netfielders.de...
> Hi.
>
> You can't. In most cases, this is hardcoded into plugin.
>
> Stano.
>
> On Wed, Aug 5, 2009 at 4:12 PM, Pero Matic<takoje at takoje.hr> wrote:
>> Hi. I'm using simple link list extension and when i insert it as a content
>> element it gets wrapped in my template with:
>>
>> <div class="tx-linklist-pi1">
>> ....
>> </div>
>>
>> Anybody know how to get rid of this? I looked for configuration but there
>> is
>> no property to change or remove this wrap :-( Thx!
>>
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list