[TYPO3] programming style

2008-09-26 Thread Ronald Steiner
Hi List, A template defines the output from my new extension. Now I want to give the BE-User the option to select from various templates and to create his own templates in the BE. Now my questions: How would you handle this? a) Should a separate extension ship various templates and provide a pl

[TYPO3] some questions about pb_survey

2008-09-26 Thread Frank Sonck
Hello people! I'm configuring a survey - using Patrick Broens' pb_survey extension and I have some issues: - how can I add a personalia section? I want people to be able not only to answer questions of the survey but also to enter their names, have some checkboxes or radiobuttons for the cho

Re: [TYPO3] RTE typolink title htmlSpecialChars function

2008-09-26 Thread Pankaj Lele
Hello Chris, but I can't find any configuration to do this for all links generated by > the RTE ? > > You can check the typoscript object path "lib.parseFunc_RTE" which is basically applied to content to print the RTE content properly. Especially you can see "lib.parseFunc_RTE.tags.link.typolink"

Re: [TYPO3] fe login box, permalink wont show

2008-09-26 Thread Brian Bendtsen
Francois Suter skrev: > Hi, > >> Yes I have :) > > Then I have no other idea. Maybe your template doesn't include the > PERMALOGIN-related markers anymore? Otherwise I would check what happens > in the source code... Maybe someone has a better idea. > > Cheers > Hi The template includes this

Re: [TYPO3] Value from TS into html

2008-09-26 Thread Andreas Burg
Hello, Denis uses the extension automaketemplate, and it just works, if you have done some other configurations. @Denis You can use constants here: my_color = #FF subparts.bg_color = {$my_color} better not use HTML-Attribs to formate, use css-inline-style or better css-classes. better us

[TYPO3] file.import doesn't work

