Re: [TYPO3] Strange error with feuser_register - says there was something wrong but everything works

2008-06-15 Thread Peter Guhl
Did my spamfilter eat all the answers or did really nobody write? Unfortunately I did not yet manage to fine additional information to my problem - still existing :-( I am thinking about removing that stupid error message from the template :-/ Regards Peter Peter Guhl schrieb: > Hello all

[TYPO3] File link (simple question?)

2008-06-15 Thread Tony P
I'm trying to re-purpose a field in the si_bibtex extension to make it appear as a link to an uploaded file. I've got it working in the back end by adding this to extTables.php: $GLOBALS['TCA']["tx_sibibtex_entries"]['columns']['institution']['config']['type'] = 'input'; $GLOBALS['TCA']["tx_si

Re: [TYPO3] Cooluri - page not found 404

2008-06-15 Thread Jan Bednarik
Hi, > When looking in the CoolUri Link Manager all the pages/links are cashed. > I've tried to re-cache the links but that didn't solved the problem. by re-cache you mean you've deleted all or forced them to be generated again? Have you deleted Typo3 cache? > My typoscript template look like t

[TYPO3] Displaying Content Elements with custom query in the template

2008-06-15 Thread Stefan Ernst
Hola, I've been having quite some difficulties with getting content elements to display in the way I want to through Template's TS, the scenario is as follows: I have a custom field in the database for content I'm using with an extension to specify when (I'm rotating even/odd minutes for a

[TYPO3] Cooluri - page not found 404

2008-06-15 Thread PEF
Hi, I've installed CoolUri v. 1.0.14, but when ever I call a page I got a "Page not found 404". When looking in the CoolUri Link Manager all the pages/links are cashed. I've tried to re-cache the links but that didn't solved the problem. My typoscript template look like this: config.tx_coolur

Re: [TYPO3] tt_news: Category not listed for non-admin

2008-06-15 Thread Jan Bednarik
I've got it. The user didn't have READ permission to the storage folder where categories were saved. I guess it's a bug that tt_news enables user to list categories, although user cannot read the page/folder where the categories are saved. -- Jan Bednarik www.bednarik.org - web about Typo3 in

[TYPO3] tt_news: Category not listed for non-admin

2008-06-15 Thread Jan Bednarik
Hi, I'm using tt_news 2.5.2 with categories. The problem I'm having is that non-admin users can select category, then save the item, but afterwards, the select field, that lists selected categories is empty. The category is selected, because admin can see it, FE shows it, but the select is jus

Re: [TYPO3] indexed search not indexing database records

2008-06-15 Thread Antonio Reher
Perfect, that was the ticket! just for the files, here is another article on the subject: http://typo3bloke.net/post-details/linking_properly_in_your_typo3_code/ Antonio Oliver Rowlands wrote: > Hi Antonio, > > indexed_search will not indexed non-cached pages. You'll need to enable > cHash in y

Re: [TYPO3] Mask only if click enlarge is on

2008-06-15 Thread Peter Klein
Hi Costa. On this page there's a masking example which looks like the effect you want. http://www.typo3.net/forum/list/list_post//61045/?page=1 Another way to do it, is by using Javascript, to make an overlay "Magnify image" on the main image. An example of that method can be seen in the slimboxM

Re: [TYPO3] extensions collide when used together

2008-06-15 Thread Oliver Rowlands
Hi Guido, The simplest solution would be to not use 'error_404_handling'. Why not simply use TYPO3's default 404 handling in your localconf.php? $TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'] = 'HTTP/1.x 404 Not Found'; $TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = '/my-404-pag

Re: [TYPO3] indexed search not indexing database records

2008-06-15 Thread Oliver Rowlands
Hi Antonio, indexed_search will not indexed non-cached pages. You'll need to enable cHash in your extension in order to do so. Kasper's article explains everything you need to know: http://typo3.org/development/articles/the-mysteries-of-chash/ You might also want to use the recommended 'tx_gep

Re: [TYPO3] Error with paste - TYPO3 4.2.1

2008-06-15 Thread Frank Hüttner
Dmitry Dulepov [typo3] schrieb: > Hi! > > Frank Hüttner wrote: >> i have the following error with a fresh TYPO3 4.2.1: >> >> Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL >> result resource in >> /kunden/119071_73765/rp-hosting/3336/4436/typo3cms/typo3_src-4.2.1/t3lib/clas

[TYPO3] wt_directory don’ t show image

2008-06-15 Thread Jogvan Olsen
Hi I can’t get wt_directory to display images on a Typo 3 ver 4.2 – it only lists the names of the images instead of the images itself. I use: wt_directory 1.1.0 tt_address 2.2.1 Typo 3 ver 4.2.0 TemplaVoila 1.3.4 Can anyone tell me what-to-do? I use a similar setup on a Typo3 v4.0 – and it

Re: [TYPO3] Click enlarge images in RTE for tt_news?

2008-06-15 Thread SventB
I talked with Dieter Jansen, here's the result, perhaps interesting for someone: -- Thank you for answering :) I found this setting, activated it but nothing changed in the wysiwyg editor (rtehtmlarea version 1.5.3). Images were already possible in the rte area before activating this

Re: [TYPO3] builtin sitemap - doNotLinkIt=1

2008-06-15 Thread Darko Jr. Gonzalez
Thats for excluding/hiding pages. I need to show the menu in the sitemap menu but do not link it depending on the page type. I can perfectly do this for first level pages: tt_content.menu.20.2.1.NO.doNotLinkIt = 1 But this is for ALL level1 pages, which is not what I want. Is there a trigger on p