Re: [TYPO3] TS override with userFunc

2008-08-29 Thread Pankaj Lele
Hello Francois, > There's a hook in tslib_fe called tslib_fe-PostProc. I haven't checked > at which point it is called, but it might be what you want. > This hook was not that sufficient to achieve my requirement. But now I have managed my requirement successfully with XCLASS'ing "t3lib_tstem

Re: [TYPO3] CATMENU in HMENU for tt_news

2008-08-29 Thread Tapio Markula
luca kirjoitti: > Thank you Tapio!!..do you have any suggestion for the configuration? any > help on how should be used? it has an example config for dam - should be applied also for tt_news compared with normal page menu only states NO and CUR (in nsb_cat2menu 'ACT' behaves like 'CUR' in norma

Re: [TYPO3] tt_news template

2008-08-29 Thread Andreas Burg
Hello Luca, clean the field which points to the template in the content element tt_news plugin option template, leave it empty and save. Put this in your TS-template constants: plugin.tt_news.file.templateFile = fileadmin/templates/main/ext/my_tt_news_tmpl.html or this in your TS-template cons

Re: [TYPO3] TemplaVoila Fallback for menu

2008-08-29 Thread Andreas Burg
Hello Henjo, > The menu doesn't fallback to fallback language... perhaps this may help http://bugs.typo3.org/view.php?id=6009 Andreas ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinf

Re: [TYPO3] CATMENU in HMENU for tt_news

2008-08-29 Thread luca
Thank you Tapio!!..do you have any suggestion for the configuration? any help on how should be used? Luca Tapio Markula ha scritto: > luca kirjoitti: >> Hi, >> >> is there a way to display the catmenu as sub items of mainmenu (hmenu)? >> I have a menu item with "news and events" ...I would like

Re: [TYPO3] CATMENU in HMENU for tt_news

2008-08-29 Thread Tapio Markula
luca kirjoitti: > Hi, > > is there a way to display the catmenu as sub items of mainmenu (hmenu)? > I have a menu item with "news and events" ...I would like to show the > news categories within the main menu as subitems of this item... > > Thank you for your help > > Luca nsb_cat2menu creates

[TYPO3] CATMENU in HMENU for tt_news

2008-08-29 Thread luca
Hi, is there a way to display the catmenu as sub items of mainmenu (hmenu)? I have a menu item with "news and events" ...I would like to show the news categories within the main menu as subitems of this item... Thank you for your help Luca ___ TYPO3-e

Re: [TYPO3] same locallang for different pi's

2008-08-29 Thread Lars Haendler
Hi Bernd, bernd wilke wrote: > now for the solution with two locallang-files: > http://www.pi-phi.de/t3v4/secondlocallang.html > the page is in german, but you need just the first box. > It is a redefinition and extension of pi_loadLL: > first call original, then check flag for duplication incl

Re: [TYPO3] Show all BE User of BE Group

2008-08-29 Thread Lars Haendler
Hi Patrick, Patrick Gaumond wrote: > Francois Suter wrote: > > There's also this extension that can be useful (no need to be an admin): > > http://typo3.org/extensions/repository/view/tc_beuser/1.0.4/ This thing is great and much easier to handle. Should be part of T3 by standard. You can easi

Re: [TYPO3] seo_basics and PHP error "cannot use string offset as an array"

2008-08-29 Thread Benjamin Mack
Hey guys, I agree, thanks for the bug report and the fix. I'll get this bug fixed rather sooner than later in the next version (mymy, I really need to get a new version out soon). All the best, benni. -SDG- Dmitry Dulepov [typo3] wrote: > Hi! > > Andrew Plank wrote: >> Aha! Now I see why I wa

[TYPO3] TemplaVoila Fallback for menu

2008-08-29 Thread Henjo Hoeksma
Hi list, I may miss an obvious thing here, but I seem to miss out on what I need. Objective is to realize a multilingual website where BE has the possibility to change some parts of the over all dutch website. The french speaking part must fallback to a french version. Fallback for content work

Re: [TYPO3] rgtabs & seo & accesilbility

2008-08-29 Thread Henjo Hoeksma
Hi Georg, thanks for replying. How stupid to have missed that! :-/ Thanks! Henjo "Georg Ringer" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Henjo Hoeksma wrote: >> looking at the source code of a page using rgtabs, I wondered about the >> searchablity and indexibility of i

[TYPO3] tt_news: catmenu in hmenu

2008-08-29 Thread luca
Hi, is there a way to display the catmenu as sub items of mainmenu (hmenu)? I have a menu item with "news and events" ...I would like to show the news categories within the main menu as subitems of this item... Thank you for your help luca ___ TYPO3-e

Re: [TYPO3] tt_news template

2008-08-29 Thread luca
Ok thank you now it seems working. I have put the css file included in the TS setup page.includeCSS.file1 = fileadmin/templates/main/ext/tt_news_styles.css and I was able to remove it from the static include. I attached the template html in the plugin option and it works, but if I remove the sta

Re: [TYPO3] tt_news template

2008-08-29 Thread luca
Ok thank you now it seems working. I have put the css file included in the TS setup page.includeCSS.file1 = fileadmin/templates/main/ext/tt_news_styles.css and I was able to remove it from the static include. I attached the template html in the plugin option and it works, but if I remove the sta

Re: [TYPO3] tt_news template

2008-08-29 Thread Andreas Burg
Hi Luca, > I've followed the tutorial, removing from the statics include and insert > the plugin.tt_news.templateFile = fileadmin/... you don't have to remove the static include, you have to insert static CSS-based tmpl (tt_news). BTW If you want to put a "CONSTANT" into your template path, you

Re: [TYPO3] tt_news template

2008-08-29 Thread Dmitry Dulepov [typo3]
Hi! luca wrote: > I'm going letterally crazy on try to personalize the tt_news template. > I've followed the tutorial, removing from the statics include and insert > the plugin.tt_news.templateFile = fileadmin/... > on my constant TS. > This did not worked. > I was able to use my own template incl

Re: [TYPO3] seo_basics and PHP error "cannot use string offset as an array"

2008-08-29 Thread Dmitry Dulepov [typo3]
Hi! Andrew Plank wrote: > Aha! Now I see why I was getting the error in the first place... My > realurl_conf.php file is missing a 'fileName' => array() declaration. > > Thanks for waking me up to that, Dmitry! :D Well, there is still a bug because this section is optional ;) You can fix it us