2008-09-26 Thread Victor Livakovsky
Hello. I don't know why, but TYPO doesn't import image from media field of page. I have such menu: temp.left_menu = HMENU temp.left_menu.wrap = | temp.left_menu.1 = TMENU temp.left_menu.1 { NO { allWrap = | ATagTitle.field = title stdWrap.cObject = COA stdWrap.cObject { 10

Re: [TYPO3] fe login box, permalink wont show

2008-09-26 Thread Francois Suter
Hi, > Yes I have :) Then I have no other idea. Maybe your template doesn't include the PERMALOGIN-related markers anymore? Otherwise I would check what happens in the source code... Maybe someone has a better idea. Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch

Re: [TYPO3] override meta tags in own extension

2008-09-26 Thread Steffen Müller
Hi. On 26.09.2008 10:54 Bas van der Togt wrote: > > Thanks for your answer. Sorry, i'm talking about the keyword and > description meta tags. Is there not an easieer php function available to > do this? > have a look at $GLOBALS['TSFE']->page $GLOBALS['TSFE']->additionalHeaderData -- cheers,

Re: [TYPO3] fe login box, permalink wont show

2008-09-26 Thread Brian Bendtsen
Francois Suter skrev: > Hi, > >> Im on a typo3 4.2.1 and using the felogin box that is now part of the >> core, im trying to get the permalink to show, but with no luck so far. >> >> The permalink option in the plugin is set and the permalink option in >> the install tool is set to 2. >> >> What

[TYPO3] Multilevel Bullet list content block

2008-09-26 Thread Derek Harkness
Is there away to have the built-in bullet list content element support multilevel Level 1 Level 2 Level 3 etc. Thanks, Derek ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-e

[TYPO3] Extending cal with own function

2008-09-26 Thread T.M.Snyder
Hi, I want to extend CAL with my own function. As CAL is based on MVC it seems a little bit more complicated to me getting a function to work. I added a new marker in the list-view under ###DESCRIPTION### --> ###NEW_FUNCTION###. Here I need a func which gives me the current UID of the datarecord

Re: [TYPO3] RealURL lost its info?

2008-09-26 Thread maaboo
Solved. Just experimented yesterday with .htaccess and forgot to get it back. Sorry for disturbance. 2008/9/26 maaboo <[EMAIL PROTECTED]> > Hi! > When i started with my site today i discovered that no one URL works! I > clicked on http://mysite.name/path/to/page and got 404: Not found! > Also the

Re: [TYPO3] RealUrl and Chinese

2008-09-26 Thread Ronald Steiner
Hi Gideon, I would not disable the path cache. If it works after you disable the path cache, just clear the path cache table in your DB and enable the cache again. - caching the path makes things much faster. greetings Ron Gideon So schrieb: > Hi Sandy, > > You are the one Thanks so

Re: [TYPO3] _DEFAULT_PI_VARS in tt_news

2008-09-26 Thread Jeroen Visser | ROQUIN E-Solutions
Hi Michael, We use indexed_search. The indexedserach engine uses $this->piVars['order'] I found out that I should write the following in de setup: plugin.tx_indexedsearch._DEFAULT_PI_VARS.order = crdate Thanks for your thoughts. Kind regards, Jeroen Michael Miousse wrote: > Jeroen Visser | ROQU

[TYPO3] cfa_mooflow: href

2008-09-26 Thread Rupali Gupta
Hello List, i m using ext:cfa_mooflow under test project: http://typo3.brainfruit.cc/en/speaking-url-home Image Mooflow is working fyn, only i need now to connect the images to respective pages in my site. i tries following for its parameter configuration: 1=title:my image;alt:my image alternative

[TYPO3] RealURL lost its info?

2008-09-26 Thread maaboo
Hi! When i started with my site today i discovered that no one URL works! I clicked on http://mysite.name/path/to/page and got 404: Not found! Also there are no records in Speaking URL Management - ID-to-path-mapping. What happened? I tried to reinstall ext, but with no result. -- with respect

Re: [TYPO3] _DEFAULT_PI_VARS in tt_news

2008-09-26 Thread Michael Miousse
Jeroen Visser | ROQUIN E-Solutions wrote: > Hi all, > I would like to order the search results by 'crdate'. > I tried TS like: > > plugin.tt_news._DEFAULT_PI_VARS.tx_ttnews|order = crdate > #plugin.tt_news._DEFAULT_PI_VARS.tx_indexedsearch[order]=crdate > > Should it be done like this? Thanks in

[TYPO3] checking emptyness of inserted element of lib.smth

2008-09-26 Thread maaboo
Hi! I have the following page content generation code: lib.newsholder = COA lib.newsholder { 10 = TEXT 10 { value = Header 1 typolink.parameter = 35 wrap = | } 11 < plugin.tt_news 11 { _LOCAL_LANG.ru.latestHeader = Subheader 1 pid_list = 43 }

Re: [TYPO3] fe login box, permalink wont show

2008-09-26 Thread Francois Suter
Hi, > Im on a typo3 4.2.1 and using the felogin box that is now part of the > core, im trying to get the permalink to show, but with no luck so far. > > The permalink option in the plugin is set and the permalink option in > the install tool is set to 2. > > What else is needed? Have you chec

Re: [TYPO3] Value from TS into html

2008-09-26 Thread Morten Kjems
Thanks to both of you. I will look into both techniques. Regards /Morten ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] RealUrl and Chinese

2008-09-26 Thread Gideon So
Hi Sandy, You are the one Thanks so much. Just need to add 'disablePathCache' => 1 and everything works like a charm. Thanks again. Gideon So Siedlaczek, Sandy ??: > Yes, it seems to be correct, my complete pagePath-Array: > > 'pagePath' => array( > 'type' =>

Re: [TYPO3] Blank White Page with no errors

2008-09-26 Thread Sancar Saran
It was someting in TS Config. which related to PHP tr_TR locale bug. And weird one is there where no error output. We are lucky to get clue about it. Thanks.. PS: Is there any setting to force TYPO3 to log everything... It was very frusturated to see noting in error logs. Regards Sancar

[TYPO3] _DEFAULT_PI_VARS in tt_news

2008-09-26 Thread Jeroen Visser | ROQUIN E-Solutions
Hi all, I would like to order the search results by 'crdate'. I tried TS like: plugin.tt_news._DEFAULT_PI_VARS.tx_ttnews|order = crdate #plugin.tt_news._DEFAULT_PI_VARS.tx_indexedsearch[order]=crdate Should it be done like this? Thanks in advance. -- Kind regards, Jeroen Visser

Re: [TYPO3] RealUrl and Chinese

2008-09-26 Thread Siedlaczek, Sandy
Yes, it seems to be correct, my complete pagePath-Array: 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'segTitleFieldList' => 'ali

[TYPO3] RSS feeds

2008-09-26 Thread Smile
Hi I installed ECODEV - Ecorss RSS Export, and it Works fine, in fact too fine. It sends out everything I change or add on the site. In the manual it says you can -) A backend user can exclude a content element from the feed. A checkbox is available after the field "hidden". But i

[TYPO3] fe login box, permalink wont show

2008-09-26 Thread Brian Bendtsen
Hi Im on a typo3 4.2.1 and using the felogin box that is now part of the core, im trying to get the permalink to show, but with no luck so far. The permalink option in the plugin is set and the permalink option in the install tool is set to 2. What else is needed? /Brian _

[TYPO3] Multibox

2008-09-26 Thread Natalia
Hi, does anybody know how to make the multibox work? There's no documentation and I don't know how to set it. Thank you very much. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/ty

Re: [TYPO3] RealUrl and Chinese

2008-09-26 Thread Gideon So
Hi Sandy, Like this : 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', But it doesn't work. Would you please post your configuration here?

[TYPO3] RTE typolink title htmlSpecialChars function

2008-09-26 Thread Chris
Hello, Is there anyway to force all RTE links title attributes "title" through htmlSpecialChars function ? I can do it if I do this : myLink=TEXT myLink { value= Any page stdWrap.typolink { parameter=0 title=test with "double quotes" title.stdWrap.htmlSpecialChars=1 } } but I can't fin

Re: [TYPO3] override meta tags in own extension

2008-09-26 Thread Bas van der Togt
Hello Xavier, Thanks for your answer. Sorry, i'm talking about the keyword and description meta tags. Is there not an easieer php function available to do this? Bas Xavier Perseguers wrote: > Hello, > >> Is it possible to override the default meta tags in my own extension >> (product catalog

Re: [TYPO3] override meta tags in own extension

2008-09-26 Thread Xavier Perseguers
Hello, > Is it possible to override the default meta tags in my own extension > (product catalogue) with php? I would be nice to have different meta > tags for every product. Does anybody have experience with this? Which metatags? HTML header metatags? Then what is the relation with your exten

Re: [TYPO3] Blank White Page with no errors

2008-09-26 Thread maaboo
Check TS for mistypings... 2008/9/26 Sancar Saran <[EMAIL PROTECTED]> > Hello there, > > When we play with cool uri with turkish locale in one of our TYPO3 > instance, > it was gone. > > There where no error log and nothing was shown except some header data like > this > > PUBLIC "-//W3C//DT

[TYPO3] override meta tags in own extension

2008-09-26 Thread Bas van der Togt
Hello list, Is it possible to override the default meta tags in my own extension (product catalogue) with php? I would be nice to have different meta tags for every product. Does anybody have experience with this? Best regards, Bas ___ TYPO3-english m

[TYPO3] Blank White Page with no errors

2008-09-26 Thread Sancar Saran
Hello there, When we play with cool uri with turkish locale in one of our TYPO3 instance, it was gone. There where no error log and nothing was shown except some header data like this http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="de" lang="

Re: [TYPO3] Value from TS into html

2008-09-26 Thread Denis Mrkota
"Morten Kjems" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Denis. > >> Ok, found it.. > > I have never used markers in my templates but I just got curious. > > Could you post the answer. This is what i did: color = TEXT color.value = #FF temp.mainTemplate = TEMPLATE te

[TYPO3] [SOLUTION (maybe?)] Re: sr_email_subscribe / sr_feuser_register and locallang labels

2008-09-26 Thread Andrew Plank
Andrew Plank wrote: > Hi, > > I'm trying to understand why sr_email_subscribe takes certain labels > from the locallang file for sr_feuser_register. For example, the label > "v_your_account_was_created". > > I've added this label to the locallang file for the sr_email_subscribe > extension,