[TYPO3-english] macina_searcbox problems

2009-05-18 Thread Luc
Hello! Would you be so kind an help me. I've installed Indexed Search Engine and macina_searchbox Trying to add searchbox in template. I did everything as written in online documention, step by step. In TS setup I have: marks.searchbox > marks.searchbox < plugin.tx_macinasearchbox_pil plugi

[TYPO3-english] indexed search with fe_groups

2009-05-18 Thread Lamb, Brian
Hello all, The documentation mentions this but is not clear how to set it up. I have a tt_news full text page that manages all the tt_news for the restricted content. However, indexed search will provide results from that page without regard to the current users fe_group. It correctly however

Re: [TYPO3-english] tt_news click enlarge error [solved]

2009-05-18 Thread Tony Lush
The issue was the config.baseUrl parameter was missing its trailing slash (/) ( config.baseUrl = http://www.domain.com/ ) Thanks -- Tony Tony Lush wrote: > After a site was upgraded to TYPO3 4.1.9, we find that url generated in > tt_news for the popup window is malformed. > > The link includes

Re: [TYPO3-english] [TYPO3] Deprecation files in typo3conf

2009-05-18 Thread Erik Svendsen
Hi! Andreas Becker skrev: > Hi All deprecation_bcc94f0ef4.log In TYPO3conf lots of these deprecation log > files get written. What is it all about as they slow down the loading > process completly! some of those files on one of our customer site is > 333,341,314 big huge! It shows lots of records

Re: [TYPO3-english] t3blog and templavoila

2009-05-18 Thread Dominic Brander
Hi Andi thanks for your feedback. @Christopher: Please feel free to get in touch with me in the next days. Greetings, dominic Andreas Becker schrieb: > Hi Dominic > The extension works great if you run a blog only site and only modify a bit > the css. Very fast to install and to use just that f

[TYPO3-english] session

2009-05-18 Thread Gregory Loichot
Hi guys, I develop a service extension that should access to a cookie and a session. I can access the cookie (and get a value that corresponds to fe_sessions.ses_id in the data base), suppose it is equal to 4d41c29654c200b20f2. Now the question is : how can I get values of session's id 4d41c2

Re: [TYPO3-english] Field changes

2009-05-18 Thread Sergio
I answer myself: I can see these field changes on "sys_log" and "sys_history" tables. El lun, 18-05-2009 a las 12:30 +0200, Sergio escribió: > Hi list, > > using option "Admin Tools > Log" I realized every change in BE is saved > and a user can undo every change he/she mades. That seems to i

Re: [TYPO3-english] parseFunc? add wrap to th tag

2009-05-18 Thread Sacha Vorbeck
Hello Rachel, > I think it's a recursive call problem. yes indeed, it worked perfectly. Thanks for your solution, it solved my problem and also helped me to understand the parsing process better. I didn`t think about going through the hierarchy of the table element down to the th. -- Ciao, S

[TYPO3-english] real url - cache

2009-05-18 Thread Cyber A.
I have a problem with the caching for website. In TS is set "config.no_cache = 0" (cache is enable) In this case, pages are not caching. Always opens the same page with the same content. However, if the cache is disable (config.no_cache = 1) work OK. Each opens another page with different content.

[TYPO3-english] stdWrap and language

2009-05-18 Thread Rik Willems
Hi all, The TSref says: config.language = de page.10 = TEXT page.10.value = I am a Berliner! page.10.lang.de = Ich bin ein Berliner! Output will be “Ich bin...” instead of “I am...” This is great because you don't have to use a language condition of which the id can change accros sites. But,

[TYPO3-english] Field changes

2009-05-18 Thread Sergio
Hi list, using option "Admin Tools > Log" I realized every change in BE is saved and a user can undo every change he/she mades. That seems to involve a field change is saved on a TYPO3 table. Would you know to tell me which? Thanks in advance, Sergio _

Re: [TYPO3-english] parseFunc? add wrap to th tag

2009-05-18 Thread Rachel Foucard
Hi, I think it's a recursive call problem. try this : tt_content.text.20.parseFunc.externalBlocks = table,blockquote,ol,ul,tbody,tr,th,td tt_content.text.20.parseFunc.externalBlocks.table.callRecursive = 1 tt_content.text.20.parseFunc.externalBlocks.tbody.callRecursive = 1 tt_content.text.20.par

Re: [TYPO3-english] Realurl showing unknown type in page properties instead of speaking url pathsegment

2009-05-18 Thread Dmitry Dulepov
Hi! Andreas Becker wrote: > In one site we have the problem that realurl is always showing "unknown > type" instead of the speaking URL Path. we already deinstalled and installed > it again. Also we tried cooluri which shows the speaking urlfield after > replacing the varchar60 field of realurl to

[TYPO3-english] parseFunc? add wrap to th tag

2009-05-18 Thread Sacha Vorbeck
Hi, currently I use this snippet to replace all th-tags with td-tags: tt_content.text.20.parseFunc.externalBlocks.table.callRecursive.tagStdWrap.HTMLparser.tags.td.remap = th But now the HTML structure has changed and I have to render the th-cells with an additional wrap. Example: Table cell c