Re: [TYPO3] Indentation problem in typo3 4.2.1

2008-08-29 Thread Walrick Bosch
Hello Joerg, I didn't realise there was a seperate list for RTE. Thanks for your reply. It indeed solves the problem. Regards, Walrick -- Joerg Wagner wrote: > I asked that same question in [TYPO3-RTE] (where it belongs). > Stanislas Rolland replied instantaneously: > > -- > > Re: [TYPO3-R

Re: [TYPO3] rgtabs & seo & accesilbility

2008-08-29 Thread Georg Ringer
Henjo Hoeksma wrote: > looking at the source code of a page using rgtabs, I wondered about the > searchablity and indexibility of its content. It shows up in the generated > source - but the indexed searchengine won't find that... It really depends if you are using the ajax mode or not! If you d

[TYPO3] tt_news template

2008-08-29 Thread luca
Hi I'm going letterally crazy on try to personalize the tt_news template. I've followed the tutorial, removing from the statics include and insert the plugin.tt_news.templateFile = fileadmin/... on my constant TS. This did not worked. I was able to use my own template including in the FlexF plugin

Re: [TYPO3] seo_basics and PHP error "cannot use string offset as an array"

2008-08-29 Thread Andrew Plank
> > And what if configuration already defined $realurl[$host]['fileName']? > You erase it. > Aha! Now I see why I was getting the error in the first place... My realurl_conf.php file is missing a 'fileName' => array() declaration. Thanks for waking me up to that, Dmitry! :D __

Re: [TYPO3] seo_basics and PHP error "cannot use string offset as an array"

2008-08-29 Thread Dmitry Dulepov [typo3]
Hi! Andrew Plank wrote: > Just installed seo_basics, but the sitemap feature wouldn't work (was > getting a "cannot user string offset as an array" error in PHP) so I had > to comment out the code that enables it in ext_localconf.php. > > After a bit of effort, I found a solution (should anyone

Re: [TYPO3] problem: pdg_generator2 works only once

2008-08-29 Thread Jens Ellerbrock
Good to know, i should put that in the documentation for the pdfgenerator. Jens 2008/7/29 Martin Bless <[EMAIL PROTECTED]>: > [Dmitry Dulepov [typo3]] wrote & schrieb: > >>No, I do not think so. It will not be fixed because table-based cache in >>TYPO3 should not be used for binary data. > > If

Re: [TYPO3] Columns titles encoding

2008-08-29 Thread Fearless Goblin (Victor Livakovsky)
Hello Andreas, >> Also you will have to install the corresponding language pack which can be >> found >> as an extension on TYPO3.org with the prefix "csh_XX" where XX is the TYPO3 >> language key." > don't do that, it's old. Only install languages via translation handling in EM Yeah, I always

Re: [TYPO3] pdf generator 2 problems

2008-08-29 Thread Jens Ellerbrock
probaly some other extensions sends some output that comes before the "real" output. Can you give me a link to a page that's not working? 2008/7/23 StephenBungert <[EMAIL PROTECTED]>: > > I keep geting an error when I click on the PDF link. > > It says data doesn't begin with '%PDF-' > > Has any

Re: [TYPO3] eu_ldap and File operation permissions

2008-08-29 Thread Tomas Mrozek
> Is there anyway to set default values for the file operations > permissions? Yes, you can store it on the LDAP server and than map it in the eu_ldap. 1. Store the permission (it's an integer, 31 = all the permissions) as an attribute of your LDAP user. 2. Map it in the eu_ldap configuration

[TYPO3] seo_basics and PHP error "cannot use string offset as an array"

2008-08-29 Thread Andrew Plank
Hi, Just installed seo_basics, but the sitemap feature wouldn't work (was getting a "cannot user string offset as an array" error in PHP) so I had to comment out the code that enables it in ext_localconf.php. After a bit of effort, I found a solution (should anyone else have this problem) Cha

Re: [TYPO3] Indentation problem in typo3 4.2.1

2008-08-29 Thread Joerg Wagner
I asked that same question in [TYPO3-RTE] (where it belongs). Stanislas Rolland replied instantaneously: -- > Re: [TYPO3-RTE] Indentation using wrapper DIVs > Joerg Wagner a écrit : >> >> since TYPO3 4.2 the RTE by default uses wrapper DIVs to indent block >> elements. Unfortunatelly there se