Hello Pero, It is added by $this->pi_wrapInBaseClass probably in the main function of the extension. I don't know the plugin, but there's probably something like "return $this->pi_wrapInBaseClass($content);" at the end of the main function. If you alter that to "return $content;" the div will not be added.
Regards, Rudy Pero Matic 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" <[email protected]> wrote in message > news:[email protected]... > Hi. > > You can't. In most cases, this is hardcoded into plugin. > > Stano. > > On Wed, Aug 5, 2009 at 4:12 PM, Pero Matic<[email protected]> 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 >> [email protected] >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
