[TYPO3-english] Problem with crop and text field with line breaks

2009-11-18 Thread Brian Bendtsen
Hi This is driving me crazy. Im using the crop function on a text field, but somehow the output gets messed up if there is a linebreak in the text field. ts: lib.mytextfield.crop = 100 | ... | 1 the output looks like this: div id=mytextfield p class=bodytext this is my text before

Re: [TYPO3-english] TYPO3 4.3.0RC1, feeditadvanced and tinymce_rte

2009-11-18 Thread Sebastian Gebhard
*Correction* The FE Edit *IS* available in TER: http://typo3.org/extensions/repository/view/feeditadvanced/current/ I did not find it when i searched for it about 2 hours ago ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Problem with crop and text field with line breaks

2009-11-18 Thread Peter Klein
Hej Brian. The standard crop function doesn't respect HTML tags, so you should use stripHtml = 1 before you crop. Or if you want to preserve the HTML formatting, use this extension: http://typo3.org/extensions/repository/view/pmkhtmlcrop/current/ It has same parameters as the standard crop +

Re: [TYPO3-english] TYPO3 4.3.0RC1, feeditadvanced and tinymce_rte

2009-11-18 Thread Daniel Doesburg
Philipp Holdener schreef: Sebastian Gebhard schrieb: *Correction* The FE Edit *IS* available in TER: http://typo3.org/extensions/repository/view/feeditadvanced/current/ I did not find it when i searched for it about 2 hours ago I get a Error: The extension can only be installed in the

Re: [TYPO3-english] TYPO3 4.3.0RC1, feeditadvanced and tinymce_rte

2009-11-18 Thread Francois Suter
Hi, Yes I have. But that's not so important. Has some one an solution? Here's a solution from Thomas Kieslich in the TYPO3-project-4-3 mailing list: quote http://forge.typo3.org/issues/show/5404 I load the svn Version and delete the 'lockType' = 'system' in emconf. After it copy to

Re: [TYPO3-english] GIF Builder Transparent background

2009-11-18 Thread Jigal van Hemert
Tomas Norre Mikkelsen wrote: This gives me a problem with the backColor = #00605f option, because is looks like the h1 is inserted in a sqare box, which was not the intension. You could use transparentBackground = 1 transparentColor.closest = 1 This will make the background

Re: [TYPO3-english] GIF Builder Transparent background

2009-11-18 Thread Tomas Norre Mikkelsen
I know i sound like a newbie, and in some areas i'm... But where to insert it ?? My TS code is right know like this: ## Graphical h1-text cHeader = IMAGE cHeader { alttext.cObject = TEXT alttext.cObject.field = header wrap = h1 | /h1 file = GIFBUILDER file {

Re: [TYPO3-english] MnogoSearch and indexing subtrees of a website

2009-11-18 Thread Jigal van Hemert
Hi Dmitry, Dmitry Dulepov wrote: Jigal van Hemert wrote: Now I want the search box in a certain language to only return results from that language subtree. So in the config part which handles the languages I set: plugin.tx_mnogosearch_pi1.search.siteList = uid of indexing configuration record

[TYPO3-english] Searching a single site with indexed search/site crawler when you have multiple sites

2009-11-18 Thread Clay Sissing
Hey Guys, I'm currently working on a typo3 project which has mutiple sites in the page tree. I am searching the sites using the indexed search/site crawler extensions using the following configuration in the root page of each site:- tx_crawler.crawlerCfg.paramSets.content =

[TYPO3-english] rgslideshow and image link target

2009-11-18 Thread Pero Matic
Hi. I'm using rgslideshow extension for rotating few images. I'm also using a feature to link images to different pages. Now, my question is how can i set target for the link to _top because by default page is opened in a new window. Thx! ___

[TYPO3-english] mm_forum don't show messages

2009-11-18 Thread Valentín Miguel
The extension mm_forum that I installed don't show the answer that I write, we can see the link to a cap: http://i46.tinypic.com/m322s.jpg Thanks ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] TIMTAB Group blog for FE users

2009-11-18 Thread J�rg Schaller
Maybe there's an easier way, since some third party blogging tools work with timtab so you don't have to explicitly log in on the page itself. Or, you could use the Firefox-Extension Scribefire which comes with a wizard for setting it up. Cheers, Jörg On Sun, 15 Nov 2009 20:58:25 +0800, rocky

[TYPO3-english] use wt_searchandreplace to replace content in menu as well

2009-11-18 Thread Thijs Hakkenberg
Dear list, I'd like to use the extension to give an phrase an seperate css-class, which I've managed. However, I also like to use the extension to work on the menu. Anybody got a clue how to let the extension work on the menu and not only tt_content? Regards,

[TYPO3-english] How to get all external links opening up in pmkshadowbox by default?

2009-11-18 Thread Andreas Becker
Hi perhaps somebody could tell us how we could get all external links in a TYPO3 website always opening up in pmkshadowbox by default! Andi ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] How to get a !-- ..-- in the header

2009-11-18 Thread Philipp Holdener
Hello How can I get something like this in the header? !-- TradeDoubler site verification 111 -- I try this code page.headerData.5 = HTML page.headerData.5.value ( !-- TradeDoubler site verification 111 -- ) -- no effect in the frontend! Thanks for help Greetings

Re: [TYPO3-english] How to get a !-- ..-- in the header

2009-11-18 Thread Chris Müller
Hi Philipp, for me the code works. Perhaps you have another template which overrides that? Chris. Philipp Holdener schrieb: Hello How can I get something like this in the header? !-- TradeDoubler site verification 111 -- I try this code page.headerData.5 = HTML

[TYPO3-english] solved: How to get a !-- ..-- in the header

2009-11-18 Thread Philipp Holdener
Philipp Holdener schrieb: Hello How can I get something like this in the header? !-- TradeDoubler site verification 111 -- I try this code page.headerData.5 = HTML page.headerData.5.value ( !-- TradeDoubler site verification 111 -- ) -- no effect in the frontend! Thanks