From cray at mass-media.net Wed Aug 1 02:27:03 2007 From: cray at mass-media.net (Cray Flatline) Date: Wed, 01 Aug 2007 03:27:03 +0300 Subject: [TYPO3] add images to a standard sitemap Message-ID: <46AFD357.6010601@mass-media.net> I need to add to every link of standard sitemap it's own image. Does somebody did such thing already? (% -- W BR, Cray Flatline From cray at mass-media.net Wed Aug 1 02:32:33 2007 From: cray at mass-media.net (Cray Flatline) Date: Wed, 01 Aug 2007 03:32:33 +0300 Subject: [TYPO3] add id to body tag with TS Message-ID: <46AFD4A1.20802@mass-media.net> I need to add to every page's body tag it's own id. I try to make such way: page.bodyTagCObject = HTML page.bodyTagCObject.value.field = alias//uid page.bodyTagCObject.value.wrap = But it doesn't work Below is my TS Setup. Please help me somebody ################################################################################ # # Auto-parser and template main difinitions # plugin.tx_automaketemplate_pi1.content = FILE [globalVar = TSFE:id=14,TSFE:id=41,TSFE:id=42,TSFE:id=43,TSFE:id=44] plugin.tx_automaketemplate_pi1.content.file = fileadmin/templates/global/index.html [else] plugin.tx_automaketemplate_pi1.content.file = fileadmin/templates/global/internal.html [end] # Here we define which elements in the HTML that # should be wrapped in subpart-comments: plugin.tx_automaketemplate_pi1.elements { BODY.all = 1 BODY.all.subpartMarker = DOCUMENT_BODY HEAD.all = 1 HEAD.all.subpartMarker = DOCUMENT_HEADER HEAD.rmTagSections = title UL.all = 1 DIV.all = 1 LI.all = 1 TD.all = 1 TABLE.all=1 } # Prefix all relative paths with this value: plugin.tx_automaketemplate_pi1.relPathPrefix = fileadmin/templates/global/ ################################################################################ # # Mapping parts # temp.leftcolumn = CONTENT temp.leftcolumn { table = tt_content select { pidInList = this orderBy = sorting where = colPos = 1 languageField = sys_language_uid } } temp.rightcolumn = CONTENT temp.rightcolumn { table = tt_content select { pidInList = this orderBy = sorting where = colPos = 3 languageField = sys_language_uid } } temp.mainTemplate = TEMPLATE temp.mainTemplate { # Feeding the content from the Auto-parser to the TEMPLATE cObject: template =< plugin.tx_automaketemplate_pi1 # Select only the content between the -tags workOnSubpart = DOCUMENT_BODY # Substitute the ###menu_1### subpart with dynamic menu: subparts.mainmenu < temp.mainmenu subparts.topmenu < temp.topmenu subparts.footermenu < temp.footermenu subparts.leftmenu < temp.leftmenu subparts.barleft < temp.bannerleft # Substitute the ###content### subpart with some example content: subparts.content < styles.content.get subparts.leftcontent < temp.leftcolumn subparts.rightcontent < temp.rightcolumn subparts.PAGE_UID = TEXT subparts.PRINT_PAGE < temp.PRINT subparts.PAGE_UID.field = uid } # Main TEMPLATE cObject for the HEAD temp.headTemplate = TEMPLATE temp.headTemplate { # Feeding the content from the Auto-parser to the TEMPLATE cObject: template =< plugin.tx_automaketemplate_pi1 # Select only the content between the -tags workOnSubpart = DOCUMENT_HEADER } # Default PAGE object: page = PAGE page.typeNum = 0 page.bodyTagCObject = HTML page.bodyTagCObject.value.field = alias//uid page.bodyTagCObject.value.wrap = # Copying the content from TEMPLATE for -section: page.10 < temp.mainTemplate # Copying the content from TEMPLATE for -section: page.headerData.10 < temp.headTemplate -- W BR, Cray Flatline From paprikb at gmail.com Wed Aug 1 08:50:32 2007 From: paprikb at gmail.com (Patrik) Date: Wed, 1 Aug 2007 08:50:32 +0200 Subject: [TYPO3] TMENU - gifbuilder Message-ID: <6b195c9e0707312350y3a302ec1webb1d721f4add64@mail.gmail.com> I have a problem about the TMENU, which has an image (before of text), is generated with GIFBUILDER. The image must have a class ("imgmenu"). How add a class in typoscript of the menu? Code: 1 = TMENU 1 { NO.allWrap =
|
NO { beforeImg = GIFBUILDER beforeImg { #params = class="imgmenu" XY = 7,22 10 = IMAGE 10.file = GIFBUILDER 10.file { #params = class="imgmenu" XY = 7,22 backColor.data = field:uid backColor.preUserFunc = tx_fmcolormenue_pi1->getColor } } ATagParams = class="linktext" stdWrap.case = upper } ACT < .NO ACT = 1 } Best regards, Patrik From headhunterxiii at yahoo.ca Wed Aug 1 09:29:58 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 01 Aug 2007 08:29:58 +0100 Subject: [TYPO3] add id to body tag with TS In-Reply-To: References: Message-ID: Try this - I think it should work for you. page = PAGE page.typeNum = 0 page.bodyTag > page.bodyTagCObject = HTML page.bodyTagCObject.value.field = alias//uid page.bodyTagCObject.value.wrap = Cray Flatline wrote: > > I need to add to every page's body tag it's own id. I try to make such way: > > page.bodyTagCObject = HTML > page.bodyTagCObject.value.field = alias//uid > page.bodyTagCObject.value.wrap = > > But it doesn't work > > Below is my TS Setup. Please help me somebody > > ################################################################################ > > # > # Auto-parser and template main difinitions > # > > plugin.tx_automaketemplate_pi1.content = FILE > [globalVar = TSFE:id=14,TSFE:id=41,TSFE:id=42,TSFE:id=43,TSFE:id=44] > plugin.tx_automaketemplate_pi1.content.file = > fileadmin/templates/global/index.html > [else] > plugin.tx_automaketemplate_pi1.content.file = > fileadmin/templates/global/internal.html > [end] > > # Here we define which elements in the HTML that > # should be wrapped in subpart-comments: > plugin.tx_automaketemplate_pi1.elements { > BODY.all = 1 > BODY.all.subpartMarker = DOCUMENT_BODY > HEAD.all = 1 > HEAD.all.subpartMarker = DOCUMENT_HEADER > HEAD.rmTagSections = title > UL.all = 1 > DIV.all = 1 > LI.all = 1 > TD.all = 1 > TABLE.all=1 > } > > # Prefix all relative paths with this value: > plugin.tx_automaketemplate_pi1.relPathPrefix = fileadmin/templates/global/ > > > ################################################################################ > > # > # Mapping parts > # > > > temp.leftcolumn = CONTENT > temp.leftcolumn { > table = tt_content > select { > pidInList = this > orderBy = sorting > where = colPos = 1 > languageField = sys_language_uid > } > } > > temp.rightcolumn = CONTENT > temp.rightcolumn { > table = tt_content > select { > pidInList = this > orderBy = sorting > where = colPos = 3 > languageField = sys_language_uid > } > } > > > temp.mainTemplate = TEMPLATE > temp.mainTemplate { > # Feeding the content from the Auto-parser to the TEMPLATE cObject: > template =< plugin.tx_automaketemplate_pi1 > # Select only the content between the -tags > workOnSubpart = DOCUMENT_BODY > > # Substitute the ###menu_1### subpart with dynamic menu: > subparts.mainmenu < temp.mainmenu > subparts.topmenu < temp.topmenu > subparts.footermenu < temp.footermenu > subparts.leftmenu < temp.leftmenu > subparts.barleft < temp.bannerleft > > # Substitute the ###content### subpart with some example content: > subparts.content < styles.content.get > subparts.leftcontent < temp.leftcolumn > subparts.rightcontent < temp.rightcolumn > > subparts.PAGE_UID = TEXT > subparts.PRINT_PAGE < temp.PRINT > subparts.PAGE_UID.field = uid > } > > > # Main TEMPLATE cObject for the HEAD > temp.headTemplate = TEMPLATE > temp.headTemplate { > # Feeding the content from the Auto-parser to the TEMPLATE cObject: > template =< plugin.tx_automaketemplate_pi1 > # Select only the content between the -tags > workOnSubpart = DOCUMENT_HEADER > } > > > # Default PAGE object: > page = PAGE > page.typeNum = 0 > > page.bodyTagCObject = HTML > page.bodyTagCObject.value.field = alias//uid > page.bodyTagCObject.value.wrap = > > # Copying the content from TEMPLATE for -section: > page.10 < temp.mainTemplate > # Copying the content from TEMPLATE for -section: > page.headerData.10 < temp.headTemplate > > From ps at todesign.pl Wed Aug 1 10:04:52 2007 From: ps at todesign.pl (Paweł Stanisławczuk) Date: Wed, 1 Aug 2007 10:04:52 +0200 Subject: [TYPO3] 404 when I want to edit plugin content Message-ID: Hi, After moving my TYPO3 to new serwer something went wrong and now I can't edit any plugin content, when I click on edit icon I get 404 page. Anyone had this? Regards Pawe? Stanis?awczuk From bp at jung-newmedia.de Wed Aug 1 10:21:21 2007 From: bp at jung-newmedia.de (Jung New Media) Date: Wed, 01 Aug 2007 10:21:21 +0200 Subject: [TYPO3] sr_freecap in typo3 standard form In-Reply-To: References: Message-ID: Hi Fabian, I have got this problem last week too. See how the Problem was dissolved. ---- Ich habe das gleiche Problem gehabt. Hier ist die L?sung. http://www.blog.jung-newmedia.de/typo3/typo3-standard-formular-gegen-spam-schuetzen/ Bei Fragen einfach melden es gr??t Dich Balazs www.jung-newmedia.de Fabian Seltmann schrieb: > Hi at all, > > I want to include the extension sr_freecap into a typo3 standard contact > form. Can anybody help me? Or is there another captcha extension which > work with a typo3 standard contact form? > > Thanks. > > Best regards > > Fabian From dominik.smatana at gmail.com Wed Aug 1 10:50:55 2007 From: dominik.smatana at gmail.com (Dominik Smatana) Date: Wed, 1 Aug 2007 10:50:55 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: Hello Jan, thanks for help. I checked typolink() function and I've found this method: $this->cObj->getTypoLink_URL($id, $urlParameters, $target) It generates page url I need, but it don't work with RealURL enabled (maybe problem is in my configuration, I don't know...). Dominik Smatana PS: Thank you for publishing CoolURI - it's really cool extension :) On 31/07/07, Jan Bednarik wrote: > Hi, > > > From my TS template I call some user functions located in > > user_function class. Is there any function/method in TYPO3 API to > > generate correct (RealURL, CoolURI...) link to page specified with ID > > (plus optional get parameters)? > > Try > > $GLOBALS['TSFE']->cObject->typolink('text',Array('parameter'=>$pageid)); > > (maybe there's cObj instead of cObject - try) > > -- > Jan Bednarik > www.bednarik.org - web about Typo3 in czech > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From info at bednarik.org Wed Aug 1 10:56:50 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 01 Aug 2007 10:56:50 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: > $this->cObj->getTypoLink_URL($id, $urlParameters, $target) This is what you can use in extension. You can't use it this way in user functions called via PHP_SCRIPT. > It generates page url I need, but it don't work with RealURL enabled > (maybe problem is in my configuration, I don't know...). If RealURL/CoolUri is enabled then it generates nice URIs. Definitely there's a problem with your configuration. > PS: Thank you for publishing CoolURI - it's really cool extension :) Thanks :) -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From elmar07 at googlemail.com Wed Aug 1 11:06:37 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Wed, 01 Aug 2007 11:06:37 +0200 Subject: [TYPO3] how to generate link References: Message-ID: Dominik Smatana wrote: > Hello, > I need a help... > > From my TS template I call some user functions located in > user_function class. Is there any function/method in TYPO3 API to > generate correct (RealURL, CoolURI...) link to page specified with ID > (plus optional get parameters)? > > Thanks. > > Dominik Smatana > dominik.smatana at gmail.com Hi Dominik, in this class you can find all answers you need, but it requires some PHP knowlege to read it. http://typo3.org/extensions/repository/view/lib/0.0.23/info/class.tx_lib_link.php/ Regards Elmar From mangoo at wpkg.org Wed Aug 1 11:29:04 2007 From: mangoo at wpkg.org (Tomasz Chmielewski) Date: Wed, 01 Aug 2007 11:29:04 +0200 Subject: [TYPO3] migrating custom extensions from 3.7.0 setup to 4.1.1 - how? Message-ID: <46B05260.6050901@wpkg.org> As I'm making a totally new layout for a website, I thought it would be a good time to migrate it from TYPO3 3.7.0 to 4.1.1. Most easy parts are done, but I'm not sure how I can migrate some custom extensions from 3.7.0 to 4.1.1. Obviously, copying the data from typo3conf/ext/* is not enough, and some other changes are needed. Does anyone have any hints on what else should I look at (perhaps some database stuff, but I have no clue). -- Tomasz Chmielewski http://wpkg.org From vikram at fivee.in Wed Aug 1 11:40:04 2007 From: vikram at fivee.in (Vikram Mandal) Date: Wed, 01 Aug 2007 15:10:04 +0530 Subject: [TYPO3] Advanced userFunc Condition In-Reply-To: References: Message-ID: Hi, Nick Weisser wrote: > Hi there, > > I'm trying to use the following TypoScript condition in my TypoScript setup: > > # submenu only shows if more than one subpage > # exists on the next level of the page tree > [userFunc = user_match(checkLevels)] > lib.submenu2 = HMENU > [...] > [end] > > I've added the following user function to typo3conf/localconf.php as > suggested by TSref: > > function user_match($cmd) { > switch($cmd) { > case 'checkLevels': > if ("PID has more then one subpage") { > return true; > } > break; > } > } > > I wonder if class.t3lib_treeview.php's getCount method can do the trick? > > t3lib_treeView->getCount($uid) > > How would I add this method to the user function above? Is this at all > possible or does this require its own extension? You can probably create a user function is some script and perform the check in the database. Not sure if t3lib_treeView->getCount($uid) will work as this has references to BE user objects. function init($clause='', $orderByFields='') { $this->BE_USER = $GLOBALS['BE_USER']; // Setting BE_USER by default regards, Vikram From mortenkjems at gmail.com Wed Aug 1 11:54:59 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Wed, 01 Aug 2007 11:54:59 +0200 Subject: [TYPO3] RealURL configuration skipping levels in the page tree In-Reply-To: References: Message-ID: Thanks for helping out Dmitry. English is not the default language so I guess it will have to stay. Then you write: >If 'categoryname' is a postVar, you cannot skip 'category', you > ca only give it shorter name in configuration. The URL: http://mydomain.com/en/category/categoryname/articletype/pagetitle.html If I understand the documentation correctly both 'category' and 'categoryname' are prevars. They are normal pages and the and the URL reflects the hierarchy of the page three. In that case it should be possible to skip 'category' in the URL. But How? I tried using the function 'excludePageIds', but it just keeps certain pages from being rendered by realURL. It might be that I should not use the tx_realurl_advanced class at all? I really hope that someone can help me here. Any suggestions on what to focus on are most welcome. Here is my setup: $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array( '_DEFAULT' => array( 'init' => array( 'enableCHashCache' => 1, 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => 1, 'enableUrlEncodeCache' => 1, ), 'redirects' => array(), 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'nc' => 1, ), 'noMatch' => 'bypass', ), array( 'GETvar' => 'L', 'valueMap' => array( 'dk' => '0', 'en' => '1', ), 'noMatch' => 'bypass', ), ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 7, 'rootpage_id' => 2, ), 'fixedPostVars' => array(), 'postVarSets' => array( '_DEFAULT' => array( // news archive parameters 'archive' => array( array( 'GETvar' => 'tx_ttnews[year]' , ), array( 'GETvar' => 'tx_ttnews[month]' , 'valueMap' => array( 'january' => '01', 'february' => '02', 'march' => '03', 'april' => '04', 'may' => '05', 'june' => '06', 'july' => '07', 'august' => '08', 'september' => '09', 'october' => '10', 'november' => '11', 'december' => '12', ) ), ), // news pagebrowser 'browse' => array( array( 'GETvar' => 'tx_ttnews[pointer]', ), ), // news categories 'select_category' => array ( array( 'GETvar' => 'tx_ttnews[cat]', ), ), // news articles and searchwords 'artikel' => array( array( 'GETvar' => 'tx_ttnews[tt_news]', 'lookUpTable' => array( 'table' => 'tt_news', 'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT deleted', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array( 'strtolower' => 1, 'spaceCharacter' => '-', ), ), ), array( 'GETvar' => 'tx_ttnews[swords]', ), ), ), ), // configure filenames for different pagetypes 'fileName' => array( 'defaultToHTMLsuffixOnPrev' => 1, 'index' => array( 'rss.xml' => array( 'keyValues' => array( 'type' => 100, ), ), 'page.html' => array( 'keyValues' => array ( 'type' => 1, ) ), 'rss091.xml' => array( 'keyValues' => array( 'type' => 101, ), ), 'rdf.xml' => array( 'keyValues' => array( 'type' => 102, ), ), 'atom.xml' => array( 'keyValues' => array( 'type' => 103, ), ), ), ), ), ); Thanks /Morten From c.poenighaus at gmx.de Wed Aug 1 13:04:48 2007 From: c.poenighaus at gmx.de (=?ISO-8859-15?Q?Christoph_P=F6nighaus?=) Date: Wed, 01 Aug 2007 13:04:48 +0200 Subject: [TYPO3] macina searchbox ignores search query Message-ID: Hi! I added the macina searchbox on all pages by using a marker and set the searchpage-pid to the well working indexed_search. Entering a search query into the macina searchbox brings me to the searchpage. Unfortunately the search query is not delivered. Any help? Thanks Christoph From headhunterxiii at yahoo.ca Wed Aug 1 13:07:05 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 01 Aug 2007 12:07:05 +0100 Subject: [TYPO3] Checking https server variable Message-ID: Hi I want to do a check to see if the page being served is a https page and then do something different in my output. I belive I have my condition correct but it seems to have no effect when I try it. Can anyone let me know if this would be the correct way for this condition and if not what would be? [globalString = IENV:HTTPS>0] Thanks, Ty From c.poenighaus at gmx.de Wed Aug 1 14:09:37 2007 From: c.poenighaus at gmx.de (=?ISO-8859-15?Q?Christoph_P=F6nighaus?=) Date: Wed, 01 Aug 2007 14:09:37 +0200 Subject: [TYPO3] macina searchbox ignores search query In-Reply-To: References: Message-ID: Christoph P?nighaus schrieb: > Hi! > I added the macina searchbox on all pages by using a marker and set the > searchpage-pid to the well working indexed_search. Entering a search > query into the macina searchbox brings me to the searchpage. > Unfortunately the search query is not delivered. > > Any help? > Thanks > Christoph I'm an idiot!! I don't know why, but i've edited the searchbox-template and by mistake changed the name of an input-field. Sorry Christoph From dmitry at typo3.org Wed Aug 1 14:43:59 2007 From: dmitry at typo3.org (Dmitry Dulepov) Date: Wed, 01 Aug 2007 15:43:59 +0300 Subject: [TYPO3] RealURL configuration skipping levels in the page tree In-Reply-To: References: Message-ID: Morten Kjems wrote: > The URL: > http://mydomain.com/en/category/categoryname/articletype/pagetitle.html > > If I understand the documentation correctly both 'category' and > 'categoryname' are prevars. They are normal pages and the and the URL > reflects the hierarchy of the page three. In that case it should be > possible to skip 'category' in the URL. If the are normal pages, they are not preVars. 'en' is a preVar in your case. It is not possible to skip pages from the tree when generating url because it would not be possible to resolve url back to id. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From mail at cascaval.com Wed Aug 1 14:50:16 2007 From: mail at cascaval.com (Tomas Mrozek) Date: Wed, 01 Aug 2007 14:50:16 +0200 Subject: [TYPO3] RealURL configuration skipping levels in the page tree In-Reply-To: References: Message-ID: > If I understand the documentation correctly both 'category' and > 'categoryname' are prevars. No. If I understand you correctly 'category' and 'categoryname' are pages, not prevars. 'en' is a prevar. > In that case it should be possible to skip 'category' in the URL. If 'category' and 'categoryname' are really pages, I don't think you can skip it in the URL with RealURL. (at least I am not aware of such possibility) Tomas Mrozek From elmar07 at googlemail.com Wed Aug 1 15:46:48 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Wed, 01 Aug 2007 15:46:48 +0200 Subject: [TYPO3] how to generate link References: Message-ID: Jan Bednarik wrote: > Hi, > >> From my TS template I call some user functions located in >> user_function class. Is there any function/method in TYPO3 API to >> generate correct (RealURL, CoolURI...) link to page specified with ID >> (plus optional get parameters)? > > Try > > $GLOBALS['TSFE']->cObject->typolink('text',Array('parameter'=>$pageid)); > > (maybe there's cObj instead of cObject - try) Time to write id down: http://t3flyers.wordpress.com/2007/08/01/using-the-typolink-function/ Regards Elmar From mortenkjems at gmail.com Wed Aug 1 15:50:03 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Wed, 01 Aug 2007 15:50:03 +0200 Subject: [TYPO3] RealURL configuration skipping levels in the page tree In-Reply-To: References: Message-ID: OK. Thanks to both of you for helping. I will have to look at the page three structure instead only this will affect my menu so I will need to make changes here as well. But now I am on safer ground and know my direction. Thanks /Morten From oliver at liquidlight.co.uk Wed Aug 1 15:58:55 2007 From: oliver at liquidlight.co.uk (Oliver Rowlands) Date: Wed, 01 Aug 2007 14:58:55 +0100 Subject: [TYPO3] Checking https server variable In-Reply-To: References: Message-ID: Hi Tyler, This should do the trick: [globalString = _SERVER|HTTPS=on] # Your TS [end] Best regards, Oliver Tyler Kraft wrote: > Hi > > I want to do a check to see if the page being served is a https page and > then do something different in my output. I belive I have my condition > correct but it seems to have no effect when I try it. Can anyone let me > know if this would be the correct way for this condition and if not what > would be? > > [globalString = IENV:HTTPS>0] > > Thanks, > Ty > > -- Oliver Rowlands :: Liquid Light :: E - oliver at liquidlight.co.uk W - http://www.liquidlight.co.uk T - 00 44 (0)845 6 58 88 35 F - 00 44 (0)845 6 58 44 35 From headhunterxiii at yahoo.ca Wed Aug 1 16:05:43 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 01 Aug 2007 15:05:43 +0100 Subject: [TYPO3] Checking https server variable In-Reply-To: References: Message-ID: Hi I had tried [globalString = _SERVER|HTTPS = 1] but no dice. This on the other hand works perfectly. Thanks. Ty Oliver Rowlands wrote: > Hi Tyler, > > This should do the trick: > > [globalString = _SERVER|HTTPS=on] > # Your TS > [end] > > Best regards, > > Oliver > > Tyler Kraft wrote: >> Hi >> >> I want to do a check to see if the page being served is a https page >> and then do something different in my output. I belive I have my >> condition correct but it seems to have no effect when I try it. Can >> anyone let me know if this would be the correct way for this condition >> and if not what would be? >> >> [globalString = IENV:HTTPS>0] >> >> Thanks, >> Ty >> >> > > From vikram at fivee.in Wed Aug 1 16:14:21 2007 From: vikram at fivee.in (Vikram Mandal) Date: Wed, 01 Aug 2007 19:44:21 +0530 Subject: [TYPO3] Advanced userFunc Condition In-Reply-To: References: Message-ID: See the following link http://typo3.org/documentation/document-library/tutorials/doc_tut_frontend/0.0.1/view/3/1/ regards, Vikram -- http://www.fivee.in From info at bednarik.org Wed Aug 1 16:21:33 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 01 Aug 2007 16:21:33 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: Sorry for off topic, but I can't help myself. > http://t3flyers.wordpress.com/2007/08/01/using-the-typolink-function/ why do you need to create always new tslib_cObject instance? $cObject = t3lib_div::makeInstance('tslib_cObject'); I don't wonder that Typo3 consumes that much memory. Isn't it better to use already created instance (the one from $GLOBALS['TSFE'])? The best would be to implement Sigleton pattern on some classes in makeInstance, but I don't see this happening. So at least, we should use every available resource instead of creating new ones. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From typo3 at rvt.dds.nl Wed Aug 1 16:32:27 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Wed, 1 Aug 2007 09:32:27 -0500 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: <22316B46-0F4F-4F43-8644-9F517296824D@rvt.dds.nl> Hey, I think Elmar instantiates cObject because it's more the OO way of doing things. You are right about resources of course, although PHP is very efficient with creating objects. Ries > Sorry for off topic, but I can't help myself. > >> http://t3flyers.wordpress.com/2007/08/01/using-the-typolink-function/ > > why do you need to create always new tslib_cObject instance? > > $cObject = t3lib_div::makeInstance('tslib_cObject'); > > I don't wonder that Typo3 consumes that much memory. Isn't it > better to > use already created instance (the one from $GLOBALS['TSFE'])? > > The best would be to implement Sigleton pattern on some classes in > makeInstance, but I don't see this happening. So at least, we > should use > every available resource instead of creating new ones. > > -- > Jan Bednarik > www.bednarik.org - web about Typo3 in czech > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From bedlamhotel at gmail.com Wed Aug 1 16:46:53 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 1 Aug 2007 07:46:53 -0700 Subject: [TYPO3] TMENU - gifbuilder In-Reply-To: <6b195c9e0707312350y3a302ec1webb1d721f4add64@mail.gmail.com> References: <6b195c9e0707312350y3a302ec1webb1d721f4add64@mail.gmail.com> Message-ID: <2b6e984e0708010746j43d6488bw94361d190aa943b8@mail.gmail.com> Hi, On 7/31/07, Patrik wrote: > I have a problem about the TMENU, which has an image (before of text), is > generated with GIFBUILDER. > The image must have a class ("imgmenu"). How add a class in typoscript of > the menu? > > Code: > 1 = TMENU > 1 { > NO.allWrap =
|
> NO { > beforeImg = GIFBUILDER > beforeImg { > #params = class="imgmenu" > XY = 7,22 > > 10 = IMAGE > 10.file = GIFBUILDER > 10.file { > #params = class="imgmenu" > XY = 7,22 > backColor.data = field:uid > backColor.preUserFunc = > tx_fmcolormenue_pi1->getColor > } > } > ATagParams = class="linktext" > stdWrap.case = upper > } > > ACT < .NO > ACT = 1 > } It's pretty easy: the IMAGE cObject has a property called 'params' [1], so you can just add this: 10.params = class="imgmenu" It didn't work where you placed it because the GIFBUILDER object has no such property (check in the TSref!) On the other hand, it's probably unnecessary--any time you end up with number of nearly identical HTML elements inside the same parent element, each with the same class in your code, it's almost always a sign that you should be using descendent selectors [2] in your css. If your TMENU or HMENU has a parent container, put an id into it and write the the css this way: /* Assuming the menu is wrapped with */ #menu .nofloat img { /* Here goes the code that used to be in .imgmenu */ } -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/6/ [2] http://www.w3.org/TR/REC-CSS2/selector.html#descendant-selectors From elmar07 at googlemail.com Wed Aug 1 16:42:44 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Wed, 01 Aug 2007 16:42:44 +0200 Subject: [TYPO3] how to generate link References: Message-ID: Jan Bednarik wrote: > Sorry for off topic, but I can't help myself. > >> http://t3flyers.wordpress.com/2007/08/01/using-the-typolink-function/ > > why do you need to create always new tslib_cObject instance? > > $cObject = t3lib_div::makeInstance('tslib_cObject'); > > I don't wonder that Typo3 consumes that much memory. Isn't it better to > use already created instance (the one from $GLOBALS['TSFE'])? > > The best would be to implement Sigleton pattern on some classes in > makeInstance, but I don't see this happening. So at least, we should use > every available resource instead of creating new ones. Absolutly right and in fact expected that suggestion. But I didn't want to explain the singleton pattern or when and were $cObj is available and where not. It's good stuff for the comments part of the blog. :-) Regards Elmar From info at bednarik.org Wed Aug 1 16:53:43 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 01 Aug 2007 16:53:43 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: > I think Elmar instantiates cObject because it's more the OO way of doing > things. That's right. But since there's no singleton I'd prefer not to do this this way. In my projects (see CoolUri) I use singleton and therefore I can "makeInstance" whenever I want without wasting resources. I think adding Singleton pattern to t3lib_div::makeInstance would be quite simple. I've tried it once, but Typo3 didn't work then. I guess, only a few chosen classes could be singleton. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From elmar07 at googlemail.com Wed Aug 1 17:04:45 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Wed, 01 Aug 2007 17:04:45 +0200 Subject: [TYPO3] how to generate link References: Message-ID: > > I think adding Singleton pattern to t3lib_div::makeInstance would be > quite simple. I've tried it once, but Typo3 didn't work then. I guess, > only a few chosen classes could be singleton. > I have that in mind since the beginning for tx_div::makeInstance, one reason to wrap t3lib_div::makeInstance apart from the autoloading. As you observe it doesn't work for all objects. Could be controlled by a second parameter: tx_div::makeInstance('classname'); // instance tx_div::makeInstance('classname', TRUE); // find as singleton That direction. However performance tuning of lib/div is on the roadmap after 07/09/15. http://wiki.typo3.org/index.php/MVC_Framework Regards Elmar From typo3 at rvt.dds.nl Wed Aug 1 18:30:29 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Wed, 1 Aug 2007 11:30:29 -0500 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: On Aug 1, 2007, at 9:53 AM, Jan Bednarik wrote: >> I think Elmar instantiates cObject because it's more the OO way of >> doing >> things. > > That's right. But since there's no singleton I'd prefer not to do this > this way. In my projects (see CoolUri) I use singleton and therefore I > can "makeInstance" whenever I want without wasting resources. > > I think adding Singleton pattern to t3lib_div::makeInstance would be > quite simple. I've tried it once, but Typo3 didn't work then. I guess, > only a few chosen classes could be singleton. > TYPO3 is kinda picky :) And typo3 never could really do it since php4 and singleton is quite.. Hmmmm how can I say, awkward :D However I believe the decision was made that from 4.2 php 5.x is a requirement (I hope not 5.2 and up though). Which opens doors From tapio.markula at xetpoint.fi Wed Aug 1 19:42:43 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 01 Aug 2007 20:42:43 +0300 Subject: [TYPO3] Memory limit In-Reply-To: References: Message-ID: Jan Bednarik kirjoitti: >> use htaccess to increase the memory to 32MB. Typo3 Ext. require 32 or >> more >> memory limit to run. > > Can't do. If I could set memory limit I would and wouldn't ask you here. > > And until now 16MB was OK. Even Install tool says that 16MB is enough. > try in localconf.php ini_set(... From info at bednarik.org Wed Aug 1 20:30:49 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 01 Aug 2007 20:30:49 +0200 Subject: [TYPO3] Memory limit In-Reply-To: References: Message-ID: > try in localconf.php ini_set(... This function is forbidden. Fortunately, the webhoster was willing to raise memory limit to 24MB, so it works now. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From oliver at liquidlight.co.uk Wed Aug 1 20:32:30 2007 From: oliver at liquidlight.co.uk (Oliver Rowlands) Date: Wed, 01 Aug 2007 19:32:30 +0100 Subject: [TYPO3] migrating custom extensions from 3.7.0 setup to 4.1.1 - how? In-Reply-To: References: Message-ID: Hi Tomasz, I've done a number upgrades from Typo3 3.6, 3.7 & 3.8 to 4.x, here are a few tips: - Use a clean version of the latest dummy install (4.1.2) and copy over all of your assets (fileadmin, typo3conf, uploads) rather than reusing the old structure. - Once you've installed the latest sources (4.1.2) run the 'Compare' function of the 'Database Wizard' tool in the 'Install tool'. A number of core tables (be_users, pages & tt_content) have changed in between 3.7 and 4.1.2. This should take care of all the updates for you. From past experience the whole upgrade process is extremely smooth. Let me know if you have problems. Regards, Oliver Tomasz Chmielewski wrote: > As I'm making a totally new layout for a website, I thought it would be > a good time to migrate it from TYPO3 3.7.0 to 4.1.1. > > Most easy parts are done, but I'm not sure how I can migrate some custom > extensions from 3.7.0 to 4.1.1. Obviously, copying the data from > typo3conf/ext/* is not enough, and some other changes are needed. > > Does anyone have any hints on what else should I look at (perhaps some > database stuff, but I have no clue). > > -- Oliver Rowlands :: Liquid Light :: E - oliver at liquidlight.co.uk W - http://www.liquidlight.co.uk T - 00 44 (0)845 6 58 88 35 F - 00 44 (0)845 6 58 44 35 From bedlamhotel at gmail.com Wed Aug 1 20:40:32 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 1 Aug 2007 11:40:32 -0700 Subject: [TYPO3] migrating custom extensions from 3.7.0 setup to 4.1.1 - how? In-Reply-To: References: Message-ID: <2b6e984e0708011140p62305de6w73f2b06ab79eb56d@mail.gmail.com> Hi, On 8/1/07, Oliver Rowlands wrote: > Hi Tomasz, > > I've done a number upgrades from Typo3 3.6, 3.7 & 3.8 to 4.x, here are a > few tips: > > - Use a clean version of the latest dummy install (4.1.2) and copy over > all of your assets (fileadmin, typo3conf, uploads) rather than reusing > the old structure. I have TYPO3 4.1.2 sites that have been running since version 3.5b5 without ever having done this. Why would it be necessary? -- Christopher Torgalson http://www.typo3apprentice.com/ From keiser_soze at hotmail.com Wed Aug 1 21:40:34 2007 From: keiser_soze at hotmail.com (Antonio Willybiro) Date: Wed, 1 Aug 2007 20:40:34 +0100 Subject: [TYPO3] RTEmagicC: can i disable that? Message-ID: Hi, Is it possible to disable RTEmagic? I don't want the RTE to create duplicates of pictures. Cheers Antonio From tapio.markula at xetpoint.fi Wed Aug 1 22:33:29 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 01 Aug 2007 23:33:29 +0300 Subject: [TYPO3] RTEmagicC: can i disable that? In-Reply-To: References: Message-ID: Antonio Willybiro kirjoitti: > Hi, > > Is it possible to disable RTEmagic? I don't want the RTE to create > duplicates of pictures. > > Cheers > Antonio > > that doesn't disable duplicates if you use text with imges. Concerning editor disable image magic images. RTE.default.blindImageOptions=magic From solshark at i-soldi.com Wed Aug 1 22:59:08 2007 From: solshark at i-soldi.com (Mik B. Shvets) Date: Wed, 1 Aug 2007 23:59:08 +0300 Subject: [TYPO3] DB Integration, search form, custom template Message-ID: <200708012359.08570.solshark@i-soldi.com> Hello all. It's possible use custom template for searck form created with DB Integration extension? I know how to create and use custom template for search result and insert form. Is any way to do this for search form? If any, show me some example please. Thx. -- primus inter pares From lars at typo3.org Wed Aug 1 23:34:52 2007 From: lars at typo3.org (Lars Houmark) Date: Wed, 1 Aug 2007 23:34:52 +0200 Subject: [TYPO3] TYPO3 Security Bulletin 20070801-1: Multiple vulnerabilities in extension ve_guestbook Message-ID: Dear users of TYPO3, It has been discovered that the extension ve_guestbook is vulnerable to SQL Injection attacks. Also, a Cross Site Scripting issue has been detected. ==== Component Type ==== Third party extension. This extension is not part of the TYPO3 default installation. ==== Affected Versions ==== Version 1.9.3 and below ==== Vulnerability Type ==== SQL Injection, Cross Site Scripting ==== Severity ==== HIGH. We have received indications that the flaw is already being actively exploited. ==== Problem Description ==== Some versions of the extension are exposed to SQL injection because they fail to properly sanitize user-supplied input. Besides that, some versions are not preventing Cross Site Scripting attacks properly. ==== Solution ==== An updated version is available from the TYPO3 extension manager and at http://typo3.org/extensions/repository/view/ve_guestbook/2.0.0/ ==== General advice ==== Follow the recommendations that are given in the TYPO3 Security Cookbook [1]. Keep notice of the TYPO3 security bulletin page [2]. ==== Annotation ==== The TYPO3 Security Team wishes to clarify that we have not yet been able to get in touch with the author, nor to accomplish a formal review of the extension. This advisory is being published nevertheless, because we have received indications that the flaw is already being actively exploited. [1] http://typo3.org/fileadmin/security-team/ typo3_security_cookbook_v-0.5.pdf [2] http://typo3.org/teams/security/security-bulletins/ Regards, Lars Houmark lars at typo3.org From katja.lampela at lieska.net Thu Aug 2 02:54:40 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 02 Aug 2007 03:54:40 +0300 Subject: [TYPO3] extendedshop single view Message-ID: Hello folks, I'm sorry if this is too stupid a question, but I just can't seem to find a way to connect extendedshops list view to single view. Everything else seem to work fine. Anyone uses the latest version 2.0.6 and has this working and is a kind soul to tell me what obvious thing I have missed..? - Katja From master_nhg at mail.ru Thu Aug 2 08:01:09 2007 From: master_nhg at mail.ru (Alexander) Date: Thu, 02 Aug 2007 10:01:09 +0400 Subject: [TYPO3] RealURL and .htaccess Message-ID: Hello list. I have some problems with RealURL configuration and redirections. I need place some redirects into my .htaccess file, but now RealURL has priority. How can I do this, I mean how to make priority for .htaccess. I need to read .htaccess settings first then RealURL settings. Regards, Alex From info at bednarik.org Thu Aug 2 08:46:15 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 02 Aug 2007 08:46:15 +0200 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: Hey, > I have some problems with RealURL configuration and redirections. I need > place some redirects into my .htaccess file, but now RealURL has > priority. How can I do this, I mean how to make priority for .htaccess. > I need to read .htaccess settings first then RealURL settings. .htaccess is always first. RealURL comes when request is redirected to index.php. That means you need to place your rules before rules that redirect everything to index.php. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From typothree at gmail.com Thu Aug 2 08:50:26 2007 From: typothree at gmail.com (dave typo) Date: Thu, 2 Aug 2007 08:50:26 +0200 Subject: [TYPO3] how to disable li links opening a new window? Message-ID: <631ee64b0708012350s491630b4i5837cfbffbc95f8f@mail.gmail.com> When a user clicks on a link within a
  • element, the page loads in a new window - how do I disable this, so that the new page loads in the same browser? -dave From master_nhg at mail.ru Thu Aug 2 08:55:21 2007 From: master_nhg at mail.ru (Alexander) Date: Thu, 02 Aug 2007 10:55:21 +0400 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: Jan Bednarik ?????: > Hey, > >> I have some problems with RealURL configuration and redirections. I >> need place some redirects into my .htaccess file, but now RealURL has >> priority. How can I do this, I mean how to make priority for >> .htaccess. I need to read .htaccess settings first then RealURL settings. > > .htaccess is always first. RealURL comes when request is redirected to > index.php. That means you need to place your rules before rules that > redirect everything to index.php. > Thanks for quick answer. I will try it. From mauro.lorenzutti at webformat.com Thu Aug 2 09:12:43 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Thu, 02 Aug 2007 09:12:43 +0200 Subject: [TYPO3] extendedshop single view In-Reply-To: References: Message-ID: <46B183EB.4050303@webformat.com> Hi Katja, > Hello folks, > > I'm sorry if this is too stupid a question, but I just can't seem to > find a way to connect extendedshops list view to single view. Everything > else seem to work fine. > > Anyone uses the latest version 2.0.6 and has this working and is a kind > soul to tell me what obvious thing I have missed..? > > - Katja > I tested again the extension and it seems to work correctly. Just a few points: - you have to create the product records in the same page where you want to show them - the detail page is the same of the list page, you can't create a different page for the detailed view If these are not the cases, please send me some more information. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From info at bednarik.org Thu Aug 2 09:56:41 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 02 Aug 2007 09:56:41 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: References: Message-ID: > When a user clicks on a link within a
  • element, the page loads in > a new window - how do I disable this, so that the new page loads in > the same browser? It's got nothing to do with
  • element. It depends on what is the link. Is it menu/sitemap generated via TS? Then you need to delete the preset extTarget. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From thorsten.kahler at dkd.de Thu Aug 2 09:28:19 2007 From: thorsten.kahler at dkd.de (Thorsten Kahler) Date: Thu, 02 Aug 2007 09:28:19 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: Hi Ries, ries van Twisk wrote on 01.08.2007 18:30: > On Aug 1, 2007, at 9:53 AM, Jan Bednarik wrote: >> I think adding Singleton pattern to t3lib_div::makeInstance would be >> quite simple. I've tried it once, but Typo3 didn't work then. I guess, >> only a few chosen classes could be singleton. > > TYPO3 is kinda picky :) > And typo3 never could really do it since php4 and singleton is > quite.. Hmmmm how can I say, awkward :D TYPO3 indeed doesn't implement the singleton pattern yet because of its compatibility to PHP 4. But t3lib_div::getUserObj() offers a method to use objects as singletons (implemented as a kind of object repository). > However I believe the decision was made that from 4.2 php 5.x > is a requirement (I hope not 5.2 and up though). >From version 4.2 TYPO3 will raise it's requirements to PHP 5.1 and will be fully compatible with 5.2. See Stuckis blog post [1]. Regards Thorsten [1] http://buzz.typo3.org/people/stucki/article/leaving-php4-behind/ From typothree at gmail.com Thu Aug 2 10:08:51 2007 From: typothree at gmail.com (dave typo) Date: Thu, 2 Aug 2007 10:08:51 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: References: Message-ID: <631ee64b0708020108u5362f73dl460883715f7e11@mail.gmail.com> it is a menu/sitemap generated via a content element is there TS that can disable this globally? On 8/2/07, Jan Bednarik wrote: > > When a user clicks on a link within a
  • element, the page loads in > > a new window - how do I disable this, so that the new page loads in > > the same browser? > > It's got nothing to do with
  • element. It depends on what is the > link. Is it menu/sitemap generated via TS? Then you need to delete the > preset extTarget. > > -- > Jan Bednarik > www.bednarik.org - web about Typo3 in czech > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From elmar07 at googlemail.com Thu Aug 2 10:19:07 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Thu, 02 Aug 2007 10:19:07 +0200 Subject: [TYPO3] how to generate link References: Message-ID: > > TYPO3 indeed doesn't implement the singleton pattern yet because of its > compatibility to PHP 4. But t3lib_div::getUserObj() offers a method to use > objects as singletons (implemented as a kind of object repository). > Hi Thorsten, I worked with the singleton pattern in PHP4. Which additional features do I have with PHP5 for singletons? Regards Elmar From info at bednarik.org Thu Aug 2 10:39:53 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 02 Aug 2007 10:39:53 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: > TYPO3 indeed doesn't implement the singleton pattern yet because of its > compatibility to PHP 4. But t3lib_div::getUserObj() offers a method to use > objects as singletons (implemented as a kind of object repository). Since when there's a problem with php4 and singleton. Let's see: http://www.developertutorials.com/tutorials/php/php-singleton-design-pattern-050729/page2.html or function getInstance($classname) { if (empty($GLOBALS['instances'][$classname])) { $GLOBALS['instances'][$classname] = new $classname; } return $GLOBALS['instances'][$classname]; } -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From thorsten.kahler at dkd.de Thu Aug 2 10:42:36 2007 From: thorsten.kahler at dkd.de (Thorsten Kahler) Date: Thu, 02 Aug 2007 10:42:36 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: Hi Elmar, Elmar Hinz wrote on 02.08.2007 10:19: >> TYPO3 indeed doesn't implement the singleton pattern yet because of its >> compatibility to PHP 4. But t3lib_div::getUserObj() offers a method to use >> objects as singletons (implemented as a kind of object repository). >> > > Hi Thorsten, > > I worked with the singleton pattern in PHP4. Which additional features do I > have with PHP5 for singletons? > AFAIK the singleton pattern requires static attributes and methods as well as access specifiers. There's no problem to use a class as singleton in PHP4 but that's based on goodwill, not on the singleton /pattern/. Regards Thorsten From typothree at gmail.com Thu Aug 2 10:45:38 2007 From: typothree at gmail.com (dave typo) Date: Thu, 2 Aug 2007 10:45:38 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: <631ee64b0708020108u5362f73dl460883715f7e11@mail.gmail.com> References: <631ee64b0708020108u5362f73dl460883715f7e11@mail.gmail.com> Message-ID: <631ee64b0708020145p2f7a2ca8h846937372de2f384@mail.gmail.com> should this not take care of it? config.extTarget = _self its not working... On 8/2/07, dave typo wrote: > it is a menu/sitemap generated via a content element > > is there TS that can disable this globally? > > On 8/2/07, Jan Bednarik wrote: > > > When a user clicks on a link within a
  • element, the page loads in > > > a new window - how do I disable this, so that the new page loads in > > > the same browser? > > > > It's got nothing to do with
  • element. It depends on what is the > > link. Is it menu/sitemap generated via TS? Then you need to delete the > > preset extTarget. > > > > -- > > Jan Bednarik > > www.bednarik.org - web about Typo3 in czech > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > > From tapio.markula at xetpoint.fi Thu Aug 2 10:55:42 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Thu, 02 Aug 2007 11:55:42 +0300 Subject: [TYPO3] Problem with skin_grey2 / top menu In-Reply-To: References: Message-ID: Andreas Balzer kirjoitti: > Andreas Balzer schrieb: >> Hi! >> I have a little problem with top menu for skin_grey2. I set >> maxSubItems per EM to 11, updated, cleared extension cache and >> reloaded. Unluckily it still only shows 6 icons side by side. Do I >> have to config something additional? > > found the answer in User Setup. > > Andreas If you have once saved User > Setup with added options, those always override plugin configuration. Plugin configuration should work if the related option in User Setup have newer saved. If that doesn't work I have bug - but this is impossible to test after you have once saved user settings. From elmar07 at googlemail.com Thu Aug 2 10:55:15 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Thu, 02 Aug 2007 10:55:15 +0200 Subject: [TYPO3] how to generate link References: Message-ID: Thorsten Kahler wrote: > Hi Elmar, > > Elmar Hinz wrote on 02.08.2007 10:19: >>> TYPO3 indeed doesn't implement the singleton pattern yet because of its >>> compatibility to PHP 4. But t3lib_div::getUserObj() offers a method to >>> use objects as singletons (implemented as a kind of object repository). >>> >> >> Hi Thorsten, >> >> I worked with the singleton pattern in PHP4. Which additional features do >> I have with PHP5 for singletons? >> > > AFAIK the singleton pattern requires static attributes and methods as well > as access specifiers. > > There's no problem to use a class as singleton in PHP4 but that's based on > goodwill, not on the singleton /pattern/. > > Regards > Thorsten The static attribute has been available in PHP4. http://www.php.net/manual/de/language.oop.php Please see the comment from: Felix M dot Palmen 10-Oct-2005 01:18 Regards From katja.lampela at lieska.net Thu Aug 2 11:00:18 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 02 Aug 2007 12:00:18 +0300 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: References: <631ee64b0708020108u5362f73dl460883715f7e11@mail.gmail.com> Message-ID: Hi Dave, Try this in your template constant: content.pageFrameObj = HTH katja dave typo kirjoitti: > should this not take care of it? > > config.extTarget = _self > > its not working... > > On 8/2/07, dave typo wrote: >> it is a menu/sitemap generated via a content element >> >> is there TS that can disable this globally? >> >> On 8/2/07, Jan Bednarik wrote: >>>> When a user clicks on a link within a
  • element, the page loads in >>> > a new window - how do I disable this, so that the new page loads in >>> > the same browser? >>> >>> It's got nothing to do with
  • element. It depends on what is the >>> link. Is it menu/sitemap generated via TS? Then you need to delete the >>> preset extTarget. >>> >>> -- >>> Jan Bednarik >>> www.bednarik.org - web about Typo3 in czech >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >>> From thorsten.kahler at dkd.de Thu Aug 2 11:21:54 2007 From: thorsten.kahler at dkd.de (Thorsten Kahler) Date: Thu, 02 Aug 2007 11:21:54 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: Hi Jan, Jan Bednarik wrote on 02.08.2007 10:39: >> TYPO3 indeed doesn't implement the singleton pattern yet because of its >> compatibility to PHP 4. But t3lib_div::getUserObj() offers a method to >> use >> objects as singletons (implemented as a kind of object repository). > > Since when there's a problem with php4 and singleton. Let's see: > http://www.developertutorials.com/tutorials/php/php-singleton-design-pattern-050729/page2.html > I didn't say that there's a problem with singletons but with the singleton /pattern/. (But see Elmars comment about that.) > > or > > function getInstance($classname) { > if (empty($GLOBALS['instances'][$classname])) { > $GLOBALS['instances'][$classname] = new $classname; > } > return $GLOBALS['instances'][$classname]; > } > Did you take a look at t3lib_div::getUserObj()? ;-) Regards Thorsten From katja.lampela at lieska.net Thu Aug 2 11:25:03 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 02 Aug 2007 12:25:03 +0300 Subject: [TYPO3] extendedshop single view In-Reply-To: References: Message-ID: Hello Mauro, And thanks a lot for your response. I moved the products now from the sysfolder to the page where the plugin is. (I couldn't move the categories records though.) I tried the listing/detail page: - with 1 plugin: no defined instance - with 1 plugin: "Products list" - with 2 plugins: one with "Products list" and the other with "Single product" but unfortunately no effect with the single view :( The basket instance in the same page works ok. I cleared cache - can't think of anything..? - Katja Mauro Lorenzutti kirjoitti: > Hi Katja, >> Hello folks, >> >> I'm sorry if this is too stupid a question, but I just can't seem to >> find a way to connect extendedshops list view to single view. Everything >> else seem to work fine. >> >> Anyone uses the latest version 2.0.6 and has this working and is a kind >> soul to tell me what obvious thing I have missed..? >> >> - Katja >> > > I tested again the extension and it seems to work correctly. Just a few > points: > > - you have to create the product records in the same page where you want > to show them > - the detail page is the same of the list page, you can't create a > different page for the detailed view > > If these are not the cases, please send me some more information. > > Regards, > From mauro.lorenzutti at webformat.com Thu Aug 2 11:46:58 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Thu, 02 Aug 2007 11:46:58 +0200 Subject: [TYPO3] extendedshop single view In-Reply-To: References: Message-ID: <46B1A812.3070201@webformat.com> Hi Katja, > Hello Mauro, > > And thanks a lot for your response. > I moved the products now from the sysfolder to the page where the plugin > is. (I couldn't move the categories records though.) > > I tried the listing/detail page: > - with 1 plugin: no defined instance > - with 1 plugin: "Products list" > - with 2 plugins: one with "Products list" and the other with "Single > product" > > but unfortunately no effect with the single view :( > The basket instance in the same page works ok. > > I cleared cache - can't think of anything..? > > - Katja > the correct configuration is the following one: - a single page for products list and details. In this page you have to store all the products you want to list in this page and you have to insert the plugin and select the "Products list". In this page you'll see the list of the products and, for each product, a link to the detailed page (that is the same but with a productID parameter). Pay attention to the startingpoint field (it must be empty). you can have a lot of this pages. Is this your configuration? Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From John.de.Stigter at bedrijvenweb.nl Thu Aug 2 11:43:00 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Thu, 2 Aug 2007 11:43:00 +0200 Subject: [TYPO3] Using resized images in RTE Message-ID: <03C096612B5E36419709A2032F669687A6322F@PEHSERVER.PEH.local> Hi all, When adding images to the Richt Text Editor (RTE), images are not resized when using the tab "Drag'n Drop". The original file is placed instead of an temporary image resized by image magick. This is not the case when adding an image via the tab "New Magic Image". Selecting an image their will create a resized copy of the image. Is it possible to enabe RTE to resize images selected by "Drag'n Drop"? This tab is used more often because of the option to upload images. And is it possible to let TYPO3 resize images uploaded by the user? Cheerios, RJ From typothree at gmail.com Thu Aug 2 12:11:26 2007 From: typothree at gmail.com (dave typo) Date: Thu, 2 Aug 2007 12:11:26 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: References: <631ee64b0708020108u5362f73dl460883715f7e11@mail.gmail.com> Message-ID: <631ee64b0708020311m3aa26d13ubdc974f17601d827@mail.gmail.com> hmm didn't work..... is there some option somewhere that is taking precedence over another that I may not have considered? On 8/2/07, Katja Lampela wrote: > Hi Dave, > Try this in your template constant: > > content.pageFrameObj = > > HTH katja > > > dave typo kirjoitti: > > should this not take care of it? > > > > config.extTarget = _self > > > > its not working... > > > > On 8/2/07, dave typo wrote: > >> it is a menu/sitemap generated via a content element > >> > >> is there TS that can disable this globally? > >> > >> On 8/2/07, Jan Bednarik wrote: > >>>> When a user clicks on a link within a
  • element, the page loads in > >>> > a new window - how do I disable this, so that the new page loads in > >>> > the same browser? > >>> > >>> It's got nothing to do with
  • element. It depends on what is the > >>> link. Is it menu/sitemap generated via TS? Then you need to delete the > >>> preset extTarget. > >>> > >>> -- > >>> Jan Bednarik > >>> www.bednarik.org - web about Typo3 in czech > >>> _______________________________________________ > >>> TYPO3-english mailing list > >>> TYPO3-english at lists.netfielders.de > >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > >>> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From John.de.Stigter at bedrijvenweb.nl Thu Aug 2 12:15:31 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Thu, 2 Aug 2007 12:15:31 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: <631ee64b0708012350s491630b4i5837cfbffbc95f8f@mail.gmail.com> Message-ID: <03C096612B5E36419709A2032F669687A63230@PEHSERVER.PEH.local> Hi, What is the target of your link? (Check the source code of the page in the browser). RJ > When a user clicks on a link within a
  • element, the page > loads in a new window - how do I disable this, so that the > new page loads in the same browser? > > > -dave > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typothree at gmail.com Thu Aug 2 12:26:48 2007 From: typothree at gmail.com (dave typo) Date: Thu, 2 Aug 2007 12:26:48 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: <03C096612B5E36419709A2032F669687A63230@PEHSERVER.PEH.local> References: <631ee64b0708012350s491630b4i5837cfbffbc95f8f@mail.gmail.com> <03C096612B5E36419709A2032F669687A63230@PEHSERVER.PEH.local> Message-ID: <631ee64b0708020326w64bf03e5o22a52ffe5e6e84ab@mail.gmail.com> my target is "page" hmm... any suggestions? On 8/2/07, John de Stigter wrote: > Hi, > > What is the target of your link? (Check the source code of the page in > the browser). > > RJ > > > When a user clicks on a link within a
  • element, the page > > loads in a new window - how do I disable this, so that the > > new page loads in the same browser? > > > > > > -dave > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From headhunterxiii at yahoo.ca Thu Aug 2 12:42:42 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Thu, 02 Aug 2007 11:42:42 +0100 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: References: <631ee64b0708012350s491630b4i5837cfbffbc95f8f@mail.gmail.com> <03C096612B5E36419709A2032F669687A63230@PEHSERVER.PEH.local> Message-ID: in your template constants: PAGE_TARGET = content.pageFrameObj = in your template setup: config.extTarget = config.intTarget = {$PAGE_TARGET} dave typo wrote: > my target is "page" > > hmm... any suggestions? > > On 8/2/07, John de Stigter wrote: >> Hi, >> >> What is the target of your link? (Check the source code of the page in >> the browser). >> >> RJ >> >>> When a user clicks on a link within a
  • element, the page >>> loads in a new window - how do I disable this, so that the >>> new page loads in the same browser? >>> >>> >>> -dave >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >>> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> From typothree at gmail.com Thu Aug 2 12:55:47 2007 From: typothree at gmail.com (dave typo) Date: Thu, 2 Aug 2007 12:55:47 +0200 Subject: [TYPO3] how to disable li links opening a new window? In-Reply-To: References: <631ee64b0708012350s491630b4i5837cfbffbc95f8f@mail.gmail.com> <03C096612B5E36419709A2032F669687A63230@PEHSERVER.PEH.local> Message-ID: <631ee64b0708020355j423e11e4qa858af0422b9b54f@mail.gmail.com> perfect thanks a lot everyone :) On 8/2/07, Tyler Kraft wrote: > in your template constants: > > PAGE_TARGET = > content.pageFrameObj = > > > in your template setup: > config.extTarget = > config.intTarget = {$PAGE_TARGET} > > > dave typo wrote: > > my target is "page" > > > > hmm... any suggestions? > > > > On 8/2/07, John de Stigter wrote: > >> Hi, > >> > >> What is the target of your link? (Check the source code of the page in > >> the browser). > >> > >> RJ > >> > >>> When a user clicks on a link within a
  • element, the page > >>> loads in a new window - how do I disable this, so that the > >>> new page loads in the same browser? > >>> > >>> > >>> -dave > >>> _______________________________________________ > >>> TYPO3-english mailing list > >>> TYPO3-english at lists.netfielders.de > >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > >>> > >> _______________________________________________ > >> TYPO3-english mailing list > >> TYPO3-english at lists.netfielders.de > >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From master_nhg at mail.ru Thu Aug 2 13:29:38 2007 From: master_nhg at mail.ru (Alexander) Date: Thu, 02 Aug 2007 15:29:38 +0400 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: Alexander ?????: > > Jan Bednarik ?????: >> Hey, >> >>> I have some problems with RealURL configuration and redirections. I >>> need place some redirects into my .htaccess file, but now RealURL >>> has priority. How can I do this, I mean how to make priority for >>> .htaccess. I need to read .htaccess settings first then RealURL >>> settings. >> >> .htaccess is always first. RealURL comes when request is redirected to >> index.php. That means you need to place your rules before rules that >> redirect everything to index.php. >> > > Thanks for quick answer. I will try it. Seems like this advice doesn't works. There is my .htaccess configuration: [code] Options +FollowSymLinks RewriteEngine On RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ http://www.domain.com/products/business/categories/30.html RewriteCond %{HTTP_HOST} ^domain\.com$ RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L,QSA] RewriteRule ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ - [L] RewriteRule ^typo3$ typo3/index_re.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [L] [/code] Is this right configuration? From jfgingras at cegep-ste-foy.qc.ca Thu Aug 2 13:49:58 2007 From: jfgingras at cegep-ste-foy.qc.ca (=?UTF-8?B?SmVhbi1GcmFuw6dvaXMgR2luZ3Jhcw==?=) Date: Thu, 02 Aug 2007 07:49:58 -0400 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: <46B1C4E6.2030006@cegep-ste-foy.qc.ca> I never used the Rewrite engine but your RedirectMatch directive is wrong. You need to escape the '.' (dot) in your regex is you want it to mean '.' (dot) and not 'any character'. Jean-Fran?ois Gingras Webmestre Service des t?l?communication et des technologie de l'information C?gep de Sainte-Foy T?l.: (418) 659-6600 #3825 Alexander wrote: > Alexander ?????: >> Jan Bednarik ?????: >>> Hey, >>> >>>> I have some problems with RealURL configuration and redirections. I >>>> need place some redirects into my .htaccess file, but now RealURL >>>> has priority. How can I do this, I mean how to make priority for >>>> .htaccess. I need to read .htaccess settings first then RealURL >>>> settings. >>> .htaccess is always first. RealURL comes when request is redirected to >>> index.php. That means you need to place your rules before rules that >>> redirect everything to index.php. >>> >> Thanks for quick answer. I will try it. > > > Seems like this advice doesn't works. > There is my .htaccess configuration: > > [code] > Options +FollowSymLinks > RewriteEngine On > > RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ > http://www.domain.com/products/business/categories/30.html > > > RewriteCond %{HTTP_HOST} ^domain\.com$ > RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L,QSA] > > > RewriteRule > ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ > - [L] > RewriteRule ^typo3$ typo3/index_re.php [L] > > > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} !-l > > > RewriteRule .* index.php [L] > > [/code] > > Is this right configuration? > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From master_nhg at mail.ru Thu Aug 2 13:55:31 2007 From: master_nhg at mail.ru (Alexander) Date: Thu, 02 Aug 2007 15:55:31 +0400 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: Jean-Fran?ois Gingras ?????: > I never used the Rewrite engine but your RedirectMatch directive is wrong. > > You need to escape the '.' (dot) in your regex is you want it to mean > '.' (dot) and not 'any character'. How can I do this? > > Jean-Fran?ois Gingras > Webmestre > Service des t?l?communication et des technologie de l'information > C?gep de Sainte-Foy > T?l.: (418) 659-6600 #3825 > > > > Alexander wrote: >> Alexander ?????: >>> Jan Bednarik ?????: >>>> Hey, >>>> >>>>> I have some problems with RealURL configuration and redirections. I >>>>> need place some redirects into my .htaccess file, but now RealURL >>>>> has priority. How can I do this, I mean how to make priority for >>>>> .htaccess. I need to read .htaccess settings first then RealURL >>>>> settings. >>>> .htaccess is always first. RealURL comes when request is redirected to >>>> index.php. That means you need to place your rules before rules that >>>> redirect everything to index.php. >>>> >>> Thanks for quick answer. I will try it. >> >> Seems like this advice doesn't works. >> There is my .htaccess configuration: >> >> [code] >> Options +FollowSymLinks >> RewriteEngine On >> >> RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ >> http://www.domain.com/products/business/categories/30.html >> >> >> RewriteCond %{HTTP_HOST} ^domain\.com$ >> RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L,QSA] >> >> >> RewriteRule >> ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ >> - [L] >> RewriteRule ^typo3$ typo3/index_re.php [L] >> >> >> RewriteCond %{REQUEST_FILENAME} !-f >> RewriteCond %{REQUEST_FILENAME} !-d >> RewriteCond %{REQUEST_FILENAME} !-l >> >> >> RewriteRule .* index.php [L] >> >> [/code] >> >> Is this right configuration? >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From jfgingras at cegep-ste-foy.qc.ca Thu Aug 2 14:08:31 2007 From: jfgingras at cegep-ste-foy.qc.ca (=?UTF-8?B?SmVhbi1GcmFuw6dvaXMgR2luZ3Jhcw==?=) Date: Thu, 02 Aug 2007 08:08:31 -0400 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: <46B1C93F.9020101@cegep-ste-foy.qc.ca> Simply put un '\' (backslash) in front of it, like this: \. Plus, not sure if RedirectMatch is case sensitive, but you might want to add '(?i)' at the begining of your regex to use case insensitive match: (?i)^/productsIndList\.aspx?nodeID=2357$ The '?' character is also a special character and mean 'match zero or one of the previous charater'. So you should probably escape it as well, like this: \? So, in the end, we get the following regex: (?i)^/productsIndList\.aspx\?nodeID=2357$ Not sure if it will work, but does hurt to try! Cheers Alexander wrote: > Jean-Fran?ois Gingras ?????: >> I never used the Rewrite engine but your RedirectMatch directive is wrong. >> >> You need to escape the '.' (dot) in your regex is you want it to mean >> '.' (dot) and not 'any character'. > > How can I do this? > > >> Jean-Fran?ois Gingras >> Webmestre >> Service des t?l?communication et des technologie de l'information >> C?gep de Sainte-Foy >> T?l.: (418) 659-6600 #3825 >> >> >> >> Alexander wrote: >>> Alexander ?????: >>>> Jan Bednarik ?????: >>>>> Hey, >>>>> >>>>>> I have some problems with RealURL configuration and redirections. I >>>>>> need place some redirects into my .htaccess file, but now RealURL >>>>>> has priority. How can I do this, I mean how to make priority for >>>>>> .htaccess. I need to read .htaccess settings first then RealURL >>>>>> settings. >>>>> .htaccess is always first. RealURL comes when request is redirected to >>>>> index.php. That means you need to place your rules before rules that >>>>> redirect everything to index.php. >>>>> >>>> Thanks for quick answer. I will try it. >>> Seems like this advice doesn't works. >>> There is my .htaccess configuration: >>> >>> [code] >>> Options +FollowSymLinks >>> RewriteEngine On >>> >>> RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ >>> http://www.domain.com/products/business/categories/30.html >>> >>> >>> RewriteCond %{HTTP_HOST} ^domain\.com$ >>> RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L,QSA] >>> >>> >>> RewriteRule >>> ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ >>> - [L] >>> RewriteRule ^typo3$ typo3/index_re.php [L] >>> >>> >>> RewriteCond %{REQUEST_FILENAME} !-f >>> RewriteCond %{REQUEST_FILENAME} !-d >>> RewriteCond %{REQUEST_FILENAME} !-l >>> >>> >>> RewriteRule .* index.php [L] >>> >>> [/code] >>> >>> Is this right configuration? >>> >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From info at bednarik.org Thu Aug 2 14:24:53 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 02 Aug 2007 14:24:53 +0200 Subject: [TYPO3] how to generate link In-Reply-To: References: Message-ID: > Did you take a look at t3lib_div::getUserObj()? ;-) Nope. But I haven't seen anyone using it in their extensions. So I guess this function, even it may be good function, is a bit useless. Anyway, next time I will need to create an instance, I will use this function ;). -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From katja.lampela at lieska.net Thu Aug 2 14:26:00 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 02 Aug 2007 15:26:00 +0300 Subject: [TYPO3] extendedshop single view In-Reply-To: References: Message-ID: Got it! It was the simulateStaticDocuments, so when I unabled it, everything works ok. My setup is config { simulateStaticDocuments = 1 simulateStaticDocuments_noTypeIfNoTitle = 1 simulateStaticDocuments_addTitle=0 } I gotta examine this a bit if there is a way to pass the variables... - Katja >> > > the correct configuration is the following one: > > - a single page for products list and details. In this page you have to > store all the products you want to list in this page and you have to > insert the plugin and select the "Products list". In this page you'll > see the list of the products and, for each product, a link to the > detailed page (that is the same but with a productID parameter). Pay > attention to the startingpoint field (it must be empty). > > you can have a lot of this pages. > > Is this your configuration? > > Regards, > From info at bednarik.org Thu Aug 2 14:26:42 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 02 Aug 2007 14:26:42 +0200 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: > RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ > http://www.domain.com/products/business/categories/30.html I'm not good in mod rewrite (that's why I created CoolURI), but I guess you need to add [L] so it'd stop processing next rules: RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ http://www.domain.com/products/business/categories/30.html [L] -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From mauro.lorenzutti at webformat.com Thu Aug 2 15:08:50 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Thu, 02 Aug 2007 15:08:50 +0200 Subject: [TYPO3] extendedshop single view In-Reply-To: References: Message-ID: <46B1D762.6020706@webformat.com> Katja Lampela ha scritto: > Got it! It was the simulateStaticDocuments, so when I unabled it, > everything works ok. > > My setup is > > config { > simulateStaticDocuments = 1 > simulateStaticDocuments_noTypeIfNoTitle = 1 > simulateStaticDocuments_addTitle=0 > } > > I gotta examine this a bit if there is a way to pass the variables... > - Katja > > Ok, you are not constructing the url correctly to pass parameters. Tryo to change it by adding this line in your TS setup: config.simulateStaticDocuments_pEnc = md5 Please, let me know if it wors. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From jk at marketing-factory.de Thu Aug 2 15:59:06 2007 From: jk at marketing-factory.de (Julian Kleinhans) Date: Thu, 02 Aug 2007 15:59:06 +0200 Subject: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq Message-ID: Hi list, i have a little problem. My customer has changed the core from the faq ext version 0.0.7 Before i can update this ext to the new bugfixed version 0.0.8 i must save the changes. I would create a patch, but therefor i need the original 0.0.7 Version. But the 0.0.7 in the TER is the same as 0.0.8. I think the autor has overwritten it :( Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can create a patch before i update to the new Version 0.0.8 It would be very nice ;) greetz julian From oliver at liquidlight.co.uk Thu Aug 2 16:16:54 2007 From: oliver at liquidlight.co.uk (Oliver Rowlands) Date: Thu, 02 Aug 2007 15:16:54 +0100 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: Hi Alexander, You can not target the query string with Apache's mod_alias Redirect and RedirectMatch directives. You will have to use mod_rewrite instead: RewriteCond %{QUERY_STRING} nodeID=2357 [NC] RewriteRule ^productsIndList\.aspx$ http://domain.com/page.html? [NC,R=301,L] A few explanations: - The NC flag means the match is case insensitive; - The R=301 flag forces a permanent redirect (HTTP 1/x 301 Moved permanently) which is important if you care about your SEO; - The L flag stops the rewriting process without applying any other rules; - The '?' at the end of the redirection URI prevents mod_rewrite from automatically appending the GET parameters from the old URI. If you need to redirect more than just a few URIs you might want to consider using a redirect map instead. I wrote this HOWTO a few of months ago which explains the process: http://lists.netfielders.de/pipermail/typo3-english/2007-May/039509.html BTW: Jan, the [L] flag only applies to mod_rewrite directives not mod_alias. Hope this helps, Oliver Alexander wrote: > Hello list. > I have some problems with RealURL configuration and redirections. I need > place some redirects into my .htaccess file, but now RealURL has > priority. How can I do this, I mean how to make priority for .htaccess. > I need to read .htaccess settings first then RealURL settings. > > Regards, Alex -- Oliver Rowlands :: Liquid Light :: E - oliver at liquidlight.co.uk W - http://www.liquidlight.co.uk T - 00 44 (0)845 6 58 88 35 F - 00 44 (0)845 6 58 44 35 From katja.lampela at lieska.net Thu Aug 2 17:16:20 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 02 Aug 2007 18:16:20 +0300 Subject: [TYPO3] extendedshop single view In-Reply-To: References: Message-ID: Oh yes - you are great, works perfectly, thank you!! - Katja Mauro Lorenzutti kirjoitti: > Katja Lampela ha scritto: >> Got it! It was the simulateStaticDocuments, so when I unabled it, >> everything works ok. >> >> My setup is >> >> config { >> simulateStaticDocuments = 1 >> simulateStaticDocuments_noTypeIfNoTitle = 1 >> simulateStaticDocuments_addTitle=0 >> } >> >> I gotta examine this a bit if there is a way to pass the variables... >> - Katja >> >> > > Ok, you are not constructing the url correctly to pass parameters. Tryo > to change it by adding this line in your TS setup: > > config.simulateStaticDocuments_pEnc = md5 > > Please, let me know if it wors. > > Regards, > From katja.lampela at lieska.net Thu Aug 2 18:17:38 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 02 Aug 2007 19:17:38 +0300 Subject: [TYPO3] website title lost Message-ID: hi everyone, I have a new strange problem; the website title given in the template isn't there (don't know if it ever was - I'm just building the site). Only the page title is in the title tag. I have a main template and the template "snippets" are included as "include basis template" and I have css_styled_content and simulatestatic configured and working. I've tried putting the website title only in the main template (root page) or on all the templates or on only one of the snippets templates, but the website title just doesn't appear. This is really strange since I usually just copy from previous site the templates so everything should be normal and fine. Thanks for any idea of what might cause this. - Katja From dmitry at typo3.org Thu Aug 2 18:18:44 2007 From: dmitry at typo3.org (Dmitry Dulepov) Date: Thu, 02 Aug 2007 19:18:44 +0300 Subject: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq In-Reply-To: References: Message-ID: Julian Kleinhans wrote: > i have a little problem. My customer has changed the core from the faq > ext version 0.0.7 > Before i can update this ext to the new bugfixed version 0.0.8 i must > save the changes. > > I would create a patch, but therefor i need the original 0.0.7 Version. > But the 0.0.7 in the TER is the same as 0.0.8. I think the autor has > overwritten it :( > > Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can > create a patch before i update to the new Version 0.0.8 > > It would be very nice ;) No need. Get unpatched version to another directory and diff it to patched version. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From anthonycaskey at hotmail.com Thu Aug 2 18:37:15 2007 From: anthonycaskey at hotmail.com (anthony caskey) Date: Thu, 2 Aug 2007 16:37:15 +0000 Subject: [TYPO3] How to put a template into an extension? Message-ID: Hi, everyone, I have reached the point where I want to put a template into an extension (create a static template). I have searched the typo3.org website and found Rene Fritz's helpful but short documentation called "Template Example: Green" which "includes a very short overview how it works to put a template in an extension." Mr. Fritz's documentation on this topic begins here: http://typo3.org/documentation/document-library/extension-manuals/tmpl_green/1.0.1/view/toc/0/ Do any of you know of any more extensive documentation on the typo3.org website about how to put a template into an extension? Many thanks, Tony From master_nhg at mail.ru Thu Aug 2 19:51:16 2007 From: master_nhg at mail.ru (Alexander) Date: Thu, 02 Aug 2007 21:51:16 +0400 Subject: [TYPO3] RealURL and .htaccess In-Reply-To: References: Message-ID: OLIVER!!! YOU'RE SAVED MY LIFE RIGHT NOW!! all works perfect!!! Regards, Alex. Oliver Rowlands ?????: > Hi Alexander, > > You can not target the query string with Apache's mod_alias Redirect and > RedirectMatch directives. > > You will have to use mod_rewrite instead: > > RewriteCond %{QUERY_STRING} nodeID=2357 [NC] > RewriteRule ^productsIndList\.aspx$ http://domain.com/page.html? > [NC,R=301,L] > > A few explanations: > - The NC flag means the match is case insensitive; > - The R=301 flag forces a permanent redirect (HTTP 1/x 301 Moved > permanently) which is important if you care about your SEO; > - The L flag stops the rewriting process without applying any other rules; > - The '?' at the end of the redirection URI prevents mod_rewrite from > automatically appending the GET parameters from the old URI. > > If you need to redirect more than just a few URIs you might want to > consider using a redirect map instead. I wrote this HOWTO a few of > months ago which explains the process: > > http://lists.netfielders.de/pipermail/typo3-english/2007-May/039509.html > > BTW: Jan, the [L] flag only applies to mod_rewrite directives not > mod_alias. > > Hope this helps, > > Oliver > > Alexander wrote: >> Hello list. >> I have some problems with RealURL configuration and redirections. I >> need place some redirects into my .htaccess file, but now RealURL has >> priority. How can I do this, I mean how to make priority for >> .htaccess. I need to read .htaccess settings first then RealURL settings. >> >> Regards, Alex > > From dominik.smatana at gmail.com Thu Aug 2 20:02:57 2007 From: dominik.smatana at gmail.com (Dominik Smatana) Date: Thu, 2 Aug 2007 20:02:57 +0200 Subject: [TYPO3] Ajax in BE module Message-ID: Hello, I would like to use some ajax in BE module of my extension. Is there any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE? Or does someone know any extension using ajax in BE module? Thanks Dominik Smatana From info at bednarik.org Thu Aug 2 20:59:24 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 02 Aug 2007 20:59:24 +0200 Subject: [TYPO3] Ajax in BE module In-Reply-To: References: Message-ID: Hi, > I would like to use some ajax in BE module of my extension. Is there > any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE? > Or does someone know any extension using ajax in BE module? all output of BE module is handled in mod/index.php. It's not the same as in FE, where only a part of a page is handled by extension. Therefore you can choose whether to output XML or HTML based on query string parameter. I mean: index.php?output=ajax if (!empty($_GET['output']) && $_GET['output']=='ajax') { $this->content = $this->outputXML(); } else { $this->content = $this->outputHTML(); } I haven't tried, but AFAIK it should work. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From dominik.smatana at gmail.com Thu Aug 2 21:47:04 2007 From: dominik.smatana at gmail.com (Dominik Smatana) Date: Thu, 2 Aug 2007 21:47:04 +0200 Subject: [TYPO3] Ajax in BE module In-Reply-To: References: Message-ID: Hello Jan, On 02/08/07, Jan Bednarik wrote: > Hi, > > > I would like to use some ajax in BE module of my extension. Is there > > any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE? > > Or does someone know any extension using ajax in BE module? > > all output of BE module is handled in mod/index.php. It's not the same > as in FE, where only a part of a page is handled by extension. Therefore > you can choose whether to output XML or HTML based on query string > parameter. I mean: > > index.php?output=ajax > > if (!empty($_GET['output']) && $_GET['output']=='ajax') { > $this->content = $this->outputXML(); > } else { > $this->content = $this->outputHTML(); > } > it's good idea (and simple one - I like it), thanks a lot! > I haven't tried, but AFAIK it should work. > > -- > Jan Bednarik > www.bednarik.org - web about Typo3 in czech > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > Dominik Smatana From elmar07 at googlemail.com Thu Aug 2 21:44:49 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Thu, 02 Aug 2007 21:44:49 +0200 Subject: [TYPO3] Ajax in BE module References: Message-ID: Dominik Smatana wrote: > Hello, > > I would like to use some ajax in BE module of my extension. Is there > any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE? > Or does someone know any extension using ajax in BE module? > > Thanks > > Dominik Smatana Hi Dominik, in the extension xajax_tutor there is a little example showing ajax use in a backend module. Regards Elmar From tapio.markula at xetpoint.fi Thu Aug 2 22:02:00 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Thu, 02 Aug 2007 23:02:00 +0300 Subject: [TYPO3] Ajax in BE module In-Reply-To: References: Message-ID: Elmar Hinz kirjoitti: > Dominik Smatana wrote: > >> Hello, >> >> I would like to use some ajax in BE module of my extension. Is there >> any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE? >> Or does someone know any extension using ajax in BE module? >> >> Thanks >> >> Dominik Smatana > > Hi Dominik, > > in the extension xajax_tutor there is a little example showing ajax use in a > backend module. > > Regards > > Elmar > > how alt_doc_ajax.php communicate with alt_doc.php - I mean how in alt_doc.php can be used AJAX? From elmar07 at googlemail.com Thu Aug 2 22:08:14 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Thu, 02 Aug 2007 22:08:14 +0200 Subject: [TYPO3] Ajax in BE module References: Message-ID: > > how alt_doc_ajax.php communicate with alt_doc.php - I mean how in > alt_doc.php can be used AJAX? Hi Tapio, that is a different topic. This is about BE *modules* in general and ajax. Regards Elmar From dominik.smatana at gmail.com Thu Aug 2 22:23:08 2007 From: dominik.smatana at gmail.com (Dominik Smatana) Date: Thu, 2 Aug 2007 22:23:08 +0200 Subject: [TYPO3] Ajax in BE module In-Reply-To: References: Message-ID: > in the extension xajax_tutor there is a little example showing ajax use in a > backend module. Hi Elmar, thanks for tip. Dominik Smatana From adolorata at yahoo.com Fri Aug 3 08:26:18 2007 From: adolorata at yahoo.com (daniela jovceva) Date: Thu, 2 Aug 2007 23:26:18 -0700 (PDT) Subject: [TYPO3] TYPO3-english Digest, Vol 47, Issue 8 Message-ID: <77299.20122.qm@web33509.mail.mud.yahoo.com> how can I make some plugin or something simular to count or to have statistic's about how many visitors I have on some page of few pages? Thanks,Dani ----- Original Message ---- From: "typo3-english-request at lists.netfielders.de" To: typo3-english at lists.netfielders.de Sent: Thursday, August 2, 2007 8:03:04 PM Subject: TYPO3-english Digest, Vol 47, Issue 8 Send TYPO3-english mailing list submissions to typo3-english at lists.netfielders.de To subscribe or unsubscribe via the World Wide Web, visit http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english or, via email, send a message with subject or body 'help' to typo3-english-request at lists.netfielders.de You can reach the person managing the list at typo3-english-owner at lists.netfielders.de When replying, please edit your Subject line so it is more specific than "Re: Contents of TYPO3-english digest..." Today's Topics: 1. Re: how to generate link (Jan Bednarik) 2. Re: extendedshop single view (Katja Lampela) 3. Re: RealURL and .htaccess (Jan Bednarik) 4. Re: extendedshop single view (Mauro Lorenzutti) 5. TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq (Julian Kleinhans) 6. Re: RealURL and .htaccess (Oliver Rowlands) 7. Re: extendedshop single view (Katja Lampela) 8. website title lost (Katja Lampela) 9. Re: TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq (Dmitry Dulepov) 10. How to put a template into an extension? (anthony caskey) 11. Re: RealURL and .htaccess (Alexander) 12. Ajax in BE module (Dominik Smatana) ---------------------------------------------------------------------- Message: 1 Date: Thu, 02 Aug 2007 14:24:53 +0200 From: Jan Bednarik Subject: Re: [TYPO3] how to generate link To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Did you take a look at t3lib_div::getUserObj()? ;-) Nope. But I haven't seen anyone using it in their extensions. So I guess this function, even it may be good function, is a bit useless. Anyway, next time I will need to create an instance, I will use this function ;). -- Jan Bednarik www.bednarik.org - web about Typo3 in czech ------------------------------ Message: 2 Date: Thu, 02 Aug 2007 15:26:00 +0300 From: Katja Lampela Subject: Re: [TYPO3] extendedshop single view To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Got it! It was the simulateStaticDocuments, so when I unabled it, everything works ok. My setup is config { simulateStaticDocuments = 1 simulateStaticDocuments_noTypeIfNoTitle = 1 simulateStaticDocuments_addTitle=0 } I gotta examine this a bit if there is a way to pass the variables... - Katja >> > > the correct configuration is the following one: > > - a single page for products list and details. In this page you have to > store all the products you want to list in this page and you have to > insert the plugin and select the "Products list". In this page you'll > see the list of the products and, for each product, a link to the > detailed page (that is the same but with a productID parameter). Pay > attention to the startingpoint field (it must be empty). > > you can have a lot of this pages. > > Is this your configuration? > > Regards, > ------------------------------ Message: 3 Date: Thu, 02 Aug 2007 14:26:42 +0200 From: Jan Bednarik Subject: Re: [TYPO3] RealURL and .htaccess To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=KOI8-R; format=flowed > RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ > http://www.domain.com/products/business/categories/30.html I'm not good in mod rewrite (that's why I created CoolURI), but I guess you need to add [L] so it'd stop processing next rules: RedirectMatch Permanent ^/productsIndList.aspx?nodeID=2357$ http://www.domain.com/products/business/categories/30.html [L] -- Jan Bednarik www.bednarik.org - web about Typo3 in czech ------------------------------ Message: 4 Date: Thu, 02 Aug 2007 15:08:50 +0200 From: Mauro Lorenzutti Subject: Re: [TYPO3] extendedshop single view To: TYPO3 English Message-ID: <46B1D762.6020706 at webformat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Katja Lampela ha scritto: > Got it! It was the simulateStaticDocuments, so when I unabled it, > everything works ok. > > My setup is > > config { > simulateStaticDocuments = 1 > simulateStaticDocuments_noTypeIfNoTitle = 1 > simulateStaticDocuments_addTitle=0 > } > > I gotta examine this a bit if there is a way to pass the variables... > - Katja > > Ok, you are not constructing the url correctly to pass parameters. Tryo to change it by adding this line in your TS setup: config.simulateStaticDocuments_pEnc = md5 Please, let me know if it wors. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- ------------------------------ Message: 5 Date: Thu, 02 Aug 2007 15:59:06 +0200 From: Julian Kleinhans Subject: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Hi list, i have a little problem. My customer has changed the core from the faq ext version 0.0.7 Before i can update this ext to the new bugfixed version 0.0.8 i must save the changes. I would create a patch, but therefor i need the original 0.0.7 Version. But the 0.0.7 in the TER is the same as 0.0.8. I think the autor has overwritten it :( Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can create a patch before i update to the new Version 0.0.8 It would be very nice ;) greetz julian ------------------------------ Message: 6 Date: Thu, 02 Aug 2007 15:16:54 +0100 From: Oliver Rowlands Subject: Re: [TYPO3] RealURL and .htaccess To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=KOI8-R; format=flowed Hi Alexander, You can not target the query string with Apache's mod_alias Redirect and RedirectMatch directives. You will have to use mod_rewrite instead: RewriteCond %{QUERY_STRING} nodeID=2357 [NC] RewriteRule ^productsIndList\.aspx$ http://domain.com/page.html? [NC,R=301,L] A few explanations: - The NC flag means the match is case insensitive; - The R=301 flag forces a permanent redirect (HTTP 1/x 301 Moved permanently) which is important if you care about your SEO; - The L flag stops the rewriting process without applying any other rules; - The '?' at the end of the redirection URI prevents mod_rewrite from automatically appending the GET parameters from the old URI. If you need to redirect more than just a few URIs you might want to consider using a redirect map instead. I wrote this HOWTO a few of months ago which explains the process: http://lists.netfielders.de/pipermail/typo3-english/2007-May/039509.html BTW: Jan, the [L] flag only applies to mod_rewrite directives not mod_alias. Hope this helps, Oliver Alexander wrote: > Hello list. > I have some problems with RealURL configuration and redirections. I need > place some redirects into my .htaccess file, but now RealURL has > priority. How can I do this, I mean how to make priority for .htaccess. > I need to read .htaccess settings first then RealURL settings. > > Regards, Alex -- Oliver Rowlands :: Liquid Light :: E - oliver at liquidlight.co.uk W - http://www.liquidlight.co.uk T - 00 44 (0)845 6 58 88 35 F - 00 44 (0)845 6 58 44 35 ------------------------------ Message: 7 Date: Thu, 02 Aug 2007 18:16:20 +0300 From: Katja Lampela Subject: Re: [TYPO3] extendedshop single view To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Oh yes - you are great, works perfectly, thank you!! - Katja Mauro Lorenzutti kirjoitti: > Katja Lampela ha scritto: >> Got it! It was the simulateStaticDocuments, so when I unabled it, >> everything works ok. >> >> My setup is >> >> config { >> simulateStaticDocuments = 1 >> simulateStaticDocuments_noTypeIfNoTitle = 1 >> simulateStaticDocuments_addTitle=0 >> } >> >> I gotta examine this a bit if there is a way to pass the variables... >> - Katja >> >> > > Ok, you are not constructing the url correctly to pass parameters. Tryo > to change it by adding this line in your TS setup: > > config.simulateStaticDocuments_pEnc = md5 > > Please, let me know if it wors. > > Regards, > ------------------------------ Message: 8 Date: Thu, 02 Aug 2007 19:17:38 +0300 From: Katja Lampela Subject: [TYPO3] website title lost To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1 hi everyone, I have a new strange problem; the website title given in the template isn't there (don't know if it ever was - I'm just building the site). Only the page title is in the title tag. I have a main template and the template "snippets" are included as "include basis template" and I have css_styled_content and simulatestatic configured and working. I've tried putting the website title only in the main template (root page) or on all the templates or on only one of the snippets templates, but the website title just doesn't appear. This is really strange since I usually just copy from previous site the templates so everything should be normal and fine. Thanks for any idea of what might cause this. - Katja ------------------------------ Message: 9 Date: Thu, 02 Aug 2007 19:18:44 +0300 From: Dmitry Dulepov Subject: Re: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Julian Kleinhans wrote: > i have a little problem. My customer has changed the core from the faq > ext version 0.0.7 > Before i can update this ext to the new bugfixed version 0.0.8 i must > save the changes. > > I would create a patch, but therefor i need the original 0.0.7 Version. > But the 0.0.7 in the TER is the same as 0.0.8. I think the autor has > overwritten it :( > > Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can > create a patch before i update to the new Version 0.0.8 > > It would be very nice ;) No need. Get unpatched version to another directory and diff it to patched version. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs ------------------------------ Message: 10 Date: Thu, 2 Aug 2007 16:37:15 +0000 From: anthony caskey Subject: [TYPO3] How to put a template into an extension? To: Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hi, everyone, I have reached the point where I want to put a template into an extension (create a static template). I have searched the typo3.org website and found Rene Fritz's helpful but short documentation called "Template Example: Green" which "includes a very short overview how it works to put a template in an extension." Mr. Fritz's documentation on this topic begins here: http://typo3.org/documentation/document-library/extension-manuals/tmpl_green/1.0.1/view/toc/0/ Do any of you know of any more extensive documentation on the typo3.org website about how to put a template into an extension? Many thanks, Tony ------------------------------ Message: 11 Date: Thu, 02 Aug 2007 21:51:16 +0400 From: Alexander Subject: Re: [TYPO3] RealURL and .htaccess To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=KOI8-R; format=flowed OLIVER!!! YOU'RE SAVED MY LIFE RIGHT NOW!! all works perfect!!! Regards, Alex. Oliver Rowlands ?????: > Hi Alexander, > > You can not target the query string with Apache's mod_alias Redirect and > RedirectMatch directives. > > You will have to use mod_rewrite instead: > > RewriteCond %{QUERY_STRING} nodeID=2357 [NC] > RewriteRule ^productsIndList\.aspx$ http://domain.com/page.html? > [NC,R=301,L] > > A few explanations: > - The NC flag means the match is case insensitive; > - The R=301 flag forces a permanent redirect (HTTP 1/x 301 Moved > permanently) which is important if you care about your SEO; > - The L flag stops the rewriting process without applying any other rules; > - The '?' at the end of the redirection URI prevents mod_rewrite from > automatically appending the GET parameters from the old URI. > > If you need to redirect more than just a few URIs you might want to > consider using a redirect map instead. I wrote this HOWTO a few of > months ago which explains the process: > > http://lists.netfielders.de/pipermail/typo3-english/2007-May/039509.html > > BTW: Jan, the [L] flag only applies to mod_rewrite directives not > mod_alias. > > Hope this helps, > > Oliver > > Alexander wrote: >> Hello list. >> I have some problems with RealURL configuration and redirections. I >> need place some redirects into my .htaccess file, but now RealURL has >> priority. How can I do this, I mean how to make priority for >> .htaccess. I need to read .htaccess settings first then RealURL settings. >> >> Regards, Alex > > ------------------------------ Message: 12 Date: Thu, 2 Aug 2007 20:02:57 +0200 From: "Dominik Smatana" Subject: [TYPO3] Ajax in BE module To: "TYPO3 English" Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Hello, I would like to use some ajax in BE module of my extension. Is there any tutorial/doc how to develop ajax server-side scripts in TYPO3 BE? Or does someone know any extension using ajax in BE module? Thanks Dominik Smatana ------------------------------ _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english End of TYPO3-english Digest, Vol 47, Issue 8 ******************************************** ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 From mauro.lorenzutti at webformat.com Fri Aug 3 09:01:17 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Fri, 03 Aug 2007 09:01:17 +0200 Subject: [TYPO3] DB Integration, search form, custom template In-Reply-To: References: Message-ID: Mik B. Shvets ha scritto: > Hello all. It's possible use custom template for searck form created with DB > Integration extension? I know how to create and use custom template for > search result and insert form. Is any way to do this for search form? > If any, show me some example please. > Thx. > At the moment it's not possible to create a custom template for the search form (and for insert/edit form too). However, you can modify the default template to include your own styles and tags but pay attention to the extension markers. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From jk at marketing-factory.de Fri Aug 3 11:13:44 2007 From: jk at marketing-factory.de (Julian Kleinhans) Date: Fri, 03 Aug 2007 11:13:44 +0200 Subject: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb: > Julian Kleinhans wrote: >> i have a little problem. My customer has changed the core from the faq >> ext version 0.0.7 >> Before i can update this ext to the new bugfixed version 0.0.8 i must >> save the changes. >> >> I would create a patch, but therefor i need the original 0.0.7 >> Version. But the 0.0.7 in the TER is the same as 0.0.8. I think the >> autor has overwritten it :( >> >> Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can >> create a patch before i update to the new Version 0.0.8 >> >> It would be very nice ;) > > No need. Get unpatched version to another directory and diff it to > patched version. > Hi Dmitry, thats the problem.. i need a unpatched 0.0.7 version. If you have a unpatched 0.0.7 version it would be very nice if you can send it to me greetz julian -- Julian Kleinhans mailto:jk at marketing-factory.de Marketing Factory Consulting GmbH http://typo3.marketing-factory.de/ Content Management mit Typo3: Beratung - Schulung - Realisierung From jbaviat at gmail.com Fri Aug 3 11:26:44 2007 From: jbaviat at gmail.com (Jean-Baptiste Aviat) Date: Fri, 03 Aug 2007 11:26:44 +0200 Subject: [TYPO3] Video recording software used Message-ID: <46B2F4D4.7010407@gmail.com> Hello, I would like to record screen movies looking just like in the podcasts made by Kasper. I am using Mac OS X too and I wonder which software is used ! Could you help me ? Blessings, Jean-Baptiste From andreas.otto at dkd.de Fri Aug 3 11:32:23 2007 From: andreas.otto at dkd.de (Andreas Otto) Date: Fri, 03 Aug 2007 11:32:23 +0200 Subject: [TYPO3] Video recording software used References: Message-ID: Hi Jean-Baptiste, Jean-Baptiste Aviat wrote: > I would like to record screen movies looking just like in the podcasts > made by Kasper. > I am using Mac OS X too and I wonder which software is used ! > Could you help me ? Have a look at Kasper's podcast [1] explaining how he creates the podcasts. [1] Cheers, Andreas From John.de.Stigter at bedrijvenweb.nl Fri Aug 3 14:09:55 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Fri, 3 Aug 2007 14:09:55 +0200 Subject: [TYPO3] How to disable the login status popup Message-ID: <03C096612B5E36419709A2032F669687A63238@PEHSERVER.PEH.local> Hi all, Is there a way to disable that anoying, aggravating, irritant pop-up telling you that your session has expired and you need to re-login to the backend? It just drives me nuts. (I work on say three, four websites at the same time). I always seems to pop up whenever your typing something. Ok, ok, I just needeld air out a bit :-) Cheerios, RJ From tapio.markula at xetpoint.fi Fri Aug 3 14:47:04 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 03 Aug 2007 15:47:04 +0300 Subject: [TYPO3] Copying of pages fails Message-ID: Hi In one Typo3 installation using db debugging I get this error t3lib_DB::exec_INSERTquery ERROR Duplicate entry '2147483647' for key 1 lastBuiltQuery INSERT INTO pages ( I checked database with COMPARE tool From 3d-telis at home.se Fri Aug 3 14:57:20 2007 From: 3d-telis at home.se (Eric Thelander) Date: Fri, 03 Aug 2007 14:57:20 +0200 Subject: [TYPO3] Multiple random content Message-ID: <46B32630.3090308@home.se> Hi Peter How should the typoscript be used. I pasted it into the script setup of my page template. How do I get the page to display the random content because right now the page is blank. Do I have to crease a special page element? Best regards Eric > Hi Gunnar. > > Do it using TypoScript.. > http://www.typo3wizard.com/en/snippets/general-config/random-content.html > > > -- > Peter Klein / Umloud Untd. > > > -- > Peter Klein/Umloud Untd > > "Gunnar Jonsson" > skrev i en meddelelse > news:mailman.1.1179261088.28608.typo3-english at lists.netfielders.de... > >/I have a website with a row of portraits on the frontpage. When clicking on > />/a portrait you go to a new page with an interview. However I have 15 small > />/portraits in the row, but I have 24 interviews so I want to have a random > />/row of 15 portraits from those 24 interviews. > />/ > />/ I installed the onet_randomcontent extension and all ways fine. But some > />/ portraits is appearing twice or more in the row. > />/ > />/ Anyone who has any good ideas how to prevent using the same portrait more > />/ than once in that row of random portraits? > />/ > />/ Regards, > />/ Gunnar Jonsson > />/ > / From bdu at iastate.edu Fri Aug 3 15:24:02 2007 From: bdu at iastate.edu (Bing Du) Date: Fri, 3 Aug 2007 08:24:02 -0500 (CDT) Subject: [TYPO3] empty in rss.xml source? Message-ID: <34572.129.186.196.126.1186147442.squirrel@mail.eng.iastate.edu> Hi, typo3 4.0.6 tt_news 2.4.0 I noticed that some news items in the source of http://www.somesite.some.edu/rss.xml have valid URLs between and like this: Engineering contributes another WISE intern http://www.somesite.some.edu/news/news-article/article/953.html − For the third consecutive year, a student from the College of Engineering participated in the... CoE In The News ME News CoE News Articles CoE News Preview Wed, 01 Aug 2007 09:27:00 -0500 However, other news items have empty links like this one. It only has a closing Engineers share in economic development grants CoE In The News Thu, 05 Jul 2007 12:39:00 -0500 Anybody else ever seen this too and know why? Thanks much in advance for any insight. Bing From typo3 at rvt.dds.nl Fri Aug 3 15:48:15 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Fri, 3 Aug 2007 08:48:15 -0500 Subject: [TYPO3] Copying of pages fails In-Reply-To: References: Message-ID: <20ABC8A4-4EA5-427F-A0CC-DC075EA89406@rvt.dds.nl> Het Tapio, what is your highest uid for the pages table?? select max(uid) from pages; Ries On Aug 3, 2007, at 7:47 AM, Tapio Markula wrote: > Hi > > In one Typo3 installation using db debugging I get this error > > t3lib_DB::exec_INSERTquery > ERROR Duplicate entry '2147483647' for key 1 > lastBuiltQuery INSERT INTO pages > ( > > I checked database with COMPARE tool > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From mauro.lorenzutti at webformat.com Fri Aug 3 15:56:43 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Fri, 03 Aug 2007 15:56:43 +0200 Subject: [TYPO3] PDF Generator (nc_pdfgen) problems Message-ID: Hi all, I'm having problems with the PDF Generator (nc_pdfgen) extension. It works fine but I can't see any image in the PDF. All my images are jpg images and I read that this format is supported by the extension. Another strange problem is with firefox: while in IE I can see the generated PDF, this is not possible in FF. I only get the raw pdf content. I'm using: TYPO3 v. 4.1.1 html2pdf v. 0.1.4 memory_limit: 48Mb Where am I wrong? Thank you in advance for any answer. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From tapio.markula at xetpoint.fi Fri Aug 3 16:08:08 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 03 Aug 2007 17:08:08 +0300 Subject: [TYPO3] Copying of pages fails In-Reply-To: References: Message-ID: ries van Twisk kirjoitti: ries van Twisk kirjoitti: > Het Tapio, > > what is your highest uid for the pages table?? 2147483647 for some reason Typo3 went from 894 to 2147483647 I deleted that page I got it once back but after trying to create a new 2147483647 the same error. Seemst that this is the max uid but I can't reset the calculator. From tapio.markula at xetpoint.fi Fri Aug 3 16:19:23 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 03 Aug 2007 17:19:23 +0300 Subject: [TYPO3] Copying of pages fails - fixed In-Reply-To: References: Message-ID: Tapio Markula kirjoitti: > ries van Twisk kirjoitti: > ries van Twisk kirjoitti: >> Het Tapio, >> >> what is your highest uid for the pages table?? > 2147483647 > > for some reason Typo3 went from 894 to 2147483647 > > I deleted that page > I got it once back but after trying to create a new > 2147483647 > > the same error. > Seemst that this is the max uid but I can't reset the calculator. I dropped the table and take off information of next autoindex. Now the next autoindex is correct - 897 Thanks' for pointing into right direction. I was just weird, what caused the invalid behavior. BTW. I added to my evaluation version of tm_contentaccess possibility to define using a file default page TS config - extremely useful. From Bjoern.Pedersen at frm2.tum.de Fri Aug 3 16:25:04 2007 From: Bjoern.Pedersen at frm2.tum.de (Bjoern Pedersen) Date: Fri, 03 Aug 2007 16:25:04 +0200 Subject: [TYPO3] Copying of pages fails References: Message-ID: Tapio Markula writes: > ries van Twisk kirjoitti: > ries van Twisk kirjoitti: >> Het Tapio, >> what is your highest uid for the pages table?? > 2147483647 > > for some reason Typo3 went from 894 to 2147483647 > > I deleted that page > I got it once back but after trying to create a new > 2147483647 > > the same error. > Seemst that this is the max uid but I can't reset the calculator. Your auto_increment counter has got corrupted. Try: ALTER TABLE AUTO_INCREMENT = 100; -- Bjoern Pedersen From michiel at netcreators.com Fri Aug 3 16:52:17 2007 From: michiel at netcreators.com (Michiel Roos [netcreators]) Date: Fri, 03 Aug 2007 16:52:17 +0200 Subject: [TYPO3] Debian Sarge, libfreetype6 (2.2.1) and font rendering woes Message-ID: Hi List, I am experiencing kerning problems when rendering fonts using Debian Sarge (stable sources). Debian currently uses 2.2.1 version of freetype. Debian unstable uses the latest freetype (2.3.5). I have correct font rendering on OSX (Using a MAMP install) which uses freetype 2.1.9. Does anybody else have experience with font rendering on debian? This is not a TYPO3 problem! But I just wonder if anyone has bumped into it since a lot of you may use the font rendering capabilities of TYPO3. Regards, Michiel Roos -- Netcreators BV :: creation and innovation www.netcreators.com Interesse in werken bij Netcreators? http://www.netcreators.com/bedrijf/vacatures/ From typo3 at rvt.dds.nl Fri Aug 3 17:09:48 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Fri, 3 Aug 2007 10:09:48 -0500 Subject: [TYPO3] Copying of pages fails In-Reply-To: References: Message-ID: On Aug 3, 2007, at 9:08 AM, Tapio Markula wrote: > ries van Twisk kirjoitti: > ries van Twisk kirjoitti: >> Het Tapio, >> >> what is your highest uid for the pages table?? > 2147483647 > > for some reason Typo3 went from 894 to 2147483647 welcome to the wonderfull and weird world of MySQL!!!! > > I deleted that page > I got it once back but after trying to create a new > 2147483647 > > the same error. > Seemst that this is the max uid but I can't reset the calculator. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From elmar07 at googlemail.com Fri Aug 3 17:03:22 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Fri, 03 Aug 2007 17:03:22 +0200 Subject: [TYPO3] Debian Sarge, libfreetype6 (2.2.1) and font rendering woes References: Message-ID: Michiel Roos [netcreators] wrote: > Hi List, > > I am experiencing kerning problems when rendering fonts using Debian > Sarge (stable sources). Debian currently uses 2.2.1 version of freetype. > > Debian unstable uses the latest freetype (2.3.5). > > I have correct font rendering on OSX (Using a MAMP install) which uses > freetype 2.1.9. > > Does anybody else have experience with font rendering on debian? > > This is not a TYPO3 problem! But I just wonder if anyone has bumped into > it since a lot of you may use the font rendering capabilities of TYPO3. > > Regards, > > > Michiel Roos > Hi Michiel, please contact the Apples legal department to ask for a patent license. http://freetype.sourceforge.net/patents.html Regards Elmar From dosipov at phillyburbs.com Fri Aug 3 17:52:36 2007 From: dosipov at phillyburbs.com (Osipov Dan) Date: Fri, 3 Aug 2007 11:52:36 -0400 Subject: [TYPO3] Newspaper looking for a CMS Message-ID: <902C51532BDBD64C9AD7C2C7DF4CF11324F60D@calkinsmailsvr.calkinsmediamail.loc> Hello, We are a newspaper site, currently with 1.5 million articles, with hundreds added every day. Our site has separate features, like blogs, photo galleries, static content, etc. We get close to 20 million hits a month. Right now we are looking for a new CMS system base on top of which we will build custom modifications to fit our site. Can you tell us if Typo3 would be a good choice for our type of site? What kind of hardware would we need to support our traffic? Is there a better choice for a CMS for us (open-source or commercial)? I am not scared by the complexity of it, as long as it gets the job done. Please let us know your ideas, or if you know any helpful sites we could look at. From jan.hancic at gmail.com Fri Aug 3 18:28:20 2007 From: jan.hancic at gmail.com (=?UTF-8?Q?Jan_Han=C4=8Di=C4=8D?=) Date: Fri, 3 Aug 2007 18:28:20 +0200 Subject: [TYPO3] Indexing external files with crawler Message-ID: <3aa908f00708030928n674c369br5404bcc7335b2d70@mail.gmail.com> Hello everybody! I am setting up a site with typo3 on ubuntu (both latest version). Ubuntu is loaded as a virtual machine if that makes any difference for my situation. All is working except indexing of external files. Now I don't know if I just don't understand how this is suppose to work, or if I miss-configured something. I have followed this tutorial: http://wiki.typo3.org/index.php/Ext_crawler Now: - I have installed all the programs for parsing (pdfinfo, unzip, ...) - I have installed php5-cli - I have setup the cron job for typo3conf/ext/crawler/cli/crawler_cli.phpsh, and guessing from the log files it is running - I have created the _cli_crawler BE user - I have put the TSconfig from the link above in to my root page - I have created a not in menu page under the root page - I have created a indexing configuration (type=external files) on the above page, that points to "files/" under fileadmin (must I type "fileadmin/files/" or is "files/" enough?) Now I have tried something: I have created a simple content and created a link to a PDF file that is somewhere in fileadmin. If I then go to Web->Info->Crawler and click refresh next to the page that the content is on (and after that click refresh on all the entries that appear bellow that page), I can find that file using search in FE (so indexing of files works). But I can't figure out how to configure the crawler to index files under "fileadmin/files/" automatically (say every day at a given hour). Can somebody please help me with this? I have been struggling with this for a couple of days now without much success. -- lp Jan Han?i? http://hancic.info From dosipov at phillyburbs.com Fri Aug 3 19:16:42 2007 From: dosipov at phillyburbs.com (Osipov Dan) Date: Fri, 3 Aug 2007 13:16:42 -0400 Subject: [TYPO3] Newspaper looking for a CMS Message-ID: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> Thanks, We were really hoping to have a PHP based product. That's why Typo3 looked so promising. Maintenance is an important factor, as we are having problems with importing articles under our current CMS. So, thanks for this warning. Does anyone know a good PHP CMS that would do? We've looked at Drupal, but its such a memory hog, that we don't have the hardware to support the system. Thank you Dan -----Original Message----- From: ries van Twisk [mailto:ries at vantwisk.nl] Sent: Friday, August 03, 2007 12:30 PM To: Osipov Dan Subject: Re: [TYPO3] Newspaper looking for a CMS Hey, I would not use TYPO3 for this task. The backend database is not fit for the large a mouth of records you are planning to maintain. Although the number of hits is not that large, and typo3 could help you there. It's more of a maintenance issue that will be problematic. TYPO3's 'list' methods for adding and finding articles. is not that great. For a project this scale I would suggest to go for a good commercial product, may be java based. I know there are some system 'out there' that can handle the load and number of records. And make sure you seek commercial support. Cofax springs into my mind, but there are some really good CMS portals out there that can do the job much better then typo3 does (for enterprise solutions that is). Just my opinion. Ries -- Freelance TYPO3 software developer > Hello, > > We are a newspaper site, currently with 1.5 million articles, with > hundreds added every day. Our site has separate features, like blogs, > photo galleries, static content, etc. We get close to 20 million > hits a > month. > Right now we are looking for a new CMS system base on top of which we > will build custom modifications to fit our site. Can you tell us if > Typo3 would be a good choice for our type of site? What kind of > hardware > would we need to support our traffic? Is there a better choice for > a CMS > for us (open-source or commercial)? > I am not scared by the complexity of it, as long as it gets the job > done. > > Please let us know your ideas, or if you know any helpful sites we > could > look at. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From Ioannitis at intracen.org Fri Aug 3 19:15:58 2007 From: Ioannitis at intracen.org (=?ISO-8859-1?Q?S=E9bastien=20Ioannitis-McColl?=) Date: Fri, 03 Aug 2007 19:15:58 +0200 Subject: [TYPO3] Newspaper looking for a CMS Message-ID: I am currently out of the office until 20 August 2007. For urgent matters, kindly resend your email to Marilyn Hubble: hubble at intracen.org From bedlamhotel at gmail.com Fri Aug 3 19:21:48 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Fri, 3 Aug 2007 10:21:48 -0700 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> References: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> Message-ID: <2b6e984e0708031021s181f1138pe1191eccc9286742@mail.gmail.com> Hi, On 8/3/07, Osipov Dan wrote: > Thanks, > > We were really hoping to have a PHP based product. That's why Typo3 > looked so promising. > > Maintenance is an important factor, as we are having problems with > importing articles under our current CMS. So, thanks for this warning. > > Does anyone know a good PHP CMS that would do? We've looked at Drupal, > but its such a memory hog, that we don't have the hardware to support > the system. I don't know what language the core runs on, but I know that Bricolage (bricolage.cc) is used by online newspapers (including some fairly high-traffic sites such as salon.com I believe). Among other things, it's apparently capable of publishing static pages to remote servers. -- Christopher Torgalson http://www.typo3apprentice.com/ From typo3 at rvt.dds.nl Fri Aug 3 19:28:43 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Fri, 3 Aug 2007 12:28:43 -0500 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> References: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> Message-ID: Hey Dan, If you really want to go for PHP then I think TYPO3 is the best choice. Just be prepared for your situation to do custom extensions for your specific situation. TYPO3 is that good in handling large number of records 'out of the box'. You mention that you will have 1.5mil records. I would suggest leave that in your current DB since properly that is correctly normalized. I know situations that typo3 can really slow down because they way the DB is organized (as a flat file system... basically). Also be prepared that the default search system will not fit your needs because of slowness and they way it works. There are patches for that, or use other tools like MnoGoSearch. basically I am saying, in your situation typo3 will not work out of the box. but I think that TYPO3 is the better solution over other CMS systems. Ries > Thanks, > > We were really hoping to have a PHP based product. That's why Typo3 > looked so promising. > > Maintenance is an important factor, as we are having problems with > importing articles under our current CMS. So, thanks for this warning. > > Does anyone know a good PHP CMS that would do? We've looked at Drupal, > but its such a memory hog, that we don't have the hardware to support > the system. > > Thank you > Dan > > -----Original Message----- > From: ries van Twisk [mailto:ries at vantwisk.nl] > Sent: Friday, August 03, 2007 12:30 PM > To: Osipov Dan > Subject: Re: [TYPO3] Newspaper looking for a CMS > > Hey, > > I would not use TYPO3 for this task. > The backend database is not fit for the large a mouth of records you > are planning to maintain. > > Although the number of hits is not that large, and typo3 could > help you there. It's more of a maintenance issue that will be > problematic. TYPO3's 'list' methods for adding and finding articles. > is not that great. > > For a project this scale I would suggest to go for a good commercial > product, may be java based. I know there are some system 'out there' > that can handle the > load and number of records. And make sure you seek commercial support. > > Cofax springs into my mind, > but there are some really good CMS portals out there that can do the > job much better > then typo3 does (for enterprise solutions that is). > > Just my opinion. > > Ries > -- > Freelance TYPO3 software developer > >> Hello, >> >> We are a newspaper site, currently with 1.5 million articles, with >> hundreds added every day. Our site has separate features, like blogs, >> photo galleries, static content, etc. We get close to 20 million >> hits a >> month. >> Right now we are looking for a new CMS system base on top of which we >> will build custom modifications to fit our site. Can you tell us if >> Typo3 would be a good choice for our type of site? What kind of >> hardware >> would we need to support our traffic? Is there a better choice for >> a CMS >> for us (open-source or commercial)? >> I am not scared by the complexity of it, as long as it gets the job >> done. >> >> Please let us know your ideas, or if you know any helpful sites we >> could >> look at. >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From dosipov at phillyburbs.com Fri Aug 3 19:39:12 2007 From: dosipov at phillyburbs.com (Osipov Dan) Date: Fri, 3 Aug 2007 13:39:12 -0400 Subject: [TYPO3] Newspaper looking for a CMS Message-ID: <902C51532BDBD64C9AD7C2C7DF4CF11324F611@calkinsmailsvr.calkinsmediamail.loc> Thanks again, We are just researching possible solutions right now. We don't expect to use any software out of the box, and have allocated about a year-worth of development and testing to the task. I wanted to get some feedback from the community on whether Typo3 would be able to handle our needs, and your feedback has been extremely helpful! We'll keep looking and evaluating alternatives. Thanks, Dan -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of ries van Twisk Sent: Friday, August 03, 2007 1:29 PM To: TYPO3 English Subject: Re: [TYPO3] Newspaper looking for a CMS Hey Dan, If you really want to go for PHP then I think TYPO3 is the best choice. Just be prepared for your situation to do custom extensions for your specific situation. TYPO3 is that good in handling large number of records 'out of the box'. You mention that you will have 1.5mil records. I would suggest leave that in your current DB since properly that is correctly normalized. I know situations that typo3 can really slow down because they way the DB is organized (as a flat file system... basically). Also be prepared that the default search system will not fit your needs because of slowness and they way it works. There are patches for that, or use other tools like MnoGoSearch. basically I am saying, in your situation typo3 will not work out of the box. but I think that TYPO3 is the better solution over other CMS systems. Ries > Thanks, > > We were really hoping to have a PHP based product. That's why Typo3 > looked so promising. > > Maintenance is an important factor, as we are having problems with > importing articles under our current CMS. So, thanks for this warning. > > Does anyone know a good PHP CMS that would do? We've looked at Drupal, > but its such a memory hog, that we don't have the hardware to support > the system. > > Thank you > Dan > > -----Original Message----- > From: ries van Twisk [mailto:ries at vantwisk.nl] > Sent: Friday, August 03, 2007 12:30 PM > To: Osipov Dan > Subject: Re: [TYPO3] Newspaper looking for a CMS > > Hey, > > I would not use TYPO3 for this task. > The backend database is not fit for the large a mouth of records you > are planning to maintain. > > Although the number of hits is not that large, and typo3 could > help you there. It's more of a maintenance issue that will be > problematic. TYPO3's 'list' methods for adding and finding articles. > is not that great. > > For a project this scale I would suggest to go for a good commercial > product, may be java based. I know there are some system 'out there' > that can handle the > load and number of records. And make sure you seek commercial support. > > Cofax springs into my mind, > but there are some really good CMS portals out there that can do the > job much better > then typo3 does (for enterprise solutions that is). > > Just my opinion. > > Ries > -- > Freelance TYPO3 software developer > >> Hello, >> >> We are a newspaper site, currently with 1.5 million articles, with >> hundreds added every day. Our site has separate features, like blogs, >> photo galleries, static content, etc. We get close to 20 million >> hits a >> month. >> Right now we are looking for a new CMS system base on top of which we >> will build custom modifications to fit our site. Can you tell us if >> Typo3 would be a good choice for our type of site? What kind of >> hardware >> would we need to support our traffic? Is there a better choice for >> a CMS >> for us (open-source or commercial)? >> I am not scared by the complexity of it, as long as it gets the job >> done. >> >> Please let us know your ideas, or if you know any helpful sites we >> could >> look at. >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From typo3 at rvt.dds.nl Fri Aug 3 19:42:23 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Fri, 3 Aug 2007 12:42:23 -0500 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: <2b6e984e0708031021s181f1138pe1191eccc9286742@mail.gmail.com> References: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> <2b6e984e0708031021s181f1138pe1191eccc9286742@mail.gmail.com> Message-ID: <0529A90F-B737-40E8-8EE9-90505E50822B@rvt.dds.nl> On Aug 3, 2007, at 12:21 PM, Christopher Torgalson wrote: > Hi, > > On 8/3/07, Osipov Dan wrote: >> Thanks, >> >> We were really hoping to have a PHP based product. That's why Typo3 >> looked so promising. >> >> Maintenance is an important factor, as we are having problems with >> importing articles under our current CMS. So, thanks for this >> warning. >> >> Does anyone know a good PHP CMS that would do? We've looked at >> Drupal, >> but its such a memory hog, that we don't have the hardware to support >> the system. if system resources is an issue then don't use TYPO3. In fact, if you currently already have restrictions on the hardware you can use then simply blow off the complete project. HW is cheap compared to any hourly rate and what you normally would gain with heaving a website. > > > I don't know what language the core runs on, but I know that Bricolage > (bricolage.cc) is used by online newspapers (including some fairly > high-traffic sites such as salon.com I believe). Among other things, > it's apparently capable of publishing static pages to remote servers. > > > -- > Christopher Torgalson > http://www.typo3apprentice.com/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From xoonsji02 at sneakemail.com Fri Aug 3 19:53:59 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Fri, 03 Aug 2007 19:53:59 +0200 Subject: [TYPO3] How to disable the login status popup References: Message-ID: On Fri, 3 Aug 2007 14:09:55 +0200, John de Stigter wrote with subject "[TYPO3] How to disable the login status popup": > Hi all, > > Is there a way to disable that anoying, aggravating, irritant pop-up > telling you that your session has expired and you need to re-login to > the backend? It just drives me nuts. (I work on say three, four websites > at the same time). I always seems to pop up whenever your typing > something. > > Ok, ok, I just needeld air out a bit :-) you can extend the timeout-value to more than 12(?) hours. just look in the install-tool "all configuration" for '[sessionTimeout]' Bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From dosipov at phillyburbs.com Fri Aug 3 20:00:29 2007 From: dosipov at phillyburbs.com (Osipov Dan) Date: Fri, 3 Aug 2007 14:00:29 -0400 Subject: [TYPO3] Newspaper looking for a CMS Message-ID: <902C51532BDBD64C9AD7C2C7DF4CF11324F612@calkinsmailsvr.calkinsmediamail.loc> System resources are a minor issue - we are currently running our site on 8 dedicated servers. We were told we need to triple that number to run Drupal. Is that the case with Typo3? -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of ries van Twisk Sent: Friday, August 03, 2007 1:42 PM To: TYPO3 English Subject: Re: [TYPO3] Newspaper looking for a CMS On Aug 3, 2007, at 12:21 PM, Christopher Torgalson wrote: > Hi, > > On 8/3/07, Osipov Dan wrote: >> Thanks, >> >> We were really hoping to have a PHP based product. That's why Typo3 >> looked so promising. >> >> Maintenance is an important factor, as we are having problems with >> importing articles under our current CMS. So, thanks for this >> warning. >> >> Does anyone know a good PHP CMS that would do? We've looked at >> Drupal, >> but its such a memory hog, that we don't have the hardware to support >> the system. if system resources is an issue then don't use TYPO3. In fact, if you currently already have restrictions on the hardware you can use then simply blow off the complete project. HW is cheap compared to any hourly rate and what you normally would gain with heaving a website. > > > I don't know what language the core runs on, but I know that Bricolage > (bricolage.cc) is used by online newspapers (including some fairly > high-traffic sites such as salon.com I believe). Among other things, > it's apparently capable of publishing static pages to remote servers. > > > -- > Christopher Torgalson > http://www.typo3apprentice.com/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From elmar07 at googlemail.com Fri Aug 3 19:52:42 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Fri, 03 Aug 2007 19:52:42 +0200 Subject: [TYPO3] Newspaper looking for a CMS References: Message-ID: Osipov Dan wrote: > Hello, > > We are a newspaper site, currently with 1.5 million articles, with > hundreds added every day. Our site has separate features, like blogs, > photo galleries, static content, etc. We get close to 20 million hits a > month. > Right now we are looking for a new CMS system base on top of which we > will build custom modifications to fit our site. Can you tell us if > Typo3 would be a good choice for our type of site? What kind of hardware > would we need to support our traffic? Is there a better choice for a CMS > for us (open-source or commercial)? > I am not scared by the complexity of it, as long as it gets the job > done. > > Please let us know your ideas, or if you know any helpful sites we could > look at. Hi, for me the first question is, how static or dynamic the pages will be. If whole pages are deliverd statically, you only need to generate each page one time with TYPO3. The rest can be done by caching and load balancing. That should work. If it comes to dynamic content, blogs, votings etc. things get difficult. TYPO3 4.x is not designed for dynamic content with millions of page views. But I can imagine a fast self made layer upon TYPO3, that dynamically replaces markers in static pages generated with TYPO3. Subline: There are commercial products, that are optimized for newspapers. TYPO3 can be used as part of a software mix, that uses the strengths of TYPO3 and patches the weaknesses with creative foreign solutions. Regards Elmar From sancar.saran at evodot.com Fri Aug 3 20:02:36 2007 From: sancar.saran at evodot.com (Sancar Saran) Date: Fri, 3 Aug 2007 21:02:36 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: <902C51532BDBD64C9AD7C2C7DF4CF11324F60D@calkinsmailsvr.calkinsmediamail.loc> References: <902C51532BDBD64C9AD7C2C7DF4CF11324F60D@calkinsmailsvr.calkinsmediamail.loc> Message-ID: <200708032102.37026.sancar.saran@evodot.com> On Friday 03 August 2007 18:52:36 Osipov Dan wrote: > Hello, > > We are a newspaper site, currently with 1.5 million articles, with > hundreds added every day. Our site has separate features, like blogs, > photo galleries, static content, etc. We get close to 20 million hits a > month. > Right now we are looking for a new CMS system base on top of which we > will build custom modifications to fit our site. Can you tell us if > Typo3 would be a good choice for our type of site? What kind of hardware > would we need to support our traffic? Is there a better choice for a CMS > for us (open-source or commercial)? > I am not scared by the complexity of it, as long as it gets the job > done. > > Please let us know your ideas, or if you know any helpful sites we could > look at. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english Hi, (first of all my typo3 knowladge not so much, I just barelly write a module for it) Do not focus to Articles too much. When combining other problems, storing, searching and retreiving articles not so big deal as cms himself. Me thinks best aproach was; Find a cms which best fit to your needs, (great support for that blogs, photo galleries etc) then write custom module to handle your articles with current cms database For that load you need memcached support and other optimizations. Drupal may become test candinate. They are very serious for page load optimizations. For heavy loads slashcode may another option (and it was based perl) Finding hardware requirements a bit different thing. We don't know your content. User profile etc. 1 million hit to cnet.com generates much different load than 1 millon hit to google.com Regards Sancar From bdu at iastate.edu Fri Aug 3 21:22:38 2007 From: bdu at iastate.edu (Bing Du) Date: Fri, 3 Aug 2007 14:22:38 -0500 (CDT) Subject: [TYPO3] how to know news creator Message-ID: <36865.129.186.196.126.1186168958.squirrel@mail.eng.iastate.edu> Hi, Typo3 4.0.6 tt_news 2.4.0 We have a bunch of news editors. Is there any way to show who created each news article? Right now, if extended view is enabled, for each news article in the list, only Title and Category show up. Thanks, Bing From katja.lampela at lieska.net Fri Aug 3 22:06:06 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Fri, 03 Aug 2007 23:06:06 +0300 Subject: [TYPO3] how to know news creator In-Reply-To: References: Message-ID: Hi Bing, You can choose what you see in the list view (if this is what you mean..?) by clicking the little plus sign right next to the record list header and setting the fields. This will be your view next time also you go to that page. Only I don't know how to setup this to be default - depends on the plugin settings I guess. - Katja Bing Du kirjoitti: > Hi, > > Typo3 4.0.6 > tt_news 2.4.0 > > We have a bunch of news editors. Is there any way to show who created > each news article? Right now, if extended view is enabled, for each news > article in the list, only Title and Category show up. > > Thanks, > > Bing From bdu at iastate.edu Fri Aug 3 22:58:39 2007 From: bdu at iastate.edu (Bing Du) Date: Fri, 3 Aug 2007 15:58:39 -0500 (CDT) Subject: [TYPO3] how to know news creator In-Reply-To: References: Message-ID: <37062.129.186.196.126.1186174719.squirrel@mail.eng.iastate.edu> > Bing Du kirjoitti: >> Hi, >> >> Typo3 4.0.6 >> tt_news 2.4.0 >> >> We have a bunch of news editors. Is there any way to show who created >> each news article? Right now, if extended view is enabled, for each >> news >> article in the list, only Title and Category show up. >> >> Thanks, >> >> Bing > Hi Bing, > You can choose what you see in the list view (if this is what you > mean..?) by clicking the little plus sign right next to the record list > header and setting the fields. This will be your view next time also you > go to that page. Only I don't know how to setup this to be default - > depends on the plugin settings I guess. > - Katja > Thanks much for your quick hint, Katja. That's right, I forgot the little plus sign could turn on the fields to show for each news item. The only inconvenience is if the author field is not filled in by news editor when the news article is created, turning on 'author' won't help any. Seems like '[cruser_id]' can tell who created the news item, but it's represented in not so straightforward digit format. Is there any quick way to find out the creator's name a cruser_id maps to? Bing From katja.lampela at lieska.net Fri Aug 3 23:34:31 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Sat, 04 Aug 2007 00:34:31 +0300 Subject: [TYPO3] how to know news creator In-Reply-To: References: Message-ID: > Thanks much for your quick hint, Katja. That's right, I forgot the little > plus sign could turn on the fields to show for each news item. The only > inconvenience is if the author field is not filled in by news editor when > the news article is created, turning on 'author' won't help any. Seems > like '[cruser_id]' can tell who created the news item, but it's > represented in not so straightforward digit format. Is there any quick > way to find out the creator's name a cruser_id maps to? I don't know --- I wonder if there is a way to force author field automatically filled by the be user name.. sorry, don't know. From typo3 at rvt.dds.nl Fri Aug 3 23:38:22 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Fri, 3 Aug 2007 16:38:22 -0500 Subject: [TYPO3] how to know news creator In-Reply-To: References: Message-ID: <3B0754E7-A1EA-4A8D-9B37-2D64097258E7@rvt.dds.nl> On Aug 3, 2007, at 4:34 PM, Katja Lampela wrote: >> Thanks much for your quick hint, Katja. That's right, I forgot the > little >> plus sign could turn on the fields to show for each news item. >> The only >> inconvenience is if the author field is not filled in by news >> editor when >> the news article is created, turning on 'author' won't help any. >> Seems >> like '[cruser_id]' can tell who created the news item, but it's >> represented in not so straightforward digit format. Is there any >> quick >> way to find out the creator's name a cruser_id maps to? > > I don't know --- I wonder if there is a way to force author field > automatically filled by the be user name.. sorry, don't know. > _______________________________________________ Isn't there a extension that can do that? or a TSConfig? (if I remember correctly) Ries From info at typo3lab.ru Sat Aug 4 00:07:00 2007 From: info at typo3lab.ru (Valery Romanchev) Date: Sat, 04 Aug 2007 02:07:00 +0400 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Osipov Dan ?????: > Hello, > > We are a newspaper site, currently with 1.5 million articles, with > hundreds added every day. Our site has separate features, like blogs, > photo galleries, static content, etc. We get close to 20 million hits a > month. > Right now we are looking for a new CMS system base on top of which we > will build custom modifications to fit our site. Can you tell us if > Typo3 would be a good choice for our type of site? What kind of hardware > would we need to support our traffic? Is there a better choice for a CMS > for us (open-source or commercial)? > I am not scared by the complexity of it, as long as it gets the job > done. > > Please let us know your ideas, or if you know any helpful sites we could > look at. TYPO3 can be OK for this project, if it will be used with some software for community functionality For example TYPO3 + vBulletin (there are some integration extensions for this). The most important advantages: - TYPO3 has good content management for "static" pages and articles - TYPO3 has DAM (Digital Asset Management) for image storage, categorization etc - caching to static HTML files Disadvantages: - you have to use other software for community functionality - performance for not cached pages can be low. for example http://www.wciom.ru home pages is generated in 5-12 sec (if no cache) Regards, Valery Romanchev http://www.typo3lab.ru From keiser_soze at hotmail.com Sat Aug 4 01:39:41 2007 From: keiser_soze at hotmail.com (Antonio Willybiro) Date: Sat, 4 Aug 2007 00:39:41 +0100 Subject: [TYPO3] typo3_src-4.0/t3lib/class.t3lib_db.php on line 796 Message-ID: Hi there, Just installed typo3 v4.1.2 and got the following error message: typo3_src-4.0/t3lib/class.t3lib_db.php on line 796 anyone know how to fix that? Cheers, Antonio From keiser_soze at hotmail.com Sat Aug 4 01:40:25 2007 From: keiser_soze at hotmail.com (Antonio Willybiro) Date: Sat, 4 Aug 2007 00:40:25 +0100 Subject: [TYPO3] typo3_src-4.0/t3lib/class.t3lib_db.php on line 796 References: Message-ID: full error message: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in t3lib/class.t3lib_db.php on line 796 "Antonio Willybiro" wrote in message news:mailman.1.1186184468.18526.typo3-english at lists.netfielders.de... > Hi there, > > Just installed typo3 v4.1.2 and got the following error message: > typo3_src-4.0/t3lib/class.t3lib_db.php on line 796 > > anyone know how to fix that? > > Cheers, > Antonio > From keiser_soze at hotmail.com Sat Aug 4 01:47:02 2007 From: keiser_soze at hotmail.com (Antonio Willybiro) Date: Sat, 4 Aug 2007 00:47:02 +0100 Subject: [TYPO3] RTEmagicC: can i disable that? References: Message-ID: Thanks "Tapio Markula" wrote in message news:mailman.1.1186000418.7418.typo3-english at lists.netfielders.de... > Antonio Willybiro kirjoitti: >> Hi, >> >> Is it possible to disable RTEmagic? I don't want the RTE to create >> duplicates of pictures. >> >> Cheers >> Antonio > that doesn't disable duplicates if you use text with imges. > Concerning editor disable image magic images. > RTE.default.blindImageOptions=magic From keiser_soze at hotmail.com Sat Aug 4 02:39:42 2007 From: keiser_soze at hotmail.com (Antonio Willybiro) Date: Sat, 4 Aug 2007 01:39:42 +0100 Subject: [TYPO3] typo3_src-4.0/t3lib/class.t3lib_db.php on line 796 References: Message-ID: Got it. was an extension: rgsmoothgallery. For some unknown reason the version 0.1.6 breaks my typo3 install whereas the 0.1.5 works fine. "Antonio Willybiro" wrote in message news:mailman.1.1186184468.18526.typo3-english at lists.netfielders.de... > Hi there, > > Just installed typo3 v4.1.2 and got the following error message: > typo3_src-4.0/t3lib/class.t3lib_db.php on line 796 > > anyone know how to fix that? > > Cheers, > Antonio > From catepeter at optusnet.com.au Sat Aug 4 08:57:30 2007 From: catepeter at optusnet.com.au (Cate & Peter) Date: Sat, 4 Aug 2007 16:57:30 +1000 Subject: [TYPO3] alternative for th_popular, to list most popular pages Message-ID: <200708040649.l746nqMK000335@mail01.syd.optusnet.com.au> Hi all I wonder if anyone has found an alternative for th_popular to make a list of the most popular, most read pages of a site? th_popular is a good start, but not quite discriminating enough - rather than being able to exclude pages, I want to be able to *include* pages, and I also want to display a snippet of the page content in the results list. Unfortunately Peter Luser is unable to make the adjustments to the extension at this time - is anyone else? (I am happy to pay a little to sponsor development . contact me offlist if you feel you can do the adjustments in an hour or so work.) Regards Cate From pete.n at hotmail.com Sat Aug 4 09:55:10 2007 From: pete.n at hotmail.com (Pete Novak) Date: Sat, 4 Aug 2007 09:55:10 +0200 Subject: [TYPO3] htaccess example - naw_securedl Message-ID: Hi all, in the dosumentation it reads, that there is an example htaccess for the secure downloads extension in the res folder. But when I downloaded thet newest version of naw_securedl there is no res folder with it... How does a htaccess file has to be for this specific ext? Does anyone has an example? Thanks From at at uniud.it Sat Aug 4 14:44:09 2007 From: at at uniud.it (Alessandro Tuveri) Date: Sat, 04 Aug 2007 14:44:09 +0200 Subject: [TYPO3] Flash loaded inside RTE? Message-ID: <20070804144409.pa9jbj2f5ecgkko4@webmail.uniud.it> Hi Folks there is a way to insert a flash object (.swf) inside RTE editor?!? Thank you very much.... -- ALEX TUVERI CSIT - UNIV. DI UDINE -------------------------------------- ---------------------------------------------------------------------- SEMEL (SErvizio di Messaging ELettronico) - CSIT -Universita' di Udine From tapio.markula at xetpoint.fi Sat Aug 4 17:51:43 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Sat, 04 Aug 2007 18:51:43 +0300 Subject: [TYPO3] Flash loaded inside RTE? In-Reply-To: References: Message-ID: Alessandro Tuveri kirjoitti: > Hi Folks > there is a way to insert a flash object (.swf) inside RTE editor?!? > Thank you very much.... tinyrte allows that but 1) the dialog get back after selecting - you must choose the window again 2) preview doesn't work 3) Typo3 removes tags - I tried RTE.default.allowTags=object,embed,param,table,tr,td,p,div,img,hr,a,br,pre,strong,em,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,blockquote Didn't help. Near to work From news.netfielders.de at public.linkpool.de Sat Aug 4 18:30:54 2007 From: news.netfielders.de at public.linkpool.de (Ralph Brugger) Date: Sat, 04 Aug 2007 18:30:54 +0200 Subject: [TYPO3] TS Syntax question: Assign value from DB Field to plugin value Message-ID: Hi, I'm trying to set the staticRecipient for the pil_mailform by TS from a DB fe_users value. Simple setting staticRecipient works : plugin.tx_pilmailform_pi1.staticRecipient = root at localhost The field from the database can be read like this: uservar = TEXT uservar.data = DB:fe_users:1:email But how can I assign the value of uservar to staticRecipient ? This won't work: plugin.tx_pilmailform_pi1.staticRecipient = uservar Any hints? THX! Ralph From katja.lampela at lieska.net Sat Aug 4 22:10:24 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Sat, 04 Aug 2007 23:10:24 +0300 Subject: [TYPO3] Page module and page hit statistics? Message-ID: Hi all, I read for the first time (almost) thorough the text in the intro page after logging into BE. This is about Web Page module: "Page content This module allows you to create and edit webpages, view page hit statistics, manage different languages and columns of content per page and access special page contents like guesbooks and shopping items." "page hit statistics"? - I couldn't find it. Is the text outdated or have I missed something really obvious? - Katja From info at bednarik.org Sat Aug 4 22:35:35 2007 From: info at bednarik.org (Jan Bednarik) Date: Sat, 04 Aug 2007 22:35:35 +0200 Subject: [TYPO3] TS Syntax question: Assign value from DB Field to plugin value In-Reply-To: References: Message-ID: > plugin.tx_pilmailform_pi1.staticRecipient = uservar if plugin.tx_pilmailform_pi1.staticRecipient is stdWrap "type" then you can use plugin.tx_pilmailform_pi1.staticRecipient < uservar -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From news.netfielders.de at public.linkpool.de Sat Aug 4 23:32:56 2007 From: news.netfielders.de at public.linkpool.de (Ralph Brugger) Date: Sat, 04 Aug 2007 23:32:56 +0200 Subject: [TYPO3] TS Syntax question: Assign value from DB Field to plugin value In-Reply-To: References: Message-ID: Hi Jan, >> plugin.tx_pilmailform_pi1.staticRecipient = uservar > if plugin.tx_pilmailform_pi1.staticRecipient is stdWrap "type" then you > can use > plugin.tx_pilmailform_pi1.staticRecipient < uservar I've allready tried that. staticRecipient does not seem to be of type stdWrap. THX, Ralph From news.netfielders.de at public.linkpool.de Sat Aug 4 23:41:24 2007 From: news.netfielders.de at public.linkpool.de (Ralph Brugger) Date: Sat, 04 Aug 2007 23:41:24 +0200 Subject: [TYPO3] TS Syntax question: Assign value from DB Field to plugin value In-Reply-To: References: Message-ID: Jan Bednarik schrieb: >> plugin.tx_pilmailform_pi1.staticRecipient = uservar > > if plugin.tx_pilmailform_pi1.staticRecipient is stdWrap "type" then you > can use > > plugin.tx_pilmailform_pi1.staticRecipient < uservar I've added stdWrap support and now it works! Thanks again, Ralph From katja.lampela at lieska.net Sun Aug 5 00:26:02 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Sun, 05 Aug 2007 01:26:02 +0300 Subject: [TYPO3] media files / background image duplicates Message-ID: Sorry guys, I ask this again with a new thread and there has been an unsolved thread about this also in 2006 feb http://support.typo3.org:8080/jive/thread.jspa?messageID=254403𾇃 The problem: dynamic background picture that is changable in the page properties/file field in page header works with photo.jpg but when using the same picture again it gets named photo_01.jpg and doesn't show up in FE anymore. The duplicates are stored in uploads/media directory and it doesn't help adding the folder to addAllowedPaths and allowedTempPaths in the install tool. The question: Is there any way to avoid this by configuring differently or is it maybe a bug? (content image duplicates work fine) Very grateful for any help! Or for any ideas how to give the customer a chance to change/use multiple times the background image on a page..? - Katja From tapio.markula at xetpoint.fi Sun Aug 5 07:49:51 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Sun, 05 Aug 2007 08:49:51 +0300 Subject: [TYPO3] Page module and page hit statistics? In-Reply-To: References: Message-ID: Katja Lampela kirjoitti: > Hi all, > > I read for the first time (almost) thorough the text in the intro page > after logging into BE. This is about Web Page module: > > "Page content > This module allows you to create and edit webpages, view page hit > statistics, manage different languages and columns of content per page > and access special page contents like guesbooks and shopping items." > > "page hit statistics"? - I couldn't find it. Is the text outdated or > have I missed something really obvious? > > - Katja Because the page module shows some information, apparently the author of this information has partially mixed WWW > Page and WWW > Info. In WWW > Info has been used the same info as in WWW > Page > Page information but in addition much more information, for example "page hit statistics". From tapio.markula at xetpoint.fi Sun Aug 5 08:19:59 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Sun, 05 Aug 2007 09:19:59 +0300 Subject: [TYPO3] Page module and page hit statistics? In-Reply-To: References: Message-ID: Tapio Markula > Katja Lampela >> "page hit statistics"? - I couldn't find it. Is the text outdated or >> have I missed something really obvious? >> >> - Katja > > Because the page module shows some information, apparently the author of > this information has partially mixed WWW > Page and WWW > Info. > In WWW > Info has been used the same info as in WWW > Page > Page > information but in addition much more information, for example > "page hit statistics". or that is just outdated - that might have been in some old version, but the text has never updated. From greg at mediatech.net Sun Aug 5 09:44:18 2007 From: greg at mediatech.net (Gregory Remington) Date: Sun, 05 Aug 2007 00:44:18 -0700 Subject: [TYPO3] Open Source Content Management System Award, 2007 Message-ID: Please cast your vote before the deadline. http://www.packtpub.com/article/nominate-overall-open-source-cms-winner Thanks! Greg From jan.hancic at gmail.com Sun Aug 5 16:31:41 2007 From: jan.hancic at gmail.com (=?UTF-8?Q?Jan_Han=C4=8Di=C4=8D?=) Date: Sun, 5 Aug 2007 16:31:41 +0200 Subject: [TYPO3] Indexing external files with crawler In-Reply-To: <3aa908f00708030928n674c369br5404bcc7335b2d70@mail.gmail.com> References: <3aa908f00708030928n674c369br5404bcc7335b2d70@mail.gmail.com> Message-ID: <3aa908f00708050731u7f169f0ewaf85e3f75c3132ad@mail.gmail.com> Hi, it's me again. I really need to get this fixed so if there is anybody that can help me, I will be very gratefull. -- lp Jan Han?i? http://hancic.info On 8/3/07, Jan Han?i? wrote: > > Hello everybody! > > I am setting up a site with typo3 on ubuntu (both latest version). Ubuntu > is loaded as a virtual machine if that makes any difference for my > situation. > All is working except indexing of external files. Now I don't know if I > just don't understand how this is suppose to work, or if I miss-configured > something. > > I have followed this tutorial: http://wiki.typo3.org/index.php/Ext_crawler > > Now: > - I have installed all the programs for parsing (pdfinfo, unzip, ...) > - I have installed php5-cli > - I have setup the cron job for > typo3conf/ext/crawler/cli/crawler_cli.phpsh, and guessing from the log files > it is running > - I have created the _cli_crawler BE user > - I have put the TSconfig from the link above in to my root page > - I have created a not in menu page under the root page > - I have created a indexing configuration (type=external files) on the > above page, that points to "files/" under fileadmin (must I type > "fileadmin/files/" or is "files/" enough?) > > Now I have tried something: I have created a simple content and created a > link to a PDF file that is somewhere in fileadmin. If I then go to > Web->Info->Crawler and click refresh next to the page that the content is on > (and after that click refresh on all the entries that appear bellow that > page), I can find that file using search in FE (so indexing of files works). > > > But I can't figure out how to configure the crawler to index files under > "fileadmin/files/" automatically (say every day at a given hour). > Can somebody please help me with this? I have been struggling with this > for a couple of days now without much success. > > > -- > lp > Jan Han?i? > http://hancic.info From elmar07 at googlemail.com Sun Aug 5 17:48:04 2007 From: elmar07 at googlemail.com (Elmar Hinz) Date: Sun, 05 Aug 2007 17:48:04 +0200 Subject: [TYPO3] [TYPO3-ect] lib/div: Next to last milestone to beta release Message-ID: Hi developers, today the Extension Coordination Team (ECT) has published the "next to last" milestone for the beta realease of lib/div. Please test the libraries and extensions and report bugs to the bugtracker. Libraries: * div * lib * kickstarter__mvc Tutorials: * apples * bananas * cherries Related extensions: * ect * pear * cal * partner/party * jquery * extjs * xajax Applications: * bananas * efaq Many thanks to all contributors and to the maintainers of coordinated extensions and to those people who maintain the infrastructure that enables the common work. If you want to bring your own contributions, features and functions: Feature freeze is scheduled for 07/08/15. Kind regards Elmar Hinz -- Leading programmer of lib/div (MVC) Object orientated library for extension development http://wiki.typo3.org/index.php/MVC_Framework NG:typo3.teams.extension-coordination From patbraun at nospam.com Sun Aug 5 20:57:21 2007 From: patbraun at nospam.com (Patrick Braun) Date: Sun, 5 Aug 2007 18:57:21 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' Message-ID: Hi all, I need help in order to find a workaround to solve a RealURL problem. I'm converting a static HTML site to T3 4.1.1 using RealURL 1.1.0 and RealURL management 0.1.0. The goal is to preserve the current Google indexing. However, there is a particular page whose URL has a page-file named aaaa-aaa--AAA.html. I know the name is uglily formatted but that's the way it is. I entered the 'Speaking URL path segment' as: 'aaaa-aaa--AAA', but RealURL creates a 'Pagepath' that reads: '/dir/aaaa-aaa-aaa' instead of '/dir/aaaa-aaa--AAA'. I.E. '--' is replaced by '-' and 'AAA' by 'aaa'. Of course I could edit the 'Pagepath' in order to solve the problem, BUT, if for some reason the Pagepath is erased it will be recreated in the wrong way leading the original URL to a 404 error. There is another problem too. At the Menu the Pagetitle reads 'title ->'. The '->' dissapears if RealURL recreates the wrongly formatted Pagepath. Question: How could I force RealURL to use a verbatim 'Speaking URL path segment' despite of the fact that it's wrongly formatted? Thanks for your time. Patrick From bedlamhotel at gmail.com Sun Aug 5 21:16:13 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Sun, 5 Aug 2007 12:16:13 -0700 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: <2b6e984e0708051216t6e724344xfdbf940a90fa5fb4@mail.gmail.com> Hi, On 8/5/07, Patrick Braun wrote: > Hi all, > > I need help in order to find a workaround to solve a RealURL problem. > > I'm converting a static HTML site to T3 4.1.1 using RealURL 1.1.0 and RealURL > management 0.1.0. The goal is to preserve the current Google indexing. > However, there is a particular page whose URL has a page-file named aaaa-aaa--AAA.html. > I know the name is uglily formatted but that's the way it is. > > I entered the 'Speaking URL path segment' as: 'aaaa-aaa--AAA', but RealURL > creates a 'Pagepath' that reads: '/dir/aaaa-aaa-aaa' instead of '/dir/aaaa-aaa--AAA'. > I.E. '--' is replaced by '-' and 'AAA' by 'aaa'. > > Of course I could edit the 'Pagepath' in order to solve the problem, BUT, > if for some reason the Pagepath is erased it will be recreated in the wrong > way leading the original URL to a 404 error. There is another problem too. > At the Menu the Pagetitle reads 'title ->'. The '->' dissapears if RealURL > recreates the wrongly formatted Pagepath. > > Question: How could I force RealURL to use a verbatim 'Speaking URL path > segment' despite of the fact that it's wrongly formatted? I can't actually answer your question directly, but it might be worth your while to consider using RealURL's redirect tool (look in Web > Info > Speaking URL Management > Redirects) to create 301 redirects from the old urls to the new instead. -- Christopher Torgalson http://www.typo3apprentice.com/ From patbraun at nospam.com Sun Aug 5 21:45:12 2007 From: patbraun at nospam.com (Patrick Braun) Date: Sun, 5 Aug 2007 19:45:12 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Christopher, > I can't actually answer your question directly, but it might be worth > your while to consider using RealURL's redirect tool (look in Web > > Info>> Speaking URL Management > Redirects) to create 301 redirects Info>> > from the old urls to the new instead. The site owner hates 301 redirects cause Google takes quite a long time to index the new URL. Besides I have found near 100 pages out of 5000+ facing the same problem. That's why I suggested him to modify those pages one by one in order to make it easier to handle. Any other suggestion? From mjsdesign at gmail.com Sun Aug 5 22:06:34 2007 From: mjsdesign at gmail.com (Marc Boivin) Date: Sun, 5 Aug 2007 16:06:34 -0400 Subject: [TYPO3] tt_content element don't get rendered in my front end Message-ID: Hi all, I have an issue with TemplaVoil?. If I create a Data Structure with an element that accepts tt_content items, I can add tt_content items in the backend. However, when I render the front end, I see nothing, nada. I get no error, and I can't figure out what the issue is. The XML looks alright, although IK'm no expert in DS markup: The XML DS of the tt_content element: Liste recettes (Liste des recettes) ce | ]]> 1 div:inner group db tt_content 5 200 0 1 1 And the stored xml for that element in the page entry: 6 Now the tt_content id 6 does exists and has content in it. So the issue is not a missing entry. Any ideas, tests I could try? TIA Marc Boivin From gu-jonss at online.no Sun Aug 5 23:18:42 2007 From: gu-jonss at online.no (Gunnar Jonsson) Date: Sun, 5 Aug 2007 23:18:42 +0200 Subject: [TYPO3] Missing php file in testsite Message-ID: I am looking into the documentation for using scripts in TYPO3. I had a look into the TYPO3 testsite and found an example for using the Script content element in connection with user defined php script. That example was "ODP grabber plugin (example)". However, that example does not seem to function, since the php file is missing in the fileadmin directory. In the template it says that it should be a file called: fileadmin/class.user_odp_example.php Does anyone have a copy of that file, which is missing in the testsite? I am looking into this because I want to know how to refer to the data in the "parameter" field, in the script content element, from the php file? Regards, Gunnar Jonsson From gmatyi at freemail.hu Sun Aug 5 23:47:43 2007 From: gmatyi at freemail.hu (Matyi =?utf-8?q?G=C3=A1bor?=) Date: Sun, 5 Aug 2007 23:47:43 +0200 Subject: [TYPO3] timtab: no news_id given Message-ID: <200708052347.43997.gmatyi@freemail.hu> Hi! I'm trying get the timtab blog to work, but no posts are shown. Only a no news_id given text appear. I followed the instructions from this document http://typo3.org/documentation/document-library/extension-manuals/timtab/0.5.11/view/1/3/ but there isn't any hint for this situation. Could somebody help me? Thanks Gabor Matyi From bstoltz81 at comcast.net Mon Aug 6 02:23:35 2007 From: bstoltz81 at comcast.net (Bill Stoltz) Date: Sun, 05 Aug 2007 20:23:35 -0400 Subject: [TYPO3] Dynamic TS? Message-ID: Hello list. I want to make an extension that would allow a non-admin BE user to be able to change colors in the template, and also select from a couple pre-determined menu formats, or upload a background image. The idea is to give users more control over the color and look of their pages, within pre-defined template limits. And not having to give them admin access to the entire site. I have search the list and web and I have not found any good examples of anything like this. My current thinking is either find some hooks (not sure this will even work) or something like Dynamic TypoScript? I have seen the Dynamic CSS extension, which uses markers in your CSS file, and preprocessed the file to make the changes dynamic. I am wondering how I could make TS dynamic. So, if a BE user edited something in a module or updated a content element, that that I could have an extension update the PAGE TEMPLATE TS? for example, the user is give a choice of 2 menus, one text, other graphical. based on what they select I would update page.10.subparts.menu_1 < lib.textmenu or page.10.subparts.menu_1 < lib.gmenu This seems easy as admin in the BE template module. Just edit the record. done. But are there any examples of extensions doing this? Thanks in advance for any help or suggestions. Bill Stoltz From jr at concare.net Mon Aug 6 08:35:24 2007 From: jr at concare.net (Jacob Rasmussen - Concare IT) Date: Mon, 06 Aug 2007 08:35:24 +0200 Subject: [TYPO3] Cant FELogin after upgrade to 4.1.2 In-Reply-To: References: Message-ID: Hi, There are changes in TCA for fe_users when you upgrade from 4.0.x to 4.1.x, so try using the compare function in the install tool (Database analyser). Rgds Jacob Rasmussen > > After upgrading my TYPO3 from 4.0.5 to 4.1.2 FELogin feature stopped > working. Using newloginbox or standard login form. > Did I missed something? > > Regards > Pawe? Stanis?awczuk > From dmitry at typo3.org Mon Aug 6 08:57:02 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 09:57:02 +0300 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi! Patrick Braun wrote: > I entered the 'Speaking URL path segment' as: 'aaaa-aaa--AAA', but > RealURL creates a 'Pagepath' that reads: '/dir/aaaa-aaa-aaa' instead of > '/dir/aaaa-aaa--AAA'. I.E. '--' is replaced by '-' and 'AAA' by 'aaa'. I can confirm that it works this way but we cannot change it now because someone may rely on such behavior. Sorry :( You can go with .htaccess and internal redirects. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Mon Aug 6 09:00:58 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 10:00:58 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: <902C51532BDBD64C9AD7C2C7DF4CF11324F60F@calkinsmailsvr.calkinsmediamail.loc> Message-ID: ries van Twisk wrote: > If you really want to go for PHP then I think TYPO3 is the best choice. > Just be prepared for your situation to do custom extensions > for your specific situation. TYPO3 is that good in handling > large number of records 'out of the box'. You mention > that you will have 1.5mil records. > I would suggest leave that in your current DB since properly > that is correctly normalized. I know situations > that typo3 can really slow down because they way the DB is organized (as > a flat file system... basically). Also be prepared that the default > search system will not fit your needs because of slowness and > they way it works. There are patches for that, or use other tools > like MnoGoSearch. I made a typo3 extension that integrated mnoGoSearch. Not 100% finished but works fine and reindexes only modified pages without a need to walk the whole site. Much less resource-hungry than default search... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Mon Aug 6 09:03:34 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 10:03:34 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Osipov Dan wrote: > System resources are a minor issue - we are currently running our site > on 8 dedicated servers. We were told we need to triple that number to > run Drupal. Is that the case with Typo3? It is impossible to answer this question because answer depends on your page content. There are different types of objects in typo3. If you use only cachable objects, you will need less servers than when you have one non-cachable object. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Mon Aug 6 09:05:09 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 10:05:09 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Hi! Valery Romanchev wrote: > Disadvantages: > - you have to use other software for community functionality There are some comunity plugins in typo3, others can be done for this project. > - performance for not cached pages can be low. for example > http://www.wciom.ru home pages is generated in 5-12 sec (if no cache) Possibly too much work is done in FE extensions, while it could be done while saving items in BE... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From adolorata at yahoo.com Mon Aug 6 09:09:32 2007 From: adolorata at yahoo.com (daniela jovceva) Date: Mon, 6 Aug 2007 00:09:32 -0700 (PDT) Subject: [TYPO3] TYPO3-english Digest, Vol 47, Issue 16 Message-ID: <337692.63091.qm@web33502.mail.mud.yahoo.com> Hi Jan For indexing files use macromedia dream weaver 8 Regards,Dani ----- Original Message ---- From: "typo3-english-request at lists.netfielders.de" To: typo3-english at lists.netfielders.de Sent: Monday, August 6, 2007 9:00:04 AM Subject: TYPO3-english Digest, Vol 47, Issue 16 Send TYPO3-english mailing list submissions to typo3-english at lists.netfielders.de To subscribe or unsubscribe via the World Wide Web, visit http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english or, via email, send a message with subject or body 'help' to typo3-english-request at lists.netfielders.de You can reach the person managing the list at typo3-english-owner at lists.netfielders.de When replying, please edit your Subject line so it is more specific than "Re: Contents of TYPO3-english digest..." Today's Topics: 1. Re: Indexing external files with crawler ( Jan Han?i? ) 2. [TYPO3-ect] lib/div: Next to last milestone to beta release (Elmar Hinz) 3. RealURL modifies my 'Speaking URL path segment' (Patrick Braun) 4. Re: RealURL modifies my 'Speaking URL path segment' (Christopher Torgalson) 5. Re: RealURL modifies my 'Speaking URL path segment' (Patrick Braun) 6. tt_content element don't get rendered in my front end (Marc Boivin) 7. Missing php file in testsite (Gunnar Jonsson) 8. timtab: no news_id given (Matyi G?bor) 9. Dynamic TS? (Bill Stoltz) 10. Re: Cant FELogin after upgrade to 4.1.2 (Jacob Rasmussen - Concare IT) 11. Re: RealURL modifies my 'Speaking URL path segment' (Dmitry Dulepov [typo3]) ---------------------------------------------------------------------- Message: 1 Date: Sun, 5 Aug 2007 16:31:41 +0200 From: " Jan Han?i? " Subject: Re: [TYPO3] Indexing external files with crawler To: typo3-english at lists.netfielders.de Message-ID: <3aa908f00708050731u7f169f0ewaf85e3f75c3132ad at mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Hi, it's me again. I really need to get this fixed so if there is anybody that can help me, I will be very gratefull. -- lp Jan Han?i? http://hancic.info On 8/3/07, Jan Han?i? wrote: > > Hello everybody! > > I am setting up a site with typo3 on ubuntu (both latest version). Ubuntu > is loaded as a virtual machine if that makes any difference for my > situation. > All is working except indexing of external files. Now I don't know if I > just don't understand how this is suppose to work, or if I miss-configured > something. > > I have followed this tutorial: http://wiki.typo3.org/index.php/Ext_crawler > > Now: > - I have installed all the programs for parsing (pdfinfo, unzip, ...) > - I have installed php5-cli > - I have setup the cron job for > typo3conf/ext/crawler/cli/crawler_cli.phpsh, and guessing from the log files > it is running > - I have created the _cli_crawler BE user > - I have put the TSconfig from the link above in to my root page > - I have created a not in menu page under the root page > - I have created a indexing configuration (type=external files) on the > above page, that points to "files/" under fileadmin (must I type > "fileadmin/files/" or is "files/" enough?) > > Now I have tried something: I have created a simple content and created a > link to a PDF file that is somewhere in fileadmin. If I then go to > Web->Info->Crawler and click refresh next to the page that the content is on > (and after that click refresh on all the entries that appear bellow that > page), I can find that file using search in FE (so indexing of files works). > > > But I can't figure out how to configure the crawler to index files under > "fileadmin/files/" automatically (say every day at a given hour). > Can somebody please help me with this? I have been struggling with this > for a couple of days now without much success. > > > -- > lp > Jan Han?i? > http://hancic.info ------------------------------ Message: 2 Date: Sun, 05 Aug 2007 17:48:04 +0200 From: Elmar Hinz Subject: [TYPO3] [TYPO3-ect] lib/div: Next to last milestone to beta release To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=us-ascii Hi developers, today the Extension Coordination Team (ECT) has published the "next to last" milestone for the beta realease of lib/div. Please test the libraries and extensions and report bugs to the bugtracker. Libraries: * div * lib * kickstarter__mvc Tutorials: * apples * bananas * cherries Related extensions: * ect * pear * cal * partner/party * jquery * extjs * xajax Applications: * bananas * efaq Many thanks to all contributors and to the maintainers of coordinated extensions and to those people who maintain the infrastructure that enables the common work. If you want to bring your own contributions, features and functions: Feature freeze is scheduled for 07/08/15. Kind regards Elmar Hinz -- Leading programmer of lib/div (MVC) Object orientated library for extension development http://wiki.typo3.org/index.php/MVC_Framework NG:typo3.teams.extension-coordination ------------------------------ Message: 3 Date: Sun, 5 Aug 2007 18:57:21 +0000 (UTC) From: Patrick Braun Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=iso-8859-1; format=flowed Hi all, I need help in order to find a workaround to solve a RealURL problem. I'm converting a static HTML site to T3 4.1.1 using RealURL 1.1.0 and RealURL management 0.1.0. The goal is to preserve the current Google indexing. However, there is a particular page whose URL has a page-file named aaaa-aaa--AAA.html. I know the name is uglily formatted but that's the way it is. I entered the 'Speaking URL path segment' as: 'aaaa-aaa--AAA', but RealURL creates a 'Pagepath' that reads: '/dir/aaaa-aaa-aaa' instead of '/dir/aaaa-aaa--AAA'. I.E. '--' is replaced by '-' and 'AAA' by 'aaa'. Of course I could edit the 'Pagepath' in order to solve the problem, BUT, if for some reason the Pagepath is erased it will be recreated in the wrong way leading the original URL to a 404 error. There is another problem too. At the Menu the Pagetitle reads 'title ->'. The '->' dissapears if RealURL recreates the wrongly formatted Pagepath. Question: How could I force RealURL to use a verbatim 'Speaking URL path segment' despite of the fact that it's wrongly formatted? Thanks for your time. Patrick ------------------------------ Message: 4 Date: Sun, 5 Aug 2007 12:16:13 -0700 From: "Christopher Torgalson" Subject: Re: [TYPO3] RealURL modifies my 'Speaking URL path segment' To: "TYPO3 English" Message-ID: <2b6e984e0708051216t6e724344xfdbf940a90fa5fb4 at mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi, On 8/5/07, Patrick Braun wrote: > Hi all, > > I need help in order to find a workaround to solve a RealURL problem. > > I'm converting a static HTML site to T3 4.1.1 using RealURL 1.1.0 and RealURL > management 0.1.0. The goal is to preserve the current Google indexing. > However, there is a particular page whose URL has a page-file named aaaa-aaa--AAA.html. > I know the name is uglily formatted but that's the way it is. > > I entered the 'Speaking URL path segment' as: 'aaaa-aaa--AAA', but RealURL > creates a 'Pagepath' that reads: '/dir/aaaa-aaa-aaa' instead of '/dir/aaaa-aaa--AAA'. > I.E. '--' is replaced by '-' and 'AAA' by 'aaa'. > > Of course I could edit the 'Pagepath' in order to solve the problem, BUT, > if for some reason the Pagepath is erased it will be recreated in the wrong > way leading the original URL to a 404 error. There is another problem too. > At the Menu the Pagetitle reads 'title ->'. The '->' dissapears if RealURL > recreates the wrongly formatted Pagepath. > > Question: How could I force RealURL to use a verbatim 'Speaking URL path > segment' despite of the fact that it's wrongly formatted? I can't actually answer your question directly, but it might be worth your while to consider using RealURL's redirect tool (look in Web > Info > Speaking URL Management > Redirects) to create 301 redirects from the old urls to the new instead. -- Christopher Torgalson http://www.typo3apprentice.com/ ------------------------------ Message: 5 Date: Sun, 5 Aug 2007 19:45:12 +0000 (UTC) From: Patrick Braun Subject: Re: [TYPO3] RealURL modifies my 'Speaking URL path segment' To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=iso-8859-1; format=flowed Hi Christopher, > I can't actually answer your question directly, but it might be worth > your while to consider using RealURL's redirect tool (look in Web > > Info>> Speaking URL Management > Redirects) to create 301 redirects Info>> > from the old urls to the new instead. The site owner hates 301 redirects cause Google takes quite a long time to index the new URL. Besides I have found near 100 pages out of 5000+ facing the same problem. That's why I suggested him to modify those pages one by one in order to make it easier to handle. Any other suggestion? ------------------------------ Message: 6 Date: Sun, 5 Aug 2007 16:06:34 -0400 From: "Marc Boivin" Subject: [TYPO3] tt_content element don't get rendered in my front end To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have an issue with TemplaVoil?. If I create a Data Structure with an element that accepts tt_content items, I can add tt_content items in the backend. However, when I render the front end, I see nothing, nada. I get no error, and I can't figure out what the issue is. The XML looks alright, although IK'm no expert in DS markup: The XML DS of the tt_content element: Liste recettes (Liste des recettes) ce | ]]> 1 div:inner group db tt_content 5 200 0 1 1 And the stored xml for that element in the page entry: 6 Now the tt_content id 6 does exists and has content in it. So the issue is not a missing entry. Any ideas, tests I could try? TIA Marc Boivin ------------------------------ Message: 7 Date: Sun, 5 Aug 2007 23:18:42 +0200 From: "Gunnar Jonsson" Subject: [TYPO3] Missing php file in testsite To: typo3-english at lists.netfielders.de Message-ID: I am looking into the documentation for using scripts in TYPO3. I had a look into the TYPO3 testsite and found an example for using the Script content element in connection with user defined php script. That example was "ODP grabber plugin (example)". However, that example does not seem to function, since the php file is missing in the fileadmin directory. In the template it says that it should be a file called: fileadmin/class.user_odp_example.php Does anyone have a copy of that file, which is missing in the testsite? I am looking into this because I want to know how to refer to the data in the "parameter" field, in the script content element, from the php file? Regards, Gunnar Jonsson ------------------------------ Message: 8 Date: Sun, 5 Aug 2007 23:47:43 +0200 From: Matyi G?bor Subject: [TYPO3] timtab: no news_id given To: typo3-english at lists.netfielders.de Message-ID: <200708052347.43997.gmatyi at freemail.hu> Content-Type: text/plain; charset="utf-8" Hi! I'm trying get the timtab blog to work, but no posts are shown. Only a no news_id given text appear. I followed the instructions from this document http://typo3.org/documentation/document-library/extension-manuals/timtab/0.5.11/view/1/3/ but there isn't any hint for this situation. Could somebody help me? Thanks Gabor Matyi ------------------------------ Message: 9 Date: Sun, 05 Aug 2007 20:23:35 -0400 From: Bill Stoltz Subject: [TYPO3] Dynamic TS? To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello list. I want to make an extension that would allow a non-admin BE user to be able to change colors in the template, and also select from a couple pre-determined menu formats, or upload a background image. The idea is to give users more control over the color and look of their pages, within pre-defined template limits. And not having to give them admin access to the entire site. I have search the list and web and I have not found any good examples of anything like this. My current thinking is either find some hooks (not sure this will even work) or something like Dynamic TypoScript? I have seen the Dynamic CSS extension, which uses markers in your CSS file, and preprocessed the file to make the changes dynamic. I am wondering how I could make TS dynamic. So, if a BE user edited something in a module or updated a content element, that that I could have an extension update the PAGE TEMPLATE TS? for example, the user is give a choice of 2 menus, one text, other graphical. based on what they select I would update page.10.subparts.menu_1 < lib.textmenu or page.10.subparts.menu_1 < lib.gmenu This seems easy as admin in the BE template module. Just edit the record. done. But are there any examples of extensions doing this? Thanks in advance for any help or suggestions. Bill Stoltz ------------------------------ Message: 10 Date: Mon, 06 Aug 2007 08:35:24 +0200 From: Jacob Rasmussen - Concare IT Subject: Re: [TYPO3] Cant FELogin after upgrade to 4.1.2 To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, There are changes in TCA for fe_users when you upgrade from 4.0.x to 4.1.x, so try using the compare function in the install tool (Database analyser). Rgds Jacob Rasmussen > > After upgrading my TYPO3 from 4.0.5 to 4.1.2 FELogin feature stopped > working. Using newloginbox or standard login form. > Did I missed something? > > Regards > Pawe? Stanis?awczuk > ------------------------------ Message: 11 Date: Mon, 06 Aug 2007 09:57:02 +0300 From: "Dmitry Dulepov [typo3]" Subject: Re: [TYPO3] RealURL modifies my 'Speaking URL path segment' To: typo3-english at lists.netfielders.de Message-ID: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi! Patrick Braun wrote: > I entered the 'Speaking URL path segment' as: 'aaaa-aaa--AAA', but > RealURL creates a 'Pagepath' that reads: '/dir/aaaa-aaa-aaa' instead of > '/dir/aaaa-aaa--AAA'. I.E. '--' is replaced by '-' and 'AAA' by 'aaa'. I can confirm that it works this way but we cannot change it now because someone may rely on such behavior. Sorry :( You can go with .htaccess and internal redirects. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs ------------------------------ _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english End of TYPO3-english Digest, Vol 47, Issue 16 ********************************************* ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 From ab.becker at web.de Mon Aug 6 09:31:36 2007 From: ab.becker at web.de (Andreas Becker) Date: Mon, 6 Aug 2007 14:31:36 +0700 Subject: [TYPO3] Dynamic TS? In-Reply-To: References: Message-ID: Hi Bill Have a look to wec_config and you got what you want. Andi 2007/8/6, Bill Stoltz : > > Hello list. > > I want to make an extension that would allow a non-admin BE user to be > able to change colors in the template, and also select from a couple > pre-determined menu formats, or upload a background image. > > The idea is to give users more control over the color and look of their > pages, within pre-defined template limits. And not having to give them > admin access to the entire site. > > I have search the list and web and I have not found any good examples of > anything like this. > > My current thinking is either find some hooks (not sure this will even > work) or something like Dynamic TypoScript? I have seen the Dynamic CSS > extension, which uses markers in your CSS file, and preprocessed the > file to make the changes dynamic. > > I am wondering how I could make TS dynamic. So, if a BE user edited > something in a module or updated a content element, that that I could > have an extension update the PAGE TEMPLATE TS? > > for example, the user is give a choice of 2 menus, one text, other > graphical. based on what they select I would update > > page.10.subparts.menu_1 < lib.textmenu > or > page.10.subparts.menu_1 < lib.gmenu > > This seems easy as admin in the BE template module. Just edit the > record. done. > > But are there any examples of extensions doing this? > > Thanks in advance for any help or suggestions. > > Bill Stoltz > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From abram.pointet at epfl.ch Mon Aug 6 09:41:08 2007 From: abram.pointet at epfl.ch (abram) Date: Mon, 06 Aug 2007 09:41:08 +0200 Subject: [TYPO3] multilanguage with TV Message-ID: <46B6D094.4040203@epfl.ch> Hi just installed typo3 () and started a new single tree web site, I'm facing the following problem. I defined pages and their translations (french, german and english, french being the default one). I used the L variable to define the selected language The default language allows a correct of the pages but turning to germand or english, shows only the menus and submenus to be translated but not the content of the page. Does anybody know about such a behaviour? regards abram ----------------- abram pointet lausanne switzerland From list at space4typo3.de Mon Aug 6 09:54:13 2007 From: list at space4typo3.de (Juergen Hecht) Date: Mon, 06 Aug 2007 09:54:13 +0200 Subject: [TYPO3] CoolUri with hidden pages Message-ID: Hi, i have installed the Extension CoolUri which works very well. But i have some Problems with Pages which are not hidden but not shown in a menu. CoolUri didn't parse these Sites. Are there any typoscript settings which i have forgotten? Regads Juergen From dmitry at typo3.org Mon Aug 6 09:57:44 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 10:57:44 +0300 Subject: [TYPO3] multilanguage with TV In-Reply-To: References: Message-ID: Hi! Firsts, use your full name as asked by mailing list rules. abram wrote: > just installed typo3 () and started a new single tree web site, I'm > facing the following problem. > I defined pages and their translations (french, german and english, > french being the default one). > I used the L variable to define the selected language > The default language allows a correct of the pages but turning to > germand or english, > shows only the menus and submenus to be translated but not the content > of the page. > > Does anybody know about such a behaviour? Are you sure you did everything as described in "Frontend localization guide" document? By the way, TV problems are usually discussed in specially created TV mailing list... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From info at bednarik.org Mon Aug 6 10:38:51 2007 From: info at bednarik.org (Jan Bednarik) Date: Mon, 06 Aug 2007 10:38:51 +0200 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hey, > I'm converting a static HTML site to T3 4.1.1 using RealURL 1.1.0 and > RealURL management 0.1.0. The goal is to preserve the current Google > indexing. However, there is a particular page whose URL has a page-file > named aaaa-aaa--AAA.html. I know the name is uglily formatted but that's > the way it is. If you have decided to use CoolUri instead of RealURL, I could add option, that would suppress converting text in a page path. It might be useful for someone else too. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From info at bednarik.org Mon Aug 6 10:43:44 2007 From: info at bednarik.org (Jan Bednarik) Date: Mon, 06 Aug 2007 10:43:44 +0200 Subject: [TYPO3] CoolUri with hidden pages In-Reply-To: References: Message-ID: Hey, > i have installed the Extension CoolUri which works very well. > But i have some Problems with Pages which are not hidden but not shown > in a menu. > > CoolUri didn't parse these Sites. Are there any typoscript settings > which i have forgotten? well, if you don't display links to these pages on a site then they can't be processed and URL can't be generated. There's no TS settings since all setting is done using XML file. But there's no such setting either. However, there's one think you could try, that could work, set config.redirectOldLinksToNew = 1 and display the page using View from the BE. Or make the page visible, generate link a hide it again. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From ab.becker at web.de Mon Aug 6 10:45:58 2007 From: ab.becker at web.de (Andreas Becker) Date: Mon, 6 Aug 2007 15:45:58 +0700 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi Jan would be great for us too as some sites need to be converted from static to cooluri. Andreas Becker 2007/8/6, Jan Bednarik : > > Hey, > > > I'm converting a static HTML site to T3 4.1.1 using RealURL 1.1.0 and > > RealURL management 0.1.0. The goal is to preserve the current Google > > indexing. However, there is a particular page whose URL has a page-file > > named aaaa-aaa--AAA.html. I know the name is uglily formatted but that's > > the way it is. > > If you have decided to use CoolUri instead of RealURL, I could add > option, that would suppress converting text in a page path. It might be > useful for someone else too. > > -- > Jan Bednarik > www.bednarik.org - web about Typo3 in czech > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From jan.hancic at gmail.com Mon Aug 6 11:23:40 2007 From: jan.hancic at gmail.com (=?UTF-8?Q?Jan_Han=C4=8Di=C4=8D?=) Date: Mon, 6 Aug 2007 11:23:40 +0200 Subject: [TYPO3] Indexing external files with crawler In-Reply-To: <3aa908f00708050731u7f169f0ewaf85e3f75c3132ad@mail.gmail.com> References: <3aa908f00708030928n674c369br5404bcc7335b2d70@mail.gmail.com> <3aa908f00708050731u7f169f0ewaf85e3f75c3132ad@mail.gmail.com> Message-ID: <3aa908f00708060223m236449cfpbe4d65ffc45c6078@mail.gmail.com> I am really getting desperate here. I searched everywhere for a solution without success. I really tried, and now I am asking you, the helpful typo3 community for your help. I just need a hint or something, because I'm stuck and don't know what to do. -- lp Jan Han?i? http://hancic.info On 8/5/07, Jan Han?i? wrote: > > Hi, > > it's me again. I really need to get this fixed so if there is anybody that > can help me, I will be very gratefull. > > > -- > lp > Jan Han?i? > http://hancic.info > > On 8/3/07, Jan Han?i? wrote: > > > > Hello everybody! > > > > I am setting up a site with typo3 on ubuntu (both latest version). > > Ubuntu is loaded as a virtual machine if that makes any difference for my > > situation. > > All is working except indexing of external files. Now I don't know if I > > just don't understand how this is suppose to work, or if I miss-configured > > something. > > > > I have followed this tutorial: > > http://wiki.typo3.org/index.php/Ext_crawler > > > > Now: > > - I have installed all the programs for parsing (pdfinfo, unzip, ...) > > - I have installed php5-cli > > - I have setup the cron job for > > typo3conf/ext/crawler/cli/crawler_cli.phpsh, and guessing from the log files > > it is running > > - I have created the _cli_crawler BE user > > - I have put the TSconfig from the link above in to my root page > > - I have created a not in menu page under the root page > > - I have created a indexing configuration (type=external files) on the > > above page, that points to "files/" under fileadmin (must I type > > "fileadmin/files/" or is "files/" enough?) > > > > Now I have tried something: I have created a simple content and created > > a link to a PDF file that is somewhere in fileadmin. If I then go to > > Web->Info->Crawler and click refresh next to the page that the content is on > > (and after that click refresh on all the entries that appear bellow that > > page), I can find that file using search in FE (so indexing of files works). > > > > > > But I can't figure out how to configure the crawler to index files under > > "fileadmin/files/" automatically (say every day at a given hour). > > Can somebody please help me with this? I have been struggling with this > > for a couple of days now without much success. > > > > > > -- > > lp > > Jan Han?i? > > http://hancic.info > > From John.de.Stigter at bedrijvenweb.nl Mon Aug 6 11:38:14 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Mon, 6 Aug 2007 11:38:14 +0200 Subject: [TYPO3] Special char in XML language file Message-ID: <03C096612B5E36419709A2032F669687A6323D@PEHSERVER.PEH.local> Hi list, I'm having trouble with special chars in my xml language file. The encoding of the xml is defined as utf-8. The output of the website as iso-8859-1. 1. When I put the character "?" the website will show a questionmark (in the source code as well). 2. When I try "é" I get a php error telling me that this entity was not decalared. 3. When I try "é" the questionmark shows up. What am I supposed to do? Cheerios, RJ From dmitry at typo3.org Mon Aug 6 11:45:35 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 12:45:35 +0300 Subject: [TYPO3] Special char in XML language file In-Reply-To: References: Message-ID: John de Stigter wrote: > The encoding of the xml is defined as utf-8. The output of the website as iso-8859-1. How have you defined that output is iso-8859-1? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From patbraun at nospam.com Mon Aug 6 13:25:39 2007 From: patbraun at nospam.com (Patrick Braun) Date: Mon, 6 Aug 2007 11:25:39 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan > If you have decided to use CoolUri instead of RealURL, I could add > option, that would suppress converting text in a page path. It might > be useful for someone else too. I have not tried CoolURI yet but have read just some articles here and there. What worries me is how to replace the cumbersome RealURL by CoolURI without lossing what we have done so far. Thanks. From info at bednarik.org Mon Aug 6 13:55:52 2007 From: info at bednarik.org (Jan Bednarik) Date: Mon, 06 Aug 2007 13:55:52 +0200 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hey, > I have not tried CoolURI yet but have read just some articles here and > there. What worries me is how to replace the cumbersome RealURL by > CoolURI without lossing what we have done so far. > Thanks. Andi has written a great article about migration. Hopefully, he'll post a link and I will finally add it to my bookmarks so I won't have to ask him every time ;) -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From i2a at gmx.net Mon Aug 6 14:00:59 2007 From: i2a at gmx.net (Ingmar) Date: Mon, 6 Aug 2007 14:00:59 +0200 Subject: [TYPO3] Typo3 user/group management Message-ID: <20070806120001.M1179@quicknet.nl> Hi all, I am working with Typo3 for a moment now but have run into a problem. We are using multiple user groups with (at least) on group having ?global? site access. A problem occurs when a person from the ?global? access group creates a new page at some sub-tree accessible by a second group. A user in the second group is not able to edit/see the new page as he/she is not in the same group. At first we made sure the group sequence in the user accounts are the same but that only postpones the problem to when there is a third group ?. A second solution is to use one group and configure access via de file-mounts (the easy way according to the manual). But ?sometimes? a user from the third group needs to (only) read the file-mount (or pages) of the second group to create a internal-link catch-22?. Is there a way around this problem that I don?t see? Or is there a possibility to setup the way new pages are created, with what access variables, group or even inherent some variables from the parent page? Regards, I. Alting From John.de.Stigter at bedrijvenweb.nl Mon Aug 6 14:05:26 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Mon, 6 Aug 2007 14:05:26 +0200 Subject: [TYPO3] Special char in XML language file In-Reply-To: Message-ID: <03C096612B5E36419709A2032F669687A6323E@PEHSERVER.PEH.local> > > The encoding of the xml is defined as utf-8. The output of > > the website as iso-8859-1. > > How have you defined that output is iso-8859-1? > config { metaCharset = iso-8859-1 additionalHeaders = content="text/html; charset=iso-8859-1" } Wich results in: RJ From info at bednarik.org Mon Aug 6 14:16:49 2007 From: info at bednarik.org (Jan Bednarik) Date: Mon, 06 Aug 2007 14:16:49 +0200 Subject: [TYPO3] Special char in XML language file In-Reply-To: References: Message-ID: > config { > metaCharset = iso-8859-1 > additionalHeaders = content="text/html; charset=iso-8859-1" > } Installation -> All config -> forceCharset? -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From ab.becker at web.de Mon Aug 6 14:23:01 2007 From: ab.becker at web.de (Andreas Becker) Date: Mon, 6 Aug 2007 19:23:01 +0700 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi Patrick http://docs.google.com/View?docid=dd33gg45_3f8j96p Thats the link to the tutorial http://download.bednarik.org/URITransformer.pdf Thats the one to Jans detailed description of cooluris functions and how it works - starting from page 19 - It is his Thesis. Migrating is easy as jan made it possible to keep the speakingURL field from RealUrl. So if you have used it before you can continue to use it in cooluri. The best would be of course to make first a complete backup of your RealURL paths. As Cooluri has got an "oldLink" field which links to the "newLink" field even old URLs could be kept. Simply install Cooluri on a demo installation and write some paths into the cache. Then you see how they are stored. If you are using a Multidomainsite, then check the multidomain checkbox in the cooluri setup. Then the domain record will be placed infront of the URL. This way you can run many multidomains in one Tree keeping even the menustructure from top. Like having a "SiteMap" domain which shows all Pages of all your domains in the trees and then having new domain-root records in subtrees. Try it it has lots of features already build in and features you won't get at URL - like skipping Pathsegments in the URL when the Pathsegment would be in the middle of an URL. An interesting feature if you have stored i.e. your contact/info/tipafriend ... in a subfolder and don't want the subfolder to be displayed in the URL. Simply check the checkbox for skipping this page in the URLPathcreation and you are done. If you need help setting cooluri up Jan and I and guess even others by now would be glad to help you! If you get an idea what could be even be made better in cooluri then make a request to Jan before starting an own extension of an extension. This will help to keep cooluri as a very solid SINGLE Extension to rewrite URLs in a seofriendly way. Greetings Andreas Becker (T3Pack.org) From mangoo at wpkg.org Mon Aug 6 16:02:27 2007 From: mangoo at wpkg.org (Tomasz Chmielewski) Date: Mon, 06 Aug 2007 16:02:27 +0200 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? Message-ID: <46B729F3.1010507@wpkg.org> I have a slight problem with username/password protected pages. Overall it works fine, but recently I was notified that the protected pages are still in browser cache after user logs out. For example, let's say we have a Very-Important-Page, protected with username/password. User can see it after he logs in, and after he logs out, he's redirected to some other page. Everything fine till now. However, after pressing "back" button in the browser, anyone can see the content of this Very-Important-Page, which is of course undesired. Is there a workaround for that? I'm using TYPO3 4.1.1. -- Tomasz Chmielewski http://wpkg.org From John.de.Stigter at bedrijvenweb.nl Mon Aug 6 15:54:16 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Mon, 6 Aug 2007 15:54:16 +0200 Subject: [TYPO3] Typo3 user/group management In-Reply-To: <20070806120001.M1179@quicknet.nl> Message-ID: <03C096612B5E36419709A2032F669687A63240@PEHSERVER.PEH.local> Hi, I think wat might help you is the following confugration in the page Tsconfig (page properties). TCEMAIN.permissions { userid = 45 groupid = 15 group = 1 } Of course you will have to replace the values with the applicable uid's, but this will force newly created pages to contain a predefined owner, group and access setting. I have used this option in TYPO3 3.8, but I'm not sure if this still works for 4.0 versions. You might find more info on this topic here: http://typo3.org/documentation/document-library/references/doc_core_tsco nfig/4.1.0/view/1/3/ Cheerios, RJ > > > Hi all, > > I am working with Typo3 for a moment now but have run into a > problem. We are using multiple user groups with (at least) on > group having "global" site access. > > A problem occurs when a person from the "global" access group > creates a new page at some sub-tree accessible by a second > group. A user in the second group is not able to edit/see the > new page as he/she is not in the same group. > > At first we made sure the group sequence in the user accounts > are the same but that only postpones the problem to when > there is a third group L. > > A second solution is to use one group and configure access > via de file-mounts (the easy way according to the manual). > But "sometimes" a user from the third group needs to (only) > read the file-mount (or pages) of the second group to create > a internal-link catch-22.... > > Is there a way around this problem that I don't see? > > Or is there a possibility to setup the way new pages are > created, with what access variables, group or even inherent > some variables from the parent page? > > > Regards, > I. Alting > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From katja.lampela at lieska.net Mon Aug 6 16:08:31 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Mon, 6 Aug 2007 17:08:31 +0300 Subject: [TYPO3] Typo3 user/group management References: Message-ID: Hi Ingmar, Maybe you could check the page ts config http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/ and there TCEMAIN.permissions.userid/groupid. hth, Katja "Ingmar" kirjoitti viestiss?:mailman.300.1186401673.14781.typo3-english at lists.netfielders.de... > > Hi all, > > I am working with Typo3 for a moment now but have run into a problem. We > are using > multiple user groups with (at least) on group having "global" site access. > > A problem occurs when a person from the "global" access group creates a > new page at some > sub-tree accessible by a second group. A user in the second group is not > able to edit/see > the new page as he/she is not in the same group. > > At first we made sure the group sequence in the user accounts are the same > but that only > postpones the problem to when there is a third group ?. > > A second solution is to use one group and configure access via de > file-mounts (the easy > way according to the manual). But "sometimes" a user from the third group > needs to (only) > read the file-mount (or pages) of the second group to create a > internal-link catch-22.. > > Is there a way around this problem that I don't see? > > Or is there a possibility to setup the way new pages are created, with > what access > variables, group or even inherent some variables from the parent page? > > > Regards, > I. Alting > > From dmitry at typo3.org Mon Aug 6 16:08:39 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 06 Aug 2007 17:08:39 +0300 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? In-Reply-To: References: Message-ID: Hi! Tomasz Chmielewski wrote: > I have a slight problem with username/password protected pages. > > Overall it works fine, but recently I was notified that the protected > pages are still in browser cache after user logs out. > > For example, let's say we have a Very-Important-Page, protected with > username/password. User can see it after he logs in, and after he logs > out, he's redirected to some other page. Everything fine till now. > > However, after pressing "back" button in the browser, anyone can see the > content of this Very-Important-Page, which is of course undesired. > > Is there a workaround for that? I think you can send proper cache headers if user is logged in. Check TSRef/config for cache headers and TSRef/conditions to find how to detect if user is logged in. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From christoph at psysm.com Mon Aug 6 16:32:32 2007 From: christoph at psysm.com (=?ISO-8859-1?Q?Christoph_K=F6pernick?=) Date: Mon, 06 Aug 2007 16:32:32 +0200 Subject: [TYPO3] Backend search box permissions In-Reply-To: References: Message-ID: I can confirm this behavior: For non-admins only results from the the first web mount are shown (TYPO3 4.1.0). Has anyone opened a bug report on this? Aldo Polli wrote: > Hi, > I had a similar problem. > In the backend search the results that come out belong only to the > first webmount. > > > Jill E ha scritto: >> When non-admins try this in my instance of TYPO3, no results are >> returned for searches if the query is by page name (a page that the >> non-admin has read/write access to). It works for both admins and >> non-admins if the query is for a UID. Of course, a search by UID >> opens the page directly rather than returning a list of results. >> >> So there is not anything missing except for results in my case. I >> can't say whether this is the same for Jody. >> >> Jill Anderson >> >> On 11/30/06, Martin Mifsud wrote: >>> Is the frame missing, or just the search field? >>> >>> Martin >>> >>> Jody Cleveland wrote: >>>> Hello, >>>> >>>>> "Only "Admin"-users can access the shortcut frame in TYPO3 by >>>>> default. >>>>> Other users must have it enabled by the User TSconfig option, >>>>> "options.shortcutFrame = 1". See link below for details (Admins)." >>>> Sorry, should have clarified I had all ready tried that. >>>> >>>> - jody >>> -- >>> Martin Mifsud >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >>> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> >> >> > From mangoo at wpkg.org Mon Aug 6 17:04:08 2007 From: mangoo at wpkg.org (Tomasz Chmielewski) Date: Mon, 06 Aug 2007 17:04:08 +0200 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? In-Reply-To: References: Message-ID: <46B73868.9060105@wpkg.org> Dmitry Dulepov [typo3] schrieb: >> However, after pressing "back" button in the browser, anyone can see the >> content of this Very-Important-Page, which is of course undesired. >> >> Is there a workaround for that? > > I think you can send proper cache headers if user is logged in. Check > TSRef/config for cache headers and TSRef/conditions to find how to > detect if user is logged in. Hmm, I'm not sure. I tried disabling _all_ caching, by putting page.config.no_cache=1 to the main template/setup, and it didn't help. Perhaps the proxy wouldn't cache it, and the browser would delete it from cache after the browser closed - but it doesn't help for a mere "back" button. Unless I do it wrong. So I guess it must be something else? To compare, I tried to log in to my internet banking, then - logged out, and pressed "back" button. The browser complained that the form was using POST method, and if I really want to resend form data. After saying yes, I didn't see the my internet banking (obviously). I noticed my bank's HTML code contained the following where the login form was located: Perhaps that's what I should try to put on a TYPO3-generated page? Or do I get it all wrong? -- Tomasz Chmielewski http://wpkg.org From b.todd at emnet.co.uk Mon Aug 6 17:30:29 2007 From: b.todd at emnet.co.uk (Benjamin Todd) Date: Mon, 6 Aug 2007 16:30:29 +0100 Subject: [TYPO3] Distinguishing side menu from body menu Message-ID: <4C6EA7A76D8D454AAF367C28154B13CB50ACAA@HERCULES.emnet.emnet.co.uk> Hi List, I am doing a website that has a first level menu at the top - in the TV template. It also has a section menu at the side that displays a list of the sub pages of the currently viewed section (using sitemap CE?s). I now need to add tabs to some of my subpages for third tier pages. I have a class that sets up unordered lists horizontally but I can?t give my tab menu the style using tt_content.menu.20.1.wrap because it also formats the side menu as horizontal. So what I am looking for is any of these solutions. 1) A way to add the side menu site map (?subpages of these pages? style) to the TV template. Can I set it up so its is a menu of subpages to the parent of the page currently viewed? 2) A way to remove the csc-menu csc-menu-1 class from the sidemenu (which is mapped to a different content area to the main content area) 3) A way to add the inlinelist class to sitemap in the main content area only, or to the individual sitemap used for the tabs menu. Any help with be really really super. Thanks, Ben ? ------------------------ Benjamin Todd Web Developer b.todd at emnet.co.uk EMNET, PO Box 559, Nottingham, NG1 3LB Tel: +44 (0)115 956 8260 Fax: +44 (0)115 956 8264 www.emnet.co.uk Company Registration No. 3144383 - VAT No. 694 620 609 - Registered Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS www.emnetsolutions.co.uk Company Registration No. 05384178 - VAT No. 856 671 781 - Registered office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS From dpino at igalia.com Mon Aug 6 17:33:19 2007 From: dpino at igalia.com (Diego Pino Garcia) Date: Mon, 06 Aug 2007 17:33:19 +0200 Subject: [TYPO3] Indexing external files with crawler In-Reply-To: References: Message-ID: <46B73F3F.4010400@igalia.com> Hi Jan! > > I am setting up a site with typo3 on ubuntu (both latest version). Ubuntu > is loaded as a virtual machine if that makes any difference for my > situation. > All is working except indexing of external files. Now I don't know if I > just don't understand how this is suppose to work, or if I miss-configured > something. > > I have followed this tutorial: http://wiki.typo3.org/index.php/Ext_crawler > > Now: > - I have installed all the programs for parsing (pdfinfo, unzip, ...) > - I have installed php5-cli > - I have setup the cron job for > typo3conf/ext/crawler/cli/crawler_cli.phpsh, and guessing from the log files > it is running > - I have created the _cli_crawler BE user > - I have put the TSconfig from the link above in to my root page > - I have created a not in menu page under the root page > - I have created a indexing configuration (type=external files) on the > above page, that points to "files/" under fileadmin (must I type > "fileadmin/files/" or is "files/" enough?) > > Now I have tried something: I have created a simple content and created a > link to a PDF file that is somewhere in fileadmin. If I then go to > Web->Info->Crawler and click refresh next to the page that the content is on > (and after that click refresh on all the entries that appear bellow that > page), I can find that file using search in FE (so indexing of files works). As far as I know, crawler do not crawls system folders on your tree for indexing. To check that, just: Info->Site Crawler. Click on the root node of you tree, and select Infite. Press Crawl URLs. That will build all the URLs for your site (based on your typoscript configuration). You can see then, that there is not URL built for system folder, so its contents are never indexed. I do not whether there is any option or some typoscript you may use to do crawl system folders. > > > But I can't figure out how to configure the crawler to index files under > "fileadmin/files/" automatically (say every day at a given hour). > Can somebody please help me with this? I have been struggling with this > for a couple of days now without much success. > If you are OK with making new pages and pointing to external contents stored on your fileadmin/files/, then you could just simply add a new cron task to crawl and index your contents everyday at a certain time od the day. Instead of the cli/crawler_cli.phpsh use cli_dispacth.php (this is preferred since Typo4.1). Calling cli_dispatch allows you to pass conf parameters. You set the cript to start crawling from a certain PID or setting crawl depth. Please, check http://typo3.org/documentation/document-library/extension-manuals/crawler/2.0.0/view/1/3/ for more info. For instance, /typo3_src-4.1/typo3/cli_dispatch.phpsh crawler_im 3 -d 1 -proc tx_indexedsearch_reindex (will crawl from PID 3, one level down) Then add parameter -o exec, to process the queu right away. Set a new task at your cronttab to perform this thing everyday at midnight for example. 0 0 * * * * /typo3_src-4.1/typo3/cli_dispatch crawler_im 3 -d 1 -proc tx_indexedsearch_reindex -o exec And that's all. I do not know whether this was what you were asking for, I hope, at least, it has brought a shed of light. Best regards, Diego From ab.becker at web.de Mon Aug 6 17:40:45 2007 From: ab.becker at web.de (Andreas Becker) Date: Mon, 6 Aug 2007 22:40:45 +0700 Subject: [TYPO3] Distinguishing side menu from body menu In-Reply-To: <4C6EA7A76D8D454AAF367C28154B13CB50ACAA@HERCULES.emnet.emnet.co.uk> References: <4C6EA7A76D8D454AAF367C28154B13CB50ACAA@HERCULES.emnet.emnet.co.uk> Message-ID: Hi Benjamin Why don't you setup 2 Menues 1st level One Horizontal as lib.mainmenu anotherone as lib.altmenu starting at 2nd level You could even setup a third Menu for the Tabs starting at the level you wish, you only need to name it other then the 2 above mentioned i.e. lib.submenu or lib.thirdmenu Then you plave a div where you want to plave the specific menues in the template - and map it to the specific lib.somemenu (One of your menus) As an example you can find these kind of structures in the WEC_StarterPackages at www.webempoweredchurch.org Good Luck Andreas Becker (T3Pack.org) 2007/8/6, Benjamin Todd : > > Hi List, > > I am doing a website that has a first level menu at the top - in the TV > template. It also has a section menu at the side that displays a list of the > sub pages of the currently viewed section (using sitemap CE's). > I now need to add tabs to some of my subpages for third tier pages. I have > a class that sets up unordered lists horizontally but I can't give my tab > menu the style using tt_content.menu.20.1.wrap because it also formats the > side menu as horizontal. So what I am looking for is any of these solutions. > > 1) A way to add the side menu site map ("subpages of these pages" style) > to the TV template. Can I set it up so its is a menu of subpages to the > parent of the page currently viewed? > 2) A way to remove the csc-menu csc-menu-1 class from the sidemenu (which > is mapped to a different content area to the main content area) > 3) A way to add the inlinelist class to sitemap in the main content area > only, or to the individual sitemap used for the tabs menu. > > Any help with be really really super. > > Thanks, > Ben ? > > ------------------------ > Benjamin Todd > Web Developer > > b.todd at emnet.co.uk > EMNET, PO Box 559, Nottingham, NG1 3LB > Tel: +44 (0)115 956 8260 > Fax: +44 (0)115 956 8264 > > www.emnet.co.uk > Company Registration No. 3144383 - VAT No. 694 620 609 - Registered > Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS > > www.emnetsolutions.co.uk > Company Registration No. 05384178 - VAT No. 856 671 781 - Registered > office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From b.todd at emnet.co.uk Mon Aug 6 18:06:39 2007 From: b.todd at emnet.co.uk (Benjamin Todd) Date: Mon, 6 Aug 2007 17:06:39 +0100 Subject: [TYPO3] Distinguishing side menu from body menu In-Reply-To: References: <4C6EA7A76D8D454AAF367C28154B13CB50ACAA@HERCULES.emnet.emnet.co.uk> Message-ID: <4C6EA7A76D8D454AAF367C28154B13CB50ACB6@HERCULES.emnet.emnet.co.uk> Thanks Andreas, that?s the answer I am looking :D I'm being a bit dim today :/ Cheers, Ben :) ------------------------ Benjamin Todd Web Developer b.todd at emnet.co.uk EMNET, PO Box 559, Nottingham, NG1 3LB Tel: +44 (0)115 956 8260 Fax: +44 (0)115 956 8264 www.emnet.co.uk Company Registration No. 3144383 - VAT No. 694 620 609 - Registered Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS www.emnetsolutions.co.uk Company Registration No. 05384178 - VAT No. 856 671 781 - Registered office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Andreas Becker Sent: 06 August 2007 04:41 PM To: TYPO3 English Subject: Re: [TYPO3] Distinguishing side menu from body menu Hi Benjamin Why don't you setup 2 Menues 1st level One Horizontal as lib.mainmenu anotherone as lib.altmenu starting at 2nd level You could even setup a third Menu for the Tabs starting at the level you wish, you only need to name it other then the 2 above mentioned i.e. lib.submenu or lib.thirdmenu Then you plave a div where you want to plave the specific menues in the template - and map it to the specific lib.somemenu (One of your menus) As an example you can find these kind of structures in the WEC_StarterPackages at www.webempoweredchurch.org Good Luck Andreas Becker (T3Pack.org) 2007/8/6, Benjamin Todd : > > Hi List, > > I am doing a website that has a first level menu at the top - in the TV > template. It also has a section menu at the side that displays a list of the > sub pages of the currently viewed section (using sitemap CE's). > I now need to add tabs to some of my subpages for third tier pages. I have > a class that sets up unordered lists horizontally but I can't give my tab > menu the style using tt_content.menu.20.1.wrap because it also formats the > side menu as horizontal. So what I am looking for is any of these solutions. > > 1) A way to add the side menu site map ("subpages of these pages" style) > to the TV template. Can I set it up so its is a menu of subpages to the > parent of the page currently viewed? > 2) A way to remove the csc-menu csc-menu-1 class from the sidemenu (which > is mapped to a different content area to the main content area) > 3) A way to add the inlinelist class to sitemap in the main content area > only, or to the individual sitemap used for the tabs menu. > > Any help with be really really super. > > Thanks, > Ben ? > > ------------------------ > Benjamin Todd > Web Developer > > b.todd at emnet.co.uk > EMNET, PO Box 559, Nottingham, NG1 3LB > Tel: +44 (0)115 956 8260 > Fax: +44 (0)115 956 8264 > > www.emnet.co.uk > Company Registration No. 3144383 - VAT No. 694 620 609 - Registered > Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS > > www.emnetsolutions.co.uk > Company Registration No. 05384178 - VAT No. 856 671 781 - Registered > office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From info at cybercraft.de Mon Aug 6 18:05:21 2007 From: info at cybercraft.de (JoH asenau) Date: Mon, 6 Aug 2007 18:05:21 +0200 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? References: Message-ID: >>> However, after pressing "back" button in the browser, anyone can >>> see the content of this Very-Important-Page, which is of course >>> undesired. >>> >>> Is there a workaround for that? >> >> I think you can send proper cache headers if user is logged in. Check >> TSRef/config for cache headers and TSRef/conditions to find how to >> detect if user is logged in. > > Hmm, I'm not sure. > > I tried disabling _all_ caching, by putting page.config.no_cache=1 to > the main template/setup, and it didn't help. Perhaps the proxy > wouldn't cache it, and the browser would delete it from cache after > the browser closed - but it doesn't help for a mere "back" button. > Unless I do it wrong. Well - there's a slight difference between "disabling the TYPO3 cache" and "disabling the browser cache": > So I guess it must be something else? > > > > > Perhaps that's what I should try to put on a TYPO3-generated page? Exactly this _is_ the difference. no_cache = 1 is a) the worst thing you could ever do to your TYPO3 pages since it will disable the caching completely and thus decrease the overall performance dramatically. b) completely useless regarding the browser cache problem what you are looking for can be found here: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/7/3/ look for sendCacheHeaders sendCacheHeaders_onlyWhenLoginDeniedInBranch The last one pretty much sounds like the solution to your problem. HTH Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From mangoo at wpkg.org Mon Aug 6 18:24:35 2007 From: mangoo at wpkg.org (Tomasz Chmielewski) Date: Mon, 06 Aug 2007 18:24:35 +0200 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? In-Reply-To: References: Message-ID: <46B74B43.7050602@wpkg.org> JoH asenau schrieb: (...) >> So I guess it must be something else? >> >> >> >> >> Perhaps that's what I should try to put on a TYPO3-generated page? > > Exactly this _is_ the difference. > no_cache = 1 is > a) the worst thing you could ever do to your TYPO3 pages since it will > disable the caching completely and thus decrease the overall performance > dramatically. > b) completely useless regarding the browser cache problem > > what you are looking for can be found here: > http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/7/3/ > > look for > sendCacheHeaders > sendCacheHeaders_onlyWhenLoginDeniedInBranch > The last one pretty much sounds like the solution to your problem. To be frank, I tried using that before trying to use "no_cache". But I guess I'm a totally ignorant TYPO3 user and can't do it properly. Where am I supposed to put it for a single page or two? +ext template for a given page? Page -> Edit page properties -> TSConfig? sendCacheHeaders_onlyWhenLoginDeniedInBranch=1 config.sendCacheHeaders_onlyWhenLoginDeniedInBranch=1 or maybe: page.config.sendCacheHeaders_onlyWhenLoginDeniedInBranch=1 ? -- Tomasz Chmielewski http://wpkg.org From u8p5gw1xe9dooo5 at jetable.com Mon Aug 6 19:11:09 2007 From: u8p5gw1xe9dooo5 at jetable.com (Valan) Date: Mon, 06 Aug 2007 10:11:09 -0700 Subject: [TYPO3] plugins only show 'CODE' field, can't configure Message-ID: I have a problem where if I add a plugin, like guestbook or feuser registration and I edit it, it will only show a 'CODE' field instead of the normal options. also, if I add the feuser registration plugin, it will cause the rendered page to be blank between the body tags until I remove the plugin. I can't figure out what could be causing this, does anyone know? From jan.hancic at gmail.com Mon Aug 6 19:31:20 2007 From: jan.hancic at gmail.com (=?UTF-8?Q?Jan_Han=C4=8Di=C4=8D?=) Date: Mon, 6 Aug 2007 19:31:20 +0200 Subject: [TYPO3] Indexing external files with crawler In-Reply-To: <46B73F3F.4010400@igalia.com> References: <46B73F3F.4010400@igalia.com> Message-ID: <3aa908f00708061031v76da73f7jc3b5006c21976ff5@mail.gmail.com> Ok this works like a charm!!! I had to try various combinations of disable FE indexing/use crawler for... settings but it works. Words really fail me in describing how happy and grateful I am!!! -- lp Jan Han?i? http://hancic.info On 8/6/07, Diego Pino Garcia wrote: > > Hi Jan! > > > > > > I am setting up a site with typo3 on ubuntu (both latest version). > Ubuntu > > is loaded as a virtual machine if that makes any difference for my > > situation. > > All is working except indexing of external files. Now I don't know if I > > just don't understand how this is suppose to work, or if I > miss-configured > > something. > > > > I have followed this tutorial: > http://wiki.typo3.org/index.php/Ext_crawler > > > > Now: > > - I have installed all the programs for parsing (pdfinfo, unzip, ...) > > - I have installed php5-cli > > - I have setup the cron job for > > typo3conf/ext/crawler/cli/crawler_cli.phpsh, and guessing from the log > files > > it is running > > - I have created the _cli_crawler BE user > > - I have put the TSconfig from the link above in to my root page > > - I have created a not in menu page under the root page > > - I have created a indexing configuration (type=external files) on the > > above page, that points to "files/" under fileadmin (must I type > > "fileadmin/files/" or is "files/" enough?) > > > > Now I have tried something: I have created a simple content and created > a > > link to a PDF file that is somewhere in fileadmin. If I then go to > > Web->Info->Crawler and click refresh next to the page that the content > is on > > (and after that click refresh on all the entries that appear bellow that > > page), I can find that file using search in FE (so indexing of files > works). > > As far as I know, crawler do not crawls system folders on your tree for > indexing. To check that, just: > Info->Site Crawler. > Click on the root node of you tree, and select Infite. > Press Crawl URLs. > > That will build all the URLs for your site (based on your typoscript > configuration). You can see then, that there is not URL built for system > folder, so its contents are never indexed. I do not whether there is any > option or some typoscript you may use to do crawl system folders. > > > > > > > But I can't figure out how to configure the crawler to index files under > > "fileadmin/files/" automatically (say every day at a given hour). > > Can somebody please help me with this? I have been struggling with this > > for a couple of days now without much success. > > > > If you are OK with making new pages and pointing to external contents > stored on your fileadmin/files/, then you could just simply add a new cron > task to crawl and index your contents everyday at a certain time od the day. > > Instead of the cli/crawler_cli.phpsh use cli_dispacth.php (this is > preferred since Typo4.1). Calling cli_dispatch allows you to pass conf > parameters. You set the cript to start crawling from a certain PID or > setting crawl depth. Please, check > http://typo3.org/documentation/document-library/extension-manuals/crawler/2.0.0/view/1/3/for more info. For instance, > > /typo3_src-4.1/typo3/cli_dispatch.phpsh crawler_im 3 -d 1 -proc > tx_indexedsearch_reindex > > (will crawl from PID 3, one level down) > > Then add parameter -o exec, to process the queu right away. > > Set a new task at your cronttab to perform this thing everyday at midnight > for example. > > > 0 0 * * * * /typo3_src-4.1/typo3/cli_dispatch crawler_im 3 -d 1 -proc > tx_indexedsearch_reindex -o exec > > And that's all. I do not know whether this was what you were asking for, I > hope, at least, it has brought a shed of light. > > Best regards, > > Diego > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From info at cybercraft.de Mon Aug 6 20:10:18 2007 From: info at cybercraft.de (JoH asenau) Date: Mon, 6 Aug 2007 20:10:18 +0200 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? References: Message-ID: > Where am I supposed to put it for a single page or two? > +ext template for a given page? That's one option. > Page -> Edit page properties -> TSConfig? No. Since this is TS for the Setup not for TSconfig. > sendCacheHeaders_onlyWhenLoginDeniedInBranch=1 You have to set at least config.blah ... So this will work as an overall config i.e. if you are using different PAGE elements and/or types: > config.sendCacheHeaders_onlyWhenLoginDeniedInBranch=1 and this as config for an element called "page" but not for other PAGE elements in the same setup: > or maybe: > page.config.sendCacheHeaders_onlyWhenLoginDeniedInBranch=1 Usually you have two options left to select the pages you want to be configured with this parameter: Conditions or extension templates. Something like this [globalVar = TSFE:id=123] config.someParameter = 1 [global] will set the parameter only for page 123, while putting the parameter without any condition into an extension template located at page 123 will enable it for the whole branch. But again this could be done with the following condition as well: [PIDinRootline = 123] config.someParameter = 1 [global] I prefer having the setup available at one sysfolder called templates, so I would go for the conditions, but sometimes the extension template will do the better job. It's up to you now ... Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From patbraun at nospam.com Mon Aug 6 21:24:30 2007 From: patbraun at nospam.com (Patrick Braun) Date: Mon, 6 Aug 2007 19:24:30 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > If you have decided to use CoolUri instead of RealURL, I could add > option, that would suppress converting text in a page path. It might > be useful for someone else too. Ok Jan, I don't have much spare time but will try CoolURI. In the mean time please add the option. What I need is that CoolURI preserves the 'Speaking URL path segment' (tx_realurl_pathsegment) as entered not matter how ugly the resultant URL is. The site's owner agrees to change the odd URL's later for the reasons already explained. Thanks Andreas for the links. Thank You Patrick From info at bednarik.org Tue Aug 7 08:48:19 2007 From: info at bednarik.org (Jan Bednarik) Date: Tue, 07 Aug 2007 08:48:19 +0200 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hey, > Ok Jan, I don't have much spare time but will try CoolURI. In the mean > time please add the option. What I need is that CoolURI preserves the > 'Speaking URL path segment' (tx_realurl_pathsegment) as entered not > matter how ugly the resultant URL is. The site's owner agrees to change > the odd URL's later for the reasons already explained. added, described in the manual, uploaded to TER (will be there soon). INFO: I've changed beta release to stable. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From dmitry at typo3.org Tue Aug 7 09:18:38 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 07 Aug 2007 10:18:38 +0300 Subject: [TYPO3] frontend users - user logged out, pages still in browser cache? In-Reply-To: References: Message-ID: Tomasz Chmielewski wrote: > Hmm, I'm not sure. > > I tried disabling _all_ caching, by putting page.config.no_cache=1 to > the main template/setup, and it didn't help. Perhaps the proxy wouldn't > cache it, and the browser would delete it from cache after the browser > closed - but it doesn't help for a mere "back" button. Unless I do it > wrong. > > So I guess it must be something else? Do not guess :) I wrote exactly what to look for: cache *headers* and conditions. I did not write anything about typo3 cache or meta tags. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Tue Aug 7 09:19:59 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 07 Aug 2007 10:19:59 +0300 Subject: [TYPO3] plugins only show 'CODE' field, can't configure In-Reply-To: References: Message-ID: Hello! Firsts, please, use your full name as our mailing list rules ask or your messages can be ignored by many. Valan wrote: > I have a problem where if I add a plugin, like guestbook or feuser > registration and I edit it, it will only show a 'CODE' field instead of > the normal options. also, if I add the feuser registration plugin, it > will cause the rendered page to be blank between the body tags until I > remove the plugin. I can't figure out what could be causing this, does > anyone know? You need to enable PHP error reporting in install tool and see what errors you have. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From typothree at gmail.com Tue Aug 7 09:46:18 2007 From: typothree at gmail.com (dave typo) Date: Tue, 7 Aug 2007 09:46:18 +0200 Subject: [TYPO3] dkd_feuser_belogin dead? Any plans to make it work with Typo3 > version 3.8 ? Message-ID: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> dkd_feuser_belogin doesn't seem to work with typo3 versions greater than 3.8.. are there any plans to continue this project? -dave From mauro.lorenzutti at webformat.com Tue Aug 7 09:54:53 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Tue, 07 Aug 2007 09:54:53 +0200 Subject: [TYPO3] dkd_feuser_belogin dead? Any plans to make it work with Typo3 > version 3.8 ? In-Reply-To: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> References: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> Message-ID: <46B8254D.8040609@webformat.com> Hi Dave, > dkd_feuser_belogin doesn't seem to work with typo3 versions greater than 3.8.. > > are there any plans to continue this project? > What problem are you experiencing? We are using it with version 4.1.1 without any problem. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From John.de.Stigter at bedrijvenweb.nl Tue Aug 7 10:19:09 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Tue, 7 Aug 2007 10:19:09 +0200 Subject: [TYPO3] Using resized images in RTE In-Reply-To: <03C096612B5E36419709A2032F669687A6322F@PEHSERVER.PEH.local> Message-ID: <03C096612B5E36419709A2032F669687A63245@PEHSERVER.PEH.local> > Hi all, > > When adding images to the Richt Text Editor (RTE), images are > not resized when using the tab "Drag'n Drop". > > The original file is placed instead of an temporary image > resized by image magick. This is not the case when adding an > image via the tab "New Magic Image". Selecting an image their > will create a resized copy of the image. > > Is it possible to enabe RTE to resize images selected by > "Drag'n Drop"? > This tab is used more often because of the option to upload images. > > And is it possible to let TYPO3 resize images uploaded by the user? > > Cheerios, > RJ Could it be a setting in the RTE config? RJ From hilgersom at xs4all.nl Tue Aug 7 11:20:18 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Tue, 07 Aug 2007 11:20:18 +0200 Subject: [TYPO3] Typo3 user/group management In-Reply-To: References: Message-ID: Hi Ingmar, There's also a different approach to this problem: You can create a group called something like 'everybody' which contains only the most basic options and permissions, those that all BE users should have. All users should be member of this group. By making sure this is the first group they are a member of, the pages they create will belong to this group. For users that need more permissions you can create additional groups, with access to more db-mounts, etc. Just see what suits your situation; you can also combine those methods. Loek Ingmar wrote: > Hi all, > > I am working with Typo3 for a moment now but have run into a problem. We are using > multiple user groups with (at least) on group having ?global? site access. > > A problem occurs when a person from the ?global? access group creates a new page at some > sub-tree accessible by a second group. A user in the second group is not able to edit/see > the new page as he/she is not in the same group. > > At first we made sure the group sequence in the user accounts are the same but that only > postpones the problem to when there is a third group ?. > > A second solution is to use one group and configure access via de file-mounts (the easy > way according to the manual). But ?sometimes? a user from the third group needs to (only) > read the file-mount (or pages) of the second group to create a internal-link catch-22?. > > Is there a way around this problem that I don?t see? > > Or is there a possibility to setup the way new pages are created, with what access > variables, group or even inherent some variables from the parent page? > > > Regards, > I. Alting > > From typothree at gmail.com Tue Aug 7 11:59:16 2007 From: typothree at gmail.com (dave typo) Date: Tue, 7 Aug 2007 11:59:16 +0200 Subject: [TYPO3] dkd_feuser_belogin dead? Any plans to make it work with Typo3 > version 3.8 ? In-Reply-To: <46B8254D.8040609@webformat.com> References: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> <46B8254D.8040609@webformat.com> Message-ID: <631ee64b0708070259i4074847ld740d472e256fb8c@mail.gmail.com> hmm. Its not appearing at all - I had come across a message string that stated it doesn't work with anything greater than 3.8 It doesn't work if I add it as a content element, or if I add it using typoscript.... could you please tell me (or paste your typoscript code) how you have it configured to get it to work? thank you, -dave On 8/7/07, Mauro Lorenzutti wrote: > Hi Dave, > > dkd_feuser_belogin doesn't seem to work with typo3 versions greater than 3.8.. > > > > are there any plans to continue this project? > > > > What problem are you experiencing? > We are using it with version 4.1.1 without any problem. > > Regards, > > -- > Mauro Lorenzutti > > > e-mail: mauro.lorenzutti at webformat.com > > --------------------------------------------------------- > WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN > Tel +39-0427-926.389 -- Fax +39-0427-927.653 > info at webformat.com -- http://www.webformat.com > --------------------------------------------------------- > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From sviftrup at gmail.com Tue Aug 7 14:00:17 2007 From: sviftrup at gmail.com (Stephan Viftrup) Date: Tue, 7 Aug 2007 14:00:17 +0200 Subject: [TYPO3] Front end history vs backend history References: Message-ID: Hi Valery Thanks for you reply On 2007-07-29 19:48:37 +0200, Valery Romanchev said: > Stephan Viftrup ?????: >> Hi! >> >> I'm developing an extension for a client where fe_users is being edited >> backend by admin and front end by the user it self. >> >> Backend every change is stored in the history and can be reversed. >> However when the user edit front end i want to make sure this is also the case. >> >> This problem also aplies to several other TCA enabled tabels. >> >> Is there a coding praxis already that adresses this issue or do you >> need to kind of emulate backend editing to get the results. >> >> Any suggestions is more than welcome! > > There is extension for this > BE-login simulation for fe-users simulatebe > (Manual configuration of relation of FE user to BE user needed) This will not do though since my site will have 1000+ fe_users > I use it in 2 projects - works ok. > > > > Regards, > Valery Romanchev > www.typo3lab.ru Is there no FE functions that stores the changes in same history tabel as BE? -- Regards Stephan Viftrup SV - Consult From mauro.lorenzutti at webformat.com Tue Aug 7 14:11:15 2007 From: mauro.lorenzutti at webformat.com (Mauro Lorenzutti) Date: Tue, 07 Aug 2007 14:11:15 +0200 Subject: [TYPO3] dkd_feuser_belogin dead? Any plans to make it work with Typo3 > version 3.8 ? In-Reply-To: <631ee64b0708070259i4074847ld740d472e256fb8c@mail.gmail.com> References: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> <46B8254D.8040609@webformat.com> <631ee64b0708070259i4074847ld740d472e256fb8c@mail.gmail.com> Message-ID: <46B86163.6070907@webformat.com> dave typo ha scritto: > hmm. Its not appearing at all - I had come across a message string > that stated it doesn't work with anything greater than 3.8 > > It doesn't work if I add it as a content element, or if I add it using > typoscript.... > > could you please tell me (or paste your typoscript code) how you have > it configured to get it to work? > > thank you, > > > -dave > Nothing special: I simply installed the extension and inserted the plugin in a page. Remember to assign a BE user to each FE user that you want to allow to login in the BE. I'm using v.1.2.7 with TYPO3 v.4.1.2. Regards, -- Mauro Lorenzutti e-mail: mauro.lorenzutti at webformat.com --------------------------------------------------------- WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN Tel +39-0427-926.389 -- Fax +39-0427-927.653 info at webformat.com -- http://www.webformat.com --------------------------------------------------------- From typothree at gmail.com Tue Aug 7 14:28:59 2007 From: typothree at gmail.com (dave typo) Date: Tue, 7 Aug 2007 14:28:59 +0200 Subject: [TYPO3] dkd_feuser_belogin dead? Any plans to make it work with Typo3 > version 3.8 ? In-Reply-To: <46B86163.6070907@webformat.com> References: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> <46B8254D.8040609@webformat.com> <631ee64b0708070259i4074847ld740d472e256fb8c@mail.gmail.com> <46B86163.6070907@webformat.com> Message-ID: <631ee64b0708070528y3fcf17cct44181ada48482cd2@mail.gmail.com> thanks, stupidly, I hadn't done the logical thing!!! :S On 8/7/07, Mauro Lorenzutti wrote: > dave typo ha scritto: > > hmm. Its not appearing at all - I had come across a message string > > that stated it doesn't work with anything greater than 3.8 > > > > It doesn't work if I add it as a content element, or if I add it using > > typoscript.... > > > > could you please tell me (or paste your typoscript code) how you have > > it configured to get it to work? > > > > thank you, > > > > > > -dave > > > > Nothing special: I simply installed the extension and inserted the > plugin in a page. > Remember to assign a BE user to each FE user that you want to allow to > login in the BE. > > I'm using v.1.2.7 with TYPO3 v.4.1.2. > > Regards, > > -- > Mauro Lorenzutti > > > e-mail: mauro.lorenzutti at webformat.com > > --------------------------------------------------------- > WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN > Tel +39-0427-926.389 -- Fax +39-0427-927.653 > info at webformat.com -- http://www.webformat.com > --------------------------------------------------------- > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From jd at webmasters.dk Tue Aug 7 15:05:05 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Tue, 07 Aug 2007 15:05:05 +0200 Subject: [TYPO3] Name instead of UID in extension Message-ID: Hi I am working on an extension which contains a M-M relation between tables. In BE this is shown as a selectorbox with the selectable in the right box. But they are listet by UID so it is quite confusing. Couldn't it be another field instead? Eg. Title? Regards, Jeppe D. From John.de.Stigter at bedrijvenweb.nl Tue Aug 7 15:14:03 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Tue, 7 Aug 2007 15:14:03 +0200 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: Message-ID: <03C096612B5E36419709A2032F669687A63248@PEHSERVER.PEH.local> Hi, Did you study TCA? How are your tables defined? Did you set a field as label? For documentation on TCA check: http://typo3.org/documentation/document-library/core-documentation/doc_c ore_api/4.1.0/view/4/1/ Cheerios, RJ > Hi > > I am working on an extension which contains a M-M relation > between tables. In BE this is shown as a selectorbox with the > selectable in the right box. > > But they are listet by UID so it is quite confusing. Couldn't > it be another field instead? Eg. Title? > > Regards, > Jeppe D. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From dmitry at typo3.org Tue Aug 7 15:13:38 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 07 Aug 2007 16:13:38 +0300 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: Jeppe Donslund wrote: > I am working on an extension which contains a M-M relation between > tables. In BE this is shown as a selectorbox with the selectable in the > right box. > > But they are listet by UID so it is quite confusing. Couldn't it be > another field instead? Eg. Title? You need to configure one field as a 'label' in $TCA's "ctrl" section for your table. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From jd at webmasters.dk Tue Aug 7 15:23:09 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Tue, 07 Aug 2007 15:23:09 +0200 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: Hi John. I have tried to figure out how to solve it with the TCA. I'll read some more. My TCA for det field is: "crossreferences" => Array ( "exclude" => 1, "label" => "LLL:EXT:wm_pf_videos/locallang_db.xml:tx_wmpfvideos_videos.crossreferences", "config" => Array ( "type" => "select", "foreign_table" => "tx_wmpfvideos_videos", "foreign_table_where" => "ORDER BY tx_wmpfvideos_videos.uid", "size" => 5, "minitems" => 0, "maxitems" => 10, "MM" => "tx_wmpfvideos_videos_crossreferences_mm", ) ) John de Stigter skrev: > Hi, > > Did you study TCA? How are your tables defined? Did you set a field as > label? > > For documentation on TCA check: > http://typo3.org/documentation/document-library/core-documentation/doc_c > ore_api/4.1.0/view/4/1/ > > Cheerios, > RJ > > >> Hi >> >> I am working on an extension which contains a M-M relation >> between tables. In BE this is shown as a selectorbox with the >> selectable in the right box. >> >> But they are listet by UID so it is quite confusing. Couldn't >> it be another field instead? Eg. Title? >> >> Regards, >> Jeppe D. >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> From John.de.Stigter at bedrijvenweb.nl Tue Aug 7 15:41:50 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Tue, 7 Aug 2007 15:41:50 +0200 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: Message-ID: <03C096612B5E36419709A2032F669687A63249@PEHSERVER.PEH.local> > Hi John. > > I have tried to figure out how to solve it with the TCA. I'll > read some more. > > My TCA for det field is: > > "crossreferences" => Array ( > "exclude" => 1, > "label" => > "LLL:EXT:wm_pf_videos/locallang_db.xml:tx_wmpfvideos_videos.cr > ossreferences", > > "config" => Array ( > "type" => "select", > "foreign_table" => "tx_wmpfvideos_videos", > "foreign_table_where" => "ORDER BY > tx_wmpfvideos_videos.uid", > "size" => 5, > "minitems" => 0, > "maxitems" => 10, > "MM" => "tx_wmpfvideos_videos_crossreferences_mm", > ) > ) > Hi, what is the value of "label" in the "ctrl" section of the table "tx_wmpfvideos_videos"? This should be defined in the file "ext_tables.php" in the directory of the extension. Cheerios, John From jd at webmasters.dk Tue Aug 7 15:52:19 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Tue, 07 Aug 2007 15:52:19 +0200 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: I changed that one to Title and then it alle seems fine. Thanks. Jeppe D. John de Stigter skrev: > >> Hi John. >> >> I have tried to figure out how to solve it with the TCA. I'll >> read some more. >> >> My TCA for det field is: >> >> "crossreferences" => Array ( >> "exclude" => 1, >> "label" => >> "LLL:EXT:wm_pf_videos/locallang_db.xml:tx_wmpfvideos_videos.cr >> ossreferences", >> >> "config" => Array ( >> "type" => "select", >> "foreign_table" => "tx_wmpfvideos_videos", >> "foreign_table_where" => "ORDER BY >> tx_wmpfvideos_videos.uid", >> "size" => 5, >> "minitems" => 0, >> "maxitems" => 10, >> "MM" => "tx_wmpfvideos_videos_crossreferences_mm", >> ) >> ) >> > > Hi, what is the value of "label" in the "ctrl" section of the table > "tx_wmpfvideos_videos"? This should be defined in the file > "ext_tables.php" in the directory of the extension. > > Cheerios, > John From typothree at gmail.com Tue Aug 7 16:28:20 2007 From: typothree at gmail.com (dave typo) Date: Tue, 7 Aug 2007 16:28:20 +0200 Subject: [TYPO3] make all pages require login Message-ID: <631ee64b0708070728k38ff93chc24b46e5a9362bc4@mail.gmail.com> is there a way to set all of a site's pages require a specific front-end (not backend access) user login without individually setting this aspect on each page? ie: is there a recursive setting for front end access?? thanks -dave From tapio.markula at xetpoint.fi Tue Aug 7 16:30:22 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Tue, 07 Aug 2007 17:30:22 +0300 Subject: [TYPO3] make all pages require login In-Reply-To: References: Message-ID: dave typo kirjoitti: > is there a way to set all of a site's pages require a specific > front-end (not backend access) user login without individually setting > this aspect on each page? > > ie: is there a recursive setting for front end access?? Yes - in page properties starting from root page of some site. If you need that for every page, you must add config to some *localconf* file From dmitry at typo3.org Tue Aug 7 16:47:21 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 07 Aug 2007 17:47:21 +0300 Subject: [TYPO3] make all pages require login In-Reply-To: References: Message-ID: dave typo wrote: > is there a way to set all of a site's pages require a specific > front-end (not backend access) user login without individually setting > this aspect on each page? > > ie: is there a recursive setting for front end access?? You can set default values for any field (including this one) using Page TSConfig. See reference how. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From patbraun at nospam.com Tue Aug 7 16:50:17 2007 From: patbraun at nospam.com (Patrick Braun) Date: Tue, 7 Aug 2007 14:50:17 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > added, described in the manual, uploaded to TER (will be there soon). > > INFO: I've changed beta release to stable. Got it! So far, everyting seems to be okay. Will call for help if necessary. Thanks a lot. From typo3 at openstream.ch Tue Aug 7 18:14:59 2007 From: typo3 at openstream.ch (Nick Weisser) Date: Tue, 07 Aug 2007 18:14:59 +0200 Subject: [TYPO3] Advanced userFunc Condition In-Reply-To: References: Message-ID: <46B89A83.10903@openstream.ch> Thanks for your input. Will try to sort this out and then post the solution back here when I'm done... Cheers, Nick From typo3 at openstream.ch Tue Aug 7 18:14:03 2007 From: typo3 at openstream.ch (Nick Weisser) Date: Tue, 07 Aug 2007 18:14:03 +0200 Subject: [TYPO3] Advanced userFunc Condition In-Reply-To: References: Message-ID: Thanks for your input. Will try to sort this out and then post the solution back here when I'm done... Cheers, Nick From dpino at igalia.com Tue Aug 7 18:27:14 2007 From: dpino at igalia.com (Diego Pino Garcia) Date: Tue, 07 Aug 2007 18:27:14 +0200 Subject: [TYPO3] Crawl only new or modified pages In-Reply-To: References: Message-ID: <46B89D62.6030702@igalia.com> Hi all, I just set up a new site. I crawled the whole site and indexed its contents via crawler extension. Now, I want to set up a regular task, via Cron for instance, that will reindex new or modified pages. I know is possible to launch crawler using the command line, and I know it is even possible to feed up the url list and process it straight away. The point is that I do not know how to tell cli_dispatch.phpsh how to fetch only those url for "new pages" or "modified pages". I know there is a feature that, when it is enabled, indexes new pages as they are first time accessed from the FE. Maybe I am done with this, so I do not need to set a cron task. But, anyway, I would like to know how to launch command-line crawler to index only modified and new pages added. Any help will be highly appreciate. Best regards, Diego PS: Reindexing the whole site everyday may not seem a good idea, since it is a rather large site. From u8p5gw1xe9dooo5 at jetable.com Tue Aug 7 18:46:54 2007 From: u8p5gw1xe9dooo5 at jetable.com (Valan Brown) Date: Tue, 07 Aug 2007 09:46:54 -0700 Subject: [TYPO3] plugins only show 'CODE' field, can't configure In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] wrote: > Hello! > > Firsts, please, use your full name as our mailing list rules ask or your > messages can be ignored by many. > > Valan wrote: >> I have a problem where if I add a plugin, like guestbook or feuser >> registration and I edit it, it will only show a 'CODE' field instead >> of the normal options. also, if I add the feuser registration plugin, >> it will cause the rendered page to be blank between the body tags >> until I remove the plugin. I can't figure out what could be causing >> this, does anyone know? > > You need to enable PHP error reporting in install tool and see what > errors you have. > got it fixed, seems it was just a dependency problem, turning on errors helped me figure it out, thanks for the tip. From michael-typo3 at cannonbose.com Tue Aug 7 19:31:54 2007 From: michael-typo3 at cannonbose.com (Michael Cannon) Date: Tue, 7 Aug 2007 13:31:54 -0400 Subject: [TYPO3] Community Support : Newspaper looking for a CMS ... Message-ID: <6C92A9AC-2181-4BBE-848A-D69AD964719B@cannonbose.com> The problems listed under TYPO3 can be resolved and feed back into the community. Which then results in the problems going away. Regarding hardware, load can be managed with balancing, caching, proxies, db and web server optimizations, and further code optimizations. 1.5 M hits isn't bad and even it's it 1.5 M views, that's not bad at all. There's some large TYPO3 sites running that load and greater with one server. We've been working with print and publication clients for several years now, one of our larger upcoming sites has 20M views a month and will be running TYPO3. Please let me know if you'd like to talk offline further. Michael ----- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From katja.lampela at lieska.net Tue Aug 7 20:07:30 2007 From: katja.lampela at lieska.net (TYPO3) Date: Tue, 07 Aug 2007 21:07:30 +0300 Subject: [TYPO3] make all pages require login In-Reply-To: References: Message-ID: I think the easiest way would be to restrict the root page's access and activate include subpages (or sthing like that) - Katja dave typo kirjoitti: > is there a way to set all of a site's pages require a specific > front-end (not backend access) user login without individually setting > this aspect on each page? > > ie: is there a recursive setting for front end access?? > > > thanks > > -dave From katja.lampela at lieska.net Tue Aug 7 20:23:51 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Tue, 07 Aug 2007 21:23:51 +0300 Subject: [TYPO3] make all pages require login In-Reply-To: References: Message-ID: woops - sorry my thunderbird crashed and everything is messed up... (says the great TYPO3 ;D - katja TYPO3 kirjoitti: > I think the easiest way would be to restrict the root page's access and > activate include subpages (or sthing like that) > - Katja > > > dave typo kirjoitti: >> is there a way to set all of a site's pages require a specific >> front-end (not backend access) user login without individually setting >> this aspect on each page? >> >> ie: is there a recursive setting for front end access?? >> >> >> thanks >> >> -dave From tapio.markula at xetpoint.fi Tue Aug 7 21:59:51 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Tue, 07 Aug 2007 22:59:51 +0300 Subject: [TYPO3] make all pages require login In-Reply-To: References: Message-ID: Katja Lampela >> I think the easiest way would be to restrict the if you define $TYPO3_CONF_VARS['BE']['defaultPageTSconfig'] in some localconf file you can set for every page any page default TS config That makes however definition vulnerable - easy to make syntax error. I put into tm_contentaccess possibility to use file. From olivier.dobberkau at dkd.de Tue Aug 7 22:10:40 2007 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Tue, 07 Aug 2007 22:10:40 +0200 Subject: [TYPO3] dkd_feuser_belogin dead? Any plans to make it work with Typo3 > version 3.8 ? In-Reply-To: References: <631ee64b0708070046o33d5e2d0ybe55588ced2d177c@mail.gmail.com> <46B8254D.8040609@webformat.com> <631ee64b0708070259i4074847ld740d472e256fb8c@mail.gmail.com> <46B86163.6070907@webformat.com> Message-ID: dave typo schrieb: > thanks, stupidly, I hadn't done the logical thing!!! :S you can still sponsor us to write a better extension :-) Olivier from dkd From info at typo3lab.ru Wed Aug 8 00:27:16 2007 From: info at typo3lab.ru (Valery Romanchev) Date: Wed, 08 Aug 2007 02:27:16 +0400 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Hi Dmitry Dulepov [typo3] ?????: >> - performance for not cached pages can be low. for example >> http://www.wciom.ru home pages is generated in 5-12 sec (if no cache) > > Possibly too much work is done in FE extensions, while it could be done > while saving items in BE... There are 7 instances of tt_news (LIST, LATEST) on home page (8000 records in tt_news table). This produce the problem. What do you mean by "saving items in BE" ? Write custom extension to partially clear cache of content when a news item is updated ? Regards, Valery From michael-typo3 at cannonbose.com Wed Aug 8 00:47:26 2007 From: michael-typo3 at cannonbose.com (Michael Cannon) Date: Tue, 7 Aug 2007 18:47:26 -0400 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: <64A26573-ED99-4136-95A7-720735A52D58@cannonbose.com> Regarding slow news pages, have indexes been created on deleted, hidden, local_uid, foreign_uid, and other prominent fields? News definitely runs slow when not properly indexed. I have clients with 20-40 news instances on their home page and with optimizations, hitting 4 second page loads. Michael ----- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From jd at webmasters.dk Wed Aug 8 09:14:35 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Wed, 08 Aug 2007 09:14:35 +0200 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: Hi John, I hope you still can help me. In the selectbox it showing titles, but I need the UID to be stored in the database. Is that possible? If I look at the TCA in tt_news I find this: 'foreign_table' => 'tt_news_cat', #'foreign_table_where' => $fTableWhere.' ORDER BY tt_news_cat.'.$confArr['category_OrderBy'], 'wizards' => Array( '_PADDING' => 2, '_VERTICAL' => 1, 'add' => Array( 'type' => 'script', 'title' => 'LLL:EXT:tt_news/locallang_tca.php:tt_news_cat.createNewParentCategory', 'icon' => 'EXT:tt_news/res/add_cat.gif', 'params' => Array( 'table'=>'tt_news_cat', 'pid' => $sPid, 'setValue' => 'set' ), 'script' => 'wizard_add.php', ), 'list' => Array( 'type' => 'script', 'title' => 'LLL:EXT:tt_news/locallang_tca.php:tt_news_cat.listCategories', 'icon' => 'list.gif', 'params' => Array( 'table'=>'tt_news_cat', 'pid' => $sPid, ), 'script' => 'wizard_list.php', ), ), But I can't figure out how to implement it in my TCA. Regards, Jeppe D John de Stigter skrev: > >> Hi John. >> >> I have tried to figure out how to solve it with the TCA. I'll >> read some more. >> >> My TCA for det field is: >> >> "crossreferences" => Array ( >> "exclude" => 1, >> "label" => >> "LLL:EXT:wm_pf_videos/locallang_db.xml:tx_wmpfvideos_videos.cr >> ossreferences", >> >> "config" => Array ( >> "type" => "select", >> "foreign_table" => "tx_wmpfvideos_videos", >> "foreign_table_where" => "ORDER BY >> tx_wmpfvideos_videos.uid", >> "size" => 5, >> "minitems" => 0, >> "maxitems" => 10, >> "MM" => "tx_wmpfvideos_videos_crossreferences_mm", >> ) >> ) >> > > Hi, what is the value of "label" in the "ctrl" section of the table > "tx_wmpfvideos_videos"? This should be defined in the file > "ext_tables.php" in the directory of the extension. > > Cheerios, > John From dmitry at typo3.org Wed Aug 8 10:06:48 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 08 Aug 2007 11:06:48 +0300 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: Hi! Jeppe Donslund wrote: > In the selectbox it showing titles, but I need the UID to be stored in > the database. Is that possible? Why not to try and see yourself? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 8 10:09:52 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 08 Aug 2007 11:09:52 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Hi! Valery Romanchev wrote: > There are 7 instances of tt_news (LIST, LATEST) on home page (8000 > records in tt_news table). > This produce the problem. It should if they are USER (not USER_INT). Make them USER and write TSConfig on a news storage folder to clear cache when news are modified. > What do you mean by "saving items in BE" ? > Write custom extension to partially clear cache of content when a news > item is updated ? Some extensions put records to database but do processing of them while executing in FE. This slows done FE. I did not know your exact situiation, so I thought it my be a case with improper handling in FE. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 8 10:10:48 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 08 Aug 2007 11:10:48 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Michael Cannon wrote: > Regarding slow news pages, have indexes been created on deleted, hidden, > local_uid, foreign_uid, and other prominent fields? It should be a combination of fields. Just having individual indexes does not give much result. Queries have to be expplored and tuned... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From info at bednarik.org Wed Aug 8 10:25:52 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 08 Aug 2007 10:25:52 +0200 Subject: [TYPO3] Frames and menu target Message-ID: Hi, I've got a really old Typo3 web which uses frames. I'd need to do one thing - I need to change menu when clicking one particular menu item. I've figured out I'd need to change target of the one menu item from "content" to "_top". But how it can be done? Is it possible at all? Thanks -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From ilaria.demarinis at caspur.it Wed Aug 8 10:32:35 2007 From: ilaria.demarinis at caspur.it (Ilaria De Marinis) Date: Wed, 08 Aug 2007 10:32:35 +0200 Subject: [TYPO3] select uid in template setup Message-ID: <46B97FA3.2000900@caspur.it> Hi list, I am creating several contents page which have a to be selected dinamically. I mean, I have different groups of pages each with a top one. This root pages have a little peace of content which is different from the other's. I have configured my template setup section in this way: page.1 = CONTENT page.1{ table=tt_content select.pidInList =4 select.orderBy=sorting select.where=colPos=0 wrap=
    |
    } Is it possible to select "uid" item instead of "pid" page? Something like select.uidInList =11 or select.where=uid=11 Can you help me? Thanks in advance Ilaria -- ------------------------------------------------ Ilaria De Marinis Settore Automazione Biblioteche Phone: +3906-44486052 CASPUR - Via dei Tizii ,6 - 00185 Roma e-mail: demarinis at caspur.it ------------------------------------------------ From jd at webmasters.dk Wed Aug 8 10:56:45 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Wed, 08 Aug 2007 10:56:45 +0200 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: Hi Dmitry I tried and amazingly it saved the UID. You knew ;-) Thanks. Jeppe Dmitry Dulepov [typo3] skrev: > Hi! > > Jeppe Donslund wrote: >> In the selectbox it showing titles, but I need the UID to be stored in >> the database. Is that possible? > > Why not to try and see yourself? > From dmitry at typo3.org Wed Aug 8 11:14:39 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 08 Aug 2007 12:14:39 +0300 Subject: [TYPO3] select uid in template setup In-Reply-To: References: Message-ID: Hi! Ilaria De Marinis wrote: > I am creating several contents page which have a to be selected > dinamically. > > I mean, I have different groups of pages each with a top one. This root > pages have a little peace of content which is > different from the other's. > > I have configured my template setup section in this way: > page.1 = CONTENT > page.1{ > table=tt_content > select.pidInList =4 > select.orderBy=sorting > select.where=colPos=0 wrap=
    |
    > } > > Is it possible to select "uid" item instead of "pid" page? You do not select uid here, you select all fields for records, whose pid is 4 and colPos=0. > Something like select.uidInList =11 or select.where=uid=11 > > Can you help me? Yes. Look in TSRef. It describes everything you need. You generally supposed to look in documentation before asking here... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 8 11:15:42 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 08 Aug 2007 12:15:42 +0300 Subject: [TYPO3] Name instead of UID in extension In-Reply-To: References: Message-ID: Jeppe Donslund wrote: > I tried and amazingly it saved the UID. > > You knew ;-) Sure ;) UID is unique by definition and names usually not. Plus uids are easier and faster to handle for relations as they are numbers. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From ilaria.demarinis at caspur.it Wed Aug 8 11:47:26 2007 From: ilaria.demarinis at caspur.it (Ilaria De Marinis) Date: Wed, 08 Aug 2007 11:47:26 +0200 Subject: [TYPO3] select uid in template setup In-Reply-To: References: Message-ID: <46B9912E.2040503@caspur.it> Hi! I have worked out. I was going wrong because I excluded the statement "select.pidInList =4", now in fact it works. page.1 = CONTENT page.1{ table=tt_content select.pidInList =4 select.uidInList =11 select.orderBy=sorting wrap=
    |
    } Thank you very much regards Dmitry Dulepov [typo3] wrote: > Hi! > > Ilaria De Marinis wrote: > >> I am creating several contents page which have a to be selected >> dinamically. >> >> I mean, I have different groups of pages each with a top one. This root >> pages have a little peace of content which is >> different from the other's. >> >> I have configured my template setup section in this way: >> page.1 = CONTENT >> page.1{ >> table=tt_content >> select.pidInList =4 >> select.orderBy=sorting >> select.where=colPos=0 wrap=
    |
    >> } >> >> Is it possible to select "uid" item instead of "pid" page? >> > > You do not select uid here, you select all fields for records, whose pid > is 4 and colPos=0. > > >> Something like select.uidInList =11 or select.where=uid=11 >> >> Can you help me? >> > > Yes. Look in TSRef. It describes everything you need. You generally > supposed to look in documentation before asking here... > > -- ------------------------------------------------ Ilaria De Marinis Settore Automazione Biblioteche Phone: +3906-44486052 CASPUR - Via dei Tizii ,6 - 00185 Roma e-mail: demarinis at caspur.it ------------------------------------------------ From b.todd at emnet.co.uk Wed Aug 8 12:03:48 2007 From: b.todd at emnet.co.uk (Benjamin Todd) Date: Wed, 8 Aug 2007 11:03:48 +0100 Subject: [TYPO3] Extension Template Message-ID: <4C6EA7A76D8D454AAF367C28154B13CB50AE6A@HERCULES.emnet.emnet.co.uk> Hi peeps, I have a website with Templa Voila installed and I have created an extension template for one of the sections. I now want to use the same script in some other sections. Is it possible to add an extension template to a page by reference instead of having to make a duplicate template? Thank you, Ben :-) ------------------------ Benjamin Todd Web Developer b.todd at emnet.co.uk EMNET, PO Box 559, Nottingham, NG1 3LB Tel: +44 (0)115 956 8260 Fax: +44 (0)115 956 8264 www.emnet.co.uk Company Registration No. 3144383 - VAT No. 694 620 609 - Registered Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS www.emnetsolutions.co.uk Company Registration No. 05384178 - VAT No. 856 671 781 - Registered office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS From fsuter at cobweb.ch Wed Aug 8 12:06:47 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Wed, 8 Aug 2007 12:06:47 +0200 Subject: [TYPO3] Extension Template In-Reply-To: <4C6EA7A76D8D454AAF367C28154B13CB50AE6A@HERCULES.emnet.emnet.co.uk> References: <4C6EA7A76D8D454AAF367C28154B13CB50AE6A@HERCULES.emnet.emnet.co.uk> Message-ID: Hi, > I have a website with Templa Voila installed and I have created an > extension template for one of the sections. I now want to use the same > script in some other sections. Is it possible to add an extension > template to a page by reference instead of having to make a duplicate > template? Create a new extension template and use the "Include basis template" field to point to your existing extension template. HTH Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- From katja.lampela at lieska.net Wed Aug 8 12:06:15 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Wed, 08 Aug 2007 13:06:15 +0300 Subject: [TYPO3] Extension Template In-Reply-To: References: Message-ID: Hi Benjamin, You could make a "master extension template" in some sysfolder for example, say called "MASTER" and then make "reference templates" to the pages accordinly. So that the reference templates are all empty except for the field "include basis template" and there you would browse the MASTER from the sysfolder. This way you only have to make the changes to the MASTER instead of all the copies. - HTH Katja Benjamin Todd kirjoitti: > Hi peeps, > > > > I have a website with Templa Voila installed and I have created an > extension template for one of the sections. I now want to use the same > script in some other sections. Is it possible to add an extension > template to a page by reference instead of having to make a duplicate > template? > > > > Thank you, > > > > Ben :-) > > > > ------------------------ > > Benjamin Todd > > Web Developer > > > > b.todd at emnet.co.uk > > EMNET, PO Box 559, Nottingham, NG1 3LB > > Tel: +44 (0)115 956 8260 > > Fax: +44 (0)115 956 8264 > > > > www.emnet.co.uk > > Company Registration No. 3144383 - VAT No. 694 620 609 - Registered > Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS > > > > www.emnetsolutions.co.uk > > Company Registration No. 05384178 - VAT No. 856 671 781 - Registered > office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS > > > From katja.lampela at lieska.net Wed Aug 8 12:56:27 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Wed, 08 Aug 2007 13:56:27 +0300 Subject: [TYPO3] mm_forum moderate mode Message-ID: Hi, I can't get the moderate mode working in the new mm_forum 0.1.2. (TYPO3 4.1.1) After a normal user has sent a post she/he is redirected to the moderate page (!?) which is of course access restricted to the moderator group only - and the page is blank. This moderating page with the "list post_queue" is blank even if the moderator logs in. The queued posts can be seen in BE and the new posts can't be seen publicly. So this works fine. But the listing doesn't work and the perculiar redirecting of the normal user to the moderating page isn't nice ;) Anyone has this working? - any help much appreciated! - Katja (ps. sorry for the doubleposting but the forum group seems a bit dead now. if I get a solution I'll put it in the forum group also) From typothree at gmail.com Wed Aug 8 14:39:15 2007 From: typothree at gmail.com (dave typo) Date: Wed, 8 Aug 2007 14:39:15 +0200 Subject: [TYPO3] hl dam gallery Message-ID: <631ee64b0708080539h70f0e15dsfd2c06c1f156a75f@mail.gmail.com> I need some help with hl dam gallery. My thumbnails of dam - referenced images do not correspond to the correct single view page. For example, I have images a b c d which are squared thumbnails on a page (dam-referenced images). When a user clicks on image a they are led to a single-view page featuring image d. Image b and c are referenced correctly. When a user clicks on image d, they are led to a single view page of image a. when I have fewer images, say 2 or three, no image replaces the ###GALLERY_IMAGE### template part. I have no idea why this isnt working. anyone have an idea *I have copied the author thank you -dave From andrew at avagraphique.com Wed Aug 8 15:42:18 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 08 Aug 2007 09:42:18 -0400 Subject: [TYPO3] where does one set typo3_mod_path Message-ID: Im trying to use tinyrte and if i click the make a link button, it throws the followingerror This happens if the last 6 characters of this path, /server/www/core101_com/htdocs/p/a/pactoolmounts.com/typo3/sysext/tinyrte/mod1/ ($temp_path), is NOT "typo3/" for some reason. You may have a strange server configuration. Or maybe you didn't set constant TYPO3_MOD_PATH in your module? it thstallation is a shared source, and the module is installed as a system extension, i get thaterror. ig i put into a globallly installed folder, then when i click that link the box that comes up is completely empty. any ideas? andrew From mcarpenter at free.fr Wed Aug 8 15:55:19 2007 From: mcarpenter at free.fr (Martin Carpenter) Date: Wed, 08 Aug 2007 15:55:19 +0200 Subject: [TYPO3] Most recent (upgrade/install) documentation? Message-ID: <1186581319.46b9cb47ced26@imp.free.fr> Hello, I'm trying to track down the most recent documentation, in particular for an upgrade. I've tried the site, but it: http://typo3.org/documentation/document-library/installation/doc_inst_upgr/current/ says that the last update was 22.04.2004 10:33. The date inside the .xsw would seem to confirm that. From franz at fholzinger.com Wed Aug 8 16:03:57 2007 From: franz at fholzinger.com (Franz Holzinger) Date: Wed, 08 Aug 2007 16:03:57 +0200 Subject: [TYPO3] where does one set typo3_mod_path In-Reply-To: References: Message-ID: Hello Andrew, > This happens if the last 6 characters of this path, > /server/www/core101_com/htdocs/p/a/pactoolmounts.com/typo3/sysext/tinyrte/mod1/ > ($temp_path), is NOT "typo3/" for some reason. > You may have a strange server configuration. Or maybe you didn't set > constant TYPO3_MOD_PATH in your module? > > > > it thstallation is a shared source, and the module is installed as a > system extension, i get thaterror. > > ig i put into a globallly installed folder, then when i click that link > the box that comes up is completely empty. > > any ideas? There is a new version 1.6.6. This might be a bug in the extension. Copy the extension into your local folder, delete the typo3conf/temp_CACHED... files and the caches in the backend. IMHO this is no system extension. So it belongs to typo3conf/ext . - Franz From dominik.smatana at gmail.com Wed Aug 8 16:10:29 2007 From: dominik.smatana at gmail.com (Dominik Smatana) Date: Wed, 8 Aug 2007 16:10:29 +0200 Subject: [TYPO3] bug in "minitems" => 1 ? Message-ID: Hello, is there any way to set BE field of "select" type to be "required" ? This doesn't work: "type" => "select", "minitems" => 1, "maxitems" => 1, Thanks Dominik Smatana From andrew at avagraphique.com Wed Aug 8 16:31:29 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 08 Aug 2007 10:31:29 -0400 Subject: [TYPO3] where does one set typo3_mod_path In-Reply-To: References: Message-ID: copying it locally seems to have fixed the issue, i was just hoping to set it globally..... oh well, thanks franz! Franz Holzinger wrote: > Hello Andrew, > > >> This happens if the last 6 characters of this path, >> /server/www/core101_com/htdocs/p/a/pactoolmounts.com/typo3/sysext/tinyrte/mod1/ >> ($temp_path), is NOT "typo3/" for some reason. >> You may have a strange server configuration. Or maybe you didn't set >> constant TYPO3_MOD_PATH in your module? >> >> >> >> it thstallation is a shared source, and the module is installed as a >> system extension, i get thaterror. >> >> ig i put into a globallly installed folder, then when i click that link >> the box that comes up is completely empty. >> >> any ideas? > There is a new version 1.6.6. > > This might be a bug in the extension. Copy the extension into your local > folder, delete the typo3conf/temp_CACHED... files and the caches in the > backend. IMHO this is no system extension. So it belongs to typo3conf/ext . > > > - Franz > From w.van.bruggen at gmail.com Wed Aug 8 16:47:37 2007 From: w.van.bruggen at gmail.com (W van Bruggen) Date: Wed, 8 Aug 2007 16:47:37 +0200 Subject: [TYPO3] Most recent (upgrade/install) documentation? In-Reply-To: <1186581319.46b9cb47ced26@imp.free.fr> References: <1186581319.46b9cb47ced26@imp.free.fr> Message-ID: I've never used that doc, but the description and procedures are still totally adequate for an upgrade now gr, Wietse On 8/8/07, Martin Carpenter wrote: > > Hello, > > I'm trying to track down the most recent documentation, in particular for an > upgrade. I've tried the site, but it: > > > http://typo3.org/documentation/document-library/installation/doc_inst_upgr/current/ > > says that the last update was 22.04.2004 10:33. The date inside the .xsw would > seem to confirm that. > > From my limited knowledge of Typo3 so far, my main concern will be the database > schema, but of course there may be more issues. Is this indeed the latest > upgrade documentation or is there something more recent that someone can point > me at? > > Many thanks, > > Martin. > -- > Martin Carpenter > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From jbaviat at gmail.com Wed Aug 8 16:51:13 2007 From: jbaviat at gmail.com (Jean-Baptiste Aviat) Date: Wed, 08 Aug 2007 16:51:13 +0200 Subject: [TYPO3] Doc module in Backend Message-ID: <46B9D861.3040001@gmail.com> Hello, I can see in backend this "Doc" module. When I click on it, it prints : > No open documents > > There are no open documents available to edit. > > You can go to the Web>Page module or the Web>List module to find the > page or the record you wish to edit. How can I put my own doc, or some modules doc in it ? Thank you :) Jean-Baptiste From dominik.smatana at gmail.com Wed Aug 8 19:31:21 2007 From: dominik.smatana at gmail.com (Dominik Smatana) Date: Wed, 8 Aug 2007 19:31:21 +0200 Subject: [TYPO3] bug in "minitems" => 1 ? In-Reply-To: References: Message-ID: Hello, I've forgotten to specify my environment: TYPO3 4.1.1, Apache 2.2, PHP 5, Debian. Thanks for any idea. Dominik Smatana On 08/08/07, Dominik Smatana wrote: > Hello, > is there any way to set BE field of "select" type to be "required" ? > > This doesn't work: > > "type" => "select", > "minitems" => 1, > "maxitems" => 1, > > > Thanks > Dominik Smatana > From bdu at iastate.edu Wed Aug 8 20:42:31 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 8 Aug 2007 13:42:31 -0500 (CDT) Subject: [TYPO3] RSS feed does validate Message-ID: <48011.129.186.196.126.1186598551.squirrel@mail.eng.iastate.edu> > Bing Du wrote: >> Hi, >> >> typo3 4.0.6 >> tt_news 2.4 >> >> Here is the validating result of our typo3 site. >> http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.biorenew.iastate.edu%2Frss.xml >> >> I know the cause of the error 'link must be a full and valid URL' and >> how >> to fix it. That's likely caused by missing 'http://' in the manually >> entered external URL the news article refers. >> >> But for the rest three highlighted errors, I have no clue. How does >> typo3 >> generate the feed? >> >> Which imiage are the following errors complaining about? >> >> "width must be between 1 and 144" >> "height must be between 1 and 400" >> >> For the following error, how should a guid element be added? >> >> "item should contain a guid element" >> >> Thanks much for any help. >> >> Bing > > > Hi Bing, > > The feed is generated through tt_news. > > You can fix the '' & '' issue by giving tt_news a valid > image to use as the feed icon. Add the following TS to your root > template's setup: > > plugin.tt_news { > displayXML { > xmlIcon = fileadmin/templates/images/icon.gif > } > } > > The GUID is not rendered by tt_news if you use the default RSS > templates. It is recommended to include it but it is not required: > > http://www.feedvalidator.org/docs/warning/MissingGuid.html > > Hope this helps, > > Oliver > I checked our root template and found it had the following setting already. plugin.tt_news { displayXML { xmlIcon = fileadmin/templates/typo3/tt_news_articles.gif } } On http://www.feedvalidator.org, the first several relevant lines of the source of http://www.biorenew.iastate.edu/rss.xml are: # # # # # Office of Biorenewable Programs # http://www.biorenew.iastate.edu/ # News from the Office of Biorenewable Programs, Iowa State University # en # # Office of Biorenewable Programs # http://www.biorenew.iastate.edu/EXT:tt_news/ext_icon.gif # http://www.biorenew.iastate.edu/ # # So looks like it's the image http://www.biorenew.iastate.edu/EXT:tt_news/ext_icon.gif that doesn't meet the width and height requirements? That's a different image than the one I specified in xmlIcon in the root template (xmlIcon = fileadmin/templates/typo3/tt_news_articles.gif). Any other ideas? Thanks, Bing From andre01 at typotemp.com Wed Aug 8 22:59:19 2007 From: andre01 at typotemp.com (andreas stein) Date: Wed, 8 Aug 2007 22:59:19 +0200 Subject: [TYPO3] Moving content elements in draf workspaces References: Message-ID: "Martin Kutschker" schrieb im Newsbeitrag news:mailman.1.1177933166.9943.typo3-english at lists.netfielders.de... > Michael Scharkow schrieb: >> Arne Schmitz wrote: >> Simply fix the current workspaces implementation which does not allow >> moving things. And don't forget to send the patch to the core team who >> is waiting for the solution, too ;) > > On a technical level this can IMHO be solved by introducing a possibility > to merge versions and to couple/sync page versions (coupled versions will > change their state and will be publish in sync). The idea is that on a > move versions will be created or merged and synced automatically. > > Masi Hello Masi, Hi Arne! Is there allready a solution or patch out there? I add a sponsorship for this at http://bugs.typo3.org/view.php?id=3076 regards Andre From sander at typo3.org Wed Aug 8 23:24:37 2007 From: sander at typo3.org (Sander Vogels) Date: Wed, 08 Aug 2007 23:24:37 +0200 Subject: [TYPO3] T3CON07 OPEN FOR REGISTRATION! Message-ID: <46BA3495.5050009@typo3.org> Hi you all TYPO3 adepts! Our main TYPO3 event, the TYPO3 conference T3CON07 is now open for registration! The conference program is voted on and made final. Read more about this 'must attent event' here: http://news.typo3.org/news/article/t3con07-now-open-for-registration/ See ya all there! Sander Vogels TYPO3 Association From mortenkjems at gmail.com Thu Aug 9 00:56:39 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Thu, 09 Aug 2007 00:56:39 +0200 Subject: [TYPO3] Two languages with different domains. How to configure? Message-ID: Hi. I am having trouble to get my language configuration configured correctly. My site runs on two languages that are attached to a domain each. Like this: domain.dk: danish (default language) domain.com: english It is a one page three solution with TV where all pages are localized. I am using RealURL. What I would like to achieve is this: If a user enters the site by domain.com he should stay on that domain and the urls generated should be like this "domain.com/home/article.html" and not something like "domain.dk/en/home/article.html" Also when a flag is clicked in the language navigation link should reflect the domain as described above. When I click a flag now - lets say from a domain.dk page the link generated will be domain.dk/en/home/article.html. However if I type domain.com/home/article.html directly in the browser it works just fine. This leads to another problem: All my articles are available from several URLs. This is confusing and will penalized by the search engines. Each article will be accessible with three different URLs: - domain.dk/en/home/article.html - domain.com/en/home/article.html - domain.com/home/article.html All suggestions on how solve these errors are most welcome. My current setup looks like this: #setting danish language [globalString = IENV:HTTP_HOST =*domain.dk] config { sys_language_mode = content_fallback sys_language_overlay = hideNoneTranslated LinkVars = L language = dk locale_all = da_DK config.baseURL = http://www.domain.dk/ } [global] #setting english language [globalString = IENV:HTTP_HOST =*domain.com] config { sys_language_uid = 1 language = en locale_all = en_EN config.baseURL = http://domain.com/ } [global] [globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en [global] Hope to get help! Thanks /Morten From michael-typo3 at cannonbose.com Thu Aug 9 01:13:50 2007 From: michael-typo3 at cannonbose.com (Michael Cannon) Date: Wed, 8 Aug 2007 19:13:50 -0400 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: <3877E476-1C97-4FC8-B16F-0C29C8EC8C14@cannonbose.com> I've been staying away from modifying the news queries, but the indexes being added for the tt_news, tt_news_category_mm, and tt_news_category to the database really do help. Watching a MySQL slow_query_log for anything over 1 second for a couple of days with logging join table-less enabled really tells you what needs better indexing in TYPO3. Michael ----- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 On Aug 8, 2007, at 4:10 AM, Dmitry Dulepov [typo3] wrote: Michael Cannon wrote: > Regarding slow news pages, have indexes been created on deleted, > hidden, > local_uid, foreign_uid, and other prominent fields? It should be a combination of fields. Just having individual indexes does not give much result. Queries have to be expplored and tuned... Michael ----- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From mbaker at pobox.com Thu Aug 9 04:57:36 2007 From: mbaker at pobox.com (Michael Baker) Date: Thu, 09 Aug 2007 12:27:36 +0930 Subject: [TYPO3] feuser_admin manual? Message-ID: <46BA82A0.8020101@pobox.com> I have installed and want to use feuser_admin, but I can't find any documentation. I've searched for "feuser_admin" on the documentation page (http://typo3.org/documentation/document-library/extension-manuals/) but nothing shows. I want to RTFM, but where is it? Michael. -- Dr Michael Baker +61 8 8121 8343 www.michael-baker.com websites; ecommerce; databases; software selection, customisation and installation Increase your conversion rates with PeelAwayAds: http://mbaker5153.peelads.hop.clickbank.net From bedlamhotel at gmail.com Thu Aug 9 06:20:15 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 8 Aug 2007 21:20:15 -0700 Subject: [TYPO3] feuser_admin manual? In-Reply-To: <46BA82A0.8020101@pobox.com> References: <46BA82A0.8020101@pobox.com> Message-ID: <2b6e984e0708082120x37d5560ct2a67ea2f6b15bd2e@mail.gmail.com> Hi, On 8/8/07, Michael Baker wrote: > I have installed and want to use feuser_admin, but I can't find any > documentation. I've searched for "feuser_admin" on the documentation > page > (http://typo3.org/documentation/document-library/extension-manuals/) but > nothing shows. > > I want to RTFM, but where is it? You can usually access extension manuals through the TER. Click on the "read online" link or download the .sxw file: http://typo3.org/extensions/repository/view/sr_feuser_register/2.5.7/ -- Christopher Torgalson http://www.typo3apprentice.com/ From list at space4typo3.de Thu Aug 9 08:05:45 2007 From: list at space4typo3.de (Juergen Hecht) Date: Thu, 09 Aug 2007 08:05:45 +0200 Subject: [TYPO3] cooluri only with two levels Message-ID: Hello, i have a problem with CoolUri. My site structur is for example: Site | |-Subsite1 |-Subsite1.1 |-Subsite1.1.1 On the first two levels all works ok, but on the third level the url is wrong. first level: www.domain.de/subsite1/ second level: www.domain.de/subsite1/subsite1-1/ and the problem on the third level is www.domain.de/subsite1/subsite1-1-1/ there i miss the second level. How can i get ?t there? Is this a problem with CoolUri or is it a problem from Typo3? Thanks for your help. Juergen From info at bednarik.org Thu Aug 9 08:14:45 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 09 Aug 2007 08:14:45 +0200 Subject: [TYPO3] cooluri only with two levels In-Reply-To: References: Message-ID: Hey, > there i miss the second level. How can i get ?t there? Is this a problem > with CoolUri or is it a problem from Typo3? haven't you checked "Exclude this page from middle of a page path" for the second level page? -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From list at space4typo3.de Thu Aug 9 08:29:58 2007 From: list at space4typo3.de (Juergen Hecht) Date: Thu, 09 Aug 2007 08:29:58 +0200 Subject: [TYPO3] cooluri only with two levels In-Reply-To: References: Message-ID: Hi Jan Jan Bednarik schrieb: > haven't you checked "Exclude this page from middle of a page path" for > the second level page? > where can i do this? Juergen From info at bednarik.org Thu Aug 9 09:22:29 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 09 Aug 2007 09:22:29 +0200 Subject: [TYPO3] cooluri only with two levels In-Reply-To: References: Message-ID: > where can i do this? In the page properties. If not it's strange. Is the Subsite 1.1 normal page? Have you modified the default XML file? -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From dmitry at typo3.org Thu Aug 9 09:41:11 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 09 Aug 2007 10:41:11 +0300 Subject: [TYPO3] Two languages with different domains. How to configure? In-Reply-To: References: Message-ID: Hi! Morten Kjems wrote: > I am having trouble to get my language configuration configured correctly. > > My site runs on two languages that are attached to a domain each. > > Like this: > > domain.dk: danish (default language) > domain.com: english > > It is a one page three solution with TV where all pages are localized. I > am using RealURL. > > What I would like to achieve is this: > > If a user enters the site by domain.com he should stay on that domain > and the urls generated should be like this > "domain.com/home/article.html" and not something like > "domain.dk/en/home/article.html" > > Also when a flag is clicked in the language navigation link should > reflect the domain as described above. When I click a flag now - lets > say from a domain.dk page the link generated will be > domain.dk/en/home/article.html. However if I type > domain.com/home/article.html directly in the browser it works just fine. > > This leads to another problem: All my articles are available from > several URLs. This is confusing and will penalized by the search > engines. Each article will be accessible with three different URLs: > - domain.dk/en/home/article.html > - domain.com/en/home/article.html > - domain.com/home/article.html > > All suggestions on how solve these errors are most welcome. - domain.dk/en should redirect to domain.en by .htaccess with 301 code - domain.en/dk should redirect to domain.dk by .htaccess with 301 code - realurl should have separate configuration for both domains with default language configured as preVar with default value that corresponds to domain ('en' for 'domain.en') - you have to write a userFunc for language selector to perform logic as you need: (1) strip language suffix and (2) put correct domain to typolink's generated page path -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Thu Aug 9 09:42:49 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 09 Aug 2007 10:42:49 +0300 Subject: [TYPO3] cooluri only with two levels In-Reply-To: References: Message-ID: Hi! Juergen Hecht wrote: > there i miss the second level. How can i get ?t there? Is this a problem > with CoolUri or is it a problem from Typo3? Typo3 just shows URL as it gets from extension. But I doubt cooluri has such problem. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From list at space4typo3.de Thu Aug 9 09:42:38 2007 From: list at space4typo3.de (Juergen Hecht) Date: Thu, 09 Aug 2007 09:42:38 +0200 Subject: [TYPO3] cooluri only with two levels -- solved In-Reply-To: References: Message-ID: Jan Bednarik schrieb: >> where can i do this? > > In the page properties. > > If not it's strange. Is the Subsite 1.1 normal page? Have you modified > the default XML file? > I have found it. This is so strange that this value is default on. Thanks for your help From dmitry at typo3.org Thu Aug 9 09:44:02 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 09 Aug 2007 10:44:02 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Michael Cannon wrote: > Watching a MySQL slow_query_log for anything over 1 second for a couple > of days with logging join table-less enabled really tells you what needs > better indexing in TYPO3. We know that... We alreadyd did some improvemenets in 4.1 and hope to make more. In particular if you think about performance, stay away from indexed search and sys_stat. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From info at bednarik.org Thu Aug 9 09:56:26 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 09 Aug 2007 09:56:26 +0200 Subject: [TYPO3] cooluri only with two levels -- solved In-Reply-To: References: Message-ID: > I have found it. This is so strange that this value is default on. It is not. You must have checked it by accident. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From denyerec at gmail.com Thu Aug 9 11:12:45 2007 From: denyerec at gmail.com (Denyer Ec) Date: Thu, 9 Aug 2007 10:12:45 +0100 Subject: [TYPO3] Mailform Plus - Default Form Values not working Message-ID: I'm trying to get some fields in a Mailform Plus form to pre-fill with defaults and I'm getting nowhere. I've got ###value_fieldName### markers in my template for the post-back in case there's a validation error, and that's working just fine, but I can't get *default* values to appear in the fields when the form loads. The manual says this: plugin.tx_thmailformplus_pi1.fieldConf.[name of inputfield] Followed up with : .defaultValue (Typoscript TEXT object) This lead me to believe that, if my field is called 'additionalInfo' that this would provide a default value: plugin.tx_thmailformplus_pi1.fieldConf.additionalInfo.defaultValue = TEXT plugin.tx_thmailformplus_pi1.fieldConf.additionalInfo.defaultValue.value = Additional Comments It appears I was wrong, as this does not work. Can anyone point me in the right direction, as this is driving me bananas! Many thanks, Denyerec -- ------- http://gallery.denyerec.co.uk From michael-typo3 at cannonbose.com Thu Aug 9 14:36:47 2007 From: michael-typo3 at cannonbose.com (Michael Cannon) Date: Thu, 9 Aug 2007 08:36:47 -0400 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: <0864BEB3-8135-4388-85D9-ED4E40802740@cannonbose.com> I definitely second the votes on staying away from indexed_search and sys_stat. These days we're slowly trying to better figure out how to get extensions to be caching themselves. Thoughts? Michael ----- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From b.todd at emnet.co.uk Thu Aug 9 14:48:56 2007 From: b.todd at emnet.co.uk (Benjamin Todd) Date: Thu, 9 Aug 2007 13:48:56 +0100 Subject: [TYPO3] Extension Template In-Reply-To: References: Message-ID: <4C6EA7A76D8D454AAF367C28154B13CB50AEE7@HERCULES.emnet.emnet.co.uk> Hi Katja, Hi Fran?ois, That is very useful to me 8) Many Thanks :D ------------------------ Benjamin Todd Web Developer b.todd at emnet.co.uk EMNET, PO Box 559, Nottingham, NG1 3LB Tel: +44 (0)115 956 8260 Fax: +44 (0)115 956 8264 www.emnet.co.uk Company Registration No. 3144383 - VAT No. 694 620 609 - Registered Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS www.emnetsolutions.co.uk Company Registration No. 05384178 - VAT No. 856 671 781 - Registered office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Katja Lampela Sent: 08 August 2007 11:06 AM To: typo3-english at lists.netfielders.de Subject: Re: [TYPO3] Extension Template Hi Benjamin, You could make a "master extension template" in some sysfolder for example, say called "MASTER" and then make "reference templates" to the pages accordinly. So that the reference templates are all empty except for the field "include basis template" and there you would browse the MASTER from the sysfolder. This way you only have to make the changes to the MASTER instead of all the copies. - HTH Katja From ilaria.demarinis at caspur.it Thu Aug 9 15:59:35 2007 From: ilaria.demarinis at caspur.it (Ilaria De Marinis) Date: Thu, 09 Aug 2007 15:59:35 +0200 Subject: [TYPO3] avoid spacer-gif and br Message-ID: <46BB1DC7.7000102@caspur.it> Hi list, I am trying to understand when typo3 insert this html code:
    In my site a page contains this two tags content many times. I don't use a default template and it is impossible for me to create a good css stylesheet with these code occurrences. Can I avoid typo3 generate this code? Thanks in advance Regards Ilaria -- ------------------------------------------------ Ilaria De Marinis Settore Automazione Biblioteche Phone: +3906-44486052 CASPUR - Via dei Tizii ,6 - 00185 Roma e-mail: demarinis at caspur.it ------------------------------------------------ From dmitry at typo3.org Thu Aug 9 16:54:09 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 09 Aug 2007 17:54:09 +0300 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Hi! Michael Cannon wrote: > These days we're slowly trying to better figure out how to get > extensions to be caching themselves. > > Thoughts? Published here today: http://typo3bloke.net/post-details/archive/2007/august/09/performance_issues_in_typo3/index.htm Very short because it is a blog post, not definitive guide. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Thu Aug 9 16:55:11 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 09 Aug 2007 17:55:11 +0300 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: References: Message-ID: Ilaria De Marinis wrote: > I am trying to understand when typo3 insert this html code: > alt="" title="" />
    > > In my site a page contains this two tags content many times. > > I don't use a default template and it is impossible for me to create a > good css stylesheet with these code occurrences. > > Can I avoid typo3 generate this code? Use TS Object browser (in Web>Template) to search for "clear.gif"). You should know what to do next. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From patbraun at nospam.com Thu Aug 9 19:26:22 2007 From: patbraun at nospam.com (Patrick Braun) Date: Thu, 9 Aug 2007 17:26:22 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > added, described in the manual, uploaded to TER (will be there soon). > > INFO: I've changed beta release to stable. CoolURI worked very well and it was very easy to install, in fact much easier than I expected. For anyone interested this is part of my setup (CoolUriConf.xml) that did the trick to display the tx_realurl_pathsegment as I needed, including the augly 'aaaa-aaa--AAA'. Now it displays as 'aaaa-aaa--AAA.html'. THANKS!!! ============ 1 1 .html ... tx_realurl_pathsegment,alias,subtitle,title ... 0 .... ============ Suggestions section :) Of course 0 do the job as I wished, but at "CoolURIs' project's LinkManager" I wish I could display the 'Speaking URL path segment' along with the Cached URI. Maybe the 'alias' and 'title' too. Just to make it easy to debug the whole site. Something like the Web/Info module. Unfortunately the Info module doesn't display the CoolURI URI's In any case, I'm very happy with CoolURI and thanks again for the excelent support. PB From mortenkjems at gmail.com Thu Aug 9 20:04:27 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Thu, 09 Aug 2007 20:04:27 +0200 Subject: [TYPO3] Two languages with different domains. How to configure? In-Reply-To: References: Message-ID: Thanks for helping Dmitry! Before I begin to look at the RealURL configuration maybe someone could confirm that the .htaccess file is configured correct. I have added this to the setup ### language configuration ### RewriteCond %{HTTP_HOST} ^domain.dk/en\.com [nc] RewriteRule (.*) http://domain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^domain.com/dk\.com [nc] RewriteRule (.*) http://domain.dk/$1 [R=301,L] This changes nothing. So I wonder if I need to reconfigure RealURL to see any effect at all? Please confirm that I am on the right track before I move on. Below is my complete .htaccess: ---------------------------------------------- RewriteEngine On ^/TYPO3root/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L] RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L] RewriteRule ^typo3$ typo3/index_re.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [L] # Add your own rules here ### language configuration ### RewriteCond %{HTTP_HOST} ^domain.dk/en\.com [nc] RewriteRule (.*) http://domain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^domain.com/dk\.com [nc] RewriteRule (.*) http://domain.dk/$1 [R=301,L] ---------------------------------------------- Thanks /Morten Dmitry Dulepov [typo3] skrev:> > - domain.dk/en should redirect to domain.en by .htaccess with 301 code > - domain.en/dk should redirect to domain.dk by .htaccess with 301 code > - realurl should have separate configuration for both domains with > default language configured as preVar with default value that > corresponds to domain ('en' for 'domain.en') > - you have to write a userFunc for language selector to perform logic as > you need: (1) strip language suffix and (2) put correct domain to > typolink's generated page path > From ab.becker at web.de Thu Aug 9 20:16:22 2007 From: ab.becker at web.de (Andreas Becker) Date: Fri, 10 Aug 2007 01:16:22 +0700 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi Patrick I will put your TIP into the tutorial Thanks. If you would be interested we would like to add your URL for your CoolUri Page too. We try to keep a list of pages working with Cooluri, so that people can have a look at. Please send me your URL and some notes about your page. It will go here either in the multidomain or singledomain section incl a contact link http://docs.google.com/View?docid=dd33gg45_3f8j96p#Multi_Domain_TYPO3_Sites Lateron we will mwke a CoolUri Tutorial Page but for now the google Space does the job pretty well. Thanks Andreas Becker From info at bednarik.org Thu Aug 9 20:09:37 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 09 Aug 2007 20:09:37 +0200 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi Patrick, > CoolURI worked very well and it was very easy to install, in fact much > easier than I expected. Good to hear > Of course 0 do the job as I wished, but at "CoolURIs' > project's LinkManager" I wish I could display the 'Speaking URL path > segment' along with the Cached URI. Maybe the 'alias' and 'title' > too. Just to make it easy to debug the whole site. Something like the > Web/Info module. Unfortunately the Info module doesn't display the > CoolURI URI's > In any case, I'm very happy with CoolURI and thanks again for the > excelent support. Well, I've described it many times to Andi. The problem is that the CoolURI core isn't meant to be a part of the Typo3. It's an independent project and the extension is sort of "bridge" between Typo3 functions and the CoolURI core. Therefore, I can't add displaying of Typo3 fields as it wouldn't work without Typo3. Anyway, I'll keep it in mind ;) -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From patbraun at nospam.com Thu Aug 9 20:35:55 2007 From: patbraun at nospam.com (Patrick Braun) Date: Thu, 9 Aug 2007 18:35:55 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > Well, I've described it many times to Andi. The problem is that the > CoolURI core isn't meant to be a part of the Typo3. It's an > independent project and the extension is sort of "bridge" between > Typo3 functions and the CoolURI core. Therefore, I can't add > displaying of Typo3 fields as it wouldn't work without Typo3. Understood. Jan have found what looks like a bug. Using 0, if you click the Update option at LinkManager, converts the URI back to lowercase ignoring the urlize element value. It is necessary to Update all again. PB From patbraun at nospam.com Thu Aug 9 20:43:53 2007 From: patbraun at nospam.com (Patrick Braun) Date: Thu, 9 Aug 2007 18:43:53 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Andreas, > I will put your TIP into the tutorial Thanks. If you would be > interested we > would like to add your URL for your CoolUri Page too. We try to keep a I'm not the owner of that site, I'm just converting it to Typo3. Since it is very large one, I have copied the whole site into an intranet machine in order to do the job. Sorry. From patbraun at nospam.com Thu Aug 9 22:40:42 2007 From: patbraun at nospam.com (Patrick Braun) Date: Thu, 9 Aug 2007 20:40:42 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Andreas, Add to your tutorial: Step 1 Server Check =============== -Apache's mod_rewrite required Moving from RealURL: =============== -If you used a separate RealURL config file (i.e. realurl_config.php), delete it. Delete the include at localconf.php too. -Delete the following RealURL tables from your database using PHPMyAdmin (if you know how to do it, otherwise leave it alone): tx_realurl_chashcache tx_realurl_errorlog tx_realurl_pathcache tx_realurl_redirects tx_realurl_uniqalias tx_realurl_urldecodecache tx_realurl_urlencodecache my 2 cents. PB From ab.becker at web.de Fri Aug 10 03:21:13 2007 From: ab.becker at web.de (Andreas Becker) Date: Fri, 10 Aug 2007 08:21:13 +0700 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi Patrick Thanks a lot Will do so right the way If you got more ideas - to improve the Tutorial - they are welcome :-) Good to hear that CoolUri is working so great at your site! Andi From daniel at netcreators.com Fri Aug 10 08:20:46 2007 From: daniel at netcreators.com (Daniel Doesburg [netcreators]) Date: Fri, 10 Aug 2007 08:20:46 +0200 Subject: [TYPO3] cooluri only with two levels -- solved In-Reply-To: References: Message-ID: No Jan, Juergen is right. I've tried it now for some sites and in all cases this option is on by default. All new pages have this option enabled (on). I've to disable it in aal those sites by TSconfig. Regards, Daniel Jan Bednarik schreef: >> I have found it. This is so strange that this value is default on. > > It is not. You must have checked it by accident. > From ab.becker at web.de Fri Aug 10 08:40:51 2007 From: ab.becker at web.de (Andreas Becker) Date: Fri, 10 Aug 2007 13:40:51 +0700 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hi Patrick It is added: Andi From info at bednarik.org Fri Aug 10 08:41:25 2007 From: info at bednarik.org (Jan Bednarik) Date: Fri, 10 Aug 2007 08:41:25 +0200 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: > Jan have found what looks like a bug. Using 0, if you > click the Update option at LinkManager, converts the URI back to > lowercase ignoring the urlize element value. It is necessary to Update > all again. You're right. Fix is on its way to TER (still version 1.0.2, because with this amount of fixes I'd be soon on 10. version if I didn't overwrite ;) ). See the upload comment to make sure if it's the new version. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From info at bednarik.org Fri Aug 10 08:48:10 2007 From: info at bednarik.org (Jan Bednarik) Date: Fri, 10 Aug 2007 08:48:10 +0200 Subject: [TYPO3] cooluri only with two levels -- solved In-Reply-To: References: Message-ID: > No Jan, Juergen is right. I've tried it now for some sites and in all > cases this option is on by default. All new pages have this option > enabled (on). I've to disable it in aal those sites by TSconfig. Oh my. How come noone complained before? I've fixed it and it's going to TER right now. There was 'default' => '1' in the ext_tables.php. Why? I really don't know. Now its 'default' => '0', so it has to be OK. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From daniel at netcreators.com Fri Aug 10 09:10:43 2007 From: daniel at netcreators.com (Daniel Doesburg [netcreators]) Date: Fri, 10 Aug 2007 09:10:43 +0200 Subject: [TYPO3] CoolUri and the WT Gallery Message-ID: A question for Jan, or someone else, Jan somewhere wrote: < x > > - .html endings You need to add: .html 1 And that's it. < /x > But with (p.e.) the WT Gallery I got a 404 if I tried to select a picture After removing this lines all went well. Is there some solution for this problem? Regards, Daniel Doesburg From info at bednarik.org Fri Aug 10 09:46:04 2007 From: info at bednarik.org (Jan Bednarik) Date: Fri, 10 Aug 2007 09:46:04 +0200 Subject: [TYPO3] CoolUri and the WT Gallery In-Reply-To: References: Message-ID: > But with (p.e.) the WT Gallery I got a 404 if I tried to select a picture > After removing this lines all went well. Try downloading the latest version, it might be fixed. I've found out a bug, when suffixes where added after parameters resulting in non-sense URIs like /page?param=value.html. But this should be fixed in the version currently available. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From ilaria.demarinis at caspur.it Fri Aug 10 09:55:58 2007 From: ilaria.demarinis at caspur.it (Ilaria De Marinis) Date: Fri, 10 Aug 2007 09:55:58 +0200 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: References: Message-ID: <46BC1A0E.7030708@caspur.it> I commented these two lines in typo3/sysext/cms/tslib/class.tslib_content.php /function wrapSpace($content, $wrap) { $result = $content; if (trim($wrap)) { $wrapArray = explode('|',$wrap); $wrapBefore = intval($wrapArray[0]); $wrapAfter = intval($wrapArray[1]); if ($wrapBefore) {/ * #ILARIA$result = 'getBorderAttr('* border="0"').' class="spacer-gif" alt="" title="" />
    '.$result; / } if ($wrapAfter) {/ * #ILARIA$result.='getBorderAttr('* border="0"').' class="spacer-gif" alt="" title="" />
    '; /} } return $result; }/ I think I won't need anytime these two tags. Hope help someone Thank you very much Ilaria Dmitry Dulepov [typo3] wrote: > Ilaria De Marinis wrote: > >> I am trying to understand when typo3 insert this html code: >> > alt="" title="" />
    >> >> In my site a page contains this two tags content many times. >> >> I don't use a default template and it is impossible for me to create a >> good css stylesheet with these code occurrences. >> >> Can I avoid typo3 generate this code? >> > > Use TS Object browser (in Web>Template) to search for "clear.gif"). You > should know what to do next. > > -- ------------------------------------------------ Ilaria De Marinis Settore Automazione Biblioteche Phone: +3906-44486052 CASPUR - Via dei Tizii ,6 - 00185 Roma e-mail: demarinis at caspur.it ------------------------------------------------ From xx at xx.xx Fri Aug 10 10:52:03 2007 From: xx at xx.xx (PEF) Date: Fri, 10 Aug 2007 10:52:03 +0200 Subject: [TYPO3] Root page in sitemap Message-ID: Hi, I use the standard typo3 menu/sitemap and want to include the root page in this map? For now I have a list of all pages but the root page (id=1). My TS looks like this: tt_content.menu.20.2.special = directory tt_content.menu.20.2.special.targets.3 = _self tt_content.menu.20.2.special.value.field = pages Regards Peter Falk From daniel at netcreators.com Fri Aug 10 11:10:37 2007 From: daniel at netcreators.com (Daniel Doesburg [netcreators]) Date: Fri, 10 Aug 2007 11:10:37 +0200 Subject: [TYPO3] CoolUri and the WT Gallery In-Reply-To: References: Message-ID: Wow, faster than the light! I'll try it this afternoon or tomorrow. Thanks a lot. Regards, Daniel Jan Bednarik schreef: >> But with (p.e.) the WT Gallery I got a 404 if I tried to select a picture >> After removing this lines all went well. > > Try downloading the latest version, it might be fixed. I've found out a > bug, when suffixes where added after parameters resulting in non-sense > URIs like /page?param=value.html. But this should be fixed in the > version currently available. > From lukas at antroposofi.info Fri Aug 10 11:27:49 2007 From: lukas at antroposofi.info (Lukas Mattsson) Date: Fri, 10 Aug 2007 11:27:49 +0200 Subject: [TYPO3] Allow visitors to propose changes/new stuff Message-ID: I have some sections on my website with content written by visitors, like job offers, events etc. Today, we have frontend forms for submit content, that we insert on proper sections manually. Is it possible to allow the visitors to directly propose new records or modify existing ones? Of course we don't want to allow everyone to deface our site, so all proposed updates/changes has to be confirmed by a privileged backend user. From tapio.markula at xetpoint.fi Fri Aug 10 11:33:34 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 10 Aug 2007 12:33:34 +0300 Subject: [TYPO3] Root page in sitemap In-Reply-To: References: Message-ID: PEF kirjoitti: > Hi, > I use the standard typo3 menu/sitemap and want to include the root page > in this map? For now I have a list of all pages but the root page (id=1). > > My TS looks like this: > tt_content.menu.20.2.special = directory > tt_content.menu.20.2.special.targets.3 = _self > tt_content.menu.20.2.special.value.field = pages > > Regards > Peter Falk create a shortcut to the root page check box, which hides page in menu allow with TS config show pages, which are (normally) hidden in menu From info at cybercraft.de Fri Aug 10 12:24:21 2007 From: info at cybercraft.de (JoH) Date: Fri, 10 Aug 2007 12:24:21 +0200 Subject: [TYPO3] Root page in sitemap References: Message-ID: > I use the standard typo3 menu/sitemap and want to include the root > page in this map? For now I have a list of all pages but the root > page (id=1). > My TS looks like this: > tt_content.menu.20.2.special = directory > tt_content.menu.20.2.special.targets.3 = _self > tt_content.menu.20.2.special.value.field = pages So I guess you put the root page into the pages field of the content element? Checking TSref show, that the special property knows different types. On of these types is "directory" showing the subpages of the given pages. The other one is "list" showing the given pages themselves. So a simple switch to special = list should do the job. HTH Joey From lasse at clioonline.dk Fri Aug 10 12:33:58 2007 From: lasse at clioonline.dk (Lasse Guldsborg) Date: Fri, 10 Aug 2007 12:33:58 +0200 Subject: [TYPO3] Problems with FE login by IP ( cc_iplogin_fe ) Message-ID: Hi I would like to have certain FE users auto-login by IP, but I can't get the cc_iplogin_fe / cc_ipauth extensions working. I have installed the following: typo3 4.1.1 cc_iplogin_fe 1.1.1 cc_ipauth 1.1.1 I believe I have followed the (fairly short) manual to the letter. Can anyone tell me if the extensions are even compatible with t3 4.1.1, or if there is a good alternative solution? Any help is much appreciated! Best regards, Lasse From patbraun at nospam.com Fri Aug 10 13:34:34 2007 From: patbraun at nospam.com (Patrick Braun) Date: Fri, 10 Aug 2007 11:34:34 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > You're right. Fix is on its way to TER (still version 1.0.2, because > with this amount of fixes I'd be soon on 10. version if I didn't > overwrite ;) ). See the upload comment to make sure if it's the new > version. Thanks will check. From tapio.markula at xetpoint.fi Fri Aug 10 13:48:36 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 10 Aug 2007 14:48:36 +0300 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: References: Message-ID: Ilaria De Marinis kirjoitti: > I commented these two lines in > typo3/sysext/cms/tslib/class.tslib_content.php > > /function wrapSpace($content, $wrap) { > $result = $content; > if (trim($wrap)) { > $wrapArray = explode('|',$wrap); > $wrapBefore = intval($wrapArray[0]); > $wrapAfter = intval($wrapArray[1]); > if ($wrapBefore) {/ > * #ILARIA$result = ' src="'.$GLOBALS['TSFE']->absRefPrefix.'clear.gif" width="1" > height="'.$wrapBefore.'"'.$this->getBorderAttr('* border="0"').' > class="spacer-gif" alt="" title="" />
    '.$result; > / } > if ($wrapAfter) {/ > * #ILARIA$result.=' src="'.$GLOBALS['TSFE']->absRefPrefix.'clear.gif" width="1" > height="'.$wrapAfter.'"'.$this->getBorderAttr('* border="0"').' > class="spacer-gif" alt="" title="" />
    '; > /} > } > return $result; > }/ > I think I won't need anytime these two tags. > Hope help someone that's bad practise. wpapBefore and and wrapAfter are in some TS Template - and they should be defined using approriate Template setup. From mack at xnos.org Fri Aug 10 13:57:34 2007 From: mack at xnos.org (Benjamin Mack) Date: Fri, 10 Aug 2007 13:57:34 +0200 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: <46BC1A0E.7030708@caspur.it> References: <46BC1A0E.7030708@caspur.it> Message-ID: <46BC52AE.6060206@xnos.org> Hey, sure that works, but everytime you're updating your TYPO3 installation you need to uncomment the lines again. I'd suggest finding where the problem is. Find out where it happens (e.g. between every content element...) and then check out the TS Object Browser to see the settings in tt_content... greetings, benni. -SDG- www.xnos.de // www.xnos.org From xx at xx.xx Fri Aug 10 14:24:07 2007 From: xx at xx.xx (PEF) Date: Fri, 10 Aug 2007 14:24:07 +0200 Subject: [TYPO3] Root page in sitemap In-Reply-To: References: Message-ID: Won't do - list only displays pages specified in the list. Regards P. JoH skrev: >> I use the standard typo3 menu/sitemap and want to include the root >> page in this map? For now I have a list of all pages but the root >> page (id=1). >> My TS looks like this: >> tt_content.menu.20.2.special = directory >> tt_content.menu.20.2.special.targets.3 = _self >> tt_content.menu.20.2.special.value.field = pages > > So I guess you put the root page into the pages field of the content > element? > > Checking TSref show, that the special property knows different types. > On of these types is "directory" showing the subpages of the given pages. > The other one is "list" showing the given pages themselves. > > So a simple switch to special = list should do the job. > > HTH > > Joey > > From xx at xx.xx Fri Aug 10 14:25:20 2007 From: xx at xx.xx (PEF) Date: Fri, 10 Aug 2007 14:25:20 +0200 Subject: [TYPO3] Root page in sitemap In-Reply-To: References: Message-ID: Might be the only solution, though it isn't beautiful. Regards Peter Tapio Markula skrev: > PEF kirjoitti: >> Hi, >> I use the standard typo3 menu/sitemap and want to include the root >> page in this map? For now I have a list of all pages but the root page >> (id=1). >> >> My TS looks like this: >> tt_content.menu.20.2.special = directory >> tt_content.menu.20.2.special.targets.3 = _self >> tt_content.menu.20.2.special.value.field = pages >> >> Regards >> Peter Falk > create a shortcut to the root page > check box, which hides page in menu > allow with TS config show pages, which are (normally) hidden in menu From typo3 at online.de Fri Aug 10 14:34:08 2007 From: typo3 at online.de (Gunther Typo3) Date: Fri, 10 Aug 2007 14:34:08 +0200 Subject: [TYPO3] Search in Table / tt_address Message-ID: <009901c7db4a$c7ea1c60$57be5520$@de> Hello, I like to use the Extension "fesearchintable", but I con not configure it correctly. I think my knowledge of TScript is not good enough. I would like to search in the tt_address for "city" and "zip". I installed the extension, insert one plugin on the PID 35 with the Code "form" and another plugin on the PID 4 with the Code "results". The addresses are stored in a sysfolder (PID 61). The form should have two input fields (City and ZIP) and one search-button. My TScript Code is: CONSTANTS: plugin.tx_fesearchintable_pi1 { resultsPID = 4 CMD = form Limit = 10 } SETUP: plugin.tx_fesearchintable_pi1 { debugRecordFields = 0 CMD = {$plugin.tx_fesearchintable_pi1.CMD} Limit = {$plugin.tx_fesearchintable_pi1.Limit} backLink = 0 backWrap =
    |
    form = FORM form.dataArray { #10.label.data = LLL:EXT:fesearchintable/pi1/locallang.php:label.search #10.label.wrap = |: 10.label = Stadt 10.type = sword=input,30 15.label = PLZ 15.type = sword=input,30 20.type = submit=submit 20.value.data = LLL:EXT:fesearchintable/pi1/locallang.php:label.search } form.type = {$plugin.tx_fesearchintable_pi1.resultsPID} form.locationData = 1 form.layout = ###LABEL######FIELD### form.labelWrap.wrap = | form.stdWrap.wrap = |
    form.wrapFieldName = tx_fesearchintable_pi1[|] searchAdditionalPiVarsWrap = with | as searchTables { tt_address = 1 tt_address.name = Adresse tt_address.fields = city, zip tt_address.pidList = 61 #--> ID des Sysfolders mit den Adressen tt_address.recursive = 0 tt_address.orderBy = tt_address.selectAdditionalParams = AND 1=1 tt_address.listHeader = COA tt_address.listHeader { 10 = TEXT 10.value = Adresse 10.wrap =

    |

    } tt_address.listItem = COA tt_address.listItem { stdWrap.wrap =
  • |
  • 10 = TEXT 10.field = city 10.wrap = Adresse: | 20 = TEXT 20.field = zip #30 = TEXT #30.value = more> #30.typolink.parameter.data = TSFE:id #30.typolink.wrap = | #30.typolink.ATagBeforeWrap = 1 #30.typolink.additionalParams.dataWrap = &tx_fesearchintable_pi1[sTable]=tt_address&tx_fesearchintable_pi1[sUID]={fie ld:uid}&tx_ttnews[tt_address]={field:uid} } tt_address.listStdWrap.wrap =
      |
    #tt_address.singleView < plugin.tt_address #tt_address.singleView.code > #tt_address.singleView.code = SINGLE } results { headerWrap.wrap = | displayingWrap.wrap = | keywordsWrap.fontTag = | tableListWrap.wrap =
      |
    tableListItemWrap.wrap =
  • |
  • } } But something works wrong, because the follow things are happen. 1. In the search form, the first label is "search" instead "city". 2. After click on search, the result page (PID 4) open with the search form instead the results. I think the search did not start correctly. If the searched address is in the db table I get the search form (PID 4) back and not the results and when the searched address is not in the db table I get also the search form (PID 4) back without no answer (ect. the searched zip is not available). Please help me, I have to do the search form for my study at the university and I don't know how I can fix this problem. Best Regards Gunther From fsuter at cobweb.ch Fri Aug 10 14:49:16 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Fri, 10 Aug 2007 14:49:16 +0200 Subject: [TYPO3] Root page in sitemap In-Reply-To: References: Message-ID: Hi, >>> tt_content.menu.20.2.special = directory >>> tt_content.menu.20.2.special.targets.3 = _self >>> tt_content.menu.20.2.special.value.field = pages There may be another possibility: change tt_content.menu.20.2 to a COA, make a first part as a link to the home page, then a second part as a HMENU for the sitemap. Maybe something like: temp.sitemap < tt_content.menu.20.2 tt_content.menu.20.2 > tt_content.menu.20.2 = COA tt_content.menu.20.2 { 10 = TEXT 10.value = Home page 10.typolink.parameter.data = leveluid:0 10.wrap =
  • |
  • 20 < temp.sitemap 20 { 1.wrap = } wrap =
      |
    } off the top of my head, but should work. HTH Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- From ilaria.demarinis at caspur.it Fri Aug 10 15:16:57 2007 From: ilaria.demarinis at caspur.it (Ilaria De Marinis) Date: Fri, 10 Aug 2007 15:16:57 +0200 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: References: Message-ID: <46BC6549.50107@caspur.it> Ok, thank you very much for your suggestions!!! Best regards Ilaria Tapio Markula wrote: > Ilaria De Marinis kirjoitti: > >> I commented these two lines in >> typo3/sysext/cms/tslib/class.tslib_content.php >> >> /function wrapSpace($content, $wrap) { >> $result = $content; >> if (trim($wrap)) { >> $wrapArray = explode('|',$wrap); >> $wrapBefore = intval($wrapArray[0]); >> $wrapAfter = intval($wrapArray[1]); >> if ($wrapBefore) {/ >> * #ILARIA$result = '> src="'.$GLOBALS['TSFE']->absRefPrefix.'clear.gif" width="1" >> height="'.$wrapBefore.'"'.$this->getBorderAttr('* border="0"').' >> class="spacer-gif" alt="" title="" />
    '.$result; >> / } >> if ($wrapAfter) {/ >> * #ILARIA$result.='> src="'.$GLOBALS['TSFE']->absRefPrefix.'clear.gif" width="1" >> height="'.$wrapAfter.'"'.$this->getBorderAttr('* border="0"').' >> class="spacer-gif" alt="" title="" />
    '; >> /} >> } >> return $result; >> }/ >> I think I won't need anytime these two tags. >> Hope help someone >> > > that's bad practise. wpapBefore and and wrapAfter are in some > TS Template - and they should be defined using approriate Template setup. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > -- ------------------------------------------------ Ilaria De Marinis Settore Automazione Biblioteche Phone: +3906-44486052 CASPUR - Via dei Tizii ,6 - 00185 Roma e-mail: demarinis at caspur.it ------------------------------------------------ From info at cybercraft.de Fri Aug 10 15:22:50 2007 From: info at cybercraft.de (JoH) Date: Fri, 10 Aug 2007 15:22:50 +0200 Subject: [TYPO3] Root page in sitemap References: Message-ID: >>> I use the standard typo3 menu/sitemap and want to include the root >>> page in this map? For now I have a list of all pages but the root >>> page (id=1). >>> My TS looks like this: >>> tt_content.menu.20.2.special = directory >>> tt_content.menu.20.2.special.targets.3 = _self >>> tt_content.menu.20.2.special.value.field = pages >> >> So I guess you put the root page into the pages field of the content >> element? >> >> Checking TSref show, that the special property knows different types. >> On of these types is "directory" showing the subpages of the given >> pages. The other one is "list" showing the given pages themselves. >> >> So a simple switch to special = list should do the job. > > Won't do - list only displays pages specified in the list. Will do, since directory does exactly the same just on another level. temp.bla = HMENU temp.bla { special = directory special.value = 1 1 = TMENU 1 { wrap =
      |
    NO { wrapItemAndSub =
  • |
  • } } 2 < .1 3 < .1 4 < .1 } will give you a menu of all subpages of 1 and their subpages + their subpages ... up to 4 levels temp.bla = HMENU temp.bla { special = list special.value = 1 1 = TMENU 1 { wrap =
      |
    NO { wrapItemAndSub =
  • |
  • } } 2 < .1 3 < .1 4 < .1 5 < .1 } will give you exactly the same, but it will add page 1 as the first level. Just do it ;-) Joey From fsuter at cobweb.ch Fri Aug 10 15:29:07 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Fri, 10 Aug 2007 15:29:07 +0200 Subject: [TYPO3] Root page in sitemap In-Reply-To: References: Message-ID: <24A5708D-29B3-440C-90F0-FEB7A5C997C8@cobweb.ch> Hi, > will give you exactly the same, but it will add page 1 as the first > level. Ah yes, much nicer than my proposal. Although it's perfectly logical that special = list also generates a page hierarchy (since it's a HMENU), I had never really thought about it :-) (now that I think of it, I'm using it in one of my sites, but I guess I didn't pay attention to the underlying principle :-) Cheers Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- From bedlamhotel at gmail.com Fri Aug 10 17:12:04 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Fri, 10 Aug 2007 08:12:04 -0700 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: <46BC6549.50107@caspur.it> References: <46BC6549.50107@caspur.it> Message-ID: <2b6e984e0708100812v295491c4i56617f76a786c065@mail.gmail.com> Hi, On 8/10/07, Ilaria De Marinis wrote: > Ok, > thank you very much for your suggestions!!! > > Best regards > Ilaria > > Tapio Markula wrote: > > Ilaria De Marinis kirjoitti: > > > >> I commented these two lines in > >> typo3/sysext/cms/tslib/class.tslib_content.php > >> > >> /function wrapSpace($content, $wrap) { > >> $result = $content; > >> if (trim($wrap)) { > >> $wrapArray = explode('|',$wrap); > >> $wrapBefore = intval($wrapArray[0]); > >> $wrapAfter = intval($wrapArray[1]); > >> if ($wrapBefore) {/ > >> * #ILARIA$result = ' >> src="'.$GLOBALS['TSFE']->absRefPrefix.'clear.gif" width="1" > >> height="'.$wrapBefore.'"'.$this->getBorderAttr('* border="0"').' > >> class="spacer-gif" alt="" title="" />
    '.$result; > >> / } > >> if ($wrapAfter) {/ > >> * #ILARIA$result.=' >> src="'.$GLOBALS['TSFE']->absRefPrefix.'clear.gif" width="1" > >> height="'.$wrapAfter.'"'.$this->getBorderAttr('* border="0"').' > >> class="spacer-gif" alt="" title="" />
    '; > >> /} > >> } > >> return $result; > >> }/ > >> I think I won't need anytime these two tags. > >> Hope help someone > >> > > > > that's bad practise. wpapBefore and and wrapAfter are in some > > TS Template - and they should be defined using approriate Template setup. This is right. I'm pretty sure that CSS Styled Content does /not/ do any spacer gif rendering (at least I never encountered any...), so I assume you're using a different static template. If you're using a static template (in your main TS template record) like "Content" or "Default", remove it and use CSS Styled Content instead. -- Christopher Torgalson http://www.typo3apprentice.com/ From andrew at avagraphique.com Fri Aug 10 17:17:32 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Fri, 10 Aug 2007 11:17:32 -0400 Subject: [TYPO3] can one change the text label for columns in BE ? Message-ID: Is it possible to change the text labels for the columns in te BE I want to name the columns more specifically for what they are for.... like I am using one for MAIN CONTENT and one for LEFT GUTTER... and I would like to call them that.... I see in TS Page config I can edit mod.web_layout to tuen the visibility of the columns on and off, but i don't see anything about column names (string).... any ideas short of hacking into the system? thanks, andrew From mack at xnos.org Fri Aug 10 17:42:57 2007 From: mack at xnos.org (Benjamin Mack) Date: Fri, 10 Aug 2007 17:42:57 +0200 Subject: [TYPO3] can one change the text label for columns in BE ? In-Reply-To: References: Message-ID: <46BC8781.3030009@xnos.org> hey, well... it /should/ work like that: TCEFORM.tt_content.colPos.altLabels.0 = MAIN CONTENT but then it only displays that label when you edit a content element. But in the page module it does not change. I think there is a bug report for that opened already: http://bugs.typo3.org/view.php?id=4033 greetings, benni. -SDG- www.xnos.de // www.xnos.org Andrew Davis wrote: > Is it possible to change the text labels for the columns in te BE > > I want to name the columns more specifically for what they are for.... > like I am using one for MAIN CONTENT and one for LEFT GUTTER... and I > would like to call them that.... > > I see in TS Page config I can edit > mod.web_layout > to tuen the visibility of the columns on and off, but i don't see > anything about column names (string).... > > > any ideas short of hacking into the system? > > thanks, > andrew > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From tapio.markula at xetpoint.fi Fri Aug 10 18:33:22 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 10 Aug 2007 19:33:22 +0300 Subject: [TYPO3] can one change the text label for columns in BE ? In-Reply-To: References: Message-ID: Benjamin Mack kirjoitti: > hey, > > well... it /should/ work like that: > > TCEFORM.tt_content.colPos.altLabels.0 = MAIN CONTENT > > but then it only displays that label when you edit a content element. > But in the page module it does not change. that relates to forms but the way is to set locallang files. If you use PHP 5 you can create local locallang files using lfeditor. From patbraun at nospam.com Fri Aug 10 19:48:30 2007 From: patbraun at nospam.com (Patrick Braun) Date: Fri, 10 Aug 2007 17:48:30 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > You're right. Fix is on its way to TER (still version 1.0.2, because > with this amount of fixes I'd be soon on 10. version if I didn't > overwrite ;) ). See the upload comment to make sure if it's the new > version. The fix works fine thanks. Cosmetic suggestion: At Link Manager/Cached links. There are three icons at the Action column. Please place them in a row instead of a column. If your site has 6000+ pages like the one I'm working in there is a lot of scroll involved to find a link because of the wide space between lines. Single space between lines would be ideal but the date/time lines make a reasonable spacing. Am I boring you much? From xoonsji02 at sneakemail.com Fri Aug 10 20:46:22 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Fri, 10 Aug 2007 20:46:22 +0200 Subject: [TYPO3] can one change the text label for columns in BE ? References: Message-ID: On Fri, 10 Aug 2007 11:17:32 -0400, Andrew Davis wrote with subject "[TYPO3] can one change the text label for columns in BE ?": > Is it possible to change the text labels for the columns in te BE > > I want to name the columns more specifically for what they are for.... > like I am using one for MAIN CONTENT and one for LEFT GUTTER... and I > would like to call them that.... > > I see in TS Page config I can edit > mod.web_layout > to tuen the visibility of the columns on and off, but i don't see > anything about column names (string).... > > > any ideas short of hacking into the system? try this one: http://pi-phi.de/t3v4/45.html?L=1 Bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From johngraves05 at gmail.com Fri Aug 10 21:08:51 2007 From: johngraves05 at gmail.com (John Graves) Date: Fri, 10 Aug 2007 15:08:51 -0400 Subject: [TYPO3] MSSQL 2005 Message-ID: From bdu at iastate.edu Fri Aug 10 22:36:34 2007 From: bdu at iastate.edu (Bing Du) Date: Fri, 10 Aug 2007 15:36:34 -0500 (CDT) Subject: [TYPO3] Changes in RSS feed template don't work Message-ID: <4712.129.186.196.50.1186778194.squirrel@mail.eng.iastate.edu> Hi, typo3 4.0.6 tt_news 2.4.0 In my master template I have: plugin.tt_news { displayXML { rss2_tmplFile = fileadmin/templates/typo3/tt_news_rss2.tmpl blah blah } } In fileadmin/templates/typo3/tt_news_rss2.tmpl, width and height were commented out like this: But when I looked the source of http://www.somesite.some.edu/rss.xml (in SeaMonkey web browser), both and are still there. I cleared all the caches I could think of, clear all cache, clear FE cache, clear page cache, clear cache in typo3conf/. I also cleared my browser's own cache. My changes in fileadmin/templates/typo3/tt_news_rss2.tmpl just doesn't take effect. Anybody know why? Thanks in advance for any help. Bing From bdu at iastate.edu Fri Aug 10 23:14:09 2007 From: bdu at iastate.edu (Bing Du) Date: Fri, 10 Aug 2007 16:14:09 -0500 (CDT) Subject: [TYPO3] Changes in RSS feed template don't work In-Reply-To: <4712.129.186.196.50.1186778194.squirrel@mail.eng.iastate.edu> References: <4712.129.186.196.50.1186778194.squirrel@mail.eng.iastate.edu> Message-ID: <4877.129.186.196.50.1186780449.squirrel@mail.eng.iastate.edu> > Hi, > > typo3 4.0.6 > tt_news 2.4.0 > > In my master template I have: > > plugin.tt_news { > displayXML { > > rss2_tmplFile = fileadmin/templates/typo3/tt_news_rss2.tmpl > blah blah > } > } > > In fileadmin/templates/typo3/tt_news_rss2.tmpl, width and height were > commented out like this: > > > > But when I looked the source of http://www.somesite.some.edu/rss.xml (in > SeaMonkey web browser), both and are still there. > > I cleared all the caches I could think of, clear all cache, clear FE > cache, clear page cache, clear cache in typo3conf/. I also cleared my > browser's own cache. My changes in > fileadmin/templates/typo3/tt_news_rss2.tmpl just doesn't take effect. > > Anybody know why? > > Thanks in advance for any help. > > Bing I figured out, but not quite understand why. All of our sites share a master template. The master template defines: plugin.tt_news { displayXML { rss2_tmplFile = fileadmin/templates/typo3/tt_news_rss2.tmpl xmlDesc = Latest News } } Each site has its own extension template that redefines xmlTitle, xmlLink, etc. like this: plugin.tt_news { displayXML { xmlTitle = Office of Recruiting Programs xmlLink = http://www.somesite.some.edu xmlDesc = News from the Office of Recruiting Programs } } I thought things defined in the master template should be inherited by the extension template if the extension template doesn't have definitions. But without repeating 'rss2_tmplFile = fileadmin/templates/typo3/tt_news_rss2.tmpl' in the extension template, any changes I made in rss2_tmplFile didn't work. After adding rss2_tmplFile in the extension template, as shown below, template changes worked fine then. plugin.tt_news { displayXML { xmlTitle = Office of Recruiting Programs xmlLink = http://www.somesite.some.edu xmlDesc = News from the Office of Recruiting Programs rss2_tmplFile = fileadmin/templates/typo3/tt_news_rss2.tmpl } } Bing From leroypushpins at gmail.com Fri Aug 10 23:35:51 2007 From: leroypushpins at gmail.com (leroy pushpins) Date: Fri, 10 Aug 2007 14:35:51 -0700 Subject: [TYPO3] chc forums vs vbulletin Message-ID: Some newbie questions. I'm looking to migrate a vBulletin forum to a CHC forum. Including moving user profiles and vBulletin functionality. Has anyone had experience doing this? Any precautions/recommendations? Also in vBulletin you can use custom BBEdit codes, does CHC have anything like that? And finally, we want to display active forum users on our homepage. Similar to what they have on this page: http://mashable.com/ Is this doable using CHC forum? Anyone seen it in action? Any ideas abt how it's done? Thanks! Leroy From patbraun at nospam.com Fri Aug 10 23:58:15 2007 From: patbraun at nospam.com (Patrick Braun) Date: Fri, 10 Aug 2007 21:58:15 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, For your TODO list: Click 'Delete Everything and Start Again' button and go to any page previosly displayed at your browser. If you click any link you get a "PAGE NOT FOUND" error. That's okay, but it would be better if the site's root is displayed instead of the "not found" page. Or maybe the error page redirecting (after a couple of seconds) to the root. As a matter of fact you are compelled to go to the root in order to recreate the links. Cheers PB From moritz.rogalli at komma.info Sat Aug 11 00:40:10 2007 From: moritz.rogalli at komma.info (Moritz Rogalli) Date: Sat, 11 Aug 2007 00:40:10 +0200 Subject: [TYPO3] chc forums vs vbulletin In-Reply-To: References: Message-ID: leroy pushpins schrieb: > Some newbie questions. I'm looking to migrate a vBulletin forum to a CHC > forum. Including moving user profiles and vBulletin functionality. Has > anyone had experience doing this? Any precautions/recommendations? Also in > vBulletin you can use custom BBEdit codes, does CHC have anything like that? > > And finally, we want to display active forum users on our homepage. Similar > to what they have on this page: > http://mashable.com/ > > Is this doable using CHC forum? Anyone seen it in action? Any ideas abt how > it's done? > > Thanks! > > Leroy Hi Leroy, try mm_forum, it's a very good bulletin board for typo3. I tried to install chc and it still got some major bugs and it looks like chc-development has stopped. mm_forum does not feature vbulletin-import but I think it should be straight forward. I think the best solution is to integrate vbulletin since vbulletin is the most sophisticated bulletin-board I know. afaik there's an extension for that. Moritz Rogalli From info at bednarik.org Sat Aug 11 09:01:40 2007 From: info at bednarik.org (Jan Bednarik) Date: Sat, 11 Aug 2007 09:01:40 +0200 Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' In-Reply-To: References: Message-ID: Hey Patrick, > Click 'Delete Everything and Start Again' button and go to any page > previosly displayed at your browser. If you click any link you get a > "PAGE NOT FOUND" error. That's okay, but it would be better if the > site's root is displayed instead of the "not found" page. Or maybe the > error page redirecting (after a couple of seconds) to the root. As a > matter of fact you are compelled to go to the root in order to recreate > the links. well, if you mind about this behaviour you have 2 options: 1) don't use 'Delete Everything and Start Again', but click 'Force update of all links' 2) modify the 404 error page so that i would point or redirect to the root You can redirect in case of "page not found" using: HTTP/1.1 301 Moved Permanently http://example.com/ -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From sd at ixnl.com Sat Aug 11 11:33:03 2007 From: sd at ixnl.com (sd at ixnl.com) Date: Sat, 11 Aug 2007 11:33:03 +0200 Subject: [TYPO3] Resized window in IE7 and media issue Message-ID: <006401c7dbfa$9f2cf8a0$df345351@IXNL> Hi all, I hope someone can advise me. I am trying to get a single track media player to work. It is for a community anniversary site, and I want to have a timeline musical medley they can optionally play when browsing the site. Things I have tried. I made a template with just content, in another page with the flash object in and used the HTML element. I when made it link using it to go to it, and set the page to open 190 wide & 150 high. This works in firefox, but in IE 7 it opens as a full page. In previous browsers it worked okay. Is there a way to solve this. I have looked at athe media extensions and they are always on the page so when you move on it closes down the music. Simply put all I want it to do is open up the size of the player. I don't want to do it as a popup as lots of people have popups disabled. Is there a way to overcome this problem or a better way to do it? Hope you guys can help me. Cheers Stan From patbraun at nospam.com Sat Aug 11 14:26:04 2007 From: patbraun at nospam.com (Patrick Braun) Date: Sat, 11 Aug 2007 12:26:04 +0000 (UTC) Subject: [TYPO3] RealURL modifies my 'Speaking URL path segment' References: Message-ID: Hi Jan, > You can redirect in case of "page not found" using: > > > HTTP/1.1 301 Moved Permanently > http://example.com/ > After sending the message I did find the solution. In other words "if you can't make it work, read the documentation" ;) Okay, now I have a hardcopy at hand. However, as you supposed, the redirect to the root is not a good idea in the long term. It is better to point to a modified 404 and blah, blah, blah. Well, that's another problem. Excellent work Jan. In fact I have found that all the problems I had with my original Typo3 setup related to URL's vanished. Now it runs *faster* and so far it works as expected. No cache problems, no weird responses. Outstanding indeed!! Thank you! From xxx at xx.xx Sat Aug 11 17:18:48 2007 From: xxx at xx.xx (PEF) Date: Sat, 11 Aug 2007 17:18:48 +0200 Subject: [TYPO3] Sitemap with spacers Message-ID: Hi I'm having a page tree that's divided into blocks separated by spacers. I want to mirror this in a sitemap: * Frontpage * [Companies] ; a spacer * Company 1 * Company 2 * [Persons] ; a spacer * Person 1 * Person 2 * [Activities] ; a spacer * Activity 1 * Activity 2 and so on. I've tried to modify tt_content.menu.20.2, but the problem is, that spacers not normaly are included and therefore subpages aren't shown. I can by setting SPC=1 get the spacers written, but even when setting expAll=1, the subpages to the spacer won't show. If I set special=directory and SPC=1 all the spacers are then written and there by all the other items: spacer spacer item1 item2 ... and so on. Can it be done without writing a php-function for the purpose or must I write a php-method for the task? Regards Peter Falk From christian.oettinger at gmx.de Sat Aug 11 18:21:17 2007 From: christian.oettinger at gmx.de (christian oettinger) Date: Sat, 11 Aug 2007 18:21:17 +0200 Subject: [TYPO3] rlmp_officeimport (General Office displayer) Problem Message-ID: Hi list, I'm trying to install the stunning rlmp_officeimport Extension. It works fine with the files added in the extension, but not for my file - which is Excel saved in 2003 XML via Open Office. Even when I open the xml-spreadsheet added with the extension in OpenOffice and save it again, it stops working (I always get an "invalid argument supplied for foreach" error), so I assume it is a problem of correct or not correct XML-code. I understand that XML-files created by Open Office should work? I'm not too deep into XML. Could there be a problem with line feeds? I'm working on OS X and see no line breaks any more with my altered file when opening in an editor. This does probably not mean there are none, but anyway. I'm searching for four hours now, so any real light would be most welcome Thanks in advance!! christian From christian.oettinger at gmx.de Sat Aug 11 18:48:23 2007 From: christian.oettinger at gmx.de (christian oettinger) Date: Sat, 11 Aug 2007 18:48:23 +0200 Subject: [TYPO3] avoid spacer-gif and br In-Reply-To: References: Message-ID: If you are clear with the other answers, forget this post - if not, some explanation for newbies (guys, this is supposed to help people, especially the ones who are NOT deep into typo3): Every output that you see in your source code is generated by TypoScript. So with the TEMPLATE Tool and a bit of searching you can find where is defined what you are looking for. I personally do this with the template analyzer (you klick on one of the templates and its content is written down, so that you can use the search function of the browser) or the TS Object Browser (note that the search function there is a bit tricky). The background of all of this is: To make output for yourself you normally would have to write hundereds of lines of TS code in setup (and constants) to declare all. This is complicated, so the most basic TS - the one that nearly everybody needs - is packed in extensions. You switch on the extension, include it in your Template and the TS code is used, just as if you'd have hacked it in your Setup. (The extension nearly everybody uses nowadays as basic is called css_styled_content. It is not a complete template, you will still have to design your output, but it provides many, many basics. And as it says it is written for usage with CSS). If the included codes does not suit your needs on some lines though, you can just override them in your Setup. So you can use all 400 lines that are fine for you and change just override the two you want a bit different It's a great concept. greetings! christian > Hi list, > I am trying to understand when typo3 insert this html code: > alt="" title="" />
    > > In my site a page contains this two tags content many times. > > I don't use a default template and it is impossible for me to create a > good css stylesheet with these code occurrences. > > Can I avoid typo3 generate this code? > > Thanks in advance > Regards > Ilaria > From info at typo3lab.ru Sun Aug 12 12:19:51 2007 From: info at typo3lab.ru (Valery Romanchev) Date: Sun, 12 Aug 2007 14:19:51 +0400 Subject: [TYPO3] Newspaper looking for a CMS In-Reply-To: References: Message-ID: Hi Dmitry Many thanks for your blog. As for my problem with home page and general performance of my server: 1) indexes on some fields for tt_news table does not helps (I do not see any substantial result - the same 6-12 seconds to generate home page on wciom.ru without the cache). I do not have much experience with database turning, so maybe do something wrong. Or may be my customization produce the problem (I have modified tt_news with bidirectional and bidirectional_example which makes possibility to see news in category record in BE) 2) what helps me a bit with performance on this server: Correct configuration of eAcceselerator (I made only typo3 core cachable in memory) and migration of all TYPO3 sites on this server to the same core. Regards, Valery From info at typo3lab.ru Sun Aug 12 12:35:00 2007 From: info at typo3lab.ru (Valery Romanchev) Date: Sun, 12 Aug 2007 14:35:00 +0400 Subject: [TYPO3] Two languages with different domains. How to configure? In-Reply-To: References: Message-ID: Hi > > My site runs on two languages that are attached to a domain each. > > Like this: > > domain.dk: danish (default language) > domain.com: english I have this configured on www.wciom.ru www.wciom.com 1) I put in index.php (I think possible to put this in localconf.php) if (!isset($_GET['L'])) { if ($_SERVER['HTTP_HOST'] == 'wciom.ru') $_GET['L']=0; if ($_SERVER['HTTP_HOST'] == 'wciom.com'|| $_SERVER['HTTP_HOST'] == 'www.wciom.com' ) { $_GET['L']=1; } } 2) TS #----------------------------------------------------------------------- # Language #----------------------------------------------------------------------- #config.sys_language_mode = content_fallback config.sys_language_mode = strict config.sys_language_overlay = hideNonTranslated config.sys_language_overlay = 1 config.sys_language_softMergeIfNotBlank = tt_content:image, tt_content:header # defining the default language config{ sys_language_uid = 0 language = ru locale_all = ru_RU htmlTag_langKey = ru } # Setting up the language variable "L" to be passed along with links config.linkVars = L [globalVar = GP:L = 0] config{ sys_language_uid = 0 language = ru locale_all = ru_RU htmlTag_langKey = ru } [global] [globalVar = GP:L = 1] config{ sys_language_uid = 1 language = en locale_all = en_En htmlTag_langKey = en } [global] #-------------------------------------------------------- # RealURL #-------------------------------------------------------- config { baseURL = http://wciom.ru/ } [globalString = ENV:HTTP_HOST=*wciom.com] config.baseURL = http://wciom.com/ [global] [globalVar = GP:L = 1] config.baseURL = http://wciom.com/ [global] 3) RealURL $TYPO3_CONF_VARS['SC_OPTIONS'] ['t3lib/class.t3lib_tstemplate.php'] ['linkData-PostProc'] [] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->encodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS'] ['tslib/class.tslib_fe.php'] ['checkAlternativeIdMethods-PostProc'] [] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS'] ['t3lib/class.t3lib_tcemain.php'] ['clearAllCache_additionalTables'] ['tx_realurl_urldecodecache'] = 'tx_realurl_urldecodecache'; $TYPO3_CONF_VARS['SC_OPTIONS'] ['t3lib/class.t3lib_tcemain.php'] ['clearAllCache_additionalTables'] ['tx_realurl_urlencodecache'] = 'tx_realurl_urlencodecache'; $TYPO3_CONF_VARS['FE'] ['addRootLineFields'] .= ',tx_realurl_pathsegment,alias,nav_title,title'; $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' => array( 'enableCHashCache' => 1, 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => 0, 'enableUrlEncodeCache' => 1, 'respectSimulateStaticURLs' => 0, 'postVarSet_failureMode'=>'redirect_goodUpperDir', ), 'redirects_regex' => array ( ), 'preVars' => array( /* array( 'GETvar' => 'no_cache', 'valueMap' => array( 'no_cache' => 1, ), 'noMatch' => 'bypass', ), */ array( 'GETvar' => 'L', // 'valueMap' => array( 'en' => '1', ), 'noMatch' => 'bypass', ), ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 7, 'rootpage_id' => 1, ), 'postVarSets' => array( '_DEFAULT' => array( /**********************/ // news archive parameters // news pagebrowser 'all' => array( array( 'GETvar' => 'tx_ttnews[all]', ), ), 'ntype' => array( array( 'GETvar' => 'tx_ttnews[typeOfNews]', ), ), // news pagebrowser 'browse' => array( array( 'GETvar' => 'tx_ttnews[pointer]', ), ), // news categories 'select_category' => array ( array( 'GETvar' => 'tx_ttnews[cat]', ), ), // news articles and searchwords 'single' => array( array( 'GETvar' => 'tx_ttnews[tt_news]', 'lookUpTable' => array( 'table' => 'tt_news', 'id_field' => 'uid', // 'alias_field' => 'title', 'alias_field' => 'uid', 'addWhereClause' => ' AND NOT deleted', // 'useUniqueCache' => 1, // 'useUniqueCache_conf' => array( // 'strtolower' => 1, // 'spaceCharacter' => '-', // ), ), ), array( 'GETvar' => 'tx_ttnews[swords]', ), ), ), // '99' => '_DEFAULT', /*******************************/ ), 'fileName' => array( 'defaultToHTMLsuffixOnPrev'=>1, 'index' => array( 'rss.xml' => array( 'keyValues' => array( 'type' => 100, ), ), 'rss091.xml' => array( 'keyValues' => array( 'type' => 101, ), ), 'rdf.xml' => array( 'keyValues' => array( 'type' => 102, ), ), 'atom.xml' => array( 'keyValues' => array( 'type' => 103, ), ), ), ), ); $TYPO3_CONF_VARS['EXTCONF']['realurl']['wciom.ru'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['wciom.ru']['pagePath']['rootpage_id']= 1; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.wciom.ru'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.wciom.ru']['pagePath']['rootpage_id']= 1; $TYPO3_CONF_VARS['EXTCONF']['realurl']['wciom.com'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['wciom.com']['pagePath']['rootpage_id']= 1; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.wciom.com'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.wciom.com']['pagePath']['rootpage_id']= 1; Regards, Valery www.typo3lab.ru From rik at actiview.nl Sun Aug 12 17:14:15 2007 From: rik at actiview.nl (Rik Willems - Actiview) Date: Sun, 12 Aug 2007 17:14:15 +0200 Subject: [TYPO3] Masking images in tt_content Message-ID: <000301c7dcf3$73a0cc30$0601a8c0@rikpc> Dear all, Since I?m new to this list I?ll first shortly introduce myself. My name is Rik Willems and I live in Rotterdam, the Netherlands. From there I also run my company called Actiview that specialises in website development and online application development. Since some time now I use TYPO3 and always got to solve my problems using the large amount of tutorials and the Dutch mailgroup. I now bumped into a problem that I can?t seem to solve so I subscribed to the English mailgroup. I hope one of you out there can help me. What I want for this new project is that an image in a content element will be given a round shape (by means of a mask) and a border of a few pixels using a layer image or something like that. The last few days have come close but the solution has not been found. The problem is that the mask gets resized to the dimensions of the original image (photo) and not the sized to the square image I created. I have put my Typoscript below. How knows how I can make this work? Thanks in advance! The images I use can be seen here: The original: www.actiview.nl/original.png The mask: www.actiview.nl/contentfoto-mask.png The result (produced by typoscript below): www.actiview.nl/result.jpg The border I?d like to use too: www.actiview.nl/nieuwsfoto-border.png tt_content.image.20 { //maxW = 150 //maxH = 150 #maxW.override.value = 150 #maxH.override.value = 150 # cat=content/cImage/a_maxw2; type=int+; label= Max Image Width (Text): Same as above, but this is the maximum width when text is wrapped around an imageblock. Default is 50% of the normal Max Image Width #maxWInText= 150 #maxHInText= 150 1 { #file.import.current = 1 file.height.override = 150c file.width.override = 150c file.height= 150c file.width= 150c #file.maxW = 150 #file.maxH = 150 #file.m.mask = fileadmin/templates/img/contentfoto-mask.png #file.m.bgImg = fileadmin/templates/img/nieuwsfoto-bg.gif } } tt_content.image.20.1.file.m.bgImg = fileadmin/templates/img/contentfoto-mask.png tt_content.image.20.1.file.m.mask = fileadmin/templates/img/contentfoto-mask.png Kind regards, Rik Willems ACTIVIEW WEB SOLUTIONS website development ?|? online applications ?|? services & solutions W: http://www.actiview.nl From tinklapis at gmail.com Sun Aug 12 18:36:05 2007 From: tinklapis at gmail.com (Andrius Kalasinskas) Date: Sun, 12 Aug 2007 19:36:05 +0300 Subject: [TYPO3] menu background Message-ID: Hi all, My name is Andrius, i am from Vilnius, Lithuania. Pretty the same as Rik in a threat above - I am new to this newsgroup. Im not professional developer - I create websites as a hobby. However I do that for 3 years and all that websites are based on Typo3. I decided to ask help here becouse I cant find right answer in tutorials. Its regarding vertical menu. Attached you will see to images: menu1.jpg - current result and menu1ok.jpg - this is how it should look like. Problem - in case there are subpages in menu, background image does not covers all menu items. This background image probobly should be "splited" somehow to move down whe menu button... This is how my menu code look in typo3 template setup: # Leftside Navigation subparts.LEFTNAV = HMENU subparts.LEFTNAV.entryLevel = 0 subparts.LEFTNAV.1 = TMENU subparts.LEFTNAV.1 { expAll = 0 NO.allWrap =
    |
    } I have table css class within html template. This is where subpart LEFTMENU is putted in. This class simple use that background image. Maybe someone has any examples how it should me made in right way? Best Regards, Andrius From info at planetnexuiz.de Sun Aug 12 20:00:36 2007 From: info at planetnexuiz.de (Marius Shekow) Date: Sun, 12 Aug 2007 20:00:36 +0200 Subject: [TYPO3] CoolURI ab_downloads won't work properly Message-ID: Hi there. First of all: I used to be a RealURL user, but today I switched to CoolURI. Everything worked out of the box. Now I'd like to get the ab_downloads extension with nice looking URLs. Anyway, the only resource about XML examples for extensions for CoolURI I found was the one here: http://docs.google.com/View?docid=dd33gg45_3f8j96p - are there any more? However, since there was a listing for ab_linklist (which is very similar to ab_downloads) I tried to create my own XML, and this is how it looks like: -------------------------------------------------- -------------------------------------------------- ... tx_abdownloads_pi1[category_uid] SELECT label FROM tx_abdownloads_category WHERE uid=$1 ^[0-9]+$ 1 tx_abdownloads_pi1[uid] SELECT label FROM tx_abdownloads_download WHERE uid=$1 ^[0-9]+$ 1 ... ... tx_abdownloads_pi1[action] tx_abdownloads_pi1[pointer] ... ... tx_abdownloads_pi1[action] getviewcategory getviewaddnewdownload getviewclickeddownload getviewdetailsfordownload getviewreportbrokendownload getviewratedownload tx_abdownloads_pi1[category_uid] 0 ... -------------------------------------------------- -------------------------------------------------- However, the following problems occur: The link to the details of a page works fine, but links such as "report broken link" or "rate" do also point to the details. The generated url looks like this: /// Any suggestions? Marius Shekow From info at bednarik.org Sun Aug 12 20:50:23 2007 From: info at bednarik.org (Jan Bednarik) Date: Sun, 12 Aug 2007 20:50:23 +0200 Subject: [TYPO3] CoolURI ab_downloads won't work properly In-Reply-To: References: Message-ID: Hi, > Anyway, the only resource about XML examples for extensions for CoolURI > I found was the one here: > http://docs.google.com/View?docid=dd33gg45_3f8j96p - are there any more? How about the manual? I mean my thesis in PDF file. > However, the following problems occur: > The link to the details of a page works fine, but links such as "report > broken link" or "rate" do also point to the details. > The generated url looks like this: > /// With this XML: tx_abdownloads_pi1[action] you have totally erased the action parameter. So no wonder that it doesn't work then. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From info at planetnexuiz.de Sun Aug 12 23:25:14 2007 From: info at planetnexuiz.de (Marius Shekow) Date: Sun, 12 Aug 2007 23:25:14 +0200 Subject: [TYPO3] CoolURI ab_downloads won't work properly In-Reply-To: References: Message-ID: > With this XML: > > tx_abdownloads_pi1[action] > > > you have totally erased the action parameter. So no wonder that it > doesn't work then. > Sorry, I don't understandwhat you mean! There are 2 possibilities: 1) you meant that this part needs to be in the XML: in this case you should have a closer look at what I wrote in my mail, because I DID provide this part :) (in the section) 2) you mean that this part is wrong: in this case: what do I have to change/add ? Besides, could someone explain why some parts are defined in and some in ? From mortenkjems at gmail.com Mon Aug 13 00:53:01 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Mon, 13 Aug 2007 00:53:01 +0200 Subject: [TYPO3] Two languages with different domains. How to configure? In-Reply-To: References: Message-ID: Thanks for posting your setup Valery! It is always nice with a working example. Could you post your .htaccess file. I cant get redirection to work. > 1) I put in index.php (I think possible to put this in localconf.php) > > if (!isset($_GET['L'])) { > > if ($_SERVER['HTTP_HOST'] == 'wciom.ru') $_GET['L']=0; > if ($_SERVER['HTTP_HOST'] == 'wciom.com'|| $_SERVER['HTTP_HOST'] == > 'www.wciom.com' ) { > > $_GET['L']=1; > } > } Does it matter where I put this in the localconf.php? I have no access to the index.php file and I am unsure where to place the code? Please help me out so I can test this setup. Thanks /Morten From houshi at gmail.com Mon Aug 13 02:06:17 2007 From: houshi at gmail.com (Houshi Allami) Date: Sun, 12 Aug 2007 20:06:17 -0400 Subject: [TYPO3] Embedding Youtube video into RTE Message-ID: Hi, I'm trying to embed a Youtube video into a ttnews article but when I put in the embed code into RTEhtml editor it converts it to text and, as a result, doesn't read it as html code. Anyway to get RTE to read tags as html? From andrew at avagraphique.com Mon Aug 13 05:14:42 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Sun, 12 Aug 2007 23:14:42 -0400 Subject: [TYPO3] disable all columns in PAGE module view? Message-ID: Is it possible to disable all columns in PAGE module view? We have a sysfolder with soem tt_news records, which display nicely in page module, but it has the columns above, blank. I tried setting the page ts to mod.SHARED.colPos_list= or mod.SHARED.colPos_list > or mod.SHARED.colPos_list=-1 (shot in the dark...) but it just defaults to 4 columns shown... any way to make this work? thanks, andrew From tapio.markula at xetpoint.fi Mon Aug 13 08:42:42 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Mon, 13 Aug 2007 09:42:42 +0300 Subject: [TYPO3] disable all columns in PAGE module view? In-Reply-To: References: Message-ID: Andrew Davis kirjoitti: > Is it possible to disable all columns in PAGE module view? > > We have a sysfolder with soem tt_news records, which display nicely in > page module, but it has the columns above, blank. > > I tried setting the page ts to > > mod.SHARED.colPos_list= > > or > > mod.SHARED.colPos_list > > > or > > mod.SHARED.colPos_list=-1 (shot in the dark...) > > but it just defaults to 4 columns shown... > > any way to make this work? > > thanks, > andrew It seems that you must define at least one column. mod.SHARED.colPos_list= seems to mean that your setting has been ignored. From erik at linnearad.no Mon Aug 13 09:09:10 2007 From: erik at linnearad.no (Erik Svendsen) Date: Mon, 13 Aug 2007 07:09:10 +0000 (UTC) Subject: [TYPO3] real url - multiple domains References: Message-ID: Hello PEF, Maybe this setting (from Michael Cannons starter kit) could be some help. Works on my 4 domain installation. I have taken away the preVars and postVarSets. Look at end for domain settings. Code .... //Updated realurl $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['linkData-PostProc'][] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->encodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'][] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_urldecodecache'] = 'tx_realurl_urldecodecache'; $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_urlencodecache'] = 'tx_realurl_urlencodecache'; // MLC clear cache on this detroys old urls as well // $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_pathcache'] = 'tx_realurl_pathcache'; $TYPO3_CONF_VARS['FE']['addRootLineFields'] .= ',tx_realurl_pathsegment,alias,nav_title,title'; $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(); $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' => array( 'enableCHashCache' => 1 // disable enableUrlDecodeCache for multiple domains as no root pid is // caught and the system check to see if correct page path is grabbed , 'enableUrlDecodeCache' => 0 , 'enableUrlEncodeCache' => 0 , 'appendMissingSlash' => 'ifNotFile' , 'respectSimulateStaticURLs' => 0 , 'postVarSet_failureMode' => 'redirect_goodUpperDir' ) , 'redirects' => array() , 'preVars' => array( ..... ) , 'pagePath' => array( 'type' => 'user' , 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main' , 'spaceCharacter' => '-' , 'languageGetVar' => 'L' , 'rootpage_id' => 6 , 'disablePathCache' => 0 , 'expireDays' => 1 , 'segTitleFieldList' => 'tx_realurl_pathsegment,alias,nav_title,title' , 'excludePageIds' => null ) , 'fixedPostVars' => array() , 'postVarSets' => array( ...... ) , 'fileName' => array ( 'index' => array( 'index.html' => array( 'keyValues' => array( 'type' => 0, ) ) , 'print.html' => array( 'keyValues' => array( 'type' => 98, ) ) , 'rss.html' => array( 'keyValues' => array( 'type' => 100, ) ) , '_DEFAULT' => array( 'keyValues' => array() ) ) , 'defaultToHTMLsuffixOnPrev' => 1 ) ); // multiple domain setup example $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.sjomat.no'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.sjomat.no']['pagePath']['rootpage_id'] = 1; $TYPO3_CONF_VARS['EXTCONF']['realurl']['sjomat.no'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.sjomat.no']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.smakavkysten.no'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.smakavkysten.no']['pagePath']['rootpage_id'] = 231; $TYPO3_CONF_VARS['EXTCONF']['realurl']['smakavkysten.no'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.smakavkysten.no']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.torsk.net'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.torsk.net']['pagePath']['rootpage_id'] = 117; $TYPO3_CONF_VARS['EXTCONF']['realurl']['torsk.net'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.torsk.net']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.fiskeriforum.no'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.fiskeriforum.no']['pagePath']['rootpage_id'] = 49; $TYPO3_CONF_VARS['EXTCONF']['realurl']['fiskeriforum.no'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.fiskeriforum.no']; ...end code > Yes - page tree: > IT-Intranet (Globe icon) > + IT-Office (itk-intern-ny: id = 1) > + Info (info-ny: id = 168) > Maybe the solution is to make a copy of the hole site (this is a > production site) and move it to another server and do some test there > - i.e. re-write the ts-configuration and so on. > > /Peter > > Dmitry Dulepov skrev: > >> PEF wrote: >> >>> Could be the obvious solution - but no, i didn't solved the problem. >>> >>> I have tried to hide the alias domains, so that I only work with two >>> domains: >>> itk-intern-ny (page 1) and info-ny (page 168) - one for each >>> pagePath. >>> still no solution >>> >> Are they one first level in page tree? >> WBR, Erik Svendsen www.linnearad.no From tapio.markula at xetpoint.fi Mon Aug 13 09:09:21 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Mon, 13 Aug 2007 10:09:21 +0300 Subject: [TYPO3] disable all columns in PAGE module view? In-Reply-To: References: Message-ID: Andrew Davis kirjoitti: > Is it possible to disable all columns in PAGE module view? > > We have a sysfolder with soem tt_news records, which display nicely in > page module, but it has the columns above, blank. > > I tried setting the page ts to > > mod.SHARED.colPos_list= > > or > > mod.SHARED.colPos_list > > > or > > mod.SHARED.colPos_list=-1 (shot in the dark...) > > but it just defaults to 4 columns shown... > > any way to make this work? No way - Typo3 has been build so that if colPoslist has not valid value, default value has been used $this->colPosList = strcmp($this->colPosList,'')?$this->colPosList:'1,0,2,3'; That means that if you define colPosList as empty, Typo3 *forces* it into default value. Because colposlist has been converted as an array, changing behavior would be problematic From mail-spam at ringerge.org Mon Aug 13 09:28:24 2007 From: mail-spam at ringerge.org (Georg Ringer) Date: Mon, 13 Aug 2007 09:28:24 +0200 Subject: [TYPO3] disable all columns in PAGE module view? In-Reply-To: References: Message-ID: tried mod.SHARED.colPos_list = 99 ? georg From jd at webmasters.dk Mon Aug 13 11:15:52 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Mon, 13 Aug 2007 11:15:52 +0200 Subject: [TYPO3] Bug report extension Message-ID: Hi, Does anyone know an extension that makes it possible to report bugs on a webpage. Afterwords I wolud like to be able to print these bugs and use it for bugfixing. Regards Jeppe D. From 19m0nyq02 at sneakemail.com Mon Aug 13 11:31:16 2007 From: 19m0nyq02 at sneakemail.com (Bernd Wilke) Date: Mon, 13 Aug 2007 11:31:16 +0200 Subject: [TYPO3] missing fields after update Message-ID: hello, we just updated an installation from 4.0.2 to 4.1.2 because we wanted the new accessibility options of the content-element table. ( but after the update (and table compare) there are still no accessibility-options for table. Maybe this installation was a former version 3.8, but there is no compatibility mode. in the configuration -> TCA there still is $TCA['tt_content']['types']['table']['showitem'] = 'CType;;4;button;1-1-1, header;;3;;2-2-2, layout;;10;button;3-3-3, cols, bodytext;;9;nowrap:wizards[table], text_properties'; instead of $TCA['tt_content']['types']['table']['showitem'] = 'CType;;4;button;1-1-1, header;;3;;2-2-2, layout;;10;button;3-3-3, cols, bodytext;;9;nowrap:wizards[table], text_properties, pi_flexform;;;;1-1-1'; (This is from another 4.1.2 installation) my question: where and what has to be changed to get the accessibility-options for content-elements table? I know I could change this entry in extTables.php, but I think it comes somewhere from core and there must be more than only the field pi_flexform. Which files should I inspect for differences? Bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html From "martin[nonspam]" at elegantchaos.nl Mon Aug 13 13:15:45 2007 From: "martin[nonspam]" at elegantchaos.nl (Martin van der Linden) Date: Mon, 13 Aug 2007 13:15:45 +0200 Subject: [TYPO3] Embedding Youtube video into RTE In-Reply-To: References: Message-ID: Houshi Allami schreef: > Hi, > > I'm trying to embed a Youtube video into a ttnews article but when I put in > the embed code into RTEhtml editor > it converts it to text and, as a result, doesn't read it as html code. > > Anyway to get RTE to read tags as html? There is an extension - maybe even more than one - that allows you to add a youtube video to tt_news http://typo3.org/extensions/repository/view/ttnews_youtube/0.0.1/ Martin From ps at todesign.pl Mon Aug 13 13:34:38 2007 From: ps at todesign.pl (Paweł Stanisławczuk) Date: Mon, 13 Aug 2007 13:34:38 +0200 Subject: [TYPO3] 404 when I want to edit plugin content References: Message-ID: Hi, I've also noticed that event when I add a new extension record if I close it and want to edit it, I get 404. Anybody had this? Maby some clues? Database error? Wrong permissions? Regards Pawe? Stanis?awczuk U?ytkownik "Pawe? Stanis?awczuk" napisa? w wiadomo?ci news:mailman.1.1185955493.9430.typo3-english at lists.netfielders.de... > Hi, > > After moving my TYPO3 to new serwer something went wrong and now I can't > edit any plugin content, when I click on edit icon I get 404 page. Anyone > had this? > > Regards > Pawe? Stanis?awczuk > From martin.mifsud at bikealert.com Mon Aug 13 13:47:14 2007 From: martin.mifsud at bikealert.com (Martin Mifsud) Date: Mon, 13 Aug 2007 12:47:14 +0100 Subject: [TYPO3] 404 when I want to edit plugin content In-Reply-To: References: Message-ID: Are you using mod_security on apache? Some of the default rules can mess with the TYPO3 backend. Martin Pawe? Stanis?awczuk wrote: > Hi, > > I've also noticed that event when I add a new extension record if I close it > and want to edit it, I get 404. Anybody had this? Maby some clues? Database > error? Wrong permissions? > > Regards > Pawe? Stanis?awczuk > > U?ytkownik "Pawe? Stanis?awczuk" napisa? w wiadomo?ci > news:mailman.1.1185955493.9430.typo3-english at lists.netfielders.de... >> Hi, >> >> After moving my TYPO3 to new serwer something went wrong and now I can't >> edit any plugin content, when I click on edit icon I get 404 page. Anyone >> had this? >> >> Regards >> Pawe? Stanis?awczuk -- Martin Mifsud From mail at cascaval.com Mon Aug 13 13:50:04 2007 From: mail at cascaval.com (Tomas Mrozek) Date: Mon, 13 Aug 2007 13:50:04 +0200 Subject: [TYPO3] menu background In-Reply-To: References: Message-ID: I would use two nested divs that would wrap the whole menu: subparts.LEFTNAV = HMENU subparts.LEFTNAV.wrap = subparts.LEFTNAV.entryLevel = 0 subparts.LEFTNAV.1 = TMENU subparts.LEFTNAV.1 { NO.allWrap =
    |
    } CSS: --- "div.menu_wrap" would have the top part of the image as a background. "div.menu_innerwrap" would have the bottom part of the image as a background. Tomas Mrozek From c_nabil68 at yahoo.fr Mon Aug 13 14:41:47 2007 From: c_nabil68 at yahoo.fr (nabil cha) Date: Mon, 13 Aug 2007 12:41:47 +0000 (GMT) Subject: [TYPO3] bddb_flvvideogallery : "The Incoming xajax dat could not converted from utf-8... Message-ID: Hi, I try to work with bddb_flvvideogallery + Xajax extension. On My local devloppement server No problem. Everything work fine. But in online server I recive This Message "The Incoming xajax dat could not converted from utf-8...... .... LoadFile({:'..%2F..%2F..%2F..%2Ffileadmin%2Ftemplates......" I think That I have problem with Loadfile adress. Any solution to help me? Best Regards _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail From andrew at avagraphique.com Mon Aug 13 15:55:50 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Mon, 13 Aug 2007 09:55:50 -0400 Subject: [TYPO3] disable all columns in PAGE module view? In-Reply-To: References: Message-ID: no, any value other than 0 - 3 will result in a single, untitled column. a blank value will result in the default. Perhaps it could be changed so that it recignized a -1 as "No columns" and render accordingly... a change to the core would be needed? I have no idea; thanks for the help. Andrew Georg Ringer wrote: > tried > mod.SHARED.colPos_list = 99 > ? > > georg From tapio.markula at xetpoint.fi Mon Aug 13 16:25:18 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Mon, 13 Aug 2007 17:25:18 +0300 Subject: [TYPO3] disable all columns in PAGE module view? In-Reply-To: References: Message-ID: Andrew Davis kirjoitti: > no, any value other than 0 - 3 will result in a single, untitled column. or it extended some reasonable value > > a > change to the core would be needed? I could make proper content rendering for the classic page module into tm_contentaccess, but I would be delighted some sponsorship. Also other page type should have special conditions, like page type 'shortcut' and 'spacer' From aji.yahya at gmail.com Mon Aug 13 17:44:01 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Mon, 13 Aug 2007 17:44:01 +0200 Subject: [TYPO3] tt_products and General trading conditions (AGB) Message-ID: Hello List, any idea how General trading conditions (AGB) inside shop is work?? it is not working for me?????? regards Aji From john.kavanagh at roomthree.com Mon Aug 13 19:01:27 2007 From: john.kavanagh at roomthree.com (John Kavanagh) Date: Mon, 13 Aug 2007 18:01:27 +0100 Subject: [TYPO3] webmount not working!! Message-ID: Hi, I have been trying to get a db mount working for the users of a site and no matter what I try I can't seem to get it to come through. Does anybody know what the main factors are that could cause this? Thanks, John From typo3 at rvt.dds.nl Mon Aug 13 19:30:44 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Mon, 13 Aug 2007 12:30:44 -0500 Subject: [TYPO3] webmount not working!! In-Reply-To: References: Message-ID: John, I don't know your layout: 1) For relative mountpoints they are relative to fileadmin, not to the webroot 2) or use an absolute path Ries On Aug 13, 2007, at 12:01 PM, John Kavanagh wrote: > Hi, > > > > I have been trying to get a db mount working for the users of a > site and > no matter what I try I can't seem to get it to come through. Does > anybody know what the main factors are that could cause this? > > > > Thanks, > > > > John > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From john.kavanagh at roomthree.com Mon Aug 13 19:24:52 2007 From: john.kavanagh at roomthree.com (John Kavanagh) Date: Mon, 13 Aug 2007 18:24:52 +0100 Subject: [TYPO3] rel="no follow" Message-ID: Hi, I have been looking for a way to add rel="no follow" to all external links on a site but I can't figure out a way... The typoscript on http://www.typo3wizard.com/en/snippets/general-config/different-formatin g-for-internal-and-external-links.html looked like it might provide an answer but I cant seem to customize the example to add it in via aTagparams. My next route will be to use userFunc, but thought I'd post first in case anybody's got any typoscript solutions. Thanks a million, John. -- Roomthree Design 29-30 Dame Street Dublin 2 (Registered Office) Phone +353 1 6709019 www.roomthree.com Roomthree Ltd. trading as Roomthree Design. Company registered in Ireland No. 320331. Directors J. Sherwin, J. Wogan. The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. From jacob at lightbulb.dk Mon Aug 13 19:50:48 2007 From: jacob at lightbulb.dk (Jacob Rasmussen) Date: Mon, 13 Aug 2007 19:50:48 +0200 Subject: [TYPO3] CoolUri with hidden pages In-Reply-To: References: Message-ID: Hi Jan, I'm having the same problem as Juergen, that hidden pages doesn't show using the view function in BE, instead my front page is shown. CoolURI have created links to the page with the correct pid and if the page is visible, the correct page is displayed ... if hidden, the front page is shown instead. Do you have any suggestions, as it would be nice to be able to edit pages without showing them (I know that I could just hide the pages in menu, but then the page would still be available for anyone - just not through the menu). Rgds Jacob Rasmussen From tinklapis at gmail.com Mon Aug 13 21:15:16 2007 From: tinklapis at gmail.com (Andrius Kalasinskas) Date: Mon, 13 Aug 2007 22:15:16 +0300 Subject: [TYPO3] menu background In-Reply-To: References: Message-ID: Thank you Tomas, menu looks now just fine. Regards, Andrius Tomas Mrozek wrote: > I would use two nested divs that would wrap the whole menu: > > subparts.LEFTNAV = HMENU > subparts.LEFTNAV.wrap = > subparts.LEFTNAV.entryLevel = 0 > subparts.LEFTNAV.1 = TMENU > subparts.LEFTNAV.1 { > NO.allWrap =
    |
    > } > > CSS: > --- > "div.menu_wrap" would have the top part of the image as a background. > "div.menu_innerwrap" would have the bottom part of the image as a > background. > > Tomas Mrozek From hilgersom at xs4all.nl Mon Aug 13 23:15:00 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Mon, 13 Aug 2007 23:15:00 +0200 Subject: [TYPO3] webmount not working!! In-Reply-To: References: Message-ID: Hi John, Most probably you forgot to set the permissions on the pages. Create a usergroup and make those users members of that group. Then go to the access module and chose 'permissions' in the top right drop down box, select the root page and make the required pages part of that group. This is not configured by default. Ries, you're talking about filemounts, not db mounts ;-) Cheers, Loek ries van Twisk wrote: > John, > > I don't know your layout: > > 1) For relative mountpoints they are relative to fileadmin, not to the > webroot > 2) or use an absolute path > > Ries > On Aug 13, 2007, at 12:01 PM, John Kavanagh wrote: > >> Hi, >> >> >> >> I have been trying to get a db mount working for the users of a site and >> no matter what I try I can't seem to get it to come through. Does >> anybody know what the main factors are that could cause this? >> >> >> >> Thanks, >> >> >> >> John >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3 at rvt.dds.nl Mon Aug 13 23:35:54 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Mon, 13 Aug 2007 16:35:54 -0500 Subject: [TYPO3] webmount not working!! In-Reply-To: References: Message-ID: On Aug 13, 2007, at 4:15 PM, Loek Hilgersom wrote: > Hi John, > > Most probably you forgot to set the permissions on the pages. > Create a usergroup and make those users members of that group. > Then go to the access module and chose 'permissions' in the top > right drop down > box, select the root page and make the required pages part of that > group. > This is not configured by default. > > Ries, you're talking about filemounts, not db mounts ;-) Haaaaa crap!! First day from holiday :D I had a wonderfull time... Ries > > Cheers, > Loek > > > ries van Twisk wrote: >> John, >> >> I don't know your layout: >> >> 1) For relative mountpoints they are relative to fileadmin, not to >> the >> webroot >> 2) or use an absolute path >> >> Ries >> On Aug 13, 2007, at 12:01 PM, John Kavanagh wrote: >> >>> Hi, >>> >>> >>> >>> I have been trying to get a db mount working for the users of a >>> site and >>> no matter what I try I can't seem to get it to come through. Does >>> anybody know what the main factors are that could cause this? >>> >>> >>> >>> Thanks, >>> >>> >>> >>> John >>> >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From patbraun at nospam.com Tue Aug 14 02:19:05 2007 From: patbraun at nospam.com (Patrick Braun) Date: Tue, 14 Aug 2007 00:19:05 +0000 (UTC) Subject: [TYPO3] CoolUri with hidden pages References: Message-ID: Hi Juergen, > i have installed the Extension CoolUri which works very well. > But i have some Problems with Pages which are not hidden but not shown > in a menu. > CoolUri didn't parse these Sites. Are there any typoscript settings > which i have forgotten? If I undestand well, what you need is 'A1 Teasermenu' but use 'Advanced' type instead of 'Standard' and do not use 'Alias' but 'Speaking URL path segments'. PS From jk at marketing-factory.de Tue Aug 14 09:21:17 2007 From: jk at marketing-factory.de (Julian Kleinhans) Date: Tue, 14 Aug 2007 09:21:17 +0200 Subject: [TYPO3] TYPO3 Security Bulletin 20070716-1: Cross Site Scripting vulnerability in faq In-Reply-To: References: Message-ID: Is there nobody who can send me the old faq extension version 0.0.7 ?? julian Julian Kleinhans schrieb: > Dmitry Dulepov schrieb: >> Julian Kleinhans wrote: >>> i have a little problem. My customer has changed the core from the >>> faq ext version 0.0.7 >>> Before i can update this ext to the new bugfixed version 0.0.8 i must >>> save the changes. >>> >>> I would create a patch, but therefor i need the original 0.0.7 >>> Version. But the 0.0.7 in the TER is the same as 0.0.8. I think the >>> autor has overwritten it :( >>> >>> Can someone send me the old 0.0.7 Version "WITH" the bug ? Than i can >>> create a patch before i update to the new Version 0.0.8 >>> >>> It would be very nice ;) >> >> No need. Get unpatched version to another directory and diff it to >> patched version. >> > > > Hi Dmitry, > > thats the problem.. i need a unpatched 0.0.7 version. > If you have a unpatched 0.0.7 version it would be very nice if you can > send it to me > > greetz julian > > -- Julian Kleinhans mailto:jk at marketing-factory.de Marketing Factory Consulting GmbH http://typo3.marketing-factory.de/ Content Management mit Typo3: Beratung - Schulung - Realisierung From john.kavanagh at roomthree.com Tue Aug 14 10:23:56 2007 From: john.kavanagh at roomthree.com (John Kavanagh) Date: Tue, 14 Aug 2007 09:23:56 +0100 Subject: [TYPO3] rel="no follow" Message-ID: I have managed to accomplish this with: styles.content.links.extTarget = _blank" rel="no follow which I put in the constants area of the template -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of John Kavanagh Sent: 13 August 2007 18:25 To: TYPO3 English Subject: [TYPO3] rel="no follow" Hi, I have been looking for a way to add rel="no follow" to all external links on a site but I can't figure out a way... The typoscript on http://www.typo3wizard.com/en/snippets/general-config/different-formatin g-for-internal-and-external-links.html looked like it might provide an answer but I cant seem to customize the example to add it in via aTagparams. My next route will be to use userFunc, but thought I'd post first in case anybody's got any typoscript solutions. Thanks a million, John. -- Roomthree Design 29-30 Dame Street Dublin 2 (Registered Office) Phone +353 1 6709019 www.roomthree.com Roomthree Ltd. trading as Roomthree Design. Company registered in Ireland No. 320331. Directors J. Sherwin, J. Wogan. The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From b.todd at emnet.co.uk Tue Aug 14 11:47:10 2007 From: b.todd at emnet.co.uk (Benjamin Todd) Date: Tue, 14 Aug 2007 10:47:10 +0100 Subject: [TYPO3] Getting USER_INT instance reference Message-ID: Hi, I am importing php code into Typo3 but I need to get a reference to the instance that Typo3 creates so that I can populate a global level template (string). Thank you, Ben :-) ------------------------ Benjamin Todd Web Developer b.todd at emnet.co.uk EMNET, PO Box 559, Nottingham, NG1 3LB Tel: +44 (0)115 956 8260 Fax: +44 (0)115 956 8264 www.emnet.co.uk Company Registration No. 3144383 - VAT No. 694 620 609 - Registered Office: Church House, 13-15 Regent Street, Nottingham NG1 5BS www.emnetsolutions.co.uk Company Registration No. 05384178 - VAT No. 856 671 781 - Registered office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS From nielsen.john at gmail.com Tue Aug 14 12:15:41 2007 From: nielsen.john at gmail.com (John 'Tux' Nielsen) Date: Tue, 14 Aug 2007 12:15:41 +0200 Subject: [TYPO3] Site crawler + Indexed Search Message-ID: Hey I give up now, I've tried to get this to work for several hours now. I can run the crawler script in command line fine, get no errors. However, it doesn't re-index changes. I have to manually go into the backend, select Start Crawling, and Crawl URLS. Then it will re-index and detect changes in the script, wether I run it from BE or commandline. Am I missing something? Isn't the script suppose to check for updates itself? -- Regards - John 'Tux' Nielsen Computer Engineer Admin of dope.blitzed.org Blitzed IRC Network - http://www.blitzed.org Open Proxy Monitor - http://www.blitzed.org/bopm/ tux at blitzed.org - nielsen.john at gmail.com (Google Talk enabled) From john.kavanagh at roomthree.com Tue Aug 14 13:16:57 2007 From: john.kavanagh at roomthree.com (John Kavanagh) Date: Tue, 14 Aug 2007 12:16:57 +0100 Subject: [TYPO3] webmount not working!! Message-ID: Thanks Loek, access module was the problem. -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Loek Hilgersom Sent: 13 August 2007 22:15 To: typo3-english at lists.netfielders.de Subject: Re: [TYPO3] webmount not working!! Hi John, Most probably you forgot to set the permissions on the pages. Create a usergroup and make those users members of that group. Then go to the access module and chose 'permissions' in the top right drop down box, select the root page and make the required pages part of that group. This is not configured by default. Ries, you're talking about filemounts, not db mounts ;-) Cheers, Loek ries van Twisk wrote: > John, > > I don't know your layout: > > 1) For relative mountpoints they are relative to fileadmin, not to the > webroot > 2) or use an absolute path > > Ries > On Aug 13, 2007, at 12:01 PM, John Kavanagh wrote: > >> Hi, >> >> >> >> I have been trying to get a db mount working for the users of a site and >> no matter what I try I can't seem to get it to come through. Does >> anybody know what the main factors are that could cause this? >> >> >> >> Thanks, >> >> >> >> John >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From ps at todesign.pl Tue Aug 14 13:25:18 2007 From: ps at todesign.pl (Pawel Stanislawczuk) Date: Tue, 14 Aug 2007 13:25:18 +0200 Subject: [TYPO3] 404 when I want to edit plugin content References: Message-ID: Hi, These mod are enabled: alias.load auth_basic.load authn_file.load authz_default.load authz_groupfile.load authz_host.load authz_user.load autoindex.load cgi.load dir.conf dir.load env.load mime.load negotiation.load php5.conf php5.load rewrite.load setenvif.load ssl.conf ssl.load status.load I'm looking at the error.log, there is only this error: [Mon Aug 13 14:39:43 2007] [error] [client ::1] File does not exist: /htdocs Maby it is it? If not, what logs to look if I would like to find any info about this 404? (And some warnings: line 115 column 99 - Warning: trimming empty
    ) Pozdrawiam Pawel Stanislawczuk Uzytkownik "Martin Mifsud" napisal w wiadomosci news:mailman.32.1187005417.17142.typo3-english at lists.netfielders.de... > Are you using mod_security on apache? Some of the default rules can mess > with the TYPO3 backend. > > Martin > > Pawe? Stanis?awczuk wrote: >> Hi, >> >> I've also noticed that event when I add a new extension record if I close >> it and want to edit it, I get 404. Anybody had this? Maby some clues? >> Database error? Wrong permissions? >> >> Regards >> Pawe? Stanis?awczuk >> >> U?ytkownik "Pawe? Stanis?awczuk" napisa? w wiadomo?ci >> news:mailman.1.1185955493.9430.typo3-english at lists.netfielders.de... >>> Hi, >>> >>> After moving my TYPO3 to new serwer something went wrong and now I can't >>> edit any plugin content, when I click on edit icon I get 404 page. >>> Anyone had this? >>> >>> Regards >>> Pawe? Stanis?awczuk > > > -- > Martin Mifsud From gmatyi at freemail.hu Tue Aug 14 13:33:34 2007 From: gmatyi at freemail.hu (=?ISO-8859-2?Q?Matyi_G=E1bor?=) Date: Tue, 14 Aug 2007 13:33:34 +0200 (CEST) Subject: [TYPO3] ttnews: Alter pid_list value dynamically Message-ID: Hi! There is 2 LIST content element on the same page. I'd like to solve anyway, that the two different LIST should get the records from two different news storage. I began to read the Flexform basics ( http://www.snippit.net/typoscript/reference/flexform-basics.html ), but I don't found where store the content element the set value. Thanks Gabor Matyi L?tt?l egy j? vide?t? Vagy Te k?sz?tett?l? Nevezd, hogy d?jazhassuk! www.goldenblokk.hu http://ad.adverticum.net/b/cl,1,6022,192114,246701/click.prm From rafi at 4eyes.ch Tue Aug 14 14:27:16 2007 From: rafi at 4eyes.ch (Rafael Freuler) Date: Tue, 14 Aug 2007 14:27:16 +0200 Subject: [TYPO3] disabling help module in be Message-ID: Hi Is it possible to disable the help modul and it's sub-modules in the TYPO3-BE? My content providers don't need it. Cheers, Rafi From privacy at nospam.invalid Tue Aug 14 14:31:50 2007 From: privacy at nospam.invalid (Julien P.) Date: Tue, 14 Aug 2007 14:31:50 +0200 Subject: [TYPO3] target attribue is not xhtml compliant Message-ID: Hi, I have an issue with typo3 and some content types, such as the "file links" content type... When typo3 renders the webpage, it puts a target="_blank" attribute for those links. BUT target is not xhtml compliant. So is there a way to tell typo3 not to add such target attributes? Thanks From madsmh at gmail.com Tue Aug 14 14:37:27 2007 From: madsmh at gmail.com (Mads M. Hansen) Date: Tue, 14 Aug 2007 14:37:27 +0200 Subject: [TYPO3] Image Wrap Message-ID: Hi I have a text/image element with the image set to align to the right margin, however when viewed in Firexon on either Linux or Windows the image is positioned above the text, while in IE7 the image is correctly placed.. Does anyone know how to correct this? The URL for the page in question is http://www.eccentric.dk/index.php?id=137 Thanks, in advance. -- Mads Hansen From typo3 at ambitiondesign.nl Tue Aug 14 14:55:37 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Tue, 14 Aug 2007 14:55:37 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi Mads, Did you set the position to 'In text, right' ? Greetz, Rens Op 14-aug-2007, om 14:37 heeft Mads M. Hansen het volgende geschreven: > Hi I have a text/image element with the image set to align to the > right margin, however when viewed in Firexon on either Linux or > Windows the image is positioned above the text, while in IE7 the image > is correctly placed.. Does anyone know how to correct this? The URL > for the page in question is http://www.eccentric.dk/index.php?id=137 > > Thanks, in advance. > > -- Mads Hansen > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From madsmh at gmail.com Tue Aug 14 15:02:57 2007 From: madsmh at gmail.com (Mads M. Hansen) Date: Tue, 14 Aug 2007 15:02:57 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Yeah, as I said, it works properly in IE7 but not Firefox on linux/windows.. -- mads On 8/14/07, Rens Admiraal wrote: > Hi Mads, > > Did you set the position to 'In text, right' ? > > Greetz, > Rens > > Op 14-aug-2007, om 14:37 heeft Mads M. Hansen het volgende geschreven: > > > Hi I have a text/image element with the image set to align to the > > right margin, however when viewed in Firexon on either Linux or > > Windows the image is positioned above the text, while in IE7 the image > > is correctly placed.. Does anyone know how to correct this? The URL > > for the page in question is http://www.eccentric.dk/index.php?id=137 > > > > Thanks, in advance. > > > > -- Mads Hansen > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3 at ambitiondesign.nl Tue Aug 14 15:11:07 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Tue, 14 Aug 2007 15:11:07 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Strange, normally you would think it's the other way around :-) I can't reproduce it here, http://83.96.137.125/?id=8 works perfectly, in both, IE and FF. I use Typo 4.1.2. Op 14-aug-2007, om 15:02 heeft Mads M. Hansen het volgende geschreven: > Yeah, as I said, it works properly in IE7 but not Firefox on linux/ > windows.. > > -- mads > > On 8/14/07, Rens Admiraal wrote: >> Hi Mads, >> >> Did you set the position to 'In text, right' ? >> >> Greetz, >> Rens >> >> Op 14-aug-2007, om 14:37 heeft Mads M. Hansen het volgende >> geschreven: >> >>> Hi I have a text/image element with the image set to align to the >>> right margin, however when viewed in Firexon on either Linux or >>> Windows the image is positioned above the text, while in IE7 the >>> image >>> is correctly placed.. Does anyone know how to correct this? The URL >>> for the page in question is http://www.eccentric.dk/index.php?id=137 >>> >>> Thanks, in advance. >>> >>> -- Mads Hansen >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From hilgersom at xs4all.nl Tue Aug 14 15:41:23 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Tue, 14 Aug 2007 15:41:23 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi Mads, The 'problem' is XHTML strict: 4.2. Element and attribute names must be in lower case XHTML documents must use lower case for all HTML element and attribute names. This difference is necessary because XML is case-sensitive e.g.
  • and
  • are different tags. [1] ....and Typo3 which isn't exactly XHTML strict yet. css_styled_content uses capitals for all tags in the stylesheet - unfortunately - and lowercase characters for in the (X)HTML output. Not really consequent. You can either change that stylesheet and include your own modified version, or change your doctype. Getting it all to work perfectly in XHTML strict requires a bit more handwork, unfortunately. Cheers, Loek [1] http://www.w3.org/TR/xhtml1/ Mads M. Hansen wrote: > Hi I have a text/image element with the image set to align to the > right margin, however when viewed in Firexon on either Linux or > Windows the image is positioned above the text, while in IE7 the image > is correctly placed.. Does anyone know how to correct this? The URL > for the page in question is http://www.eccentric.dk/index.php?id=137 > > Thanks, in advance. > > -- Mads Hansen From tjpatter at svsu.edu Tue Aug 14 16:26:54 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Tue, 14 Aug 2007 10:26:54 -0400 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: Has anyone found a solution for this??? I would really, really like to see this functionality! If not, any suggestions on how to implement it? Thanks! ~Tim tapio wrote: > Hi > > I would like that typo3 could create an empty text element when a new > page is creted. Is this possible? Can someone show a TS config for > users/user groups. From thomas at work.de Tue Aug 14 16:41:32 2007 From: thomas at work.de (Thomas Hempel) Date: Tue, 14 Aug 2007 16:41:32 +0200 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: Hi, Did you tried this? http://typo3.org/extensions/repository/view/pagewizard/1.0.3/ Greets, Thomas -- typo3-unleashed.net From headhunterxiii at yahoo.ca Tue Aug 14 16:41:40 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Tue, 14 Aug 2007 15:41:40 +0100 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: No, afaik this can't be done - maybe there is an extnesion for this (I think there used to be at least) or maybe you can write an extension for this. hth Ty Timothy Patterson wrote: > Has anyone found a solution for this??? I would really, really like to > see this functionality! > > If not, any suggestions on how to implement it? > > Thanks! > > ~Tim > > tapio wrote: >> Hi >> >> I would like that typo3 could create an empty text element when a new >> page is creted. Is this possible? Can someone show a TS config for >> users/user groups. From bedlamhotel at gmail.com Tue Aug 14 17:10:00 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Tue, 14 Aug 2007 08:10:00 -0700 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi, On 8/14/07, Loek Hilgersom wrote: > > Hi Mads, > > The 'problem' is XHTML strict: > > 4.2. Element and attribute names must be in lower case > XHTML documents must use lower case for all HTML element and attribute > names. > This difference is necessary because XML is case-sensitive e.g.
  • and >
  • > are different tags. [1] > > ....and Typo3 which isn't exactly XHTML strict yet. > css_styled_content uses capitals for all tags in the stylesheet - > unfortunately > - and lowercase characters for in the (X)HTML output. Not really > consequent. > > You can either change that stylesheet and include your own modified > version, or > change your doctype. Getting it all to work perfectly in XHTML strict > requires a > bit more handwork, unfortunately. > Loek, I was skeptical that that was the source of Mads' problem--the w3c validator doesn't even throw a warning for uppercase tag names in selectors [1]. A quick test in Firefox seemed to confirm that you were right, but then I found two things: 1. Safari--arguably the most standards-compliant browser anywhere at this time--has no such rendering problem 2. I have an xhtml 1.0 strict site that uses "Text with image" content elements extensively (sorry, they're non-public), with no similar problems Without deconstructing the entire CSS for the site, I'd have to guess that Mads' problem is related somehow to the other CSS in the stylesheet (though aside from one small error, the entire stylesheet is valid)... -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.eccentric.dk%2Findex.php%3Fid%3D137 From bedlamhotel at gmail.com Tue Aug 14 17:10:00 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Tue, 14 Aug 2007 08:10:00 -0700 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi, On 8/14/07, Loek Hilgersom wrote: > > Hi Mads, > > The 'problem' is XHTML strict: > > 4.2. Element and attribute names must be in lower case > XHTML documents must use lower case for all HTML element and attribute > names. > This difference is necessary because XML is case-sensitive e.g.
  • and >
  • > are different tags. [1] > > ....and Typo3 which isn't exactly XHTML strict yet. > css_styled_content uses capitals for all tags in the stylesheet - > unfortunately > - and lowercase characters for in the (X)HTML output. Not really > consequent. > > You can either change that stylesheet and include your own modified > version, or > change your doctype. Getting it all to work perfectly in XHTML strict > requires a > bit more handwork, unfortunately. > Loek, I was skeptical that that was the source of Mads' problem--the w3c validator doesn't even throw a warning for uppercase tag names in selectors [1]. A quick test in Firefox seemed to confirm that you were right, but then I found two things: 1. Safari--arguably the most standards-compliant browser anywhere at this time--has no such rendering problem 2. I have an xhtml 1.0 strict site that uses "Text with image" content elements extensively (sorry, they're non-public), with no similar problems Without deconstructing the entire CSS for the site, I'd have to guess that Mads' problem is related somehow to the other CSS in the stylesheet (though aside from one small error, the entire stylesheet is valid)... -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.eccentric.dk%2Findex.php%3Fid%3D137 From john.kavanagh at roomthree.com Tue Aug 14 17:11:46 2007 From: john.kavanagh at roomthree.com (John Kavanagh) Date: Tue, 14 Aug 2007 16:11:46 +0100 Subject: [TYPO3] rel="no follow" Message-ID: I have just found the extension dh_linklayout !! Very useful and you can define link attributes by type. -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of John Kavanagh Sent: 14 August 2007 09:24 To: TYPO3 English Subject: Re: [TYPO3] rel="no follow" I have managed to accomplish this with: styles.content.links.extTarget = _blank" rel="no follow which I put in the constants area of the template -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of John Kavanagh Sent: 13 August 2007 18:25 To: TYPO3 English Subject: [TYPO3] rel="no follow" Hi, I have been looking for a way to add rel="no follow" to all external links on a site but I can't figure out a way... The typoscript on http://www.typo3wizard.com/en/snippets/general-config/different-formatin g-for-internal-and-external-links.html looked like it might provide an answer but I cant seem to customize the example to add it in via aTagparams. My next route will be to use userFunc, but thought I'd post first in case anybody's got any typoscript solutions. Thanks a million, John. -- Roomthree Design 29-30 Dame Street Dublin 2 (Registered Office) Phone +353 1 6709019 www.roomthree.com Roomthree Ltd. trading as Roomthree Design. Company registered in Ireland No. 320331. Directors J. Sherwin, J. Wogan. The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From ab.becker at web.de Tue Aug 14 17:31:28 2007 From: ab.becker at web.de (Andreas Becker) Date: Tue, 14 Aug 2007 22:31:28 +0700 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: Hi use pagewizard it is now working with templaVoila and pagetrees its fine Andi From soeren.schaffstein at media-lights.de Tue Aug 14 19:24:31 2007 From: soeren.schaffstein at media-lights.de (=?iso-8859-1?Q?S=f8ren=20Schaffstein?=) Date: Tue, 14 Aug 2007 17:24:31 +0000 (UTC) Subject: [TYPO3] Default value in sys_action Message-ID: Hi! when using the system extension "sys_action" to create new records, is it possible to set fields by default? Example: I'd like to create an action that creates a new FE-User. This user should have a usergroup preassigned. All the best S?ren From tjpatter at svsu.edu Tue Aug 14 19:40:23 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Tue, 14 Aug 2007 13:40:23 -0400 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: To be honest, I was hoping for an automatic process... The user base that I am working with would somehow manage to find a way to not do what they are supposed to do. Big surprise there. I would like a blank (but saved) default text content element to be created with each page when a new page is created... This would greatly reduce complexity for my end users and tie in nicely with other customizations that I have made to my Typo3 installation. My issue is that I have forced users into only using QuickEdit in the Full Screen mode. It works great for pages that have content elements already, but when an end user creates a new page the full screen RTE isn't an option until the content element has been saved... Catch my drift? I have tried browsing the extension repository and no such luck... I may be able to use some code from the pagewizard extension and tie it to do what I am looking for... Unless, of course someone else has a better idea! :) Andreas Becker wrote: > Hi > > use pagewizard it is now working with templaVoila and pagetrees > > its fine > > Andi From hilgersom at xs4all.nl Tue Aug 14 21:05:05 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Tue, 14 Aug 2007 21:05:05 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi Christopher & Mads, Some strange things going on... Mads, did you change anything on that site? I renders correctly now but I can't see what has changed. The weird thing was that this afternoon capitals in the CSS _did_ make the difference. First thing I noticed was that Firefox Webdeveloper didn't show any style information for one of the text-pic div's, although the stylesheet was clearly loaded... when I saw the doctype I remembered something about case-sensitivity which had never been an issue, but there it was. I can't reproduce it now. Maybe we just experienced a very rare simultaneous interstellar Firefox hickup? ;-) Anyway, more important stuff to do now (but still curious....) Cheers, Loek Christopher Torgalson wrote: > Hi, > > On 8/14/07, Loek Hilgersom wrote: >> Hi Mads, >> >> The 'problem' is XHTML strict: >> >> 4.2. Element and attribute names must be in lower case >> XHTML documents must use lower case for all HTML element and attribute >> names. >> This difference is necessary because XML is case-sensitive e.g.
  • and >>
  • >> are different tags. [1] >> >> ....and Typo3 which isn't exactly XHTML strict yet. >> css_styled_content uses capitals for all tags in the stylesheet - >> unfortunately >> - and lowercase characters for in the (X)HTML output. Not really >> consequent. >> >> You can either change that stylesheet and include your own modified >> version, or >> change your doctype. Getting it all to work perfectly in XHTML strict >> requires a >> bit more handwork, unfortunately. >> > > > Loek, I was skeptical that that was the source of Mads' problem--the w3c > validator doesn't even throw a warning for uppercase tag names in selectors > [1]. A quick test in Firefox seemed to confirm that you were right, but then > I found two things: > > 1. Safari--arguably the most standards-compliant browser anywhere at this > time--has no such rendering problem > 2. I have an xhtml 1.0 strict site that uses "Text with image" content > elements extensively (sorry, they're non-public), with no similar problems > > Without deconstructing the entire CSS for the site, I'd have to guess that > Mads' problem is related somehow to the other CSS in the stylesheet (though > aside from one small error, the entire stylesheet is valid)... > > From bedlamhotel at gmail.com Tue Aug 14 21:10:03 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Tue, 14 Aug 2007 12:10:03 -0700 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi Mads, On 8/14/07, Loek Hilgersom wrote: > > Hi Christopher & Mads, > > Some strange things going on... Mads, did you change anything on that > site? I > renders correctly now but I can't see what has changed. > > The weird thing was that this afternoon capitals in the CSS _did_ make the > difference. First thing I noticed was that Firefox Webdeveloper didn't > show any > style information for one of the text-pic div's, although the stylesheet > was > clearly loaded... when I saw the doctype I remembered something about > case-sensitivity which had never been an issue, but there it was. I can't > reproduce it now. > > Maybe we just experienced a very rare simultaneous interstellar Firefox > hickup? ;-) > > Anyway, more important stuff to do now (but still curious....) Our catch-all explanation for stuff like that around here is "The web is flaky"... -- Christopher Torgalson http://www.typo3apprentice.com/ From patrick at typo3quebec.org Tue Aug 14 21:30:46 2007 From: patrick at typo3quebec.org (Patrick Gaumond) Date: Tue, 14 Aug 2007 15:30:46 -0400 Subject: [TYPO3] how to know news creator In-Reply-To: References: Message-ID: Katja Lampela wrote: > > Thanks much for your quick hint, Katja. That's right, I forgot the > little >> plus sign could turn on the fields to show for each news item. The only >> inconvenience is if the author field is not filled in by news editor when >> the news article is created, turning on 'author' won't help any. Seems >> like '[cruser_id]' can tell who created the news item, but it's >> represented in not so straightforward digit format. Is there any quick >> way to find out the creator's name a cruser_id maps to? > > I don't know --- I wonder if there is a way to force author field > automatically filled by the be user name.. sorry, don't know. Extension: http://typo3.org/extensions/repository/view/cron_setdefaultauthor/0.1.0/ (not tested but description looks like it solves your problem) Also, those lines will force the "author" field to be fill: Add those 2 lines to /typo3conf/extTables.php : t3lib_div::loadTCA("tt_news"); $TCA['tt_news']['columns']['author']['config']['eval'] = 'required'; Not tested but should be ok. Patrick From info at bednarik.org Tue Aug 14 21:54:50 2007 From: info at bednarik.org (Jan Bednarik) Date: Tue, 14 Aug 2007 21:54:50 +0200 Subject: [TYPO3] CoolURI ab_downloads won't work properly In-Reply-To: References: Message-ID: > 2) you mean that this part is wrong: in this case: what do I have to > change/add ? This is right. What you've got in your XML conf means literally - forget parameter action, don't put it into the URI. You need to put it into the uriparts with some more parameters. Or create a valuemap. > Besides, could someone explain why some parts are defined in > and some in ? That's what manuals are for? -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From info at cybercraft.de Wed Aug 15 01:05:39 2007 From: info at cybercraft.de (JoH asenau) Date: Wed, 15 Aug 2007 01:05:39 +0200 Subject: [TYPO3] Default content for a new page? References: Message-ID: > To be honest, I was hoping for an automatic process... The user base > that I am working with would somehow manage to find a way to not do > what they are supposed to do. Big surprise there. > > I would like a blank (but saved) default text content element to be > created with each page when a new page is created... This would > greatly reduce complexity for my end users and tie in nicely with > other customizations that I have made to my Typo3 installation. Was just a "no brainer" so I quickly setup an extension ;-) http://typo3.org/extensions/repository/view/defaultcontent/1.0.0/ HTH Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From master_nhg at mail.ru Wed Aug 15 11:35:51 2007 From: master_nhg at mail.ru (Alexander Agafonov) Date: Wed, 15 Aug 2007 13:35:51 +0400 Subject: [TYPO3] How to show content from parent page to all subpages Message-ID: Hello list. I have a question. There is some pages that includes many subpages (more than 150) I need to display content from parent page to all subpages, without copy. Any advice? From katja.lampela at lieska.net Wed Aug 15 11:39:24 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Wed, 15 Aug 2007 12:39:24 +0300 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: Hello Alexander, Check kb_cont_slide - Katja Alexander Agafonov kirjoitti: > Hello list. > I have a question. There is some pages that includes many subpages (more > than 150) I need to display content from parent page to all subpages, > without copy. > Any advice? From katja.lampela at lieska.net Wed Aug 15 11:41:53 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Wed, 15 Aug 2007 12:41:53 +0300 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: -- and also you can use advanced page type and check "show content from this page" this way all the content of the page is from another page. One single content element can be dynamically replaced by "insert records" type of content element. - k Katja Lampela kirjoitti: > Hello Alexander, > Check kb_cont_slide > - Katja > > Alexander Agafonov kirjoitti: >> Hello list. >> I have a question. There is some pages that includes many subpages (more >> than 150) I need to display content from parent page to all subpages, >> without copy. >> Any advice? From info at cybercraft.de Wed Aug 15 12:21:58 2007 From: info at cybercraft.de (JoH) Date: Wed, 15 Aug 2007 12:21:58 +0200 Subject: [TYPO3] How to show content from parent page to all subpages References: Message-ID: >> I have a question. There is some pages that includes many subpages >> (more than 150) I need to display content from parent page to all >> subpages, without copy. >> Any advice? > > Check kb_cont_slide Not necessary anymore. It's part of the core now. Check TSref for CONTENT => slide: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/9/ But in this case pidInList might be the better choice, since slide only works, if there is no content for the current page at all. You can create a COA array to display the default content before the content of the page itself:: temp.mycontent = COA temp.mycontent { 10 = CONTENT 10 { table = tt_content select { pidInList.data = leveluid:2 # or any other level instead of 2 # depends on the level of the parent pages } } 20 < styles.content.get } HTH Joey From master_nhg at mail.ru Wed Aug 15 12:31:17 2007 From: master_nhg at mail.ru (Alexander Agafonov) Date: Wed, 15 Aug 2007 14:31:17 +0400 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: JoH ?????: >>> I have a question. There is some pages that includes many subpages >>> (more than 150) I need to display content from parent page to all >>> subpages, without copy. >>> Any advice? >> Check kb_cont_slide > > Not necessary anymore. > It's part of the core now. > Check TSref for CONTENT => slide: > http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/9/ > > But in this case pidInList might be the better choice, since slide only > works, if there is no content for the current page at all. > > You can create a COA array to display the default content before the content > of the page itself:: > > temp.mycontent = COA > temp.mycontent { > 10 = CONTENT > 10 { > table = tt_content > select { > pidInList.data = leveluid:2 > # or any other level instead of 2 > # depends on the level of the parent pages > } > } > 20 < styles.content.get > } > > HTH > > Joey > > So, as I see this solution used marks. Is any solution for this parent page child page 001 child page 001 child page 001 child page 001 From typo3-german-02 at oliverklee.de Wed Aug 15 12:32:37 2007 From: typo3-german-02 at oliverklee.de (Oliver Klee) Date: Wed, 15 Aug 2007 12:32:37 +0200 Subject: [TYPO3] target attribue is not xhtml compliant In-Reply-To: References: Message-ID: Hi Julien, Julien P. schrieb: > So is there a way to tell typo3 not to add such target attributes? config { # open external links in the same window extTarget = } Regards Oliver From master_nhg at mail.ru Wed Aug 15 12:35:20 2007 From: master_nhg at mail.ru (Alexander Agafonov) Date: Wed, 15 Aug 2007 14:35:20 +0400 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: Alexander Agafonov ?????: > JoH ?????: >>>> I have a question. There is some pages that includes many subpages >>>> (more than 150) I need to display content from parent page to all >>>> subpages, without copy. >>>> Any advice? >>> Check kb_cont_slide >> >> Not necessary anymore. >> It's part of the core now. >> Check TSref for CONTENT => slide: >> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/9/ >> >> >> But in this case pidInList might be the better choice, since slide >> only works, if there is no content for the current page at all. >> >> You can create a COA array to display the default content before the >> content of the page itself:: >> >> temp.mycontent = COA >> temp.mycontent { >> 10 = CONTENT >> 10 { >> table = tt_content >> select { >> pidInList.data = leveluid:2 >> # or any other level instead of 2 >> # depends on the level of the parent pages >> } >> } >> 20 < styles.content.get >> } >> >> HTH >> >> Joey >> > > Sorry, it was wrong button..) So, as I see this solution used marks. Is any solution for this parent page child page 001 ... child page 100 So I nee to set TS code to parent page for display all content from parent to child pages From info at cybercraft.de Wed Aug 15 13:17:27 2007 From: info at cybercraft.de (JoH) Date: Wed, 15 Aug 2007 13:17:27 +0200 Subject: [TYPO3] How to show content from parent page to all subpages References: Message-ID: >>>>> I have a question. There is some pages that includes many subpages >>>>> (more than 150) I need to display content from parent page to all >>>>> subpages, without copy. >>>>> Any advice? >>>> Check kb_cont_slide >>> >>> Not necessary anymore. >>> It's part of the core now. >>> Check TSref for CONTENT => slide: >>> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/9/ >>> >>> >>> But in this case pidInList might be the better choice, since slide >>> only works, if there is no content for the current page at all. >>> >>> You can create a COA array to display the default content before the >>> content of the page itself:: >>> >>> temp.mycontent = COA >>> temp.mycontent { >>> 10 = CONTENT >>> 10 { >>> table = tt_content >>> select { >>> pidInList.data = leveluid:2 >>> # or any other level instead of 2 >>> # depends on the level of the parent pages >>> } >>> } >>> 20 < styles.content.get >>> } >> > > So, as I see this solution used marks. Is any solution for this > > parent page > child page 001 > ... > child page 100 > > So I nee to set TS code to parent page for display all content from > parent to child pages This solution doesn't use any marks. I just used "temp.mycontent" because I don't know your TS structure. In fact it's just vice versa: You set the code for the subpages, to have them fetch the content from a lower level. You just have to set the correct level (corresponding to your "parent page") If your parent page is on level1 it will look like this: temp.mycontent = COA temp.mycontent { 10 = CONTENT 10 { table = tt_content select { pidInList.data = leveluid:1 # or any other level instead of 1 # depends on the level of the parent pages } } 20 < styles.content.get } and to make sure the content won't be doubled for the level1 pages: [treeLevel = 0,1] temp.mycontent.10 > [global] You can even make it dynamically fetch content from any parent page if you use negative levels: temp.mycontent = COA temp.mycontent { 10 = CONTENT 10 { table = tt_content select { pidInList.data = leveluid:-2 } } 20 < styles.content.get } but this would work for all sub-subpages as well, and they would fetch the content from their parent page. So I guess the better solution will be using positive level values. HTH Joey From info at bednarik.org Wed Aug 15 14:24:00 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 15 Aug 2007 14:24:00 +0200 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: > temp.mycontent = COA > temp.mycontent { > 10 = CONTENT > 10 { > table = tt_content > select { > pidInList.data = leveluid:2 > # or any other level instead of 2 > # depends on the level of the parent pages > } > } > 20 < styles.content.get > } I'd change this TS a bit: temp.mycontent = COA temp.mycontent { 10 < styles.content.get 10 { select { pidInList.data = leveluid:2 # or any other level instead of 2 # depends on the level of the parent pages } } 20 < styles.content.get } then you don't need to worry about language overlay etc. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From tjpatter at svsu.edu Wed Aug 15 14:38:36 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Wed, 15 Aug 2007 08:38:36 -0400 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: Joey, Thank you so much for this extension! You have no idea how much time/effort it saved me! I'm trying so hard to learn the in's and out's of Typo3 so I can efficiently write my own extensions. I just don't understand where to start with the hooks, standard practices, etc. I would like to send you a donation for creating this extension for me... Please contact me via standard e-mail so we can work out the details. Thanks, Tim JoH asenau wrote: >> To be honest, I was hoping for an automatic process... The user base >> that I am working with would somehow manage to find a way to not do >> what they are supposed to do. Big surprise there. >> >> I would like a blank (but saved) default text content element to be >> created with each page when a new page is created... This would >> greatly reduce complexity for my end users and tie in nicely with >> other customizations that I have made to my Typo3 installation. > > Was just a "no brainer" so I quickly setup an extension ;-) > > http://typo3.org/extensions/repository/view/defaultcontent/1.0.0/ > > HTH > > Joey > From typo3 at ambitiondesign.nl Wed Aug 15 15:03:46 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Wed, 15 Aug 2007 15:03:46 +0200 Subject: [TYPO3] maxWidth and multi-line text in GIFBUILDER Message-ID: Hi all, I've created an image with GIFBUILDER which contains multiple lines of text. I used http://www.typo3wizard.com/en/snippets/gifbuilder/ multiple-line-text-with-gifbuilder.html as example. The image may contain 3 lines of text, but I don't want text to 'fall of' the image, so, if the text is to long, the fontsize must be set to a smaller size. I tried to accomplish this by setting the maxWidth property, but this applies to all lines individual. So, the first 2 lines have a small font, and the third line is a normal size. I thought I could solve this by calculating how long the entire text is with a userfunction, and return the fontsize that should be used, but somehow this doesn't work. I have the following typoscript: temp.fontsize = USER temp.fontsize.userFunc = tx_quote_pi1->fontsize temp.quote.file.10.text.fontSize < temp.fontsize When I set a fixed value (like below) it does work. temp.fontsize = 9 temp.quote.file.10.text.fontSize < temp.fontsize The return value of the function is a pos int, and is correct. Also clearing the cache and so on has no result. I really hope there is someone who has an answer. Greetz, Rens From lukas at antroposofi.info Wed Aug 15 15:03:08 2007 From: lukas at antroposofi.info (Lukas Mattsson) Date: Wed, 15 Aug 2007 15:03:08 +0200 Subject: [TYPO3] Substitute nested data values in typoscript Message-ID: How do variable substitution work in typoscript? For example: data = GPvar : tx_awanthrcompanies_pi1 | company_id gives me the value 848, because the url contain the string tx_awanthrcompanies_pi1[company_id]=848 data = DB:tx_awanthrcompanies_companies:848:company_name gives me the value "Annaskolan" because the field "company_name" of the record with uid 848 in the table tx_awanthrcompanies_companies is "Annaskolan" data = DB:tx_awanthrcompanies_companies:{GPvar:tx_awanthrcompanies_pi1|company_id}:company_name should give me the value "Annaskolan" but it doesn't give me anything Best regards, Lukas From master_nhg at mail.ru Wed Aug 15 15:09:00 2007 From: master_nhg at mail.ru (Alexander Agafonov) Date: Wed, 15 Aug 2007 17:09:00 +0400 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: Jan Bednarik ?????: >> temp.mycontent = COA >> temp.mycontent { >> 10 = CONTENT >> 10 { >> table = tt_content >> select { >> pidInList.data = leveluid:2 >> # or any other level instead of 2 >> # depends on the level of the parent pages >> } >> } >> 20 < styles.content.get >> } > > I'd change this TS a bit: > > temp.mycontent = COA > temp.mycontent { > 10 < styles.content.get > 10 { > select { > pidInList.data = leveluid:2 > # or any other level instead of 2 > # depends on the level of the parent pages > } > } > 20 < styles.content.get > } > > then you don't need to worry about language overlay etc. > Is it mean what I need to place this code to all my sub pages? If it true it's not easy, because too many pages. Or I can place it to Tsconfig field on my parent page? From gentoouser at yahoo.de Wed Aug 15 17:21:25 2007 From: gentoouser at yahoo.de (gentoouser) Date: Wed, 15 Aug 2007 17:21:25 +0200 Subject: [TYPO3] Upload of multiple files impossible Message-ID: Hello, On my fresh installation (Debian etch, typo3 4.1.2; php4 and mysql5 are recent debian package) I see a strange problem with fileuploads. Logged into the backend as an admin-user I am able to create and delete files and directories. But if I try to upload multiple files using the drop-down menu I get "Parameter Error Target was not a directory!" Has anyone experienced this? Thanks in advance K. Werner From tjpatter at svsu.edu Wed Aug 15 18:11:29 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Wed, 15 Aug 2007 12:11:29 -0400 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? Message-ID: Is it possible to display subpages under a spacer page type? Here is what I'm looking for: Page 1 (link) Page 2 (link) Page 3 (spacer - not clickable) Page 4 (link) Page 5 (link) Page 6 (link) Now comes the gotchas... In my menu setup, spacers can be used at any level and need to be able to be inserted by end-users - thus a TypoScript configuration is a must. Here is what I have for my TS setup: # Enable Spacers (Non-Clickable Items) SPC = 1 SPC.allWrap =
  • |
  • SPC.expAll = 1 As you can see, my menus are based off of a
      . The spacers themselves display fine (non-clickable). I just need to be able to get the subpages to show underneath them... Creating an "Always Open" look for certain parts of my menu structure. Any thoughts / ideas? Thanks in advance for all of the great help! ~Tim From bedlamhotel at gmail.com Wed Aug 15 18:27:25 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 15 Aug 2007 09:27:25 -0700 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: Hi Tim, On 8/15/07, Timothy Patterson wrote: > Is it possible to display subpages under a spacer page type? > > Here is what I'm looking for: > > Page 1 (link) > Page 2 (link) > Page 3 (spacer - not clickable) > Page 4 (link) > Page 5 (link) > Page 6 (link) > > Now comes the gotchas... In my menu setup, spacers can be used at any > level and need to be able to be inserted by end-users - thus a > TypoScript configuration is a must. > > Here is what I have for my TS setup: > > # Enable Spacers (Non-Clickable Items) > SPC = 1 > SPC.allWrap =
    • |
    • > SPC.expAll = 1 > > As you can see, my menus are based off of a
        . The spacers > themselves display fine (non-clickable). I just need to be able to get > the subpages to show underneath them... Creating an "Always Open" look > for certain parts of my menu structure. > > Any thoughts / ideas? Unless I'm missing something, this is no different from any other TMENU. The only thing I notice is that your current 'allWrap' on the SPC pages will result in invalid HTML--use 'wrapItemAndSub' instead: lib.menu = HMENU lib.menu { 1 = TMENU 1 { wrap =
          |
        noBlur = 1 NO { wrapItemAndSub =
      • |
      • } ACT = 1 ACT < .NO ACT { ATagParams = class="active" } SPC = 1 SPC < .NO } 2 < .1 3 < .1 4 < .1 } -- Christopher Torgalson http://www.typo3apprentice.com/ From bdu at iastate.edu Wed Aug 15 19:59:38 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 15 Aug 2007 12:59:38 -0500 (CDT) Subject: [TYPO3] Mount from groups and DB Mounts don't work together Message-ID: Hi, Typo3 4.0.6 Maybe it's working as designed, but I wanted to make sure I understand it correctly. We created a user group (groupA) that has access to all the pages of a site (siteA). Now we have a user that we just want her to be able to access the front page only of the siteA. This user has her own group (groupB) which works with a different site (siteB). So I checked 'Mount from groups (DB Mounts)' for this user. In 'DB Mounts' box, I selected siteA's front page. But this user can not see siteA's front page as I thought she should. Looks like if Mount from groups is in place, DB Mounts won't work. To do what I needed to do, I had to create a new group which has access to siteA's front page only and put the user in this group. I'm thinking if we have more requests like this that some people only need to access a single page on another site, we'll end up creating a lot small groups. How do other people deal with such kind of situations? Thanks much in advance, Bing From tjpatter at svsu.edu Wed Aug 15 20:01:55 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Wed, 15 Aug 2007 14:01:55 -0400 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: Not quite what I was looking for... I want to display Page 4 and Page 5 from the tree below: Page 1 (link) Page 2 (link) Page 3 (spacer - not clickable) Page 4 (link) Page 5 (link) Page 6 (link) When I view a page with the above menu structure I only see: Page 1 (link) Page 2 (link) Page 3 (spacer - not clickable) Page 6 (link) I want to see the subpages under the SPC... Christopher Torgalson wrote: > Hi Tim, > > On 8/15/07, Timothy Patterson wrote: >> Is it possible to display subpages under a spacer page type? >> >> Here is what I'm looking for: >> >> Page 1 (link) >> Page 2 (link) >> Page 3 (spacer - not clickable) >> Page 4 (link) >> Page 5 (link) >> Page 6 (link) >> >> Now comes the gotchas... In my menu setup, spacers can be used at any >> level and need to be able to be inserted by end-users - thus a >> TypoScript configuration is a must. >> >> Here is what I have for my TS setup: >> >> # Enable Spacers (Non-Clickable Items) >> SPC = 1 >> SPC.allWrap =
      • |
      • >> SPC.expAll = 1 >> >> As you can see, my menus are based off of a
          . The spacers >> themselves display fine (non-clickable). I just need to be able to get >> the subpages to show underneath them... Creating an "Always Open" look >> for certain parts of my menu structure. >> >> Any thoughts / ideas? > > > > Unless I'm missing something, this is no different from any other > TMENU. The only thing I notice is that your current 'allWrap' on the > SPC pages will result in invalid HTML--use 'wrapItemAndSub' instead: > > lib.menu = HMENU > lib.menu { > 1 = TMENU > 1 { > wrap =
            |
          > noBlur = 1 > > NO { > wrapItemAndSub =
        • |
        • > } > > ACT = 1 > ACT < .NO > ACT { > ATagParams = class="active" > } > > SPC = 1 > SPC < .NO > } > > 2 < .1 > 3 < .1 > 4 < .1 > } > > From info at bednarik.org Wed Aug 15 20:13:31 2007 From: info at bednarik.org (Jan Bednarik) Date: Wed, 15 Aug 2007 20:13:31 +0200 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: > Is it mean what I need to place this code to all my sub pages? If it > true it's not easy, because too many pages. Or I can place it to > Tsconfig field on my parent page? You could put it into the root page. But if you don't want this in the root page, you can create extension template, where you put this code a make this extension as "Extension on next level" of the root template. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From tapio.markula at xetpoint.fi Wed Aug 15 20:29:56 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 15 Aug 2007 21:29:56 +0300 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: Timothy Patterson kirjoitti: > To be honest, I was hoping for an automatic process... The user base > that I am working with would somehow manage to find a way to not do what > they are supposed to do. Big surprise there. > > I would like a blank (but saved) default text content element to be > created with each page when a new page is created... I have implemented that in tm_contentaccess - properly configured works even with TemplaVoila. From bedlamhotel at gmail.com Wed Aug 15 20:43:56 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 15 Aug 2007 11:43:56 -0700 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: Hi there, On 8/15/07, Timothy Patterson wrote: > Not quite what I was looking for... I want to display Page 4 and Page 5 > from the tree below: > > Page 1 (link) > Page 2 (link) > Page 3 (spacer - not clickable) > Page 4 (link) > Page 5 (link) > Page 6 (link) > > When I view a page with the above menu structure I only see: > > Page 1 (link) > Page 2 (link) > Page 3 (spacer - not clickable) > Page 6 (link) > > I want to see the subpages under the SPC... Hm. A little testing and digging around on the internet leads me to think that this is, for one reason or another, not possible with the SPC page [1], [2]. As a workaround, it may be possible for you, for example, to use a shortcut page etc where you're now using SPC and use TS to disable the link when the page's 'doktype' field is 4...there may be a better way, but I can't immediately think of what it would be. -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://lists.netfielders.de/pipermail/typo3-english/2007-June/039751.html [2] http://www.typo24.com/89315.html From tapio.markula at xetpoint.fi Wed Aug 15 20:44:16 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 15 Aug 2007 21:44:16 +0300 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: JoH asenau kirjoitti: >> To be honest, I was hoping for an automatic process... The user base >> that I am working with would somehow manage to find a way to not do >> what they are supposed to do. Big surprise there. >> >> I would like a blank (but saved) default text content element to be >> created with each page when a new page is created... This would >> greatly reduce complexity for my end users and tie in nicely with >> other customizations that I have made to my Typo3 installation. > > Was just a "no brainer" so I quickly setup an extension ;-) > > http://typo3.org/extensions/repository/view/defaultcontent/1.0.0/ Nice because used a hook. But this doesn't have much configurations. At least these would be nice to be configurable: * Ctype * colPos/field_index * header That is in XCLASS for alt_doc.php. Endeed that would be nicer to be using a hook than as XCLASS. field_index is a little bit complicated. From tjpatter at svsu.edu Wed Aug 15 20:59:54 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Wed, 15 Aug 2007 14:59:54 -0400 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: I would use a shortcut as a workaround, however I legitimately use the shortcut Doktype throughout my various menus... Puzzling, isn't it? Would it be possible to add some sort of field to the Page Properties that would set the doNotLinkIt TS for that menu item? Christopher Torgalson wrote: > Hi there, > > On 8/15/07, Timothy Patterson wrote: >> Not quite what I was looking for... I want to display Page 4 and Page 5 >> from the tree below: >> >> Page 1 (link) >> Page 2 (link) >> Page 3 (spacer - not clickable) >> Page 4 (link) >> Page 5 (link) >> Page 6 (link) >> >> When I view a page with the above menu structure I only see: >> >> Page 1 (link) >> Page 2 (link) >> Page 3 (spacer - not clickable) >> Page 6 (link) >> >> I want to see the subpages under the SPC... > > > Hm. > > A little testing and digging around on the internet leads me to think > that this is, for one reason or another, not possible with the SPC > page [1], [2]. > > As a workaround, it may be possible for you, for example, to use a > shortcut page etc where you're now using SPC and use TS to disable the > link when the page's 'doktype' field is 4...there may be a better way, > but I can't immediately think of what it would be. > > From madsmh at gmail.com Wed Aug 15 21:15:35 2007 From: madsmh at gmail.com (Mads M. Hansen) Date: Wed, 15 Aug 2007 21:15:35 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Yes I did change something, I removed the xhtml mime type sniffer from my site and now it apears to render as intended.. On 8/14/07, Loek Hilgersom wrote: > Hi Christopher & Mads, > > Some strange things going on... Mads, did you change anything on that site? I > renders correctly now but I can't see what has changed. > > The weird thing was that this afternoon capitals in the CSS _did_ make the > difference. First thing I noticed was that Firefox Webdeveloper didn't show any > style information for one of the text-pic div's, although the stylesheet was > clearly loaded... when I saw the doctype I remembered something about > case-sensitivity which had never been an issue, but there it was. I can't > reproduce it now. > > Maybe we just experienced a very rare simultaneous interstellar Firefox hickup? ;-) > > Anyway, more important stuff to do now (but still curious....) > > Cheers, > Loek > > > Christopher Torgalson wrote: > > Hi, > > > > On 8/14/07, Loek Hilgersom wrote: > >> Hi Mads, > >> > >> The 'problem' is XHTML strict: > >> > >> 4.2. Element and attribute names must be in lower case > >> XHTML documents must use lower case for all HTML element and attribute > >> names. > >> This difference is necessary because XML is case-sensitive e.g.
        • and > >>
        • > >> are different tags. [1] > >> > >> ....and Typo3 which isn't exactly XHTML strict yet. > >> css_styled_content uses capitals for all tags in the stylesheet - > >> unfortunately > >> - and lowercase characters for in the (X)HTML output. Not really > >> consequent. > >> > >> You can either change that stylesheet and include your own modified > >> version, or > >> change your doctype. Getting it all to work perfectly in XHTML strict > >> requires a > >> bit more handwork, unfortunately. > >> > > > > > > Loek, I was skeptical that that was the source of Mads' problem--the w3c > > validator doesn't even throw a warning for uppercase tag names in selectors > > [1]. A quick test in Firefox seemed to confirm that you were right, but then > > I found two things: > > > > 1. Safari--arguably the most standards-compliant browser anywhere at this > > time--has no such rendering problem > > 2. I have an xhtml 1.0 strict site that uses "Text with image" content > > elements extensively (sorry, they're non-public), with no similar problems > > > > Without deconstructing the entire CSS for the site, I'd have to guess that > > Mads' problem is related somehow to the other CSS in the stylesheet (though > > aside from one small error, the entire stylesheet is valid)... > > > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From madsmh at gmail.com Wed Aug 15 21:21:18 2007 From: madsmh at gmail.com (Mads M. Hansen) Date: Wed, 15 Aug 2007 21:21:18 +0200 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: On 8/14/07, Christopher Torgalson wrote: [...] > > Loek, I was skeptical that that was the source of Mads' problem--the w3c > validator doesn't even throw a warning for uppercase tag names in selectors > [1]. A quick test in Firefox seemed to confirm that you were right, but then > I found two things: > > 1. Safari--arguably the most standards-compliant browser anywhere at this > time--has no such rendering problem Konquror (spelling?) had the same problem when I had the xhtml mime type sniffer. > 2. I have an xhtml 1.0 strict site that uses "Text with image" content > elements extensively (sorry, they're non-public), with no similar problems Are you sure that your site (and webserver) served the document with the proper xhtml mime type? IIRC that is what triggers the strict interpretation of XHTML, it needs more than a doctype. > Without deconstructing the entire CSS for the site, I'd have to guess that > Mads' problem is related somehow to the other CSS in the stylesheet (though > aside from one small error, the entire stylesheet is valid)... > [...] .. Mads Munch From bedlamhotel at gmail.com Wed Aug 15 21:27:56 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 15 Aug 2007 12:27:56 -0700 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: Hi, On 8/15/07, Timothy Patterson wrote: > I would use a shortcut as a workaround, however I legitimately use the > shortcut Doktype throughout my various menus... Puzzling, isn't it? > > Would it be possible to add some sort of field to the Page Properties > that would set the doNotLinkIt TS for that menu item? Yes, but an even easier solution would be to add a new page type: # This goes in TSconfig field! TCEFORM.pages.doktype.addItems.123 = Special Page Type To make this work, you'll have to remove the default link, recreate it and un-set it when the page type is '123': lib.spc_menu = HMENU lib.spc_menu { 1 = TMENU 1 { expAll = 1 noBlur = 1 wrap =
            |
          NO { wrapItemAndSub = |
        • doNotLinkIt = 1 stdWrap.cObject = CASE stdWrap.cObject { key.field = doktype default = HTML default { value { field = title typolink { parameter.field = uid wrap =
        • | } } } 123 < .default 123.value { typolink > wrap =
        • | } } } } 2 < .1 3 < .1 4 < .1 } -- Christopher Torgalson http://www.typo3apprentice.com/ From bedlamhotel at gmail.com Wed Aug 15 21:31:29 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 15 Aug 2007 12:31:29 -0700 Subject: [TYPO3] Image Wrap In-Reply-To: References: Message-ID: Hi, On 8/15/07, Mads M. Hansen wrote: > > 2. I have an xhtml 1.0 strict site that uses "Text with image" content > > elements extensively (sorry, they're non-public), with no similar problems > > Are you sure that your site (and webserver) served the document with > the proper xhtml mime type? IIRC that is what triggers the strict > interpretation of XHTML, it needs more than a doctype. People so seldom actually serve content as xhtml that it never occurred to me to check. In that case, I suspect Loek was correct: the uppercase tag names may be to blame. If you test and confirm this, please add the issue to CSS Styled Content's section in the bugtracker (bugs.typo3.org)--it'll be an easy fix and no browser will break because the tags in the CSS selectors have been lowercased. -- Christopher Torgalson http://www.typo3apprentice.com/ From aji.yahya at gmail.com Wed Aug 15 22:17:03 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Wed, 15 Aug 2007 22:17:03 +0200 Subject: [TYPO3] FE User Registration and Captcha Message-ID: Hello List, im wonduring if you get Captcha working with sr_feuser_register????? i get the image displayed, but when i put the right code in to the field the form will not but submitted. :( i have this marker inside my template:
          ###SR_FREECAP_IMAGE### inside constants: plugin.tx_srfeuserregister_pi1.formFields = gender,password,password_repeat,first_name,last_name,date_of_birth,city,static_info_country,email,image,captcha_response plugin.tx_srfeuserregister_pi1.requiredFields = email,first_name,last_name,city,date_of_birth,captcha_response plugin.tx_srfeuserregister_pi1.create.evalValues.captcha_response = sr_freecap plugin.tx_srfeuserregister_pi1._CSS_DEFAULT_STYLE > plugin.tx_srfreecap_pi2._CSS_DEFAULT_STYLE > and i used the ###CAPTCHA_INSERT### too but it doesnt work for me too. any help please many thanks and regards Aji From tjpatter at svsu.edu Wed Aug 15 22:18:53 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Wed, 15 Aug 2007 16:18:53 -0400 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: Your solution works great! Many thanks! One further question though... Would it be possible to avoid using the 'expAll = 1' at the TMENU level and instead only apply it to the "new" doktype? Picture this scenario: (See Page 7) Page 1 (link) Page 7 (subpage to Page 1, which is not activated... This page should not be visible) Page 2 (link) Page 3 (spacer - not clickable) Page 4 (link) Page 5 (link) Page 6 (link) Christopher Torgalson wrote: > Hi, > > On 8/15/07, Timothy Patterson wrote: >> I would use a shortcut as a workaround, however I legitimately use the >> shortcut Doktype throughout my various menus... Puzzling, isn't it? >> >> Would it be possible to add some sort of field to the Page Properties >> that would set the doNotLinkIt TS for that menu item? > > Yes, but an even easier solution would be to add a new page type: > > # This goes in TSconfig field! > TCEFORM.pages.doktype.addItems.123 = Special Page Type > > To make this work, you'll have to remove the default link, recreate it > and un-set it when the page type is '123': > > lib.spc_menu = HMENU > lib.spc_menu { > 1 = TMENU > 1 { > expAll = 1 > noBlur = 1 > wrap =
            |
          > > NO { > wrapItemAndSub = |
        • > doNotLinkIt = 1 > stdWrap.cObject = CASE > stdWrap.cObject { > key.field = doktype > > default = HTML > default { > value { > field = title > typolink { > parameter.field = uid > wrap =
        • | > } > } > } > > 123 < .default > 123.value { > typolink > > wrap =
        • | > } > } > } > } > 2 < .1 > 3 < .1 > 4 < .1 > } > From bdu at iastate.edu Wed Aug 15 22:25:00 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 15 Aug 2007 15:25:00 -0500 (CDT) Subject: [TYPO3] acronyms screw up Message-ID: Hi, Typo3 4.0.6 We created a two-column table to show our staff directory. The first column has staff's photo and the second column has staff's other information (e.g. name, unit, title, phone, e-mail, etc.). 'Insert/modify acronym or abbreviation' was used on 'unit'. That worked fine. But later, whenever we changed the content in the table, like adding new staff, modify existing or deleting staff, all the acronyms were just screwed up. The unit showed up as 'some department' on the web page. And the page source has: <acronym title="some department">some department</acronym> But acronyms still looked right on the back end. Every time when it happened, we had to redo all the acronyms. When it worked right, the page source should be 'some department' and the web page should have 'some department' as unit. Any idea what might have caused the problem? Thanks much in advance for any help, Bing From bedlamhotel at gmail.com Wed Aug 15 22:32:03 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 15 Aug 2007 13:32:03 -0700 Subject: [TYPO3] Subpages Under Spacer Page Type... Possible? In-Reply-To: References: Message-ID: Hi, On 8/15/07, Timothy Patterson wrote: > Your solution works great! Many thanks! One further question though... > > Would it be possible to avoid using the 'expAll = 1' at the TMENU level > and instead only apply it to the "new" doktype? > > Picture this scenario: (See Page 7) > > Page 1 (link) > Page 7 (subpage to Page 1, which is not activated... This page > should not be visible) > Page 2 (link) > Page 3 (spacer - not clickable) > Page 4 (link) > Page 5 (link) > Page 6 (link) I don't see how this could be done using TMENU's default properties. By the time TMENU renders any given sub-menu item, the decision has (obviously) already been made to expand the parent menu. You could probably achieve the result you need with a combination of css and javascript, or you can look into doing it with the .special.userfunction property of HMENU. See "Example: Creating hierarchical menus of custom links" [1] -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/ From solshark at i-soldi.com Wed Aug 15 22:33:00 2007 From: solshark at i-soldi.com (Mik B. Shvets) Date: Wed, 15 Aug 2007 23:33:00 +0300 Subject: [TYPO3] FE User Registration and Captcha In-Reply-To: References: Message-ID: Try correct id for My code:
          ###SR_FREECAP_IMAGE###
          And You must not use the the captcha_response as a required field. -- primus inter pares From aji.yahya at gmail.com Wed Aug 15 22:31:50 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Wed, 15 Aug 2007 22:31:50 +0200 Subject: [TYPO3] FE User Registration and Captcha | Solved In-Reply-To: References: Message-ID: Hi List, oh i get lol. i haved wrong input name: name="FE[fe_users][captcha_response] ok the right way to use captcha inside Fe User Registration is like (may be someone have the same problem): inside your template add : -----------------------------------------------------------------------------
          ###SR_FREECAP_IMAGE### ----------------------------------------------------------------------------- inside TS constants: ----------------------------------------------------------------------------- plugin.tx_srfeuserregister_pi1.formFields = gender,password,password_repeat,first_name,last_name,date_of_birth,city,static_info_country,email,image,captcha_response plugin.tx_srfeuserregister_pi1.requiredFields = email,first_name,last_name,city,date_of_birth,captcha_response plugin.tx_srfeuserregister_pi1.create.evalValues.captcha_response = captcha ----------------------------------------------------------------------------- now i must try to get the error message for captcha :) Regards Aji From aji.yahya at gmail.com Wed Aug 15 22:35:12 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Wed, 15 Aug 2007 22:35:12 +0200 Subject: [TYPO3] FE User Registration and Captcha In-Reply-To: References: Message-ID: Mik B. Shvets schrieb: > Try correct id for > My code: > > style="border-top: solid 1px #B7B7B7;"> >
          valign="middle"> > valign="middle" align="center">###SR_FREECAP_IMAGE### valign="middle"> > id="tx_srfeuserregister_pi1_captcha_response" name="FE[fe_users] > [captcha_response]" title="###SR_FREECAP_NOTICE###" > value="">
          > > > > > And You must not use the the captcha_response as a required field. > > Hello Mik, thank you very much for the solution. yes i solved it , the input name was wrong. many thanks Aji From xoonsji02 at sneakemail.com Wed Aug 15 23:02:30 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Wed, 15 Aug 2007 23:02:30 +0200 Subject: [TYPO3] target attribue is not xhtml compliant References: Message-ID: On Tue, 14 Aug 2007 14:31:50 +0200, Julien P. wrote with subject "[TYPO3] target attribue is not xhtml compliant": > Hi, > > I have an issue with typo3 and some content types, such as the "file links" > content type... When typo3 renders the webpage, it puts a target="_blank" > attribute for those links. > > BUT target is not xhtml compliant. what XHTML are you using? http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_targetmodule http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Target Bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From info at cybercraft.de Wed Aug 15 23:27:35 2007 From: info at cybercraft.de (JoH asenau) Date: Wed, 15 Aug 2007 23:27:35 +0200 Subject: [TYPO3] Default content for a new page? References: Message-ID: >>> I would like a blank (but saved) default text content element to be >>> created with each page when a new page is created... This would >>> greatly reduce complexity for my end users and tie in nicely with >>> other customizations that I have made to my Typo3 installation. >> >> Was just a "no brainer" so I quickly setup an extension ;-) >> >> http://typo3.org/extensions/repository/view/defaultcontent/1.0.0/ > > Nice because used a hook. But this doesn't have much configurations. > At least these would be nice to be configurable: > * Ctype > * colPos/field_index > * header > > That is in XCLASS for alt_doc.php. Endeed that would be nicer to be > using a hook than as XCLASS. > > field_index is a little bit complicated. Well - it was just a quick solution to help out in this specific case. Of course this could be configurable by some TSconfig settings or something similar later on, but currently it fits the job description exactly ;-) But if I find the time maybe I can even put some more features into 2.0. Other special things for the wishlist anybody? Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From info at cybercraft.de Wed Aug 15 23:30:20 2007 From: info at cybercraft.de (JoH asenau) Date: Wed, 15 Aug 2007 23:30:20 +0200 Subject: [TYPO3] target attribue is not xhtml compliant References: Message-ID: >> I have an issue with typo3 and some content types, such as the "file >> links" content type... When typo3 renders the webpage, it puts a >> target="_blank" attribute for those links. >> >> BUT target is not xhtml compliant. > > what XHTML are you using? > > http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_targetmodule > http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Target AFAIK this is only valid for framesets. Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From bdu at iastate.edu Wed Aug 15 23:57:22 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 15 Aug 2007 16:57:22 -0500 (CDT) Subject: [TYPO3] plugin shows up twice in the drop down list Message-ID: Hi, Typo3 4.0.6 We installed the Address Directory (sp_directory 0.2.9) once. But for some reason, in the plugin dropdown list when I insert it as a plugin on a page, 'Address Directory' shows up in the list twice. One doesn't render the directory. The other one works fine. Where should I go to delete the redundant Address Directory that's not working in the plugin drop down list? Thanks much in advance, Bing From xoonsji02 at sneakemail.com Thu Aug 16 01:11:22 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Thu, 16 Aug 2007 01:11:22 +0200 Subject: [TYPO3] target attribue is not xhtml compliant References: Message-ID: On Wed, 15 Aug 2007 23:30:20 +0200, JoH asenau wrote with subject "Re: [TYPO3] target attribue is not xhtml compliant": > >> I have an issue with typo3 and some content types, such as the "file > >> links" content type... When typo3 renders the webpage, it puts a > >> target="_blank" attribute for those links. > >> > >> BUT target is not xhtml compliant. > > > > what XHTML are you using? > > > > > http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_targetmodule > > > http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Target > > AFAIK this is only valid for framesets. not exactly. I googled around and found: a) HTML 4, XHTML 1.0 strict and XHTML 1.1 strict have no target attribute to the a-tag (but a target-attribute in a base-tag which is global) b) XHTML 2.0 seems (someone told) to have a target-attribut again, and it will have a rel-attribute which should[1] be handled in a same way c) target-attribute are allowed in XHTML frameset and XHTML transitional d) you can extend the DTD of XHTML strict for the target-attribut (e.g. PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN" SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-target-1.mod") but no browser handled (in 2005) this correctly. in worst case they will switch back to quirksmode. e) you still can open new windows with javascript:window.open(..url..) f) you can insert target-functionallity in valid XHTML-strict documents with javascript using DOM: insert the target-attribut to all a-tags with a specific mark (e.g. something like class="external" or rel="external"). this is still valid XHTML-strict! g) there are flamewars wether target is neccessary or not, wether target should be allowed or not to webpage-builders [1] there are the two worlds of theory (W3C) and reality (browser-implementations). Still no browser is capable of all CSS2, but there are browsers which handles the first new CSS3 attributes. my own opinion: I like to differentiate and therefore use the target-attribute. A XHTML-transitional validation is enough :-) Bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From katja.lampela at lieska.net Thu Aug 16 06:06:59 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 16 Aug 2007 07:06:59 +0300 Subject: [TYPO3] Mount from groups and DB Mounts don't work together In-Reply-To: References: Message-ID: Hi Bing, I think you can only either mount from groups or give a mounting point, not both. The db mounting point gives you anyway the root mounting point; I mean all the subpages will be accessible for this group too - but surely only if the group permissions are set right (web/access module). You could maybe play with the group/owner access rights. So that you would have only one group for these "one page editors" which has dbmounting in the site root but the access rights would be very limited. And when a new user would be added to this group, he/she would be assigned as an owner of a page. Never tested but i think it could work. - Katja Bing Du kirjoitti: > Hi, > > Typo3 4.0.6 > > Maybe it's working as designed, but I wanted to make sure I understand it > correctly. > > We created a user group (groupA) that has access to all the pages of a > site (siteA). Now we have a user that we just want her to be able to > access the front page only of the siteA. This user has her own group > (groupB) which works with a different site (siteB). So I checked 'Mount > from groups (DB Mounts)' for this user. In 'DB Mounts' box, I selected > siteA's front page. But this user can not see siteA's front page as I > thought she should. Looks like if Mount from groups is in place, DB > Mounts won't work. > > To do what I needed to do, I had to create a new group which has access to > siteA's front page only and put the user in this group. > > I'm thinking if we have more requests like this that some people only need > to access a single page on another site, we'll end up creating a lot small > groups. How do other people deal with such kind of situations? > > Thanks much in advance, > > Bing From katja.lampela at lieska.net Thu Aug 16 07:07:06 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 16 Aug 2007 08:07:06 +0300 Subject: [TYPO3] Mount from groups and DB Mounts don't work together In-Reply-To: References: Message-ID: a little addition to the below: the owner of course would be given rights to edit the page in question. > And when a new user would be added to this group, he/she would be > assigned as an owner of a page. From news at contratec.de Thu Aug 16 07:27:38 2007 From: news at contratec.de (Matthias Stuebner) Date: Thu, 16 Aug 2007 07:27:38 +0200 Subject: [TYPO3] acronyms screw up References: Message-ID: On Wed, 15 Aug 2007 15:25:00 -0500 (CDT), Bing Du wrote: > But acronyms still looked right on the back end. Every time when it > happened, we had to redo all the acronyms. > > When it worked right, the page source should be 'some department' and the web page should have 'some > department' as unit. > > Any idea what might have caused the problem? That sounds like the Tag wouldn't be allowed by RTE? So add it to your RTE, so that it doesn't get replaced. -- br Matthias From katja.lampela at lieska.net Thu Aug 16 07:48:56 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 16 Aug 2007 08:48:56 +0300 Subject: [TYPO3] mm_forum and password length Message-ID: Hello, Strange problem, mm_forum's (0.1.2) user creation doesn't allow shorter password than 6 letters even though I have ts plugin.tx_mmforum_pi5 = USER_INT plugin.tx_mmforum_pi5 { # Minimum password length minPasswordLength = 4 } and the ts object browser shows that minPasswordLength is 4. I don't have any other user administration installed. Any idea what might cause this? - Katja From typo3 at ambitiondesign.nl Thu Aug 16 08:53:28 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Thu, 16 Aug 2007 08:53:28 +0200 Subject: [TYPO3] maxWidth and multi-line text in GIFBUILDER In-Reply-To: References: Message-ID: Does nobody know if it is possible to set the fontsize using a userfunction? Op 15-aug-2007, om 15:03 heeft Rens Admiraal het volgende geschreven: > Hi all, > > I've created an image with GIFBUILDER which contains multiple lines > of text. I used http://www.typo3wizard.com/en/snippets/gifbuilder/ > multiple-line-text-with-gifbuilder.html as example. > > The image may contain 3 lines of text, but I don't want text to 'fall > of' the image, so, if the text is to long, the fontsize must be set > to a smaller size. I tried to accomplish this by setting the maxWidth > property, but this applies to all lines individual. So, the first 2 > lines have a small font, and the third line is a normal size. > > I thought I could solve this by calculating how long the entire text > is with a userfunction, and return the fontsize that should be used, > but somehow this doesn't work. > > > I have the following typoscript: > > temp.fontsize = USER > temp.fontsize.userFunc = tx_quote_pi1->fontsize > > temp.quote.file.10.text.fontSize < temp.fontsize > > > When I set a fixed value (like below) it does work. > > temp.fontsize = 9 > temp.quote.file.10.text.fontSize < temp.fontsize > > > The return value of the function is a pos int, and is correct. Also > clearing the cache and so on has no result. > > > > I really hope there is someone who has an answer. > > Greetz, > Rens > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From news at contratec.de Thu Aug 16 09:14:59 2007 From: news at contratec.de (Matthias Stuebner) Date: Thu, 16 Aug 2007 09:14:59 +0200 Subject: [TYPO3] Field definitions in ext_conf_template.txt Message-ID: Hello all, actually I have the need to configure string data in the ext_conf_template.txt to show up in the EM. The thing is that the amount is a "bit" larger, so I would like to have a textarea in EM. The problem is, that I do not find the document that describes the possible options and format for fields listed in ext_conf_template.txt anymore. Could someone pls. point me to the right document/link? -- mfg Matthias From master_nhg at mail.ru Thu Aug 16 09:33:14 2007 From: master_nhg at mail.ru (Alexander) Date: Thu, 16 Aug 2007 11:33:14 +0400 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: Jan Bednarik ?????: >> Is it mean what I need to place this code to all my sub pages? If it >> true it's not easy, because too many pages. Or I can place it to >> Tsconfig field on my parent page? > > You could put it into the root page. But if you don't want this in the > root page, you can create extension template, where you put this code a > make this extension as "Extension on next level" of the root template. > Oh, thanks Jan. Will try it. From m.bless at gmx.de Thu Aug 16 10:25:55 2007 From: m.bless at gmx.de (Martin Bless) Date: Thu, 16 Aug 2007 10:25:55 +0200 Subject: [TYPO3] Bug? Using UTF-8, 'Ä' in template.constants: Error 102! Message-ID: Am I the only one? Looks like a bug to me. I finally managed to have an all UTF-8 installation. Data ist stored natively in UTF-8 in the database. Managing and displaying the content works allright. But: When I haven an Umlaut (e.g. '???????') in the Constants or Setup field of a template I receive this error in the backend: Errors: 102: These fields are not properly updated in the database: (constants) Probably value mismatch with fieldtype. The offending characters will be replaced by question marks ('?'). Using: TYPO3-4.1.2, MySql-4.1.22, PHP-4.4.1, phpMyAdmin-2.6.4.-pl3. Relevant lines of ./typo3conf/localconf.php: $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'.chr(10).'SET CHARACTER SET utf8'.chr(10).''; $TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = '1'; This shouldn't happen, should it? Is it a bug? Am I the only one? What can I do? phpinfo.php tells me that my installation has 'iconv' support enabled. I'm asking myself: Should I try using it or will it make things worse? Have a nice day, Martin -- http://team-mensch-und-computer.de From headhunterxiii at yahoo.ca Thu Aug 16 10:26:15 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Thu, 16 Aug 2007 09:26:15 +0100 Subject: [TYPO3] Default content for a new page? In-Reply-To: References: Message-ID: > But if I find the time maybe I can even put some more features into 2.0. > Other special things for the wishlist anybody? Maybe to decide if it should be have the index and hidden check boxes set or not? From thisisretro at gmail.com Thu Aug 16 10:45:43 2007 From: thisisretro at gmail.com (Karl) Date: Thu, 16 Aug 2007 10:45:43 +0200 Subject: [TYPO3] OpenType fonts with GIFBUILDER Message-ID: Hi I am using GMENU for the first time and only have the OpenType version of the font. My problem is that OpenType is not rendering at all although TTF is no problem. Does anybody else have experience with OpenType GIFBUILDER? The server has Freetype 2.1.9 installed... Thanks Karl From rockysynergy at max-source.com Thu Aug 16 11:06:33 2007 From: rockysynergy at max-source.com (Rocky Ou) Date: Thu, 16 Aug 2007 17:06:33 +0800 Subject: [TYPO3] TYPO3 direct subscription error Message-ID: Hey List, I'm using TYPO3 4.0.4, direct_mail_subscription 1.1.0 and direct_mail 2.2.0. I add the direct_mail_subscription in the page content. The front end shows the newsletter subscription form without any problem. But after I filled in the form and hit subscribe button I got the error message: -------------------------Error message begins------------------ Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php on line 802 Warning: Cannot modify header information - headers already sent by (output started at /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php:802) in /home/angnews/public_html/typo3_src/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2853 ----------------------Error message end-------------------------- The page content says: Newsletter subscription Subscription recieved. You're now subscribed to our newsletter. An email has been sent to your email address, ###FIELD_email###, with a link to the administration of your profile. Please notice that your subscription is not active until you've clicked a link in that email! But I never received the confirm email and the back-end of the subscription page does not have address records in list module as well. From backend Tools-->DB check-->Manage Reference Index-->Update Now! gave me the following error. Warning: Invalid argument supplied for foreach() in /home/angnews/public_html/typo3_src/t3lib/class.t3lib_refindex.php on line 656 Plus from backend Web-->list-->any page the system gave me the error read as: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php on line 790 Warning: Cannot modify header information - headers already sent by (output started at /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php:790) in /home/angnews/public_html/typo3_src/typo3/template.php on line 613 Can any of you give me some help on how to make the newsletter subscription work please? Thanks a lot in advance! Blessings, Rocky From peter.m at fredensborg-nielsen.dk Thu Aug 16 11:06:51 2007 From: peter.m at fredensborg-nielsen.dk (Peter M. Nielsen) Date: Thu, 16 Aug 2007 11:06:51 +0200 Subject: [TYPO3] Can't get alwaysActivePIDlist to work Message-ID: I have a menu-structure where the 1st level is a horizontal-menubar and the submenus are a vertical textmenu. I have included the setup below. What I am trying to do is to pageid 5 no matter what pagelevel I am on by the use of alwaysActivePIDlist.. But the page does not show - any hints? temp.menu.wrap = temp.menu= HMENU temp.menu.1 = Gmenu temp.menu.1.NO{ wrap = | XY = 125,25 transparentBackground = 1 backColor = #F4EBE2 5 = IMAGE 5.file = fileadmin/template/images/menu_mainbg.gif 10 = TEXT 10.text.field = title 10.niceText = 1 10.offset = 0,20 10.align = center 10.fontFile = fileadmin/template/fonts/trebuc.ttf 10.fontSize = 14 10.text.case = upper 10.fontColor = #c00000 } temp.menu.1.RO < temp.menu.1.NO temp.menu.1.RO = 1 temp.menu.1.RO { 10.fontColor = #4C3620 } temp.menu.1.ACT < temp.menu.1.NO temp.menu.1.ACT = 1 temp.menu.1.ACT { 5 = IMAGE 5.file = fileadmin/template/images/menu_active.gif } temp.submenu = HMENU temp.submenu.entryLevel=1 temp.submenu.alwaysActivePIDlist = 5 temp.submenu.wrap =
          Menu
          temp.submenu.1 = TMENU temp.submenu.1.wrap = temp.submenu.1.NO{ wrapItemAndSub =
        • XY = 125,25 transparentBackground = 1 backColor = #F4EBE2 5 = IMAGE 5.file = fileadmin/template/images/menu_mainbg.gif 10 = TEXT 10.text.field = title 10.niceText = 1 10.offset = 0,20 10.align = center 10.fontFile = fileadmin/template/fonts/trebuc.ttf 10.fontSize = 14 10.text.case = upper 10.fontColor = #c00000 } temp.submenu.1.RO < temp.submenu.1.NO temp.submenu.1.RO = 1 temp.submenu.1.RO { 10.fontColor = #4C3620 } temp.submenu.1.ACT < temp.submenu.1.NO temp.submenu.1.ACT = 1 temp.submenu.1.ACT { 5 = IMAGE 5.file = fileadmin/template/images/menu_active.gif wrapItemAndSub = } temp.submenu.2 = TMENU temp.submenu.2.wrap = temp.submenu.2.NO{ wrapItemAndSub = XY = 125,25 transparentBackground = 1 backColor = #F4EBE2 5 = IMAGE 5.file = fileadmin/template/images/menu_mainbg.gif 10 = TEXT 10.text.field = title 10.niceText = 1 10.offset = 0,20 10.align = center 10.fontFile = fileadmin/template/fonts/trebuc.ttf 10.fontSize = 14 10.text.case = upper 10.fontColor = #c00000 } temp.submenu.2.RO < temp.submenu.2.NO temp.submenu.2.RO = 1 temp.submenu.2.RO { 10.fontColor = #4C3620 } temp.submenu.2.ACT < temp.submenu.2.NO temp.submenu.2.ACT = 1 temp.submenu.2.ACT { wrapItemAndSub = 5 = IMAGE 5.file = fileadmin/template/images/menu_active.gif } Best regards, Peter From info at cybercraft.de Thu Aug 16 11:30:38 2007 From: info at cybercraft.de (JoH asenau) Date: Thu, 16 Aug 2007 11:30:38 +0200 Subject: [TYPO3] Can't get alwaysActivePIDlist to work References: Message-ID: > I have a menu-structure where the 1st level is a horizontal-menubar > and the submenus are a vertical textmenu. I have included the setup > below. What I am trying to do is to pageid 5 no matter what pagelevel > I am on by the use of alwaysActivePIDlist.. But the page does not > show - any hints? Well - I don't think it's clear what you want exactly ... What should happen to the page with the id 5? Is this page part of the main or the sub menu? alwaysActivePIDlist would only make sure that this page is always treated as ACT regardless of the current rootline. But this will of course not happen, if you split the main and submenu into different HMENU setups. HTH Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From xx at xx.xx Thu Aug 16 14:01:02 2007 From: xx at xx.xx (PEF) Date: Thu, 16 Aug 2007 14:01:02 +0200 Subject: [TYPO3] Online auction Message-ID: Hi, I need an extension to handle online auctions. Is it possible, that someone has an extension for this purpose, of which I can get a free copy? Regards Peter Falk From ab.becker at web.de Thu Aug 16 14:27:18 2007 From: ab.becker at web.de (Andreas Becker) Date: Thu, 16 Aug 2007 19:27:18 +0700 Subject: [TYPO3] =?utf-8?q?Bug=3F_Using_UTF-8=2C_=27=C3=84=27_in_template?= =?utf-8?q?=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: Hallo Martin Wir suchen auch gerade nach dem Problem, das existiert seitdem wir auf 4.1.2upgedated haben Errors: 102: These fields are not properly updated in the database: (constants) Probably value mismatch with fieldtype. Das gilt auch fuer andere Sprachen wie arabisch und thai - so unser momentaner Stand. Woran es liegt wisen wir noch nicht. Wir konnten den Fehler jedoch auf verschiedenen System reproduzieren. Bei uns kommt es zudem danach zu einem Komplettausstieg im Backend, d.h. da verschwinden auf einmal saemtliche Icons aus derlinken Spalte mit den Modulen und er Admin wird als (,) dargestellt. Man darf sich noch ausloggen - das geht :-) Will man im Frontend eine Seite reloaden, dann verlieren die Seiten beim reload das Template bzw. es kommt ein "Template not Found'. was weniger mit DS oder TO zusammenhaengt wie wir denken als mit den TS Templates. Ob das nun ein Problem oder zwei sind wissen wir noch nicht so recht. Es sieht eher nach einem Caching Problem aus, da man die Seite einmal geladen bekommt und ein zweites Mal nicht mehr. leert man den fe-cache dann laedt die seite genau einmal und eine zweite ist dann wiederweg. Ob das in einem Zuammenhang steht ist noch offen. Beides trat jedoch nach dem Update auf 4.1.2 auf. Database laeuft auf INNODB, utf8_general_ci, komplett alles UTF8 eingestellt in Apache2 auf Live Server Apache1.3. PHP5.1.6 bzw. PHP5.2.3 - TemplaVoila - wir benutzen iconv - daran liegt es wohl nicht. wir benutzten die utf8 set - Einstellungen von cbstarter von Michael Cannonbose. Schoenen Abend Andi From peter.m at fredensborg-nielsen.dk Thu Aug 16 14:43:31 2007 From: peter.m at fredensborg-nielsen.dk (Peter M. Nielsen) Date: Thu, 16 Aug 2007 14:43:31 +0200 Subject: [TYPO3] Can't get alwaysActivePIDlist to work References: Message-ID: Well, what I'm trying to achieve is to display pageid 5 in the submenu nomatter which level I'm currently on. Is there a way besides alwaysActidePIDlist to always show a pageid in a submenu? - Peter "JoH asenau" ha scritto nel messaggio news:mailman.1.1187256637.19515.typo3-english at lists.netfielders.de... >> I have a menu-structure where the 1st level is a horizontal-menubar >> and the submenus are a vertical textmenu. I have included the setup >> below. What I am trying to do is to pageid 5 no matter what pagelevel >> I am on by the use of alwaysActivePIDlist.. But the page does not >> show - any hints? > > Well - I don't think it's clear what you want exactly ... > What should happen to the page with the id 5? > Is this page part of the main or the sub menu? > > alwaysActivePIDlist would only make sure that this page is always treated > as > ACT regardless of the current rootline. But this will of course not > happen, > if you split the main and submenu into different HMENU setups. > > HTH > > Joey > > -- > Wenn man keine Ahnung hat: Einfach mal Fresse halten! > (If you have no clues: simply shut your gob sometimes!) > Dieter Nuhr, German comedian > openBC/Xing: http://www.cybercraft.de > T3 cookbook: http://www.typo3experts.com > > From thorben at tbochenek.de Thu Aug 16 14:59:24 2007 From: thorben at tbochenek.de (Thorben Bochenek) Date: Thu, 16 Aug 2007 14:59:24 +0200 Subject: [TYPO3] Can't get alwaysActivePIDlist to work In-Reply-To: References: Message-ID: > Peter wrote: > Well, what I'm trying to achieve is to display pageid 5 in the submenu > nomatter which level I'm currently on. > Is there a way besides alwaysActidePIDlist to always show a pageid > in a > submenu? What you could do is split your menu into two menus and create the first one like this: lib.firstmenue = HMENU lib.firstmenue { special = list special.value = 5 [...] Am 16.08.2007 um 14:43 schrieb Peter M. Nielsen: > - Peter > > "JoH asenau" ha scritto nel messaggio > news:mailman.1.1187256637.19515.typo3-english at lists.netfielders.de... >>> I have a menu-structure where the 1st level is a horizontal-menubar >>> and the submenus are a vertical textmenu. I have included the setup >>> below. What I am trying to do is to pageid 5 no matter what >>> pagelevel >>> I am on by the use of alwaysActivePIDlist.. But the page does not >>> show - any hints? >> >> Well - I don't think it's clear what you want exactly ... >> What should happen to the page with the id 5? >> Is this page part of the main or the sub menu? >> >> alwaysActivePIDlist would only make sure that this page is always >> treated >> as >> ACT regardless of the current rootline. But this will of course not >> happen, >> if you split the main and submenu into different HMENU setups. >> >> HTH >> >> Joey >> >> -- >> Wenn man keine Ahnung hat: Einfach mal Fresse halten! >> (If you have no clues: simply shut your gob sometimes!) >> Dieter Nuhr, German comedian >> openBC/Xing: http://www.cybercraft.de >> T3 cookbook: http://www.typo3experts.com >> >> > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From leeperry at slack.de Thu Aug 16 16:24:56 2007 From: leeperry at slack.de (lee perry) Date: Thu, 16 Aug 2007 16:24:56 +0200 Subject: [TYPO3] CoolURI: Problems with Workspace static Preview Link Message-ID: Heya, I'm using CoolURI now and everything works fine - no PostVarSet-Errors so far. By using CoolURI there was a problem with the extension tipafriend, but an extra "urldecode" inside the PHP of the tipafriend-extension solved the problem. But now I have a problem with this static Preview Link, when I'm working in a Workspace and I will use the Preview Link from the page "Preview and compare workspace version with live version" than I got the error "Request URL did not match..." by using the CoolURI-option: redirectOldLinksToNew = 1 because this will redirect index.php to a new CoolURI - and this can't work. So, with the deactivation of this option with: redirectOldLinksToNew = 0 it works, but than is no redirection of the old links for all. Anybody knows a condition to identify the workspace or this preview-link? Than I can change the CoolURI-option "redirectOldLinksToNew" espacially for this Preview-Link. Thanx and best regards, Lee From bdu at iastate.edu Thu Aug 16 16:29:14 2007 From: bdu at iastate.edu (Bing Du) Date: Thu, 16 Aug 2007 09:29:14 -0500 (CDT) Subject: [TYPO3] acronyms screw up In-Reply-To: References: Message-ID: > On Wed, 15 Aug 2007 15:25:00 -0500 (CDT), Bing Du wrote: > >> But acronyms still looked right on the back end. Every time when it >> happened, we had to redo all the acronyms. >> >> When it worked right, the page source should be 'some department' and the web page should have 'some >> department' as unit. >> >> Any idea what might have caused the problem? > > That sounds like the Tag wouldn't be allowed by RTE? So add it to > your RTE, so that it doesn't get replaced. > -- > br Matthias Well, RTE (htmlArea RTE 1.4.4) we use does recognize the tag because when the acronyms were first created, they worked fine. And is listed in allowTags in the page typoscript configuration. RTE.default { proc { allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, span, ul, ol, li, pre, blockquote, strong, em, b, i, u, sub, sup, strike, a, link, img, nobr, hr, center, font, tt, q, cite, abbr, acronym } } Only when the table content was modified, all the acronyms lost their effectiveness right away. The problem has been reported by two different web editors. I switched to their accounts and tried their operations in the same web browser they used, but I was not able to replicate the problem. Weird. Bing From nico.potvin at kandesign.com Thu Aug 16 16:38:00 2007 From: nico.potvin at kandesign.com (Nico Potvin) Date: Thu, 16 Aug 2007 16:38:00 +0200 Subject: [TYPO3] remembering language choice with a cookie Message-ID: Hi, I have been looking around in the lists and extensions, but couldn't find a solution or method. I have a typo3 4.1.2 multilanguage site which starts with a choose your language page. Is there a way to set a cookie on this page so the browser can remember what the user last language choice was. my menu is setup like this: www.domain.com (shortcut to firstsubpage) - language chooser (not in menu) - homepage - menuitem1 - etc... The behaviour should be: user visits the site for the first time and enters via www.domain.com page and gets redirected to the language chooser page, chooses its language and a cookie is stored in the clients browser. The next time the user visits the page, he/she enters via www.domain.com and jumps directly to the homepage in the correct language(bypassing the language chooser page) I tried with the ja_default_language extension, but now manual was available and so no logic behind the bahaviour. anyone who knows how to do this, or what the common typo3 way is to solve such a problem? greets nico -- Nico Potvin KAN Design Antwerpen - Belgium Phone: +32 (0)3 203 41 69 Fax: +32 (0)3 225 14 05 E-mail: nico.potvin at kandesign.com http://www.kandesign.com From sellis at telus.net Thu Aug 16 17:04:08 2007 From: sellis at telus.net (Sean Ellis) Date: Thu, 16 Aug 2007 08:04:08 -0700 Subject: [TYPO3] create multiple pages from db, csv, etc Message-ID: Hello, I am hoping to find a solution to creating a fairly large pagetree from data in a csv file (or similar). So far I have found the wizard_crpagetree extension. The description sounds like what I am looking for. Can anyone can point me toward similar extensions, or perhaps articles discussing this process? thanks, Sean Ellis -- And Lucy, dear child, mind your arithmetic... What would life be without arithmetic, but a scene of horrors? Syndey Smith, 1835 From bdu at iastate.edu Thu Aug 16 17:14:31 2007 From: bdu at iastate.edu (Bing Du) Date: Thu, 16 Aug 2007 10:14:31 -0500 (CDT) Subject: [TYPO3] acronyms screw up (solved) In-Reply-To: References: Message-ID: >> On Wed, 15 Aug 2007 15:25:00 -0500 (CDT), Bing Du wrote: >> >>> But acronyms still looked right on the back end. Every time when it >>> happened, we had to redo all the acronyms. >>> >>> When it worked right, the page source should be 'some department' and the web page should have 'some >>> department' as unit. >>> >>> Any idea what might have caused the problem? >> >> That sounds like the Tag wouldn't be allowed by RTE? So add it to >> your RTE, so that it doesn't get replaced. >> -- >> br Matthias > > Well, RTE (htmlArea RTE 1.4.4) we use does recognize the tag > because when the acronyms were first created, they worked fine. And > is listed in allowTags in the page typoscript configuration. > > RTE.default { > proc { > allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, > p, br, span, ul, ol, li, pre, blockquote, strong, em, b, i, u, sub, > sup, strike, a, link, img, nobr, hr, center, font, tt, q, cite, > abbr, acronym > } > } > > Only when the table content was modified, all the acronyms lost their > effectiveness right away. The problem has been reported by two different > web editors. I switched to their accounts and tried their operations in > the same web browser they used, but I was not able to replicate the > problem. Weird. > > Bing > I did more testing. Finally it turned out the problem occurred in IE 7. Firefox doesn't screw up the acronyms. Even though abbr and acronym both are defined as allowed tags in TSConfig in the page properties, I had to add the following two lines in the site's template setup to prevent IE from screwing up acronyms. lib.parseFunc.allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, span, ul, ol, li, pre, blockquote, strong, em, b, i, u, sub, sup, strike, a, link, img, nobr, hr, center, font, tt, q, cite, abbr, acronym lib.parseFunc_RTE.allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, span, ul, ol, li, pre, blockquote, strong, em, b, i, u, sub, sup, strike, a, link, img, nobr, hr, center, font, tt, q, cite, abbr, acronym Anybody know why? Thanks, Bing From patrick at typo3quebec.org Thu Aug 16 17:26:39 2007 From: patrick at typo3quebec.org (Patrick Gaumond) Date: Thu, 16 Aug 2007 11:26:39 -0400 Subject: [TYPO3] create multiple pages from db, csv, etc In-Reply-To: References: Message-ID: Sean Ellis wrote: > Hello, > > I am hoping to find a solution to creating a fairly large pagetree from > data in a csv file (or similar). > > So far I have found the wizard_crpagetree extension. The description > sounds like what I am looking for. I have tried this useful extension to test the new Ajax-Pagetree when 4.1(?) was released by creating over 1000 pages. Worked great but it was not on a production server. Just try it yourself on a local install just to be sure. I did a copy-paste from Excel to wizard_crpagetree and... Voil? ! Patrick From bdu at iastate.edu Thu Aug 16 17:55:18 2007 From: bdu at iastate.edu (Bing Du) Date: Thu, 16 Aug 2007 10:55:18 -0500 (CDT) Subject: [TYPO3] html question Message-ID: Hi, Would anybody mind giving me a quick reminder? I'm writing a document. I want to enter in the RTE the following text <acronym title="loooong name here">ABCD</acronym> And I want it to show up on the web page exactly like that without converting < to '<', etc. How should I do that? Thanks in advance for any help. Bing From m.bless at gmx.de Thu Aug 16 18:04:17 2007 From: m.bless at gmx.de (Martin Bless) Date: Thu, 16 Aug 2007 18:04:17 +0200 Subject: [TYPO3] Bug? Using UTF-8, 'Ä' in template.constants: Error 102! References: Message-ID: (English again, better for this group ;-) Hallo Andreas [Becker]: >Wir suchen auch gerade nach dem Problem, das existiert seitdem wir auf >4.1.2upgedated haben That's a valuable information! Too bad the problem exists but I'm delightet I'm not the only one. >Woran es liegt wisen wir noch nicht. Wir konnten den Fehler jedoch auf >verschiedenen System reproduzieren. >Bei uns kommt es zudem danach zu einem Komplettausstieg im Backend, d.h. da >verschwinden auf einmal saemtliche Icons aus derlinken Spalte mit den >Modulen und er Admin wird als (,) dargestellt. Man darf sich noch ausloggen >- das geht :-) I suspect these are just follow up symptoms of a single basic error. In my case I observed another strange effect: tx_automaketemplate didn't work and produce output while there were non ascii characters in the template file. What's that? >Database laeuft auf INNODB, utf8_general_ci, komplett alles UTF8 eingestellt same here >wir benutzen iconv - daran liegt es wohl nicht. Ok, good to know.. >wir benutzten die utf8 set - Einstellungen von cbstarter von Michael >Cannonbose. Interesting. Didn't know this extension. I too had done a lot of searching to find out why my UTF-8 installation didn't work allright. Most important: the 'setDBinit' settings. These two links stand out of the crowd and are very valuable. Yes, one is an essay by you: Howto by Daniel P?tzinger, 2006-11-13, (german): http://www.typo3-media.com/blog/article/utf8-and-typo3-updated.html Very helpful, Andreas Becker, 2007-07-21, (german):: http://www.nabble.com/CoolUri---SQL-engine-parse-ERROR-tf4113348.html#a11723110 Please let us know if you find out more. I'll do the same. We should file a bug report as soon as possible. Bye, Martin From hilgersom at xs4all.nl Thu Aug 16 18:15:25 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Thu, 16 Aug 2007 18:15:25 +0200 Subject: [TYPO3] Getting title of parent item in a menu Message-ID: Hi, I'm trying to create a menu of pages where I want to add the title of the parent page to the text of every item (the items are from different parent pages, of course). I tried with leveltitle:-2, but this only gives back the title of the parent of the current page, not of the menu-item. Any clever suggestions? special = list special.value.field = pages 1 = TMENU 1.NO.allWrap.dataWrap = {leveltitle:-2}: | Thanks, Loek From bdu at iastate.edu Thu Aug 16 19:21:50 2007 From: bdu at iastate.edu (Bing Du) Date: Thu, 16 Aug 2007 12:21:50 -0500 (CDT) Subject: [TYPO3] Mount from groups and DB Mounts don't work together In-Reply-To: References: Message-ID: Hi Katja, > Hi Bing, > > I think you can only either mount from groups or give a mounting point, > not both. > > The db mounting point gives you anyway the root mounting point; I mean > all the subpages will be accessible for this group too - but surely only > if the group permissions are set right (web/access module). > > You could maybe play with the group/owner access rights. So that you > would have only one group for these "one page editors" which has > dbmounting in the site root but the access rights would be very limited. > And when a new user would be added to this group, he/she would be > assigned as an owner of a page. Never tested but i think it could work. > Hold on... I noticed something different on another site we have which is also running typo3 4.0.6. On the other site, the mounting point is recognized even though 'mount from group' is selected at the same time. Hm. Bing From karsten at typo3.org Thu Aug 16 20:21:01 2007 From: karsten at typo3.org (Karsten Dambekalns) Date: Thu, 16 Aug 2007 21:21:01 +0300 Subject: [TYPO3] =?iso-8859-1?q?Bug=3F_Using_UTF-8=2C_=27=C4=27_in_templat?= =?iso-8859-1?q?e=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: Hi. Martin Bless wrote: > $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'.chr(10).'SET > CHARACTER SET utf8'.chr(10).''; Remove the set character set, leave only the set names, try again. Worked for me, multiple times. After reading mysql docs a few times it even seems to be the logical and correct solution. Karsten From info at bednarik.org Thu Aug 16 20:50:54 2007 From: info at bednarik.org (Jan Bednarik) Date: Thu, 16 Aug 2007 20:50:54 +0200 Subject: [TYPO3] CoolURI: Problems with Workspace static Preview Link In-Reply-To: References: Message-ID: Hey, > By using CoolURI there was a problem with the extension tipafriend, but > an extra "urldecode" inside the PHP of the tipafriend-extension solved > the problem. You mean you had to put extra urldecode inside the tipafriend extension? Why? If you use for parameters you shouldn't need it. > But now I have a problem with this static Preview Link, when I'm working ... > it works, but than is no redirection of the old links for all. Is there any special parameter in the URL that says "this is a workspace preview". Or how does Typo3 know that this is a workspace preview? I'm not familiar with this feature, so I'd need some help in "fixing" it. Regards -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From katja.lampela at lieska.net Thu Aug 16 21:21:48 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 16 Aug 2007 22:21:48 +0300 Subject: [TYPO3] Getting title of parent item in a menu References: Message-ID: Hi Loek, One way to go is to have a separate marker for the header item of the menu ###headeritem### ###menu### marks.headeritem = TEXT marks.headeritem.data = leveltitle:1 - Katja "Loek Hilgersom" kirjoitti viestiss?:mailman.1.1187280926.30080.typo3-english at lists.netfielders.de... > Hi, > > I'm trying to create a menu of pages where I want to add the title of the > parent page to the text of every item (the items are from different parent > pages, of course). > > I tried with leveltitle:-2, but this only gives back the title of the > parent of the current page, not of the menu-item. > > Any clever suggestions? > > special = list > special.value.field = pages > 1 = TMENU > 1.NO.allWrap.dataWrap = {leveltitle:-2}: | > > Thanks, > Loek From sellis at telus.net Thu Aug 16 22:14:35 2007 From: sellis at telus.net (Sean Ellis) Date: Thu, 16 Aug 2007 13:14:35 -0700 Subject: [TYPO3] create multiple pages from db, csv, etc In-Reply-To: References: Message-ID: Hi, Patrick Gaumond wrote: >> >> So far I have found the wizard_crpagetree extension. The description >> sounds like what I am looking for. > > I have tried this useful extension to test the new Ajax-Pagetree when > 4.1(?) was released by creating over 1000 pages. Worked great but it was > not on a production server. thanks for feedback, Patrick I am going to give this a whirl Sean Ellis -- And Lucy, dear child, mind your arithmetic... What would life be without arithmetic, but a scene of horrors? Syndey Smith, 1835 From katja.lampela at lieska.net Thu Aug 16 22:51:17 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Thu, 16 Aug 2007 23:51:17 +0300 Subject: [TYPO3] TYPO3 winstaller - a local installation Message-ID: Hi all, I'm trying to get it working - the installation went fine but I can't get anything in the browser after starting t3, http://localhost:8502/?localsites I'm afraid my firewall (F-secure) is preventing the site to show..? I have an internal network 192.168.0.1-192.168.0.254 allowed in the firewall. But this has nothing to do with it I guess since this is a local installation and the number is probably different. As you can see I hardly understand anything of these things and I found only german discussions about this - so I kindly ask if someone could point me to the right direction. - Katja From aji.yahya at gmail.com Thu Aug 16 23:07:56 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Thu, 16 Aug 2007 23:07:56 +0200 Subject: [TYPO3] FE User Registration and Captcha In-Reply-To: References: Message-ID: Hello again, well, i am trying since last two days to fix the captcha_response to Frontend User Registration, but i cannot get it to work. do you have any idea to do that? any help please? many thanks regards Aji From bdu at iastate.edu Thu Aug 16 23:19:44 2007 From: bdu at iastate.edu (Bing Du) Date: Thu, 16 Aug 2007 16:19:44 -0500 (CDT) Subject: [TYPO3] No 'insert/modify acronym or abbreviation' button in htmlArea RTE in IE 7?? Message-ID: Hi, typo3 4.0.6 htmlArea RTE 1.4.4 How come I can see the 'Insert/Modify Acronym or Abbreviation' button in the htmlArea RTE in Firefox, but it doesn't exist when I open the htmlArea RTE in IE 7???? It's the same typo3 server, same site and same configuration. Anybody else seeing the same problem? Bing From xoonsji02 at sneakemail.com Fri Aug 17 00:26:40 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Fri, 17 Aug 2007 00:26:40 +0200 Subject: [TYPO3] Default content for a new page? References: Message-ID: On Wed, 15 Aug 2007 23:27:35 +0200, JoH asenau wrote with subject "Re: [TYPO3] Default content for a new page?": > But if I find the time maybe I can even put some more features into 2.0. > Other special things for the wishlist anybody? now, as you ask: ;-) what about a copy of one (or more) given content-element(s) into each new page? configurable in page/user-TSconfig like: plugin.tx_defaultconfig.defaultElements = 123,423,20 which should mean: copy the tt_content-elements 123,423,20 into each new page. be careful with contained media-files ;-) Bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From m.bless at gmx.de Fri Aug 17 00:52:56 2007 From: m.bless at gmx.de (Martin Bless) Date: Fri, 17 Aug 2007 00:52:56 +0200 Subject: [TYPO3] Bug? Using UTF-8, 'Ä' in template.constants: Error 102! References: Message-ID: Karsten, you're right! >Remove the set character set, leave only the set names, try again. I tried and it works! Can't believe it. 1000 thanks to you! And I'm wondering and thinking and reasoning: Everybody else seems to be using the 'set character set' directive as well. Aren't they having problems? I don't really have much trust in using all UTF-8. Are there more pitfalls to come? Will there be major problems with extensions? >Worked for me, multiple times. Great. That's encouraging. >After reading mysql docs a few times it >even seems to be the logical and correct solution. I even have been to a bookshop and read about it. Now I think I didn't get it right. Do you have a link to online documentation? I just googled for it but drowned in irrelevant information. If I arrive at a clear picture I'll be happy to post a summary here. Martin From jeppe at nybroe.com Fri Aug 17 08:34:22 2007 From: jeppe at nybroe.com (Jeppe Sloth Carlsen | Nybroe ApS) Date: Fri, 17 Aug 2007 08:34:22 +0200 Subject: [TYPO3] Index search keeps deleted content. Message-ID: Hi I have a problem with index search showing old deleted contend. The content shows without links, but is still in the search result. I tried deleting the indexing. Pageroot >Info > Indexed search > Clear ALL phash-rows below! I also tried installing the Extensions CleanDB CleanDB> Clearing All tables http://miljonetvaerk.dcmedia.dk/soeg.html For eksample search for "test" My set-up is Typo3 4.0.4 with RealURL Thanks, in advance Jeppe Sloth Carlsen From tapio.markula at xetpoint.fi Fri Aug 17 08:38:27 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 17 Aug 2007 09:38:27 +0300 Subject: [TYPO3] newlogiinbox and regular login fails Message-ID: Hi This is second trial to the same topic, which I found http://lists.netfielders.de/pipermail/typo3-english/2006-July/028851.html But I didn't find it anymore. In one site fe users are in sysFolder, which id is 9 Template constants:_ styles.content.loginform.pid = 9 _Template setup_ plugin.tx_newloginbox_pi1.userStorage = 9 neither From John.de.Stigter at bedrijvenweb.nl Fri Aug 17 09:50:06 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Fri, 17 Aug 2007 09:50:06 +0200 Subject: [TYPO3] newlogiinbox and regular login fails In-Reply-To: Message-ID: > Hi > > This is second trial to the same topic, which I found > http://lists.netfielders.de/pipermail/typo3-english/2006-July/ 028851.html > > But I didn't find it anymore. > > In one site fe users are in sysFolder, which id is 9 Template > constants:_ styles.content.loginform.pid = 9 > > _Template setup_ > plugin.tx_newloginbox_pi1.userStorage = 9 > > neither Hi, You should be using the configuration: plugin.tx_newloginbox_pi1.storagePid = 9 Cheerios, RJ From John.de.Stigter at bedrijvenweb.nl Fri Aug 17 10:00:52 2007 From: John.de.Stigter at bedrijvenweb.nl (John de Stigter) Date: Fri, 17 Aug 2007 10:00:52 +0200 Subject: [TYPO3] [indexed_search] Search results per website Message-ID: Hi everyone, I had an "old" multiple website TYPO3 cms running in TYPO3 3.8.1. When searching the websites with the "indexed_search" extension a list of websites/domains would be listed before the results. These where links to the results of that website. Now I've setup TYPO3 4.1 for these websites and practically rebuild the whole technical foundation. I asume it's running a more recent version of the indexed_search extension than on the 3.8.1 version. But the resutls per website are gone. Anyone familiar with this? Was it a configuration item? Is it a lost feature? Cheerios, John From daniel at typo3-nl.eu Fri Aug 17 10:37:06 2007 From: daniel at typo3-nl.eu (Daniel Doesburg) Date: Fri, 17 Aug 2007 10:37:06 +0200 Subject: [TYPO3] CoolUri and the WT Gallery In-Reply-To: References: Message-ID: Daniel Doesburg [netcreators] schreef: > I'll try it this afternoon or tomorrow. > Jan Bednarik schreef: >> Try downloading the latest version, it might be fixed. I've found out >> a bug, when suffixes where added after parameters resulting in >> non-sense URIs like /page?param=value.html. But this should be fixed >> in the version currently available. >> Jan, perfect. Everything works as I suppose it should work. Thanks. Regards, Daniel From webdesign at inbalanshasselt.nl Fri Aug 17 10:48:47 2007 From: webdesign at inbalanshasselt.nl (Bas Heutink) Date: Fri, 17 Aug 2007 10:48:47 +0200 Subject: [TYPO3] disabling help module in be In-Reply-To: References: Message-ID: Rafael Freuler wrote: > Hi > > Is it possible to disable the help modul and it's sub-modules in the > TYPO3-BE? My content providers don't need it. > > Cheers, > Rafi Hi, This is some code. Regards Bas ## Initialisatie config.admPanel = 1 ## tm_content_access ## #enable.allow_disable_helpmenu = 1 options { shortcutFrame = 0 mayNotCreateEditShortcuts = 1 disableHelpModule = 1 pageTree.disableIconLinkToContextmenu=1 pageList.disableIconLinkToContextmenu=1 } mod.web_layout { disableSearchBox = 1 disableLinkQEMoverecord = 1 disableRTEcheckbox = 0 noCreateRecordsLink = 1 } mod.web_list { listmoduleShowClipboardDisabled = 1 listmoduleShowLocalizationDisabled = 1 listmoduleSearchBoxDisabled = 1 disableListmoduleTopIcons = clear_cache, csv, export disableListmoduleMainIcons = history, levels, version, perm listmoduleMenuBoxDisabled = 1 } ## skin_grey_2 ## ## setup.override.noMenuMode = topmenu #setup.override.noMenuMode = topmenu #setup.override.enable.stylesheetTheme = 'fullgray' #setup.override.stylesheetTheme = 'fullgray' #enable.stylesheetTheme = 'fullgray' mod.skin_grey_2.enable.stylesheetTheme = 't3skin' mod.skin_grey_2.enable.ModuleIconSet = 'win_xp' setup.override.enable.stylesheetTheme = 't3skin' From leeperry at slack.de Fri Aug 17 11:19:51 2007 From: leeperry at slack.de (lee perry) Date: Fri, 17 Aug 2007 11:19:51 +0200 Subject: [TYPO3] CoolURI: Problems with Workspace static Preview Link In-Reply-To: References: Message-ID: Hi Jan, >> By using CoolURI there was a problem with the extension tipafriend, >> but an extra "urldecode" inside the PHP of the tipafriend-extension >> solved the problem. > > You mean you had to put extra urldecode inside the tipafriend extension? > Why? If you use for parameters you shouldn't need it. This would be nice, but that means? Do you have an example to configure this? The tipafriend extension uses the url-parameter "tipUrl". With the extension CoolURI the value of this "tipUrl"-parameter is double urlencoded inside the rendered HTML on every page, where you use the tipafriend-Link. Link inside HTML without CoolURI: index.php?id=152&L=1&tipUrl=http%3A%2F%2F192.168.1.100%3A8009%2Findex.php%3Fid%3D4%26L%3D1 Link inside HTML with CoolURI: en/seite-empfehlen.html?tipUrl=http%253A%252F%252F192.168.1.100%253A8009%252Fen%252Fcompany.html > >> But now I have a problem with this static Preview Link, when I'm working > ... >> it works, but than is no redirection of the old links for all. > > Is there any special parameter in the URL that says "this is a workspace > preview". Or how does Typo3 know that this is a workspace preview? I'm > not familiar with this feature, so I'd need some help in "fixing" it. The workspace preview URL is build as follow: http://[TYPO3-domain-and-directory]/index.php?ADMCMD_prev=[md5-Hash] for example: http://192.168.1.100:8009/index.php?ADMCMD_prev=3725db70e18fd07a6483a58ce15106c9 So we can use this URL-parameter "ADMCMD_prev" - but how? Thanx and best regards, Lee From info at bednarik.org Fri Aug 17 11:29:13 2007 From: info at bednarik.org (Jan Bednarik) Date: Fri, 17 Aug 2007 11:29:13 +0200 Subject: [TYPO3] CoolURI: Problems with Workspace static Preview Link In-Reply-To: References: Message-ID: > This would be nice, but that means? Do you have an example to configure > this? Well, if you don't pass the tipUrl as a parameter, but inside URI it would be possible. But not in this case. Anyway, I think it's a problem of tipafriend which doesn't rely on typolink function with encoding, but does it by itself. This ain't good. So leave it this way. > So we can use this URL-parameter "ADMCMD_prev" - but how? Either I will hardcode it into the source codes, that what this param is set, the redirection shouldn't happen, or you may try disabling the option using TypoScript conditions. [globalVar = GP:ADMCMD_prev] config.redirectOldLinksToNew = 0 [GLOBAL] -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From hilgersom at xs4all.nl Fri Aug 17 11:43:51 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Fri, 17 Aug 2007 11:43:51 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Katja, Thanks for the suggestion, but that also takes the title of the parent of the current page (the page that is shown now), not of the menu-item. And I can't add a marker for every menu-item, that would be less flexible than just adding a content element with all the menu links by hand (that's the only alternative I can see so far). Other hints? Loek Katja Lampela wrote: > Hi Loek, > One way to go is to have a separate marker for the header item of the menu > > ###headeritem### > ###menu### > > marks.headeritem = TEXT > marks.headeritem.data = leveltitle:1 > > > - Katja > > > > > "Loek Hilgersom" kirjoitti > viestiss?:mailman.1.1187280926.30080.typo3-english at lists.netfielders.de... >> Hi, >> >> I'm trying to create a menu of pages where I want to add the title of the >> parent page to the text of every item (the items are from different parent >> pages, of course). >> >> I tried with leveltitle:-2, but this only gives back the title of the >> parent of the current page, not of the menu-item. >> >> Any clever suggestions? >> >> special = list >> special.value.field = pages >> 1 = TMENU >> 1.NO.allWrap.dataWrap = {leveltitle:-2}: | >> >> Thanks, >> Loek > > From rik at actiview.nl Fri Aug 17 12:00:52 2007 From: rik at actiview.nl (Rik Willems - Actiview) Date: Fri, 17 Aug 2007 12:00:52 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Loek, Perhaps you can be a little clearer about what you really want? I'm not sure I understand you correctly. Regards, Rik Willems ACTIVIEW WEB SOLUTIONS website development | online applications | services & solutions W: http://www.actiview.nl -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Loek Hilgersom Sent: 17 August 2007 11:44 To: typo3-english at lists.netfielders.de Subject: Re: [TYPO3] Getting title of parent item in a menu Katja, Thanks for the suggestion, but that also takes the title of the parent of the current page (the page that is shown now), not of the menu-item. And I can't add a marker for every menu-item, that would be less flexible than just adding a content element with all the menu links by hand (that's the only alternative I can see so far). Other hints? Loek Katja Lampela wrote: > Hi Loek, > One way to go is to have a separate marker for the header item of the menu > > ###headeritem### > ###menu### > > marks.headeritem = TEXT > marks.headeritem.data = leveltitle:1 > > > - Katja > > > > > "Loek Hilgersom" kirjoitti > viestiss?:mailman.1.1187280926.30080.typo3-english at lists.netfielders.de... >> Hi, >> >> I'm trying to create a menu of pages where I want to add the title of the >> parent page to the text of every item (the items are from different parent >> pages, of course). >> >> I tried with leveltitle:-2, but this only gives back the title of the >> parent of the current page, not of the menu-item. >> >> Any clever suggestions? >> >> special = list >> special.value.field = pages >> 1 = TMENU >> 1.NO.allWrap.dataWrap = {leveltitle:-2}: | >> >> Thanks, >> Loek > > _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From leeperry at slack.de Fri Aug 17 12:06:22 2007 From: leeperry at slack.de (lee perry) Date: Fri, 17 Aug 2007 12:06:22 +0200 Subject: [TYPO3] CoolURI: Problems with Workspace static Preview Link In-Reply-To: References: Message-ID: Hey Jan, thanx for your help. >> This would be nice, but that means? Do you have an example to >> configure this? > > Well, if you don't pass the tipUrl as a parameter, but inside URI it > would be possible. But not in this case. Anyway, I think it's a problem > of tipafriend which doesn't rely on typolink function with encoding, but > does it by itself. This ain't good. So leave it this way. As far as I understand it, this link created by tipafriend is correct. The URL of the current page will urlencode once as the value of the tipUrl-parameter - that's okay. But than CoolURI urlencodes this value again by rewriting the index.php-Link to the CoolURI-Link. Don't you think so? >> So we can use this URL-parameter "ADMCMD_prev" - but how? > > Either I will hardcode it into the source codes, that what this param is > set, the redirection shouldn't happen, or you may try disabling the > option using TypoScript conditions. Okay that's a good idea. > > [globalVar = GP:ADMCMD_prev] > config.redirectOldLinksToNew = 0 > [GLOBAL] Oh such simple - sometimes I can't see the forest because of all those trees ;) It works fine with this simple condition, but hardcoded in the source would make sense. Regards From tapio.markula at xetpoint.fi Fri Aug 17 12:26:38 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 17 Aug 2007 13:26:38 +0300 Subject: [TYPO3] newlogiinbox and regular login fails In-Reply-To: References: Message-ID: John de Stigter kirjoitti: >> Hi >> >> This is second trial to the same topic, which I found >> http://lists.netfielders.de/pipermail/typo3-english/2006-July/ > 028851.html >> But I didn't find it anymore. >> >> In one site fe users are in sysFolder, which id is 9 Template >> constants:_ styles.content.loginform.pid = 9 >> >> _Template setup_ >> plugin.tx_newloginbox_pi1.userStorage = 9 >> >> neither > > > Hi, > > You should be using the configuration: > plugin.tx_newloginbox_pi1.storagePid = 9 > > Cheerios, > RJ Doesn't help - maybe some problem with storing cookies? But how then backend login works? From gabor at h3online.hu Fri Aug 17 12:27:33 2007 From: gabor at h3online.hu (=?ISO-8859-2?Q?Horn_G=E1bor?=) Date: Fri, 17 Aug 2007 12:27:33 +0200 Subject: [TYPO3] gifbuilder producing empty image Message-ID: Hello, Can soembody help me please why the following TS generates an empty green box instead of a green box with a black 'test' text in it? marks.text-test = IMAGE marks.text-test { file = GIFBUILDER file { XY = [10.w]+5,15 backColor = #00FF00 10 = TEXT 10.text = test 10.fontFile = fileadmin/fonts/HelveticaNeueHU-Medium.ttf 10.fontSize = 12 10.offset = 0,0 10.niceText = 0 10.fontColor = #000000 } } the TTF path is valid, i use this path for GMENU-s in teh very same site and there it works fine. I just cant see why it doesnt work, i checked all the tests in install tool and no error appears there also. I think the TS is ok so i assume there shoudl be some problem with IM and or GD but dont know how i can test that any other way than the install tool. thanks, Gabor Horn From hilgersom at xs4all.nl Fri Aug 17 12:33:09 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Fri, 17 Aug 2007 12:33:09 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Hoi Rik, What I'm trying to achieve is this: The page tree looks like this: |--Page1 | |--downloads | |--info | \--wiki | |--Page2 | |--downloads | |--info | \--wiki | etc. Now I want to show a menu with only pages from the 2nd level but where the link texts also mention the first level: I need links to the subpages, but the titles of those subpages don't say much. Therefore I need to display the title of the level above: Page1:info Page2:info Page3:info Suggestions welcome! Thanks, Loek Rik Willems - Actiview wrote: > Loek, > > Perhaps you can be a little clearer about what you really want? I'm not sure > I understand you correctly. > > > Regards, > Rik Willems > > ACTIVIEW WEB SOLUTIONS > website development | online applications | services & solutions > > W: http://www.actiview.nl > > > > -----Original Message----- > From: typo3-english-bounces at lists.netfielders.de > [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Loek > Hilgersom > Sent: 17 August 2007 11:44 > To: typo3-english at lists.netfielders.de > Subject: Re: [TYPO3] Getting title of parent item in a menu > > Katja, > > Thanks for the suggestion, but that also takes the title of the parent of > the > current page (the page that is shown now), not of the menu-item. And I can't > add > a marker for every menu-item, that would be less flexible than just adding a > > content element with all the menu links by hand (that's the only alternative > I > can see so far). > > Other hints? > > Loek > > > Katja Lampela wrote: >> Hi Loek, >> One way to go is to have a separate marker for the header item of the menu >> >> ###headeritem### >> ###menu### >> >> marks.headeritem = TEXT >> marks.headeritem.data = leveltitle:1 >> >> >> - Katja >> >> >> >> >> "Loek Hilgersom" kirjoitti >> viestiss?:mailman.1.1187280926.30080.typo3-english at lists.netfielders.de... >>> Hi, >>> >>> I'm trying to create a menu of pages where I want to add the title of the > >>> parent page to the text of every item (the items are from different > parent >>> pages, of course). >>> >>> I tried with leveltitle:-2, but this only gives back the title of the >>> parent of the current page, not of the menu-item. >>> >>> Any clever suggestions? >>> >>> special = list >>> special.value.field = pages >>> 1 = TMENU >>> 1.NO.allWrap.dataWrap = {leveltitle:-2}: | >>> >>> Thanks, >>> Loek >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From rik at actiview.nl Fri Aug 17 12:39:55 2007 From: rik at actiview.nl (Rik Willems - Actiview) Date: Fri, 17 Aug 2007 12:39:55 +0200 Subject: [TYPO3] gifbuilder producing empty image In-Reply-To: References: Message-ID: Hi Gabor, Try increasing the y-value of your offset. It uses the baseline of the text as 0, so you text now stands on top of your image area in stead of in it. Also use characters like 'g' and 'y' in your test text to make sure it's positioned right. Regards, Rik Willems ACTIVIEW WEB SOLUTIONS website development | online applications | services & solutions W: http://www.actiview.nl -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Horn G?bor Sent: 17 August 2007 12:28 To: typo3-english at lists.netfielders.de Subject: [TYPO3] gifbuilder producing empty image Hello, Can soembody help me please why the following TS generates an empty green box instead of a green box with a black 'test' text in it? marks.text-test = IMAGE marks.text-test { file = GIFBUILDER file { XY = [10.w]+5,15 backColor = #00FF00 10 = TEXT 10.text = test 10.fontFile = fileadmin/fonts/HelveticaNeueHU-Medium.ttf 10.fontSize = 12 10.offset = 0,0 10.niceText = 0 10.fontColor = #000000 } } the TTF path is valid, i use this path for GMENU-s in teh very same site and there it works fine. I just cant see why it doesnt work, i checked all the tests in install tool and no error appears there also. I think the TS is ok so i assume there shoudl be some problem with IM and or GD but dont know how i can test that any other way than the install tool. thanks, Gabor Horn _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From rik at actiview.nl Fri Aug 17 12:52:07 2007 From: rik at actiview.nl (Rik Willems - Actiview) Date: Fri, 17 Aug 2007 12:52:07 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Hoi Loek, This is a hard one. Perhaps you can have a look at the 'browse' part of MENU. http://typo3.org/documentation/document-library/references/doc_core_tsref/4. 1.0/view/8/11/ I'm not sure whether or not it will help you though. Regards, Rik Willems ACTIVIEW WEB SOLUTIONS website development | online applications | services & solutions W: http://www.actiview.nl -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Loek Hilgersom Sent: 17 August 2007 12:33 To: typo3-english at lists.netfielders.de Subject: Re: [TYPO3] Getting title of parent item in a menu Hoi Rik, What I'm trying to achieve is this: The page tree looks like this: |--Page1 | |--downloads | |--info | \--wiki | |--Page2 | |--downloads | |--info | \--wiki | etc. Now I want to show a menu with only pages from the 2nd level but where the link texts also mention the first level: I need links to the subpages, but the titles of those subpages don't say much. Therefore I need to display the title of the level above: Page1:info Page2:info Page3:info Suggestions welcome! Thanks, Loek Rik Willems - Actiview wrote: > Loek, > > Perhaps you can be a little clearer about what you really want? I'm not sure > I understand you correctly. > > > Regards, > Rik Willems > > ACTIVIEW WEB SOLUTIONS > website development | online applications | services & solutions > > W: http://www.actiview.nl > > > > -----Original Message----- > From: typo3-english-bounces at lists.netfielders.de > [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Loek > Hilgersom > Sent: 17 August 2007 11:44 > To: typo3-english at lists.netfielders.de > Subject: Re: [TYPO3] Getting title of parent item in a menu > > Katja, > > Thanks for the suggestion, but that also takes the title of the parent of > the > current page (the page that is shown now), not of the menu-item. And I can't > add > a marker for every menu-item, that would be less flexible than just adding a > > content element with all the menu links by hand (that's the only alternative > I > can see so far). > > Other hints? > > Loek > > > Katja Lampela wrote: >> Hi Loek, >> One way to go is to have a separate marker for the header item of the menu >> >> ###headeritem### >> ###menu### >> >> marks.headeritem = TEXT >> marks.headeritem.data = leveltitle:1 >> >> >> - Katja >> >> >> >> >> "Loek Hilgersom" kirjoitti >> viestiss?:mailman.1.1187280926.30080.typo3-english at lists.netfielders.de... >>> Hi, >>> >>> I'm trying to create a menu of pages where I want to add the title of the > >>> parent page to the text of every item (the items are from different > parent >>> pages, of course). >>> >>> I tried with leveltitle:-2, but this only gives back the title of the >>> parent of the current page, not of the menu-item. >>> >>> Any clever suggestions? >>> >>> special = list >>> special.value.field = pages >>> 1 = TMENU >>> 1.NO.allWrap.dataWrap = {leveltitle:-2}: | >>> >>> Thanks, >>> Loek >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From kroyal at FPCHouston.org Fri Aug 17 14:20:56 2007 From: kroyal at FPCHouston.org (Royal, Kristy) Date: Fri, 17 Aug 2007 07:20:56 -0500 Subject: [TYPO3] Index search keeps deleted content In-Reply-To: References: Message-ID: >From: "Jeppe Sloth Carlsen | Nybroe ApS" >Subject: [TYPO3] Index search keeps deleted content. >I have a problem with index search showing old deleted contend. The >content shows without links, but is still in the search result. >I tried deleting the indexing. > Pageroot >Info > Indexed search > Clear ALL phash-rows below! >I also tried installing the Extensions CleanDB >CleanDB> Clearing All tables >http://miljonetvaerk.dcmedia.dk/soeg.html >For eksample search for "test" >My set-up is Typo3 4.0.4 with RealURL >Thanks, in advance >Jeppe Sloth Carlsen Did you try deleting the content element from the list view? If you delete the element from the page view only, it's still available through the index. You have to delete the element from list view. Kristy Royal From gabor at h3online.hu Fri Aug 17 15:11:06 2007 From: gabor at h3online.hu (=?ISO-8859-1?Q?Horn_G=E1bor?=) Date: Fri, 17 Aug 2007 15:11:06 +0200 Subject: [TYPO3] gifbuilder producing empty image In-Reply-To: References: Message-ID: Dear Rik, thanks for the hint, of curse it was the problem, i think it's like the 3rd time i run into this mistake lol, but i keep forgetting it :) regards, G?bor Horn Rik Willems - Actiview ?rta: > Hi Gabor, > > Try increasing the y-value of your offset. It uses the baseline of the text > as 0, so you text now stands on top of your image area in stead of in it. > Also use characters like 'g' and 'y' in your test text to make sure it's > positioned right. > > Regards, > Rik Willems > > ACTIVIEW WEB SOLUTIONS > website development | online applications | services & solutions > > W: http://www.actiview.nl > > From ab.becker at web.de Fri Aug 17 15:43:17 2007 From: ab.becker at web.de (Andreas Becker) Date: Fri, 17 Aug 2007 20:43:17 +0700 Subject: [TYPO3] =?utf-8?q?Bug=3F_Using_UTF-8=2C_=27=C3=84=27_in_template?= =?utf-8?q?=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: Hi Martin We figured out that it is mainly the way HOW you import the database. i.e. our mother installation utf8 worked perfectly (the login problem we had was caused by a missing dot in the cookiesessionid settings in installtool) in all daughter installation on our live server we had problems. As we figured out the live server is based on ISO standard. The database was always imported in the wrong order. A MUST be IS: - if your server is on ISO Standard: 1. create a new database MANUALLY - not thru TYPO3! better use i.e. phpmyadmin or a panel solution 2. VERY IMPORTANT! Change the Collation of your database to utf8-general-ci NOW!!! - if you forget this step then you will have those cryptic signes instead of chinese or any other "utf8" language. 3. Import your FULLY UTF8 utf8-general-ci database. INNODB or MYISAM don't matter as we figured out. We prefer INNODB as WOS-Portable (Our LocalServer Solution) is using it. 4. Check the database settings Additionally we had to skip the "set Character" part like described from Karsten if MYSQL is operating in ISO-Standard. If the it is in UTF8 Standard you could use all three settings but it also worked with those two like on the ISO-Mysql: // T3Pack UTF8 multi-byte content; // if you import an utf8-database set the collation in MYSql to utf8-general-ci BEFORE you import the database $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; $TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = 'true'; $TYPO3_CONF_VARS['SYS']['multiplyDBfieldSize'] = '1'; $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET SESSION character_set_server=utf8;'; //.chr(10).'SET CHARACTER SET utf8;' not used! $TYPO3_CONF_VARS['SYS']['t3lib_cs_convMethod'] = 'iconv'; $TYPO3_CONF_VARS['SYS']['t3lib_cs_utils'] = 'iconv'; Andi From info at bednarik.org Fri Aug 17 16:38:42 2007 From: info at bednarik.org (Jan Bednarik) Date: Fri, 17 Aug 2007 16:38:42 +0200 Subject: [TYPO3] CoolURI: Problems with Workspace static Preview Link In-Reply-To: References: Message-ID: Hey, > As far as I understand it, this link created by tipafriend is correct. > The URL of the current page will urlencode once as the value of the > tipUrl-parameter - that's okay. But than CoolURI urlencodes this value > again by rewriting the index.php-Link to the CoolURI-Link. > Don't you think so? I had a look on the cooluri source codes and there's no urlencode that could cause this behaviour. So I'm not sure. Anyway, I think that urlencoding should be left up to typolink function and not inside the extension itself. > Okay that's a good idea. It's going to my ToDo list ;) -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From silverskater79 at yahoo.com Fri Aug 17 17:34:13 2007 From: silverskater79 at yahoo.com (A L) Date: Fri, 17 Aug 2007 08:34:13 -0700 (PDT) Subject: [TYPO3] embedding typo3 content into external page Message-ID: Hi everyone I want to use some of typo3's output in non-typo3 php pages. Is there a way to strip the , and tags together with the entire header from the output? I want to get everything between , and nothing else. Or just a way to directly access content by it's id. Any help is appreciated, help me get a better typo3 user. ____________________________________________________________________________________ Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. http://autos.yahoo.com/carfinder/ From gary.wong at spingroup.com Fri Aug 17 18:10:33 2007 From: gary.wong at spingroup.com (Gary Wong) Date: Fri, 17 Aug 2007 11:10:33 -0500 Subject: [TYPO3] Can't get sr_email_subscribe to work Message-ID: Hi all, I can't seem to get sr_email_subscribe to work correctly. I fill out the subscription form page, then get to the verify info page. Then when I hit submit, I am brought back to the subscription form page. Here are my steps: Using the latest in all extensions and typo 4.1.2: 1. Installed sr_feuser_register, tt_address, static_info_tables, and sr_email_subscribe 2. Followed documentation: 1. Added Email Address Subscription CSS-styled to static templates in my template 2. Created a system folder to store subscriber records 3. Created a page (id=53) ; inserted the Email Address Subscription plugin, set the CODE to CREATE, and the Starting Point to the System Folder made in step #2. Set the TS template constant registerPID, confirmPID and editPID to the page id of just-created-page. 4. I left alone formFields and requiredFields just to keep things simple (defaults). Actually, I tried setting "requiredFields" to just First name lastname and email but it would still make birthday required 3. Went to the page (53), got the subscription form and filled it out. Interestingly enough, I see the "name" box with missing markers - this happens for both the CSS-styled and old-style templates. I have the same issue whether or not I fill out this field. 1. I am then taken to the "verify the information" page. The submit button has no label to it, it's just a blank button. No problem, I figure I can hunt that problem down somewhere in the language files. 2. I press that submit button, but am taken back to the subscription form page. Any ideas, anyone? Thank you for any help, Gary From service at mallorcadigital.de Sat Aug 18 03:15:35 2007 From: service at mallorcadigital.de (Mallorcadigital.de) Date: Fri, 17 Aug 2007 18:15:35 -0700 Subject: [TYPO3] Hooks in the extension DB Integration (WFQBE) Message-ID: hello list, I have a question to the extension DB Integration: I have no idea how to use the hook "preProcessQueryStructure". i also didnt found any snippets or postings how to use it. Could you give me a tip? in concrete i have the following problem: I have a search-form for searching hotel-types. this works. but if the user selects "all hoteltypes" then no hotel is shown. so i think i have to remove the "WHERE"-Clause because the parameter "hoteltype" is empty. how to do this? THank you veary much! best regards, Henning From c_nabil68 at yahoo.fr Fri Aug 17 20:02:41 2007 From: c_nabil68 at yahoo.fr (nabil cha) Date: Fri, 17 Aug 2007 18:02:41 +0000 (GMT) Subject: [TYPO3] tt_news + ve_guestbook. Problem with news_id given Message-ID: I'm in the process of setting up a blog using tt_news commenting with ve_guestbook. In setting up the commenting system it works fine sort of, I have set ve_guesbook to only show X number of entries, before making a new page, when I go to the next page to see the comments, I get no news_id given, ... Any help would be greatly apperciated Best regards _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail From patrick at typo3quebec.org Fri Aug 17 20:05:48 2007 From: patrick at typo3quebec.org (Patrick Gaumond) Date: Fri, 17 Aug 2007 14:05:48 -0400 Subject: [TYPO3] embedding typo3 content into external page In-Reply-To: References: Message-ID: A L wrote: > I want to use some of typo3's output in non-typo3 php pages. Is there a way to strip the , and tags together with the entire header from the output? I want to get everything between , and nothing else. > > Or just a way to directly access content by it's id. > > Any help is appreciated, help me get a better typo3 user. Maybe you can use the type=95 and hack the template for it in: \typo3\sysext\cms\tslib\media\scripts\pdaversion_content.tmpl So you would call the page index.php?id=22&type=95 Remember to add "plugin.alt.pda (95)" in the "Include Static" part of your TYPO3 Template. BTW, I never did this, it's just an un-tested idea of mine. PS: AL, people here, me included, like to read full and real user names in their emails... Patrick From pete.n at hotmail.com Fri Aug 17 20:13:07 2007 From: pete.n at hotmail.com (Pete Novak) Date: Fri, 17 Aug 2007 20:13:07 +0200 Subject: [TYPO3] reference index table problem Message-ID: Hi all, I have a new 4.1.2 installation of TYPO3 but it always sais: Important notice! a.. The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source. Please go to Tools>DB Check and update the reference index. It is highly recommended that you change this immediately. So when I go to db check, then iI click check now everything is ok. Things are getting listed. Then i click update Then it seems everything was updated, but when i reload frame and have a look in table nothing was written. Whats the prob, what do i miss? thanks From daniel at typo3-nl.eu Fri Aug 17 23:09:53 2007 From: daniel at typo3-nl.eu (Daniel Doesburg) Date: Fri, 17 Aug 2007 23:09:53 +0200 Subject: [TYPO3] CoolUri and the WT Gallery In-Reply-To: References: Message-ID: Hi Jan, I thought all went well. But it's not as nice as I hoped. For the gallery I have to reload every time (firefox: ctrl+shft+f5) the page. The first time the big picture has in the url at a certain place the name of the image (0001.jpg). That's right. The url's of the links by the thumbnails are correct. On the similar place is the correct img number (p.e. 0008.jpg). But if I click on that thumbnail the right url (with img 008.jpg )is in the address field of the browser, bur the original (img 0001.jpg) is shown. Until, as I said, I refresh the page. From that moment all thing went well. The second problem is 2 tt_news items with the same title. Only the newest one is displayed in single_view. And the 3th problem. I've in the install tool a pagename set in case of a 404. With realURL it works perfect, but now, with coolURI I only get a total empty screen. Hope you can give a (nice) solution. Regards, Daniel Jan Bednarik schreef: >> But with (p.e.) the WT Gallery I got a 404 if I tried to select a picture >> After removing this lines all went well. > > Try downloading the latest version, it might be fixed. I've found out a > bug, when suffixes where added after parameters resulting in non-sense > URIs like /page?param=value.html. But this should be fixed in the > version currently available. > From solshark at i-soldi.com Fri Aug 17 23:20:02 2007 From: solshark at i-soldi.com (Mik B. Shvets) Date: Sat, 18 Aug 2007 00:20:02 +0300 Subject: [TYPO3] Hooks in the extension DB Integration (WFQBE) In-Reply-To: References: Message-ID: Hello. This is little example from Mauro Lorenzutti, DB Integration developer: First of all you have to create an extension and to put the following line in the ext_localconf.php file: $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['wfqbe']['preProcessQueryStructure'][] = 'EXT:your_ext_key/res/class.tx_wfqbe_preprocessquery.php:tx_wfqbe_preprocessquery'; Then you have to create the class.tx_wfqbe_preprocessquery.php class and the tx_wfqbe_preprocessquery function as follows: ?class tx_wfqbe_preprocessquery ? ?{ ? ? ?function tx_wfqbe_preprocessquery() ? ?{ ? ? ?} ? ? ? ? ? ? ? ?function process_query_structure($wfqbe, $piVars, $query_uid, &$callingObj) ? ?{ ? ? ? ? ?$remove = array(); ? ? ? ? ? ? ? ? ?// Query to be processed ? ? ? ? ?if ($query_uid==65) ? ?{ ? ? ? ? ? ? ? ? ? ? ?$markers = array( ? ? ? ? ? ? ? ? ? ? ? ? ? ? "USERNAME", "GROUP", "ADDRESS" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?); ? ? ? ? ? ? ?foreach ($markers as $marcatore) ? ?{ ? ? ? ? ? ? ? ? ?if ($piVars[$marcatore]=='' || (is_array($piVars[$marcatore]) && $piVars[$marcatore][0]=='')) ? ?{ ? ? ? ? ? ? ? ? ? ? ?foreach ($wfqbe[0]['insert'] as $key => $value) ? ?{ ? ? ? ? ? ? ? ? ? ? ? ? ?if (strpos($value, 'WFQBE_'.$marcatore)>0) ? ?{ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?$remove[] = $key; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?unset($wfqbe[0]['insert'][$key]); ? ? ? ? ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ?} ? ? ? ? ?} ? ? ? ? ?return $remove; ? ? ?} ?} This function checks if the three markers are empty, in this case it removes all the conditions in the where clause of the query with uid 65 that are related to this markers. I think you simply need to change the uid of the query and the markers names (and of course to repeat this for all the queries that you want to preprocess). -- primus inter pares From daniel at typo3-nl.eu Sat Aug 18 00:08:10 2007 From: daniel at typo3-nl.eu (Daniel Doesburg) Date: Sat, 18 Aug 2007 00:08:10 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Hi Loek, Without any fancy fun here is a solution: lib.menu = COA lib.menu.10 = TEXT lib.menu.10.data = leveltitle:-2 lib.menu.20 = HMENU lib.menu.20.1 = TMENU lib.menu.20.1.NO.linkWrap = | Lots of succes! Daniel From info at cybercraft.de Sat Aug 18 00:32:06 2007 From: info at cybercraft.de (JoH asenau) Date: Sat, 18 Aug 2007 00:32:06 +0200 Subject: [TYPO3] Getting title of parent item in a menu References: Message-ID: > Without any fancy fun here is a solution: > > lib.menu = COA > lib.menu.10 = TEXT > lib.menu.10.data = leveltitle:-2 > lib.menu.20 = HMENU > lib.menu.20.1 = TMENU > lib.menu.20.1.NO.linkWrap = | Unfortunately not in this case, since leveltitle works with focus on the current page and not the pages which are currently rendered in a menu on this page ;-) Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From info at cybercraft.de Sat Aug 18 00:33:18 2007 From: info at cybercraft.de (JoH asenau) Date: Sat, 18 Aug 2007 00:33:18 +0200 Subject: [TYPO3] Getting title of parent item in a menu References: Message-ID: > This is a hard one. Perhaps you can have a look at the 'browse' part > of MENU. It's not that hard but I have to admit it's a bit tricky, but browse won't do the trick at all. Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From info at cybercraft.de Sat Aug 18 00:42:45 2007 From: info at cybercraft.de (JoH asenau) Date: Sat, 18 Aug 2007 00:42:45 +0200 Subject: [TYPO3] Getting title of parent item in a menu References: Message-ID: > What I'm trying to achieve is this: > > The page tree looks like this: > >> --Page1 >> |--downloads >> |--info >> \--wiki >> >> --Page2 >> |--downloads >> |--info >> \--wiki >> > > etc. > > Now I want to show a menu with only pages from the 2nd level but > where the link texts also mention the first level: > > I need links to the subpages, but the titles of those subpages don't > say much. Therefore I need to display the title of the level above: > > Page1:info > Page2:info > Page3:info > > Suggestions welcome! There are two possible ways to do it, depending on something that I can just guess: 1. If you want to show the next level for the current page you can use Daniels approach. 2. If you want to show the whole menu you could do it like this: temp.whatever = HMENU temp.whatever { wrap =
            |
          entryLevel = 0 1 = TMENU 1 { expAll = 1 NO { doNotShowLink = 1 stdWrap.cObject = LOAD_REGISTER stdWrap.cObject { level1Title = TEXT level1Title.field = title } } } 2 = TMENU 2 { NO { allWrap =
        • |
        • stdWrap.dataWrap = {register:level1Title}:|title } } } This will put the title of the level1 page into a register called level1Title and then reuse it for the level2 titles. The level1 titles and links won't be rendered though. Since level2 will be rendered after each corresponding level1 title, the register should change accordingly and always contain the correct level1 title. Not tested, but should be working. HTH Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From peter.m at fredensborg-nielsen.dk Sat Aug 18 09:19:35 2007 From: peter.m at fredensborg-nielsen.dk (Peter M. Nielsen) Date: Sat, 18 Aug 2007 09:19:35 +0200 Subject: [TYPO3] Can't get alwaysActivePIDlist to work References: Message-ID: But is there anything in my setup that prevents the a pid from always being displayed via alwaysActivePIDlist? I have tried to always display pid 5 but it doesn't work. - Best regards, Peter "JoH asenau" ha scritto nel messaggio news:mailman.1.1187256637.19515.typo3-english at lists.netfielders.de... >> I have a menu-structure where the 1st level is a horizontal-menubar >> and the submenus are a vertical textmenu. I have included the setup >> below. What I am trying to do is to pageid 5 no matter what pagelevel >> I am on by the use of alwaysActivePIDlist.. But the page does not >> show - any hints? > > Well - I don't think it's clear what you want exactly ... > What should happen to the page with the id 5? > Is this page part of the main or the sub menu? > > alwaysActivePIDlist would only make sure that this page is always treated > as > ACT regardless of the current rootline. But this will of course not > happen, > if you split the main and submenu into different HMENU setups. > > HTH > > Joey > > -- > Wenn man keine Ahnung hat: Einfach mal Fresse halten! > (If you have no clues: simply shut your gob sometimes!) > Dieter Nuhr, German comedian > openBC/Xing: http://www.cybercraft.de > T3 cookbook: http://www.typo3experts.com > > From info at bednarik.org Sat Aug 18 09:35:38 2007 From: info at bednarik.org (Jan Bednarik) Date: Sat, 18 Aug 2007 09:35:38 +0200 Subject: [TYPO3] CoolUri and the WT Gallery In-Reply-To: References: Message-ID: Hi, > I thought all went well. But it's not as nice as I hoped. > For the gallery I have to reload every time (firefox: ctrl+shft+f5) the > page. > The first time the big picture has in the url at a certain place the > name of the image (0001.jpg). That's right. > The url's of the links by the thumbnails are correct. On the similar > place is the correct img number (p.e. 0008.jpg). But if I click on that > thumbnail the right url (with img 008.jpg )is in the address field of > the browser, bur the original (img 0001.jpg) is shown. Until, as I said, > I refresh the page. From that moment all thing went well. I my opinion an output of the extension WT Gallery is cached. You have probably removed cHash parameter from urls and therefore it doesn't work. > The second problem is 2 tt_news items with the same title. Only the > newest one is displayed in single_view. Well... same url displays same page. You need to add a parameter that would be somehow different for every news item. The best would be the UID. You could achive that by changing the SQL in the conf somehow like: SELECT CONCAT(title,'-',uid) FROM tt_news WHERE uid=$1 > And the 3th problem. I've in the install tool a pagename set in case of > a 404. With realURL it works perfect, but now, with coolURI I only get a > total empty screen. See manual, section "pagenotfound subelement". -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From rockysynergy at max-source.com Sat Aug 18 11:07:12 2007 From: rockysynergy at max-source.com (rocky Ou) Date: Sat, 18 Aug 2007 17:07:12 +0800 Subject: [TYPO3] Set up the correct EXT language label for non English website Message-ID: Hey List, I'm developing a Chinese website using TYPO3. I have been able to set the default language to Chinese. I have localized Chinese labels in the extensions' locallang.php. I have made the TYPO3_CONF_VARS['BE']['forceCharset'] to be utf-8. The problem is that the extension labels shows the unreadable code but the menu and other part shows the correct Chinese characters. Can any of you help me please? Blessings, Rocky From a.stoutjesdijk at chello.nl Sat Aug 18 11:52:42 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Sat, 18 Aug 2007 11:52:42 +0200 Subject: [TYPO3] RealURL question - best fix? Message-ID: I've been getting postVarSet errors when I'm NOT logged in the BE and when trying to visit pages deep in the page tree. Today, I found out that adding: 'disablePathCache' => '1', to my realurl config seems to solve the problem. However, I found out that instead of adding 'disablePathCache, adding: 'firstHitPathCache' =>'1', Also seems to solve the problem. My question is, which one of these is best to go with as a fix? Performance wise maybe? Thanks, Edwin. From thorsten.kahler at dkd.de Sat Aug 18 19:46:34 2007 From: thorsten.kahler at dkd.de (Thorsten Kahler) Date: Sat, 18 Aug 2007 19:46:34 +0200 Subject: [TYPO3] RealURL question - best fix? In-Reply-To: References: Message-ID: Hi Edwin, Edwin Blokker wrote on 18.08.2007 11:52: > I've been getting postVarSet errors when I'm NOT logged in the BE and > when trying to visit pages deep in the page tree. Today, I found out > that adding: > > 'disablePathCache' => '1', > > to my realurl config seems to solve the problem. However, I found out > that instead of adding 'disablePathCache, adding: > > 'firstHitPathCache' =>'1', > > Also seems to solve the problem. My question is, which one of these is > best to go with as a fix? Performance wise maybe? > IMO "firstHitPathCache" should have the lesser performance impact. Your problem is probably related to two issues already reported in the bugtracker [1,2] (which seem related). I've written written a patch for the second issue, that needs a little improvement performance-wise. Regards Thorsten [1] http://bugs.typo3.org/view.php?id=2402 [2] http://bugs.typo3.org/view.php?id=5404 From silverskater79 at yahoo.com Sat Aug 18 21:22:47 2007 From: silverskater79 at yahoo.com (A L) Date: Sat, 18 Aug 2007 12:22:47 -0700 (PDT) Subject: [TYPO3] embedding typo3 content into external page Message-ID: >Maybe you can use the type=95 and hack the template for it in: >\typo3\sysext\cms\tslib\media\scripts\pdaversion_content.tmpl >So you would call the page index.php?id=22&type=95 >Remember to add "plugin.alt.pda (95)" in the "Include Static" part of >your TYPO3 Template. > >BTW, I never did this, it's just an un-tested idea of mine. Thanks Patrick, I'll give it a try hopeing it won't take me too long ;) >PS: AL, people here, me included, like to read full and real user names >in their emails... > >Patrick Point taken, sorry for not behaving, Anton Ludescher ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/ From master_nhg at mail.ru Sun Aug 19 10:04:31 2007 From: master_nhg at mail.ru (Alexander) Date: Sun, 19 Aug 2007 12:04:31 +0400 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: Alexander ?????: > Jan Bednarik ?????: > >>> Is it mean what I need to place this code to all my sub pages? If it >>> true it's not easy, because too many pages. Or I can place it to >>> Tsconfig field on my parent page? >> >> >> You could put it into the root page. But if you don't want this in the >> root page, you can create extension template, where you put this code >> a make this extension as "Extension on next level" of the root template. >> > Oh, thanks Jan. > Will try it. Seems like this solution doesn't work, or I doing shomething wrong.. Any advices? From hilgersom at xs4all.nl Sun Aug 19 17:11:22 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Sun, 19 Aug 2007 17:11:22 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Thanks Joey, it wasn't exactly what I need, but it was a useful trick that is part of the solution below. The problem was that I also needed to show only certain subpages, e.g. only those with downloads, or only those with the wiki. But since those pages all have the same name I solved this with a condition: currentpagetitle.cObject = TEXT currentpagetitle.cObject.data = page:title temp.custommenu = HMENU temp.custommenu.wrap =
            |
          temp.custommenu { special = directory special.value.field = pages 1 = TMENU 1 { expAll = 1 NO { doNotShowLink = 1 stdWrap.cObject = LOAD_REGISTER stdWrap.cObject { level1Title = TEXT level1Title.field = title } } } 2 = TMENU 2.NO.allStdWrap { # Show only if current-page-title and menu-item-title match if.value < currentpagetitle if.equals.field = title # Show title of 1st level page before this item dataWrap =
        • {register:level1Title}: |
        • } } So a page called 'downloads' is capable of showing a menu with subpages that are also called 'downloads', and page named 'wiki' can do the same for the wiki-subpages. I needed the allStdWrap to be able to hide the unwanted items entirely, but because of that now only the words downloads/info/wiki are linked, not the entire line including {register:level1Title}. I tried to achieve that but didn't succeed. Anyway, it's acceptable like it is now. Interesting enough I found out that currentpagetitle.cObject.data = page:title behaves differently then currentpagetitle.cObject.field = title The first one takes the title of the current page (always), the second - when used in a menu like this one - returns the last title of the last item of that level. Thanks, Loek JoH asenau wrote: >> What I'm trying to achieve is this: >> >> The page tree looks like this: >> >>> --Page1 >>> |--downloads >>> |--info >>> \--wiki >>> >>> --Page2 >>> |--downloads >>> |--info >>> \--wiki >>> >> etc. >> >> Now I want to show a menu with only pages from the 2nd level but >> where the link texts also mention the first level: >> >> I need links to the subpages, but the titles of those subpages don't >> say much. Therefore I need to display the title of the level above: >> >> Page1:info >> Page2:info >> Page3:info >> >> Suggestions welcome! > > There are two possible ways to do it, depending on something that I can just > guess: > > 1. If you want to show the next level for the current page you can use > Daniels approach. > 2. If you want to show the whole menu you could do it like this: > > temp.whatever = HMENU > temp.whatever { > wrap =
            |
          > entryLevel = 0 > 1 = TMENU > 1 { > expAll = 1 > NO { > doNotShowLink = 1 > stdWrap.cObject = LOAD_REGISTER > stdWrap.cObject { > level1Title = TEXT > level1Title.field = title > } > } > } > 2 = TMENU > 2 { > NO { > allWrap =
        • |
        • > stdWrap.dataWrap = {register:level1Title}:|title > } > } > } > > This will put the title of the level1 page into a register called > level1Title and then reuse it for the level2 titles. The level1 titles and > links won't be rendered though. Since level2 will be rendered after each > corresponding level1 title, the register should change accordingly and > always contain the correct level1 title. > > Not tested, but should be working. > > HTH > > Joey > From info at cybercraft.de Sun Aug 19 17:32:49 2007 From: info at cybercraft.de (JoH asenau) Date: Sun, 19 Aug 2007 17:32:49 +0200 Subject: [TYPO3] Getting title of parent item in a menu References: Message-ID: > I needed the allStdWrap to be able to hide the unwanted items > entirely, but because of that now only the words downloads/info/wiki > are linked, not the entire line including {register:level1Title}. I > tried to achieve that but didn't succeed. Anyway, it's acceptable > like it is now. 2 = TMENU 2.NO { allStdWrap { # Show only if current-page-id and menu-item-parent_id match if { value.data = TSFE:id equals.field = pid } } stdWrap { # Put the register content before the linktext dataWrap = {register:level1Title}: | } # Wrap the item allWrap =
        • |
        • } > Interesting enough I found out that > currentpagetitle.cObject.data = page:title > behaves differently then > currentpagetitle.cObject.field = title > The first one takes the title of the current page (always), the > second - when used in a menu like this one - returns the last title > of the last item of that level. This is the way it is meant to be since page:whatever always contains data from the current page record itself, while field=title uses another "focus" when used inside an HMENU and will be containing data from the page record currently rendered in the menu. HTH Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From info at cybercraft.de Sun Aug 19 17:36:37 2007 From: info at cybercraft.de (JoH asenau) Date: Sun, 19 Aug 2007 17:36:37 +0200 Subject: [TYPO3] Getting title of parent item in a menu References: Message-ID: > 2 = TMENU > 2.NO { > allStdWrap { > # Show only if current-page-id and menu-item-parent_id match > if { > value.data = TSFE:id > equals.field = pid > } > } > stdWrap { > # Put the register content before the linktext > dataWrap = {register:level1Title}: | > } > # Wrap the item > allWrap =
        • |
        • > } The pid ceck doesn't make much sense here, since it will just behave like a default menu would do. Bit it works with the title as well 2 = TMENU 2.NO { allStdWrap { # Show only if current-page-id and menu-item-parent_id match if { value.data = page:title equals.field = title } } stdWrap { # Put the register content before the linktext dataWrap = {register:level1Title}: | } # Wrap the item allWrap =
        • |
        • } -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From hilgersom at xs4all.nl Sun Aug 19 18:10:24 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Sun, 19 Aug 2007 18:10:24 +0200 Subject: [TYPO3] Getting title of parent item in a menu In-Reply-To: References: Message-ID: Hi Joey, Getting rid of the currentpagetitle.cObject is a good idea, it's lot cleaner like that. And the stdWrap works fine now, I thought I had tried that option but must have made some other mistake then. Nice sunday puzzle, other people solve crosswords :-) All set, thanks again! Loek JoH asenau wrote: >> 2 = TMENU >> 2.NO { >> allStdWrap { >> # Show only if current-page-id and menu-item-parent_id match >> if { >> value.data = TSFE:id >> equals.field = pid >> } >> } >> stdWrap { >> # Put the register content before the linktext >> dataWrap = {register:level1Title}: | >> } >> # Wrap the item >> allWrap =
        • |
        • >> } > > The pid ceck doesn't make much sense here, since it will just behave like a > default menu would do. > Bit it works with the title as well > > 2 = TMENU > 2.NO { > allStdWrap { > # Show only if current-page-id and menu-item-parent_id match > if { > value.data = page:title > equals.field = title > } > } > stdWrap { > # Put the register content before the linktext > dataWrap = {register:level1Title}: | > } > # Wrap the item > allWrap =
        • |
        • > } > From mail at cascaval.com Sun Aug 19 22:31:00 2007 From: mail at cascaval.com (Tomas Mrozek) Date: Sun, 19 Aug 2007 22:31:00 +0200 Subject: [TYPO3] OpenType fonts with GIFBUILDER In-Reply-To: References: Message-ID: > Does anybody else have experience with OpenType GIFBUILDER? Well, it works in my case, partly. It does render ASCII characters fine but foreign characters are messed up. I never figured out what the problem is. Tomas Mrozek From karsten at typo3.org Mon Aug 20 09:09:36 2007 From: karsten at typo3.org (Karsten Dambekalns) Date: Mon, 20 Aug 2007 10:09:36 +0300 Subject: [TYPO3] =?iso-8859-1?q?Bug=3F_Using_UTF-8=2C_=27=C4=27_in_templat?= =?iso-8859-1?q?e=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: Hi. Martin Bless wrote: > I tried and it works! Can't believe it. 1000 thanks to you! Ok, that's good. :) > I don't really have much trust in using all UTF-8. Are there > more pitfalls to come? Will there be major problems with extensions? We start *all* sites with pure UTF-8 now. Nothing i worse than having to convert later on (although I have done that as well, resulting in working websites.. :). As soon as DB and PHP and the content behave well together, no further problems are to be expected. > I even have been to a bookshop and read about it. Now I think I didn't > get it right. Do you have a link to online documentation? http://dev.mysql.com/doc/refman/5.1/en/charset-connection.html Two examples of what the two set statements do exactly, and if you look closely, you'll get the difference. A SET NAMES 'x' statement is equivalent to these three statements: SET character_set_client = x; SET character_set_results = x; SET character_set_connection = x; A SET CHARACTER SET x statement is equivalent to these three statements: SET character_set_client = x; SET character_set_results = x; SET collation_connection = @@collation_database; Karsten From karsten at typo3.org Mon Aug 20 09:15:50 2007 From: karsten at typo3.org (Karsten Dambekalns) Date: Mon, 20 Aug 2007 10:15:50 +0300 Subject: [TYPO3] =?utf-8?q?Bug=3F_Using_UTF-8=2C_=27=C3=84=27_in_template?= =?utf-8?q?=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: Hi. Andreas Becker wrote: > We figured out that it is mainly the way HOW you import the database. Yes, of course! ;) MySQL does now "know" the charset of the content (earlier it didn't care a f$#?k). So it tries to convert things between internal and external character sets. Which is a Good Thing[tm], at least in theory. :) If the DB is latin1, and you feed it utf8, it'll try to convert. If the DB is utf8 and you feed latin2, it'll try to convert. If the DB is ... you get the point. So either have matching charsets or matching settings. If you need to convert later, you can do this by dumping and reimporting, but make sure you dump structure and data seperately (make slife easier). Another hint is to make columns BINARY, then switch charset/collation and remove the BINARY again. This keeps MySQL from converting characters when switching a columns from latin1 to utf8 - which is something you don't want for an older database having utf8 in columns declared as latin1. Karsten From jeppe at nybroe.com Mon Aug 20 09:40:15 2007 From: jeppe at nybroe.com (Jeppe Sloth Carlsen | Nybroe ApS) Date: Mon, 20 Aug 2007 09:40:15 +0200 Subject: [TYPO3] Index search keeps deleted content References: Message-ID: Hello Kristy I search the webside (by hand) and there is no content elements vitch is hidden or deletes in "Page view" only! The only place I can see the deleted content is in "Indexing Engine Statistics" > TYPO# Pages! Jeppe "Royal, Kristy" skrev i en meddelelse news:mailman.834.1187353264.17142.typo3-english at lists.netfielders.de... >From: "Jeppe Sloth Carlsen | Nybroe ApS" >Subject: [TYPO3] Index search keeps deleted content. >I have a problem with index search showing old deleted contend. The >content shows without links, but is still in the search result. >I tried deleting the indexing. > Pageroot >Info > Indexed search > Clear ALL phash-rows below! >I also tried installing the Extensions CleanDB >CleanDB> Clearing All tables >http://miljonetvaerk.dcmedia.dk/soeg.html >For eksample search for "test" >My set-up is Typo3 4.0.4 with RealURL >Thanks, in advance >Jeppe Sloth Carlsen Did you try deleting the content element from the list view? If you delete the element from the page view only, it's still available through the index. You have to delete the element from list view. Kristy Royal From martin.mai at split.uni-bamberg.de Mon Aug 20 09:45:19 2007 From: martin.mai at split.uni-bamberg.de (martin.mai at split.uni-bamberg.de) Date: Mon, 20 Aug 2007 09:45:19 Subject: [TYPO3] automated response Message-ID: martin.mai at split.uni-bamberg.de wieder erreichbar ab 06.09.2007 mails werden dann gelesen ... ;-) From ab.becker at web.de Mon Aug 20 10:54:49 2007 From: ab.becker at web.de (Andreas Becker) Date: Mon, 20 Aug 2007 15:54:49 +0700 Subject: [TYPO3] =?utf-8?q?Bug=3F_Using_UTF-8=2C_=27=C3=84=27_in_template?= =?utf-8?q?=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: THanks Karsten Very good explanations and hints Andreas Becker From a.stoutjesdijk at chello.nl Mon Aug 20 11:25:05 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Mon, 20 Aug 2007 11:25:05 +0200 Subject: [TYPO3] RealURL question - best fix? In-Reply-To: References: Message-ID: Thanks Thorsten, I was using firstHitPathCache already, so I'll leave it that way. Edwin. Thorsten Kahler schreef: > Hi Edwin, > > Edwin Blokker wrote on 18.08.2007 11:52: >> I've been getting postVarSet errors when I'm NOT logged in the BE and >> when trying to visit pages deep in the page tree. Today, I found out >> that adding: >> >> 'disablePathCache' => '1', >> >> to my realurl config seems to solve the problem. However, I found out >> that instead of adding 'disablePathCache, adding: >> >> 'firstHitPathCache' =>'1', >> >> Also seems to solve the problem. My question is, which one of these is >> best to go with as a fix? Performance wise maybe? >> > > IMO "firstHitPathCache" should have the lesser performance impact. > > Your problem is probably related to two issues already reported in the > bugtracker [1,2] (which seem related). I've written written a patch for the > second issue, that needs a little improvement performance-wise. > > Regards > Thorsten > > [1] http://bugs.typo3.org/view.php?id=2402 > [2] http://bugs.typo3.org/view.php?id=5404 From ian at webian.it Mon Aug 20 14:49:18 2007 From: ian at webian.it (!ian) Date: Mon, 20 Aug 2007 14:49:18 +0200 Subject: [TYPO3] sr_feuser_register auto-login NOT working References: Message-ID: Hi Harald, I suggest you to edit the template of the plugin "tx_srfeuserregister_pi1_css_tmpl.html" and, in the section "", clear the value of the password's input box like this: --------------------------------------------------------------- --------------------------------------------------------------- When the new user will confirm by clicking on the link of the confirmation email, he will see the form with just the username initialized. I hope this can help. Bye!ian "Harald Amelung" ha scritto nel messaggio news:mailman.1.1182426679.8753.typo3-english at lists.netfielders.de... > Some more infos: > > I disabled auto-login, so after creation of a user-account a message > about the success of this action is diplayed. Below this message a > login-form shows up, where username and password are initialized with > values. > > It seems to me that the password's field value is the md5 string, which > causes an error after the superchallenge javascript. If I re-enter my > password deleting the initialized value, login is working fine. > > So is there a way to force this value of the password field? > > Thanks > Harald > > Harald Amelung schrieb: >> Hi List, >> >> I'm trying to setup the auto-login feature after the registration of a >> user. Creation of the account is working well, but the auto-login is not >> working, telling me that the password would be wrong. >> >> I use md5 passwords. This is my configuration: >> >> TYPO3 4.1.1 >> sr_feuser_register 2.5.7 (just updated from Rep) >> kb_md5fepw 0.4.0 >> >> plugin.tx_srfeuserregister_pi1.passwordAtLeast = 6 >> plugin.tx_srfeuserregister_pi1.usernameAtLeast = 4 >> plugin.tx_srfeuserregister_pi1.registerPID = 63 >> plugin.tx_srfeuserregister_pi1.confirmPID = 64 >> plugin.tx_srfeuserregister_pi1.editPID = 65 >> plugin.tx_srfeuserregister_pi1.loginPID = 59 >> plugin.tx_srfeuserregister_pi1.pid = 40 >> plugin.tx_srfeuserregister_pi1.siteName = delicutessen.de >> plugin.tx_srfeuserregister_pi1.formFields = username, password >> plugin.tx_srfeuserregister_pi1.enableAdminNotifyConfirmation = 0 >> plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnApprove = 0 >> plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnRefuse = 0 >> plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnRegister = 0 >> plugin.tx_srfeuserregister_pi1.forceFileDelete = 0 >> plugin.tx_srfeuserregister_pi1.file.templateFile = >> fileadmin/templates/tx_srfeuserregister_normal_tmpl.html >> plugin.tx_srfeuserregister_pi1.pidTitleOverride = delicutessen.de >> Komparsen-Login >> plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 0 >> plugin.tx_srfeuserregister_pi1.enableEmailOnApprove = 0 >> plugin.tx_srfeuserregister_pi1.enableEmailOnRegister = 0 >> plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 0 >> plugin.tx_srfeuserregister_pi1.enableEmailOnUpdate = 0 >> plugin.tx_srfeuserregister_pi1.enablePreviewEdit = 0 >> plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 1 >> plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 1 >> plugin.tx_srfeuserregister_pi1.useMd5Password = 1 >> plugin.tx_srfeuserregister_pi1.enableEmailOnDelete = 0 >> plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnUpdate = 0 >> plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnDelete = 0 >> plugin.tx_srfeuserregister_pi1.enableAutoLoginOnCreate = 1 >> plugin.tx_srfeuserregister_pi1.autoLoginRedirect_url = index.php?id=47 >> >> >> Any ideas here how to get this work? >> >> Harald > > > -- > Harald Amelung, BCS | http://www.nuspirit.de > XING: https://www.xing.com/profile/Harald_Amelung > Freelancer-Community Erfurt: http://www.2ndw.de From typothree at gmail.com Mon Aug 20 16:19:13 2007 From: typothree at gmail.com (dave typo) Date: Mon, 20 Aug 2007 16:19:13 +0200 Subject: [TYPO3] different session data to use different typoscript? Message-ID: does anyone know of a way or of a tutorial that explains how to get a user's session data, and then reference some typoscript based on this session data? for example, is there a way to geta user's connection speed, and then execute some typoscript if it is a dial-up connection? it would be greatly appreciated if anyone has any information about this, or if someone knows of a extension thanks, -dave From jeppe at nybroe.com Mon Aug 20 16:10:38 2007 From: jeppe at nybroe.com (Jeppe Sloth Carlsen | Nybroe ApS) Date: Mon, 20 Aug 2007 16:10:38 +0200 Subject: [TYPO3] Cleaning Indexing Engine Statistics Message-ID: Hallo Is there a way to clean "Indexing Engine Statistics" for old deleted content? The deleted content shows in the "search result" of my page. :-/ I have tried using Clean DB with out result. My setup is : Typo3 4.04 Thanks in advance for any help. Jeppe Med venlig hilsenMed venlig hilsen Jeppe Sloth Carlsen Webdesigner Nybroe ApS Tonsbakken 3 2740 Skovlunde Telefon 44 500 300 jeppe at nybroe.com www.nybroe.com From aji.yahya at gmail.com Mon Aug 20 17:20:59 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Mon, 20 Aug 2007 17:20:59 +0200 Subject: [TYPO3] print tt_news single view with realurl In-Reply-To: References: Message-ID: Hello, well, I just solved the Print view of News Single and Shop (tt_products) Single display. may be you like to use it too. #### PRINT ### #normal state: lib.print = COA lib.print { 1 = TEXT 1.wrap = Print 1.htmlSpecialChars = 1 1.insertData = 1 } # if news single display: [globalVar = GP:tx_ttnews|tt_news > 0] lib.print = COA lib.print { 1.data = GPvar : tx_ttnews | tt_news 1.wrap = Print 1.htmlSpecialChars = 1 1.insertData = 1 } [end] # if products single display: [globalVar = GP:tx_ttproducts_pi1|product > 0] lib.print = COA lib.print { 1.data = GPvar : tx_ttproducts_pi1 | product 1.wrap = Print 1.htmlSpecialChars = 1 1.insertData = 1 } [end] [globalVar = GP:print > 0] lib.print.value = index.php?id={page:uid} [end] regards Aji From typo3-english at lists.netfielders.de Mon Aug 20 20:30:46 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Mon, 20 Aug 2007 13:30:46 CDT Subject: [TYPO3] HMenu - submenu Message-ID: I'm just starting off with typo3 so this may be a rather simple question. I have followed the tutorials online and am capable of creating an HMenu. However, what I would like to do is to create a menu consisting of solely subpages from a specific page. Is there anyway to implement this kind of restriction ? From typo3 at ambitiondesign.nl Mon Aug 20 20:39:12 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Mon, 20 Aug 2007 20:39:12 +0200 Subject: [TYPO3] HMenu - submenu In-Reply-To: References: Message-ID: Hi, You can use the special property, like: temp.menu.special = directory temp.menu.special.value = x in which x is the parent page which contains the subpages Op 20-aug-2007, om 20:30 heeft lokisapocalypse het volgende geschreven: > I'm just starting off with typo3 so this may be a rather simple > question. I have followed the tutorials online and am capable of > creating an HMenu. However, what I would like to do is to create a > menu consisting of solely subpages from a specific page. Is there > anyway to implement this kind of restriction ? > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From andrew at avagraphique.com Mon Aug 20 20:39:03 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Mon, 20 Aug 2007 14:39:03 -0400 Subject: [TYPO3] What is object for menu/sitemap (type) Menu of subpages to these pages??? Message-ID: Im trying to figure how to set a menu to not open links in new windows. this issue seems to be dogging me, as I have posted in te past about it, and thought it had been resolved. But a new site does not seem to be working, and i can't figure why. Currently I have tese settings in my root template (as per suggestions of others on the newsgroup): [Constants] PAGE_TARGET = content.pageFrameObj = [Setup] tt_content.menu.20 { default.1.target = _top 1.1.target = _top 2.1.target = _top 3.1.target = _top 4.1.target = _top 5.1.target = _top 6.1.target = _top 7.1.target = _top 7.2.target = _top } When I look at the frontend sourcecode, I see that the menu of subpages generates a
            . I look in tt_content.menu.20.1 and i dont even see any WRAP that contains a
              so I dont see where this is being set... So i am tring to look thru template > typoscript object browser to try and find the actual menu object that is not working, but it seem that tt_content.menu.20 ... has a whole bumch of menu types, and I dont see which one is the sitemap one. If i could fid that object, i could set the target (im assuming). Can anyone point me in the right difrection? Also, is there a reference listing for thse objects (which are which)? Not in TSref taht I can see. Much thanks in advance, Andrew From typo3-english at lists.netfielders.de Mon Aug 20 20:57:27 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Mon, 20 Aug 2007 13:57:27 CDT Subject: [TYPO3] Re: HMenu - submenu References: <9994236.21187634676944.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: I found the solution using special = directory. From headhunterxiii at yahoo.ca Mon Aug 20 21:03:52 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Mon, 20 Aug 2007 20:03:52 +0100 Subject: [TYPO3] What is object for menu/sitemap (type) Menu of subpages to these pages??? In-Reply-To: References: Message-ID: Hi, Ok well a few things - the site map would be tt_content.menu.20.2 (not tt_content.menu.20.1) And yes your right the menu item has several item - the same number as are in the menu items in the BE - as one would expect. So to find what value your menu item is you could look at the frame source when editing the menu content item in the BE, and then use the TSOB to adjust it... or just look for the relevant wrapping. The wrapping you mention is for the menu type subpages to these pages - therefore it will only go one level deep (as expected and as is shown in the TSOB). But it does have the value tt_content.menu.20.1.target = page! Why don't you just put this line into your template setup tt_content.menu.20.1.target > BTW - tsref is not a guide to tt_content - it is a reference to all the properties available via TS. tt_content is just something *MADE* with TS, that the CMS knows how to 'deal' with... Same what that tt_content.menu.20 or lib.stdHeader is defined or made with TS. Which is why you can't find the definitions of what each of the menu items are, and nor should you! They could be anything, anything that any author with knowledge of TS could make them be... it just so happens that the extension author of what ever you are using to render the CMS content with chose to define them as such. Hth Tyler Andrew Davis wrote: > Im trying to figure how to set a menu to not open links in new windows. > this issue seems to be dogging me, as I have posted in te past about it, > and thought it had been resolved. But a new site does not seem to be > working, and i can't figure why. > > > > Currently I have tese settings in my root template (as per suggestions > of others on the newsgroup): > > > > [Constants] > > PAGE_TARGET = > content.pageFrameObj = > > > > [Setup] > > tt_content.menu.20 { > default.1.target = _top > 1.1.target = _top > 2.1.target = _top > 3.1.target = _top > 4.1.target = _top > 5.1.target = _top > 6.1.target = _top > 7.1.target = _top > 7.2.target = _top > } > > > > > > When I look at the frontend sourcecode, I see that the menu of subpages > generates a
                . I look in > tt_content.menu.20.1 and i dont even see any WRAP that contains a
                  > so I dont see where this is being set... > > So i am tring to look thru > template > typoscript object browser > to try and find the actual menu object that is not working, but it seem > that > tt_content.menu.20 ... has a whole bumch of menu types, and I dont see > which one is the sitemap one. > > > > If i could fid that object, i could set the target (im assuming). > > Can anyone point me in the right difrection? Also, is there a reference > listing for thse objects (which are which)? Not in TSref taht I can see. > > > Much thanks in advance, > Andrew From oliver_f at technologist.com Mon Aug 20 21:55:43 2007 From: oliver_f at technologist.com (Oliver Friesen) Date: Mon, 20 Aug 2007 21:55:43 +0200 Subject: [TYPO3] GIFBUILDER minimal width Message-ID: Dear list, I am trying now for a while to generate gifs consisting of a frame surrounding the title of the corresponding page. In order to make it look nice for short page titles I'd like to set a minimum width. Google revealed a similar question but no answer. For the time being I solved my problem with a small patch of the gifbuilder php-fil. If nobody has another idea how to get this done I'd like to suggest this patch to the dev-team. Before doing so I'd like to double check if there is no other way. Thank you in advance of any suggestions! Cheers, Oliver For those who are interested: My patch would introduced two more operators in the +calc entity of XY. When combining two values with the ">" operator it will return the greater on. The example below will generate gifs with a width of at least 70 pixels. 1 = GMENU 1 { NO = 1 NO { XY = [50.w]+12>70, 57 "<" would return the smaller one of both values. From tjpatter at svsu.edu Mon Aug 20 22:27:33 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Mon, 20 Aug 2007 16:27:33 -0400 Subject: [TYPO3] Which t3lib function to retrieve BE User Group members? Message-ID: All, Which t3lib function should I use to retrieve BE User Group members? I've tried searching the docs and the API reference... Thanks! ~Tim From joe at geckohost.com Tue Aug 21 03:45:10 2007 From: joe at geckohost.com (Joseph Toon) Date: Mon, 20 Aug 2007 18:45:10 -0700 Subject: [TYPO3] PDF/AI errors in Install Tool Message-ID: I have a very odd issue. I have two Typo3 4.1.2 installations off the same base Typo3 folder. One of them in the Install tool passes all of the image functions but the other has issues with PDF and AI: /usr/local/bin/gm identify /usr/local/www/sjbosco/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf[0] /usr/local/bin/gm identify /usr/local/www/sjbosco/typo3/sysext/install/imgs/typo3logotype.ai[0] I set the localconf.php settings to the same values (as the relate to the GFX portion). Both are pointing to GraphicsMagick/GD and all other functions are working as expected. What else could I be missing or might impact this? Both are running under the same Apache/PHP/MySQL installation, both are on the same server, both are pointing to the same base Typo3 folder, both have the same ['GFX'] settings but yet, one can do PDF/AI and one (the one where PDF image creation is used) does not. Obviously I'm missing something, but what? Thanks for any advice. -- joe | geckohost.com From cryangel at gmail.com Tue Aug 21 07:09:41 2007 From: cryangel at gmail.com (Cray Flatline) Date: Tue, 21 Aug 2007 08:09:41 +0300 Subject: [TYPO3] Menu generating: wrap question Message-ID: I'm generating news categories list (only first level categories) with such TS. And it works well except the one little thing. It gives me not
                • Menu item
                • but completely ugly
                • Menu item
                • I'm new to TS, and any of my experiments failed. I can't wrap link with
                • AFTER but not before. Please help me somebody. (: ======================================================================= temp.leftmenu = CONTENT temp.leftmenu { table = tt_news_cat select { # the category folder(s) pidInList = 36 andWhere = parent_category = 10 } renderObj = COA renderObj.wrap =
                • |
                • renderObj { stdWrap.typolink.parameter=32 stdWrap.typolink.additionalParams.dataWrap = &tx_ttnews[cat]={field:uid} 20 = TEXT 20 { field = title wrap = | if { value.field = uid equals.data = GPvar:tx_ttnews|cat } } 21 = TEXT 21 { field = title wrap = | if { value.field = uid equals.data = GPvar:tx_ttnews|cat negate = 1 } } } } -- W BR, Cray Flatline From bedlamhotel at gmail.com Tue Aug 21 07:21:49 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 20 Aug 2007 22:21:49 -0700 Subject: [TYPO3] Menu generating: wrap question In-Reply-To: References: Message-ID: Hi, On 8/20/07, Cray Flatline wrote: > > I'm generating news categories list (only first level categories) with > such TS. And it works well except the one little thing. It gives me not > >
                • Menu item
                • > > but completely ugly > >
                • Menu item
                • > > I'm new to TS, and any of my experiments failed. I can't wrap link with >
                • AFTER but not before. > > Please help me somebody. (: > > ======================================================================= > > temp.leftmenu = CONTENT > temp.leftmenu { > table = tt_news_cat > select { > # the category folder(s) > pidInList = 36 > andWhere = parent_category = 10 > > } > renderObj = COA > renderObj.wrap =
                • |
                • > renderObj { > stdWrap.typolink.parameter=32 > stdWrap.typolink.additionalParams.dataWrap = &tx_ttnews[cat]={field:uid} > 20 = TEXT > 20 { > field = title > wrap = | > if { > value.field = uid > equals.data = GPvar:tx_ttnews|cat > } > } > 21 = TEXT > 21 { > field = title > wrap = | > if { > value.field = uid > equals.data = GPvar:tx_ttnews|cat > negate = 1 > } > } > } > } Wrap the typolink instead. Check the .typolink section of the TSref for more details. -- Christopher Torgalson http://www.typo3apprentice.com/ From cryangel at gmail.com Tue Aug 21 07:39:22 2007 From: cryangel at gmail.com (Cray Flatline) Date: Tue, 21 Aug 2007 08:39:22 +0300 Subject: [TYPO3] Menu generating: wrap question In-Reply-To: References: Message-ID: Christopher Torgalson wrote: > Hi, > > > > Wrap the typolink instead. Check the .typolink section of the TSref > for more details. > > thanks a lot. Great! It's working!! (: -- W BR, Cray Flatline From oliver_f at technologist.com Tue Aug 21 07:53:59 2007 From: oliver_f at technologist.com (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Which t3lib function to retrieve BE User Group members? Message-ID: All, Which t3lib function should I use to retrieve BE User Group members? I've tried searching the docs and the API reference... Thanks! ~Tim _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f at technologist.com Tue Aug 21 07:53:59 2007 From: oliver_f at technologist.com (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Menu generating: wrap question In-Reply-To: References: Message-ID: Christopher Torgalson wrote: > Hi, > > > > Wrap the typolink instead. Check the .typolink section of the TSref > for more details. > > thanks a lot. Great! It's working!! (: -- W BR, Cray Flatline _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f at technologist.com Tue Aug 21 07:53:59 2007 From: oliver_f at technologist.com (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Menu generating: wrap question In-Reply-To: References: Message-ID: Hi, On 8/20/07, Cray Flatline wrote: > > I'm generating news categories list (only first level categories) with > such TS. And it works well except the one little thing. It gives me not > >
                • Menu item
                • > > but completely ugly > >
                • Menu item
                • > > I'm new to TS, and any of my experiments failed. I can't wrap link with >
                • AFTER but not before. > > Please help me somebody. (: > > ======================================================================= > > temp.leftmenu = CONTENT > temp.leftmenu { > table = tt_news_cat > select { > # the category folder(s) > pidInList = 36 > andWhere = parent_category = 10 > > } > renderObj = COA > renderObj.wrap =
                • |
                • > renderObj { > stdWrap.typolink.parameter=32 > stdWrap.typolink.additionalParams.dataWrap = &tx_ttnews[cat]={field:uid} > 20 = TEXT > 20 { > field = title > wrap = | > if { > value.field = uid > equals.data = GPvar:tx_ttnews|cat > } > } > 21 = TEXT > 21 { > field = title > wrap = | > if { > value.field = uid > equals.data = GPvar:tx_ttnews|cat > negate = 1 > } > } > } > } Wrap the typolink instead. Check the .typolink section of the TSref for more details. -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f at technologist.com Tue Aug 21 07:53:59 2007 From: oliver_f at technologist.com (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Menu generating: wrap question Message-ID: I'm generating news categories list (only first level categories) with such TS. And it works well except the one little thing. It gives me not
                • Menu item
                • but completely ugly
                • Menu item
                • I'm new to TS, and any of my experiments failed. I can't wrap link with
                • AFTER but not before. Please help me somebody. (: ======================================================================= temp.leftmenu = CONTENT temp.leftmenu { table = tt_news_cat select { # the category folder(s) pidInList = 36 andWhere = parent_category = 10 } renderObj = COA renderObj.wrap =
                • |
                • renderObj { stdWrap.typolink.parameter=32 stdWrap.typolink.additionalParams.dataWrap = &tx_ttnews[cat]={field:uid} 20 = TEXT 20 { field = title wrap = | if { value.field = uid equals.data = GPvar:tx_ttnews|cat } } 21 = TEXT 21 { field = title wrap = | if { value.field = uid equals.data = GPvar:tx_ttnews|cat negate = 1 } } } } -- W BR, Cray Flatline _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f at technologist.com Tue Aug 21 07:53:59 2007 From: oliver_f at technologist.com (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] PDF/AI errors in Install Tool Message-ID: I have a very odd issue. I have two Typo3 4.1.2 installations off the same base Typo3 folder. One of them in the Install tool passes all of the image functions but the other has issues with PDF and AI: /usr/local/bin/gm identify /usr/local/www/sjbosco/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf[0] /usr/local/bin/gm identify /usr/local/www/sjbosco/typo3/sysext/install/imgs/typo3logotype.ai[0] I set the localconf.php settings to the same values (as the relate to the GFX portion). Both are pointing to GraphicsMagick/GD and all other functions are working as expected. What else could I be missing or might impact this? Both are running under the same Apache/PHP/MySQL installation, both are on the same server, both are pointing to the same base Typo3 folder, both have the same ['GFX'] settings but yet, one can do PDF/AI and one (the one where PDF image creation is used) does not. Obviously I'm missing something, but what? Thanks for any advice. -- joe | geckohost.com _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f_typo3 at gmx.net Tue Aug 21 07:53:59 2007 From: oliver_f_typo3 at gmx.net (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] PDF/AI errors in Install Tool Message-ID: I have a very odd issue. I have two Typo3 4.1.2 installations off the same base Typo3 folder. One of them in the Install tool passes all of the image functions but the other has issues with PDF and AI: /usr/local/bin/gm identify /usr/local/www/sjbosco/typo3/sysext/install/imgs/pdf_from_imagemagick.pd f[0] /usr/local/bin/gm identify /usr/local/www/sjbosco/typo3/sysext/install/imgs/typo3logotype.ai[0] I set the localconf.php settings to the same values (as the relate to the GFX portion). Both are pointing to GraphicsMagick/GD and all other functions are working as expected. What else could I be missing or might impact this? Both are running under the same Apache/PHP/MySQL installation, both are on the same server, both are pointing to the same base Typo3 folder, both have the same ['GFX'] settings but yet, one can do PDF/AI and one (the one where PDF image creation is used) does not. Obviously I'm missing something, but what? Thanks for any advice. -- joe | geckohost.com _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f_typo3 at gmx.net Tue Aug 21 07:53:59 2007 From: oliver_f_typo3 at gmx.net (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Menu generating: wrap question Message-ID: I'm generating news categories list (only first level categories) with such TS. And it works well except the one little thing. It gives me not
                • Menu item
                • but completely ugly
                • Menu item
                • I'm new to TS, and any of my experiments failed. I can't wrap link with
                • AFTER but not before. Please help me somebody. (: ======================================================================= temp.leftmenu = CONTENT temp.leftmenu { table = tt_news_cat select { # the category folder(s) pidInList = 36 andWhere = parent_category = 10 } renderObj = COA renderObj.wrap =
                • |
                • renderObj { stdWrap.typolink.parameter=32 stdWrap.typolink.additionalParams.dataWrap = &tx_ttnews[cat]={field:uid} 20 = TEXT 20 { field = title wrap = | if { value.field = uid equals.data = GPvar:tx_ttnews|cat } } 21 = TEXT 21 { field = title wrap = | if { value.field = uid equals.data = GPvar:tx_ttnews|cat negate = 1 } } } } -- W BR, Cray Flatline _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f_typo3 at gmx.net Tue Aug 21 07:53:59 2007 From: oliver_f_typo3 at gmx.net (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Menu generating: wrap question In-Reply-To: References: Message-ID: Hi, On 8/20/07, Cray Flatline wrote: > > I'm generating news categories list (only first level categories) with > such TS. And it works well except the one little thing. It gives me not > >
                • Menu item
                • > > but completely ugly > >
                • Menu item
                • > > I'm new to TS, and any of my experiments failed. I can't wrap link with >
                • AFTER but not before. > > Please help me somebody. (: > > ======================================================================= > > temp.leftmenu = CONTENT > temp.leftmenu { > table = tt_news_cat > select { > # the category folder(s) > pidInList = 36 > andWhere = parent_category = 10 > > } > renderObj = COA > renderObj.wrap =
                • |
                • > renderObj { > stdWrap.typolink.parameter=32 > stdWrap.typolink.additionalParams.dataWrap = &tx_ttnews[cat]={field:uid} > 20 = TEXT > 20 { > field = title > wrap = | > if { > value.field = uid > equals.data = GPvar:tx_ttnews|cat > } > } > 21 = TEXT > 21 { > field = title > wrap = | > if { > value.field = uid > equals.data = GPvar:tx_ttnews|cat > negate = 1 > } > } > } > } Wrap the typolink instead. Check the .typolink section of the TSref for more details. -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From oliver_f_typo3 at gmx.net Tue Aug 21 07:53:59 2007 From: oliver_f_typo3 at gmx.net (Oliver Friesen) Date: Tue, 21 Aug 2007 07:53:59 +0200 Subject: [TYPO3] Which t3lib function to retrieve BE User Group members? Message-ID: All, Which t3lib function should I use to retrieve BE User Group members? I've tried searching the docs and the API reference... Thanks! ~Tim _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From jens.hoffmann at dkd.de Tue Aug 21 07:57:23 2007 From: jens.hoffmann at dkd.de (Jens Hoffmann) Date: Tue, 21 Aug 2007 07:57:23 +0200 Subject: [TYPO3] PDF/AI errors in Install Tool In-Reply-To: References: Message-ID: GD / IM can't open AI/PDF at all ... you need a extra tool for this! >> Ghostscript or something like this. Greez Jens Oliver Friesen wrote: > I have a very odd issue. I have two Typo3 4.1.2 installations off the > same > base Typo3 folder. One of them in the Install tool passes all of the > image > functions but the other has issues with PDF and AI: > > /usr/local/bin/gm > identify > /usr/local/www/sjbosco/typo3/sysext/install/imgs/pdf_from_imagemagick.pd > f[0] > > /usr/local/bin/gm > identify > /usr/local/www/sjbosco/typo3/sysext/install/imgs/typo3logotype.ai[0] > > I set the localconf.php settings to the same values (as the relate to > the GFX > portion). Both are pointing to GraphicsMagick/GD and all other functions > are > working as expected. > > What else could I be missing or might impact this? Both are running > under the > same Apache/PHP/MySQL installation, both are on the same server, both > are > pointing to the same base Typo3 folder, both have the same ['GFX'] > settings > but yet, one can do PDF/AI and one (the one where PDF image creation is > used) > does not. Obviously I'm missing something, but what? Thanks for any > advice. > From cryangel at gmail.com Tue Aug 21 08:03:02 2007 From: cryangel at gmail.com (Cray Flatline) Date: Tue, 21 Aug 2007 09:03:02 +0300 Subject: [TYPO3] tt_news: remove link from image in single view Message-ID: Please help me to remove link to show big picture from image in news single view. (: thanks a lot! -- W BR, Cray Flatline From rockysynergy at max-source.com Tue Aug 21 08:35:13 2007 From: rockysynergy at max-source.com (Rocky Ou) Date: Tue, 21 Aug 2007 14:35:13 +0800 Subject: [TYPO3] TYPO3 direct subscription error In-Reply-To: References: Message-ID: Rocky Ou wrote: > Hey List, > > I'm using TYPO3 4.0.4, direct_mail_subscription 1.1.0 and direct_mail > 2.2.0. I add the direct_mail_subscription in the page content. The front > end shows the newsletter subscription form without any problem. But > after I filled in the form and hit subscribe button I got the error > message: > -------------------------Error message begins------------------ > Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL > result resource in > /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php on line 802 > > Warning: Cannot modify header information - headers already sent by > (output started at > /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php:802) in > /home/angnews/public_html/typo3_src/typo3/sysext/cms/tslib/class.tslib_fe.php > on line 2853 > ----------------------Error message end-------------------------- > The page content says: > > Newsletter subscription > Subscription recieved. > > You're now subscribed to our newsletter. An email has been sent to your > email address, ###FIELD_email###, with a link to the administration of > your profile. > Please notice that your subscription is not active until you've clicked > a link in that email! > > But I never received the confirm email and the back-end of the > subscription page does not have address records in list module as well. > > From backend Tools-->DB check-->Manage Reference Index-->Update Now! > gave me the following error. > > Warning: Invalid argument supplied for foreach() in > /home/angnews/public_html/typo3_src/t3lib/class.t3lib_refindex.php on > line 656 > > Plus from backend Web-->list-->any page the system gave me the error > read as: > > Warning: mysql_num_rows(): supplied argument is not a valid MySQL result > resource in /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php > on line 790 > > Warning: Cannot modify header information - headers already sent by > (output started at > /home/angnews/public_html/typo3_src/t3lib/class.t3lib_db.php:790) in > /home/angnews/public_html/typo3_src/typo3/template.php on line 613 > > > Can any of you give me some help on how to make the newsletter > subscription work please? > > Thanks a lot in advance! > > Blessings, > Rocky Hey all, It turns out the TYPO3 installation is bad. For some reason, It seems Fantastico does not work well with TYPO3. Blessings, Rocky From typo3 at ambitiondesign.nl Tue Aug 21 09:01:36 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Tue, 21 Aug 2007 09:01:36 +0200 Subject: [TYPO3] tt_news: remove link from image in single view In-Reply-To: References: Message-ID: Hi Cray.... In the typoscript object browser (under templates) and google you can find a lot of information... Like the typoscript used for rendering tt_news... I found http://www.minikoeche.de/typo3/ext/tt_news/static/ts_new/ setup.txt on google... This shows that tt_news renders the single view with the typoscript below. From this you can include that something like: plugin.tt_news.displaySingle.image.imageLinkWrap = 0 should do the trick... # - - - - - - - - - - - rendering of SINGLE news - - - - - - - - - - - # displaySingle { age_stdWrap.age = 1 textNewsAge_stdWrap.wrap = date_stdWrap.strftime= %d.%m.%y time_stdWrap.strftime= %H:%M title_stdWrap.wrap = subheader_stdWrap.wrap =

                  |

                  subheader_stdWrap.trim=1 subheader_stdWrap.required=1 author_stdWrap.typolink.parameter.field = author_email author_stdWrap.wrap =

                  |

                  addInfo_stdWrap.wrap =
                  |
                  links_stdWrap.wrap = linksHeader_stdWrap.wrap =
                  |
                  linksItem_stdWrap.wrap =
                  |
                  noNewsIdMsg_stdWrap = imageCount=4 imgAltTextField = imagecaption imageWrapIfAny =
                  |
                  category_stdWrap.wrap =
                  |
                  email_stdWrap.setContentToCurrent = 1 email_stdWrap.typolink.parameter.current = 1 caption_stdWrap.wrap =

                  |

                  caption_stdWrap.trim=1 # caption_stdWrap.required=1 } displaySingle.image { file.maxW = {$plugin.tt_news.singleMaxW} file.maxH = {$plugin.tt_news.singleMaxH} wrap = imageLinkWrap = 1 imageLinkWrap { enable = 1 bodyTag = wrap = | width = 500m height = 500 JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 17,20 } } Op 21-aug-2007, om 8:03 heeft Cray Flatline het volgende geschreven: > > Please help me to remove link to show big picture from image in news > single view. (: thanks a lot! > > > -- > W BR, Cray Flatline > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From dmitry at typo3.org Tue Aug 21 10:55:33 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 21 Aug 2007 11:55:33 +0300 Subject: [TYPO3] Which t3lib function to retrieve BE User Group members? In-Reply-To: References: Message-ID: Oliver Friesen wrote: > Which t3lib function should I use to retrieve BE User Group members? > > I've tried searching the docs and the API reference... There is no such function. Direction is the opposite: users indicate to which group they belong. This is the first complication. Second is that groups can include othe groups and users can belong to those nested gropus and it can be recursive (you need to watch for loops). Hard task. Also mind that database fields may contain not just group uid values but values with table prefixes. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From karsten at typo3.org Tue Aug 21 12:37:55 2007 From: karsten at typo3.org (Karsten Dambekalns) Date: Tue, 21 Aug 2007 13:37:55 +0300 Subject: [TYPO3] Generate thumbnails for BE display when importing into DB - how? Message-ID: Hi. I am filling a table used by an extension through some direct import from another system. Among the fields filled is an image field. How do I make TYPO3 display a thumbnail in the BE after importing? Regards, Karsten From 19m0nyq02 at sneakemail.com Tue Aug 21 13:04:41 2007 From: 19m0nyq02 at sneakemail.com (Bernd Wilke) Date: Tue, 21 Aug 2007 13:04:41 +0200 Subject: [TYPO3] Generate thumbnails for BE display when importing into DB - how? In-Reply-To: References: Message-ID: Karsten Dambekalns schrieb: > Hi. > > I am filling a table used by an extension through some direct import > from another system. Among the fields filled is an image field. > > How do I make TYPO3 display a thumbnail in the BE after importing? while defining the table for TYPO3 you have to select show_thumbs=1 Kickstarter has an option which will output in 'tca.php' something like: $TCA["tx_dummy_test"] = array ( "ctrl" => $TCA["tx_dummy_test"]["ctrl"], [...] "columns" => array ( [...] "testpics" => Array ( "exclude" => 1, "label" => "LLL:EXT:dummy/locallang_db.xml:tx_dummy_test.testpics", "config" => Array ( "type" => "group", "internal_type" => "file", "allowed" => $GLOBALS["TYPO3_CONF_VARS"]["GFX"]["imagefile_ext"], "max_size" => 500, "uploadfolder" => "uploads/tx_dummy", "show_thumbs" => 1, // <<<<<<<<< here are the thumbs "size" => 5, "minitems" => 0, "maxitems" => 10, ) ), ), [...] ); Bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html From Christian.Bremm at siegenia-aubi.com Tue Aug 21 13:17:10 2007 From: Christian.Bremm at siegenia-aubi.com (Bremm, Christian IDV-H) Date: Tue, 21 Aug 2007 13:17:10 +0200 Subject: [TYPO3] Typo3 4.1.2 on PHP 5.1 Message-ID: Hi, i have installed the newest Typo 3 Version on our Webserver. He is Running on Apache2 and PHP 5.1. The installscripts worked fine only Imagenick isn't installed yet no other problems ... But if i proceed to logon on www.../cms/typo3/ with "admin" and "password" i only get after login a grey page with the include info : [an error occurred while processing this directive] . Anyone has any suggestions what to do? Or did anybody know that typo3 wouldn't run on PHP 5.1? greetz & thanks _________________________________ SIEGENIA-AUBI KG, Industriestra?e 1 - 3, 57234 Wilnsdorf-Niederdielfen Kommanditgesellschaft, personlich haftender Gesellschafter: Wieland Frank, Sitz der Gesellschaft: Wilnsdorf, Registergericht: Amtsgericht Siegen, HRA 3741 Der Inhalt dieser E-Mail und etwaige Anhange sind vertraulich und konnen urheber-, patent- oder in anderer Weise rechtlich geschutzt sein; sie sind deshalb ausschlie?lich fur den bezeichneten Adressaten bestimmt. Sollten Sie nicht der bezeichnete Adressat dieser E-Mail oder dessen Vertreter sein, so beachten Sie bitte, dass jede Form der Kenntnisnahme, Veroffentlichung, Vervielfaltigung, Weitergabe oder Nutzung des Inhalts dieser E-Mail oder der Anhange unzulassig ist. Wir bitten Sie, sich in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen und jegliche Originale und Kopien der E-Mail und der Anhange zu vernichten. Wir weisen ausdrucklich darauf hin, dass die E-Mail-Kommunikation uber das Internet unsicher ist, weil unberechtigte Dritte grundsatzlich die Moglichkeit der Kenntnisnahme und Manipulation haben. From ps at todesign.pl Tue Aug 21 13:39:51 2007 From: ps at todesign.pl (Paweł Stanisławczuk) Date: Tue, 21 Aug 2007 13:39:51 +0200 Subject: [TYPO3] Strange server configuration Message-ID: Hi List, After moving my TYPO3 to new server I've got strange error: Error in init.php: Path to TYPO3 main dir could not be resolved correctly. This happens if the last 6 characters of this path, /home/webserwis/example/typo3conf/ext/indexed_search/mod/, (\$temp_path) is NOT "typo3/" for some reason. You may have a strange server configuration. Or maybe you didn't set constant TYPO3_MOD_PATH in your module? If you expect any help from anybody on this issue, you should save this page as an html document and send it along with your request for help! So I did. This error makes my indexed search crach and got problems with editing some of extensions(no edit page, just 404). Could anybody tell me what do I have to tell to my Server Admin, so he could fix this? Regards Pawe? Stanis?awczuk begin 666 my_config.html M17)R;W(@:6X@:6YI="YP:' Z(%!A=&@@=&\@5%E03S,@;6%I;B!D:7(@8V]U M;&0@;F]T(&)E(')E2X@/&)R("\^/&)R("\^#0H) M"51H:7,@:&%P<&5N7!O,V-O;F8O97AT M+VEN9&5X961?7!O,R\B(&9O6)E M('EO=2!D:61N)W0@6]U('-H;W5L9"!S879E M('1H:7,@<&%G92!A6]U7!O,V-O M;F8O97AT+VEN9&5X961?"YP:' -"B @("!;<&AP M7W-A<&E?;F%M92 at I72 ]/B!A<&%C:&4R:&%N9&QE<@T*(" @(%M465!/,U]- M3T1?4$%42%T@/3X@7!O,V-O;F8O97AT+VEN9&5X M961?"YP:' -"BD-"CPO<')E/CQ(4CX\(41/0U19 M4$4@:'1M;"!054),24,@(BTO+U6QE('1Y<&4](G1E>'0O8W-S(CX-"F)O9'D@>V)A M8VMG3H@VUA3H@;6]N;W-P86-E.WT- M"F$Z;&EN:R![8V]L;W(Z(",P,# P.3D[('1E>'0M9&5C;W)A=&EO;CH@;F]N M93L at 8F%C:V=R;W5N9"UC;VQO'0M86QI9VXZ(&QE9G0[?0T*+F-E;G1E'0M86QI9VXZ(&-E;G1ER!B M;W)D97(Z(#%P>"!S;VQI9" C,# P,# P.R!F;VYT+7-I>F4Z(#F4Z(#$U,"4[ M?0T*:#(@>V9O;G0MV)A8VMG#M]#0IH#L@:&5I9VAT.B Q M<'@[(&-O;&]R.B C,# P,# P.WT-"CPO3X\9&EV(&-L87-S/2)C96YT97(B M/@T*/'1A8FQE(&)O"!W=W<@ M,BXV+C$X+30M-C at V(",Q(%--4"!7960 at 36%Y(#D@,C,Z,#,Z,3(@551#(#(P M,#<@:38X-B \+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY"=6EL9"!$ M871E(#PO=&0^/'1D(&-L87-S/2)V(CY*=6P@(#(@,C P-R R,3HS,#HR.2 \ M+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY397)V97(@05!)(#PO=&0^ M/'1D(&-L87-S/2)V(CY!<&%C:&4@,BXP($AA;F1L97(@/"]T9#X\+W1R/@T* M/'1R/CQT9"!C;&%S7!T+FEN:2P-"B]E=&,O M<&AP-2]A<&%C:&4R+V-O;F8N9"]M>7-Q;"YI;FDL#0HO971C+W!H<#4O87!A M8VAE,B]C;VYF+F0O;7ES<6QI+FEN:2P-"B]E=&,O<&AP-2]A<&%C:&4R+V-O M;F8N9"]P9&\N:6YI+ T*+V5T8R]P:' U+V%P86-H93(O8V]N9BYD+W!D;U]M M>7-Q;"YI;FD-"B \+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY02% @ M05!)(#PO=&0^/'1D(&-L87-S/2)V(CXR,# T,3(R-2 \+W1D/CPO='(^#0H\ M='(^/'1D(&-L87-S/2)E(CY02% @17AT96YS:6]N(#PO=&0^/'1D(&-L87-S M/2)V(CXR,# V,#8Q,R \+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY: M96YD($5X=&5N2!-86YA M9V5R(#PO=&0^/'1D(&-L87-S/2)V(CYE;F%B;&5D(#PO=&0^/"]T'0O:6YD97AE9%]S96%R M8V at O;6]D+VEN9&5X+G!H<#\]4$A013DU-CA&,S4M1#0R."TQ,60R+4$W-CDM M,#!!03 P,4%#1C0R(B!A;'0](EIE;F0@;&]G;R(@+SX\+V$^#0I4:&ES('!R M;V=R86T@;6%K97,@=7-E(&]F('1H92!:96YD(%-C7!O,V-O;F8O97AT M+VEN9&5X961?"YP:' _/5!(4$(X0C5&,D$P+3-# M.3(M,3%D,RU!,T$Y+31#-T(P.$,Q,# P,"(^4$A0($-R961I=',\+V$^/"]H M,3X-"CQH7-?<&]P=6QA M=&5?7!E/"]T9#X\=&0 at 8VQA'0O:'1M M;#PO=&0^/'1D(&-L87-S/2)V(CYT97AT+VAT;6P\+W1D/CPO='(^#0H\='(^ M/'1D(&-L87-S/2)E(CYD969I;F5?5]E'1E;G-I;VY?9&ER/"]T9#X\=&0 at 8VQA6QE/2)C;VQO6QE/2)C;VQO6QE/2)C;VQO6QE/2)C;VQO6QE/2)C;VQO M6)AF4\+W1D/CQT9"!C;&%SF4\ M+W1D/CQT9"!C;&%S&5C7V1IF5?8V%L;&)A8VM?9G5N8SPO=&0^/'1D(&-L87-S/2)V M(CX\:3YN;R!V86QU93PO:3X\+W1D/CQT9"!C;&%S%]F:6QEF5N9"YZ93%?8V]M<&%T:6)I;&ET M>5]M;V1E/"]T9#X\=&0 at 8VQA"!097(@0V]N;F5C=&EO;CH@,3 P(#PO=&0^/"]T&%M<&QE+F-O;2]T>7!O,R]A;'1?;6%I;BYP:' @/"]T9#X\ M+W1R/@T*/'1R/CQT9"!C;&%S&%M<&QE+F-O M;2 \+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY(5%107T-/3DY%0U1) M3TX@/"]T9#X\=&0 at 8VQA7!O7W5S97(]8C$R9#0X-F5A9" \+W1D/CPO='(^#0H\='(^ M/'1D(&-L87-S/2)E(CY0051((#PO=&0^/'1D(&-L87-S/2)V(CXO=7-R+VQO M8V%L+V)I;CHO=7-R+V)I;CHO8FEN(#PO=&0^/"]T&%M<&QE+W1Y<&\S8V]N9B]E>'0O:6YD97AE9%]S96%R8V at O;6]D+VEN9&5X M+G!H<" \+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY214U/5$5?4$]2 M5" \+W1D/CQT9"!C;&%S7!O,V-O;F8O97AT+VEN9&5X961? M"YP:' _(#PO=&0^/"]T'0O:6YD97AE9%]S96%R8V at O;6]D+VEN9&5X+G!H<#\@2%144"\Q M+C$@/"]T9#X\+W1R/@T*/'1R/CQT9"!C;&%S&%M M<&QE+F-O;2]T>7!O,R]A;'1?;6%I;BYP:' @/"]T9#X\+W1R/@T*/'1R/CQT M9"!C;&%S7!O7W5S97(].3 X-C-B9&4T,C'0O:'1M;#L at 8VAAC(B M/F)Z,CPO83X\+V at R/@T*/'1A8FQE(&)OC(Z+R\@/"]T9#X\+W1R/@T*/'1R M/CQT9"!C;&%SFEP,BYD96-O;7!R97-S+"!B>FEP,BYC;VUP7!E(CYC='EP93PO83X\+V at R/@T*/'1A8FQE(&)OF5N:71H/"]T9#X\=&0 at 8VQA$Y'(%-U<'!O M7!E7!E($QI;FMA9V4@/"]T9#X\=&0@ M8VQA71E(%-U<'!O71E('-T71E("AJ87!A;F5S92D@71E(')E9V5X("AO;FEG M=7)U;6$I(&)A8VMT7!T(CYM8W)Y<'0\+V$^/"]H,CX-"CQT86)L92!B;W)D97(](C B(&-E M;&QP861D:6YG/2(S(B!W:61T:#TB-C P(CX-"CQT'1E82!B M;&]W9FES:"!E;FEG;6$@7!T+FUO9&5S7V1I5-13"!3=7!P;W)T M/"]T:#X\=&@^96YA8FQE9#PO=&@^/"]T7-Q;&0O;7ES<6QD+G-O8VL@/"]T9#X\+W1R M/@T*/'1R/CQT9"!C;&%S7-Q;"YA;&QO=U]P97)S:7-T96YT/"]T M9#X\=&0 at 8VQA7-Q;"YD969A=6QT7W!A7-Q;"YD M969A=6QT7W!O7-Q;"YD969A=6QT7W5S97(\+W1D/CQT9"!C;&%S%]L:6YK7-Q;$D at 4W5P<&]R=#PO M=&@^/'1H/F5N86)L960\+W1H/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY# M;&EE;G0 at 05!)(&QI8G)A7-Q;&0O;7ES<6QD+G-O8VL@ M/"]T9#X\+W1R/@T*/"]T86)L93X\8G(@+SX-"CQT86)L92!B;W)D97(](C B M(&-E;&QP861D:6YG/2(S(B!W:61T:#TB-C P(CX-"CQT7-Q;&DN9&5F875L=%]P=SPO M=&0^/'1D(&-L87-S/2)V(CX\:3YN;R!V86QU93PO:3X\+W1D/CQT9"!C;&%S M7-Q;&DN9&5F M875L=%]U7-Q;&DN;6%X7VQI;FMS/"]T9#X\=&0 at 8VQA M7-Q;&DN'!R97-S:6]N M2!V97)S:6]N M/"]T:#X\=&@^-2XP+C,R/"]T:#X\+W1R/@T*/"]T86)L93X\8G(@+SX-"CQH M,CX\82!N86UE/2)M;V1U;&5?<&]S:7 at B/G!O" @/"]T9#X\+W1R/@T*/"]T86)L M93X\8G(@+SX-"CQT86)L92!B;W)D97(](C B(&-E;&QP861D:6YG/2(S(B!W M:61T:#TB-C P(CX-"CQT5]F:6QE/"]T9#X\=&0 at 8VQA4ET97)A=&]R+"!&:6QT97))=&5R871O&-E<'1I;VXL($QI;6ET271E&-E<'1I M;VXL(%!A&-E<'1I;VXL(%-I M;7!L95A-3$ET97)A=&]R+"!3<&Q&:6QE26YF;RP at 4W!L1FEL94]B:F5C="P@ M4W!L3V)J96-T4W1O'!E8W1E9%9A;'5E17AC97!T:6]N(#PO=&0^/"]T M2 \+W1D/CQT9"!C;&%SF5R(%-U<'!O"(^=V1D>#PO83X\+V at R/@T*/'1A8FQE(&)O MF5R(#PO=&0^/'1D(&-L87-S/2)V(CYE;F%B;&5D(#PO=&0^/"]T&UL/"]A M/CPO:#(^#0H\=&%B;&4 at 8F]R9&5R/2(P(B!C96QL<&%D9&EN9STB,R(@=VED M=&@](C8P,"(^#0H\='(^/'1D(&-L87-S/2)E(CY834P at 4W5P<&]R=" \+W1D M/CQT9"!C;&%S&UL&UL M=W)I=&5R(CYX;6QWFQI8B(^>FQI8CPO83X\+V at R/@T*/'1A M8FQE(&)OFQI8BYO=71P=71?8V]M M<')E7!O7W5S97(B73PO=&0^/'1D(&-L87-S/2)V(CYB,3)D M-#@V96%D/"]T9#X\+W1R/@T*/'1R/CQT9"!C;&%SFEL;&$O-"XP("AC;VUP871I8FQE M.R!-4TE%(#&%M<&QE+F-O;2!0;W)T(#@P)FQT.R]A9&1R M97-S)F=T.PT*/"]T9#X\+W1R/@T*/'1R/CQT9"!C;&%S&%M<&QE+F-O;3PO=&0^/"]T'0O:6YD97AE M9%]S96%R8V at O;6]D+VEN9&5X+G!H<#\\+W1D/CPO='(^#0H\='(^/'1D(&-L M87-S/2)E(CY?4T525D526R)30U))4%1?3D%-12)=/"]T9#X\=&0 at 8VQA7!O,V-O;F8O97AT+VEN9&5X961?"YP M:' \+W1D/CPO='(^#0H\='(^/'1D(&-L87-S/2)E(CY?4T525D526R)02%!? M4T5,1B)=/"]T9#X\=&0 at 8VQA7!O,V-O;F8O97AT+VEN9&5X M961?"YP:' \+W1D/CPO='(^#0H\='(^/'1D(&-L M87-S/2)E(CY?4T525D526R)215%515-47U1)344B73PO=&0^/'1D(&-L87-S M/2)V(CXQ,3 at W-CDU,C8S/"]T9#X\+W1R/@T*/"]T86)L93X\8G(@+SX-"CQH M,CY02% @3&EC96YS93PO:#(^#0H\=&%B;&4 at 8F]R9&5R/2(P(B!C96QL<&%D M9&EN9STB,R(@=VED=&@](C8P,"(^#0H\='(@8VQA2!O9B!-15)#2$%.5$%"24Q)5%D@;W(@1DE43D534R!& M3U(@02!005)424-53$%2(%!54E!/4T4N#0H\+W ^#0H\<#Y)9B!Y;W4 at 9&ED M(&YO="!R96-E:79E(&$@8V]P>2!O9B!T:&4 at 4$A0(&QI8V5N References: Message-ID: Hi. Bernd Wilke wrote: >> I am filling a table used by an extension through some direct import >> from another system. Among the fields filled is an image field. >> >> How do I make TYPO3 display a thumbnail in the BE after importing? > > while defining the table for TYPO3 you have to select show_thumbs=1 I know that. But thanks for the hint, it solved my problem - although I was sure the field was defined that way, it wasn't. ;) Karsten From dmitry at typo3.org Tue Aug 21 14:24:14 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 21 Aug 2007 15:24:14 +0300 Subject: [TYPO3] Typo3 4.1.2 on PHP 5.1 In-Reply-To: References: Message-ID: Bremm, Christian IDV-H wrote: > Anyone has any suggestions what to do? Or did anybody know that typo3 > wouldn't run on PHP 5.1? It runs fine on PHP 5.1.x and 5.3.x. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Tue Aug 21 14:26:50 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 21 Aug 2007 15:26:50 +0300 Subject: [TYPO3] Strange server configuration In-Reply-To: References: Message-ID: Hi! Pawe? Stanis?awczuk wrote: > After moving my TYPO3 to new server I've got strange error: > > Error in init.php: Path to TYPO3 main dir could not be resolved correctly. > > This happens if the last 6 characters of this path, > /home/webserwis/example/typo3conf/ext/indexed_search/mod/, (\$temp_path) is > NOT "typo3/" for some reason. That's correct. Indexed search is not supposed to be in typo3conf/ext. It is is a system extension, you should not have it installed locally. Take a look yourlesf: > [PATH_thisScript] => /home/webserwis/example/typo3conf/ext/indexed_search/mod/index.php > [TYPO3_MOD_PATH] => sysext/indexed_search/mod/ You see, TYPO3_MOD_PATH is in sysext, while real path is in typo3conf. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From ChristianBremm at gmx.de Tue Aug 21 14:44:50 2007 From: ChristianBremm at gmx.de (Christian Bremm) Date: Tue, 21 Aug 2007 14:44:50 +0200 Subject: [TYPO3] Parsing failure In-Reply-To: <20070821123659.107820@gmx.net> References: <20070821123659.107820@gmx.net> Message-ID: Hello, first i thought it's a php version failure. But it seems to be not. In the Apache logs i have following failure: unknown directive "##postjsmarker###" in parsed doc /srv/kfv/htdocs/cms/typo3/alt_main.php In the BE i only see: [an error occurred while processing this directive] nothing else. All pages in the frameset are blank. If i open the frameset files seperatly they seem to be normal and having normal content :( i only find posts in the web with similar problems but nowhere any way to resolve. greetz -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser From dmitry at typo3.org Tue Aug 21 14:59:32 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Tue, 21 Aug 2007 15:59:32 +0300 Subject: [TYPO3] Parsing failure In-Reply-To: References: <20070821123659.107820@gmx.net> Message-ID: Hi! Christian Bremm wrote: > first i thought it's a php version failure. But it seems to be not. > In the Apache logs i have following failure: > > unknown directive "##postjsmarker###" in parsed doc > /srv/kfv/htdocs/cms/typo3/alt_main.php > > In the BE i only see: > > [an error occurred while processing this directive] > > nothing else. I think the solution is obvious: look in the file if marker is there. If it is not there (and it should not be), ask your hosting company if they prepend/append somthing to PHP files. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From ChristianBremm at gmx.de Tue Aug 21 15:10:01 2007 From: ChristianBremm at gmx.de (Christian Bremm) Date: Tue, 21 Aug 2007 15:10:01 +0200 Subject: [TYPO3] Parsing failure In-Reply-To: References: <20070821123659.107820@gmx.net> Message-ID: Hi, it's mine. It's a vhost. This is my config: **** DocumentRoot /srv/XXX/htdocs/ ScriptAlias /srv/kfv/cgi-bin/ "/srv/XXX/htdocs/cgi-bin/" ErrorDocument 403 /err_403.php ErrorDocument 404 /err_403.php ErrorDocument 401 /err_401.html # AddOutputFilter INCLUDES .html .php .pl AllowOverride None Options +ExecCGI +Includes Order allow,deny Allow from all Options All AllowOverride All Order allow,deny Allow from all DirectoryIndex index.html index.php **** isn't there any document, what's to be enabled for Typo3. It's a new SUSI 10.1 64 Bit System so i hope there is no incompatibility with the apache mods... :( So on isn't there any necessary list with restrictions Typo3 afford from Apache and PHP? Thanks regarts -------- Original-Nachricht -------- > Datum: Tue, 21 Aug 2007 14:44:50 +0200 > Von: "Christian Bremm" > An: typo3-english at lists.netfielders.de > Betreff: [TYPO3] Parsing failure > > Hello, > > first i thought it's a php version failure. But it seems to be not. > In the Apache logs i have following failure: > > unknown directive "##postjsmarker###" in parsed doc > /srv/kfv/htdocs/cms/typo3/alt_main.php > > In the BE i only see: > > [an error occurred while processing this directive] > > nothing else. > > All pages in the frameset are blank. If i open the frameset files > seperatly they seem to be normal and having normal content :( i only find posts in > the web with similar problems but nowhere any way to resolve. > > greetz > > > -- > Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten > Browser-Versionen downloaden: http://www.gmx.net/de/go/browser > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger From ChristianBremm at gmx.de Tue Aug 21 15:35:35 2007 From: ChristianBremm at gmx.de (Christian Bremm) Date: Tue, 21 Aug 2007 15:35:35 +0200 Subject: [TYPO3] Parsing failure In-Reply-To: References: <20070821123659.107820@gmx.net> Message-ID: It's in template.php.. function insertStylesAndJS($content) { // insert accumulated CSS $this->inDocStylesArray[] = $this->inDocStyles; $styles = "\n".implode("\n", $this->inDocStylesArray); $content = str_replace('/*###POSTCSSMARKER###*/',$styles,$content); // insert accumulated JS $jscode = $this->JScode."\n".$this->wrapScriptTags(implode("\n", $this->JScodeArray)); $content = str_replace('',$jscode,$content); return $content; } -------- Original-Nachricht -------- > Datum: Tue, 21 Aug 2007 15:59:32 +0300 > Von: "Dmitry Dulepov [typo3]" > An: typo3-english at lists.netfielders.de > Betreff: Re: [TYPO3] Parsing failure > Hi! > > Christian Bremm wrote: > > first i thought it's a php version failure. But it seems to be not. > > In the Apache logs i have following failure: > > > > unknown directive "##postjsmarker###" in parsed doc > > /srv/kfv/htdocs/cms/typo3/alt_main.php > > > > In the BE i only see: > > > > [an error occurred while processing this directive] > > > > nothing else. > > I think the solution is obvious: look in the file if marker is there. If > it is not there (and it should not be), ask your hosting company if they > prepend/append somthing to PHP files. > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser From ChristianBremm at gmx.de Tue Aug 21 15:40:01 2007 From: ChristianBremm at gmx.de (Christian Bremm) Date: Tue, 21 Aug 2007 15:40:01 +0200 Subject: [TYPO3] Parsing failure In-Reply-To: References: <20070821123659.107820@gmx.net> Message-ID: I uncomment this: '.$charSet.' '.$generator.' '.htmlspecialchars($title).' '.$this->docStyle().' '.$this->JScode.' '.$tabJScode.' '.$this->wrapScriptTags(implode("\n", $this->JScodeArray)).' --> there it was '; // and now the page works. which code will be replaced there and wich directive in php does allow that? anybody knows? Thx -------- Original-Nachricht -------- > Datum: Tue, 21 Aug 2007 15:59:32 +0300 > Von: "Dmitry Dulepov [typo3]" > An: typo3-english at lists.netfielders.de > Betreff: Re: [TYPO3] Parsing failure > Hi! > > Christian Bremm wrote: > > first i thought it's a php version failure. But it seems to be not. > > In the Apache logs i have following failure: > > > > unknown directive "##postjsmarker###" in parsed doc > > /srv/kfv/htdocs/cms/typo3/alt_main.php > > > > In the BE i only see: > > > > [an error occurred while processing this directive] > > > > nothing else. > > I think the solution is obvious: look in the file if marker is there. If > it is not there (and it should not be), ask your hosting company if they > prepend/append somthing to PHP files. > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From ChristianBremm at gmx.de Tue Aug 21 16:01:20 2007 From: ChristianBremm at gmx.de (Christian Bremm) Date: Tue, 21 Aug 2007 16:01:20 +0200 Subject: [TYPO3] Parsing failure In-Reply-To: References: <20070821123659.107820@gmx.net> Message-ID: Ok i think i'have solved the problem: It might be a silly feature(hm bug?) from typo3. If the server side includes a configured on the system the "to be replaced tag" for this JS commands seemed to be an include for the server. He trys to replace it but surely it wouldn't work. The error accours the page will be blank. :) -------- Original-Nachricht -------- > Datum: Tue, 21 Aug 2007 15:59:32 +0300 > Von: "Dmitry Dulepov [typo3]" > An: typo3-english at lists.netfielders.de > Betreff: Re: [TYPO3] Parsing failure > Hi! > > Christian Bremm wrote: > > first i thought it's a php version failure. But it seems to be not. > > In the Apache logs i have following failure: > > > > unknown directive "##postjsmarker###" in parsed doc > > /srv/kfv/htdocs/cms/typo3/alt_main.php > > > > In the BE i only see: > > > > [an error occurred while processing this directive] > > > > nothing else. > > I think the solution is obvious: look in the file if marker is there. If > it is not there (and it should not be), ask your hosting company if they > prepend/append somthing to PHP files. > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail From m.bless at gmx.de Tue Aug 21 16:19:13 2007 From: m.bless at gmx.de (Martin Bless) Date: Tue, 21 Aug 2007 16:19:13 +0200 Subject: [TYPO3] Bug? Using UTF-8, 'Ä' in template.constants: Error 102! References: Message-ID: Hi Karsten, thank you very much for your very good explanations. On Mon, 20 Aug 2007 10:09:36 +0300, Karsten Dambekalns wrote: >We start *all* sites with pure UTF-8 now. ... >As soon as DB and PHP and the content behave well together, no further >problems are to be expected. ... That's really good news. >A SET NAMES 'x' statement is equivalent to these three statements: > SET character_set_client = x; > SET character_set_results = x; > SET character_set_connection = x; > >A SET CHARACTER SET x statement is equivalent to these three statements: > SET character_set_client = x; > SET character_set_results = x; > SET collation_connection = @@collation_database; Hhm, I have to admit I don't really get it. What does SET collation_connection = @@collation_database; mean? This line seems to make the difference. The collation of the database is "utf8_general_ci". Do you understand what "collation_connection" means? An why and how does this affect just the data in the BLOBs sys_template.constants and sys_template.config but not tt_content.bodytext? have a nice day Martin From m.bless at gmx.de Tue Aug 21 16:22:47 2007 From: m.bless at gmx.de (Martin Bless) Date: Tue, 21 Aug 2007 16:22:47 +0200 Subject: [TYPO3] Bug? Using UTF-8, 'Ä' in template.constants: Error 102! References: Message-ID: I forgot to mention http://bugs.typo3.org/view.php?id=6098 which is related to the issues discussed here. Martin From typo3-english at lists.netfielders.de Tue Aug 21 16:24:26 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Tue, 21 Aug 2007 09:24:26 CDT Subject: [TYPO3] All text is underlined Message-ID: Hello all. I am using templavoila to do most of my layout and have the following TypoScript: # Default PAGE object: page = PAGE page.typeNum = 0 page.config.doctype = xhtml_strict page.config.doctypeSwitch = 1 page.config.index_enable = 1 page.config.index_externals = 1 page.config.metaCharset = utf-8 page.10 = USER page.10.userFunc = tx_templavoila_pi1->main Now, when I take away the page.config items, everything renders normally. But when I add the first page.config item (page.config.doctype = xhtml_strict) all of my text is now underlined and I cannot use CSS to turn it off. Any thoughts on what might be causing this? From fsuter at cobweb.ch Tue Aug 21 16:30:34 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Tue, 21 Aug 2007 16:30:34 +0200 Subject: [TYPO3] Changing header styles Message-ID: Hi all, I'm trying to change the rendering of the content element headers (defined in lib.stdheader) and am stumbling on a weird behaviour. If I enter such a line in my TS setup: lib.stdheader.10.1.fontTag =

                  |

                  I indeed get the header rendered inside an

                  tag, but the bodytext is also wrapped in an

                  tag. Note that both header and bodytext get their own

                  . It's not that they are wrapped together inside the same tag. Any ideas what I am doing wrong? Or is this a bug? I also tried: lib.stdheader.10.1.fontTag > lib.stdheader.10.1.wrap =

                  |

                  but the result is the same. Thanks for any help Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- From bedlamhotel at gmail.com Tue Aug 21 16:35:42 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Tue, 21 Aug 2007 07:35:42 -0700 Subject: [TYPO3] All text is underlined In-Reply-To: References: Message-ID: Hi, On 8/21/07, lokisapocalypse wrote: > Hello all. I am using templavoila to do most of my layout and have the following TypoScript: > > # Default PAGE object: > page = PAGE > page.typeNum = 0 > page.config.doctype = xhtml_strict > page.config.doctypeSwitch = 1 > page.config.index_enable = 1 > page.config.index_externals = 1 > page.config.metaCharset = utf-8 > page.10 = USER > page.10.userFunc = tx_templavoila_pi1->main > > Now, when I take away the page.config items, everything renders normally. But when I add the first page.config item (page.config.doctype = xhtml_strict) all of my text is now underlined and I cannot use CSS to turn it off. Any thoughts on what might be causing this? TYPO3 just outputs HTML. Validate the code and fix the mistake(s). For what it's worth, it sounds like there is an unclosed link or anchor in your page somewhere. -- Christopher Torgalson http://www.typo3apprentice.com/ From headhunterxiii at yahoo.ca Tue Aug 21 16:41:16 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Tue, 21 Aug 2007 15:41:16 +0100 Subject: [TYPO3] Changing header styles In-Reply-To: References: Message-ID: > lib.stdheader.10.1.fontTag =

                  |

                  Ummm try *closing* the headline tag! lib.stdheader.10.1.fontTag =

                  |

                  hth Francois Suter wrote: > Hi all, > > I'm trying to change the rendering of the content element headers > (defined in lib.stdheader) and am stumbling on a weird behaviour. If I > enter such a line in my TS setup: > > lib.stdheader.10.1.fontTag =

                  |

                  > > I indeed get the header rendered inside an

                  tag, but the bodytext is > also wrapped in an

                  tag. Note that both header and bodytext get > their own

                  . It's not that they are wrapped together inside the same > tag. > > Any ideas what I am doing wrong? Or is this a bug? > > I also tried: > > lib.stdheader.10.1.fontTag > > lib.stdheader.10.1.wrap =

                  |

                  > > but the result is the same. > > Thanks for any help > > Fran?ois Suter > Directeur technique > ------------------------------------------------------------------------------------------------------------------------------------- > > Cobweb Development S?rl > www.cobweb.ch > ------------------------------------------------------------------------------------------------------------------------------------- > > > From fsuter at cobweb.ch Tue Aug 21 16:46:41 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Tue, 21 Aug 2007 16:46:41 +0200 Subject: [TYPO3] Changing header styles In-Reply-To: References: Message-ID: Hi Tyler, >> lib.stdheader.10.1.fontTag =

                  |

                  > > Ummm try *closing* the headline tag! > > lib.stdheader.10.1.fontTag =

                  |

                  Oh, the shame! I think I'll just curl up in a corner and die :-) Thanks a lot Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- From headhunterxiii at yahoo.ca Tue Aug 21 16:49:32 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Tue, 21 Aug 2007 15:49:32 +0100 Subject: [TYPO3] Changing header styles In-Reply-To: References: Message-ID: Hi, LOL no problem - I was kind of wondering ;-) Francois Suter wrote: > Hi Tyler, > >>> lib.stdheader.10.1.fontTag =

                  |

                  >> >> Ummm try *closing* the headline tag! >> >> lib.stdheader.10.1.fontTag =

                  |

                  > > Oh, the shame! I think I'll just curl up in a corner and die :-) > > Thanks a lot > > Fran?ois Suter > Directeur technique > ------------------------------------------------------------------------------------------------------------------------------------- > > Cobweb Development S?rl > www.cobweb.ch > ------------------------------------------------------------------------------------------------------------------------------------- > > > From joe at geckohost.com Tue Aug 21 17:34:57 2007 From: joe at geckohost.com (Joseph Toon) Date: Tue, 21 Aug 2007 08:34:57 -0700 Subject: [TYPO3] PDF/AI errors in Install Tool In-Reply-To: References: Message-ID: I know that. I have ghostscript installed. this works great on another site that is running out of the same typo3 main folder on the same server (see end of my original message). It was working on this site but then stopped working for some reason (very strange). Jens Hoffmann wrote: > GD / IM can't open AI/PDF at all ... you need a extra tool for this! > > >> Ghostscript or something like this. -- joe | geckohost.com From beterbram at hotmail.com Tue Aug 21 17:49:01 2007 From: beterbram at hotmail.com (Bram de Leeuw) Date: Tue, 21 Aug 2007 17:49:01 +0200 Subject: [TYPO3] howto setup cron task for direct mail extension Message-ID: Dear list recipients,I have the direct mail extension set up and running. Sending the mails works perfect as long as I manually invoke the mailer engine. But now I want to use the mailer cron task. Since I have a recipient-list of over 1600 subscribers and don't want to choke the receiving server (all subscribers are members of a school, so they are all on the same mail server) it is necessary to send the mails per 45 mails per 30 minutes.The things I don't understand from the extension manual is where to put the following line: */5 * * * * /home/....../public_html/typo3conf/ext/direct_mail/mod/dmailerd.phpcron> /dev/null It seems as if the writer of the manual assumes you to know but I don't. And also I can't find this information anywhere! On every tutorial or message board I checked nobody states where to insert the above line.Any help is greatly appreciated! Bram de Leeuw. _________________________________________________________________ Zoek met Live Search en ervaar het verschil. Test het NU, klik hier! http://www.live.com/?mkt=nl-nl From jbaviat at gmail.com Tue Aug 21 17:52:39 2007 From: jbaviat at gmail.com (Jean-Baptiste Aviat) Date: Tue, 21 Aug 2007 17:52:39 +0200 Subject: [TYPO3] howto setup cron task for direct mail extension In-Reply-To: References: Message-ID: Hello, You just have to put this line in /etc/crontab. You can find more information about your specific distribution configuration by consulting cron 's man, just type "man crontab". Jean-Baptiste Bram de Leeuw wrote: > > Dear list recipients,I > have the direct mail extension set up and running. Sending the mails > works perfect as long as I manually invoke the mailer engine. But now I > want to use the mailer cron task. Since I have a recipient-list of over > 1600 subscribers and don't want to choke the receiving server (all > subscribers are members of a school, so they are all on the same mail > server) it is necessary to send the mails per 45 mails per 30 minutes.The things I don't understand from the extension manual is where to put the following line: > */5 * * * * /home/....../public_html/typo3conf/ext/direct_mail/mod/dmailerd.phpcron> /dev/null > It seems as if the writer of the manual assumes you to know but I > don't. And also I can't find this information anywhere! On every > tutorial or message board I checked nobody states where to insert the > above line.Any help is greatly appreciated! Bram de Leeuw. > _________________________________________________________________ > Zoek met Live Search en ervaar het verschil. Test het NU, klik hier! > http://www.live.com/?mkt=nl-nl > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3 at ambitiondesign.nl Tue Aug 21 17:53:28 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Tue, 21 Aug 2007 17:53:28 +0200 Subject: [TYPO3] howto setup cron task for direct mail extension In-Reply-To: References: Message-ID: Hi Bram, On most Unix systems you can edit your crontabs using the command "crontab -e" It's also a good thing to test the command you put in the crontab file by first typing /home/...../dmailerd.phpcron in your shell to see if the execution rights are set correctly or other errors occur Op 21-aug-2007, om 17:49 heeft Bram de Leeuw het volgende geschreven: > > > Dear list recipients,I > have the direct mail extension set up and running. Sending the mails > works perfect as long as I manually invoke the mailer engine. But > now I > want to use the mailer cron task. Since I have a recipient-list of > over > 1600 subscribers and don't want to choke the receiving server (all > subscribers are members of a school, so they are all on the same mail > server) it is necessary to send the mails per 45 mails per 30 > minutes.The things I don't understand from the extension manual is > where to put the following line: > */5 * * * * /home/....../public_html/typo3conf/ext/direct_mail/mod/ > dmailerd.phpcron> /dev/null > It seems as if the writer of the manual assumes you to know but I > don't. And also I can't find this information anywhere! On every > tutorial or message board I checked nobody states where to insert the > above line.Any help is greatly appreciated! Bram de Leeuw. > _________________________________________________________________ > Zoek met Live Search en ervaar het verschil. Test het NU, klik hier! > http://www.live.com/?mkt=nl-nl > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From beterbram at hotmail.com Tue Aug 21 18:13:33 2007 From: beterbram at hotmail.com (Bram de Leeuw) Date: Tue, 21 Aug 2007 18:13:33 +0200 Subject: [TYPO3] howto setup cron task for direct mail extension Message-ID: Jean,thank you for your quick reply. But I still don't understand what you mean.I can't find the file crontab.And I don't know where to find cron's man. (assuming that man stands for manager)Cheers,Bram de LeeuwJean Baptiste wrote:Hello,You just have to put this line in /etc/crontab.You can find more information about your specific distribution configuration by consulting cron 's man, just type "man crontab".Jean-Baptiste Bram de Leeuw wrote:> > Dear list recipients,I> have the direct mail extension set up and running. Sending the mails> works perfect as long as I manually invoke the mailer engine. But now I> want to use the mailer cron task. Since I have a recipient-list of over> 1600 subscribers and don't want to choke the receiving server (all> subscribers are members of a school, so they are all on the same mail> server) it is necessary to send the mails per 45 mails per 30 minutes.> The things I don't understand from the extension manual is where to put the following line:> */5 * * * * /home/....../public_html/typo3conf/ext/direct_mail/mod/dmailerd.phpcron> /dev/null> > It seems as if the writer of the manual assumes you to know but I> don't. And also I can't find this information anywhere! On every> tutorial or message board I checked nobody states where to insert the> above line.Any help is greatly appreciated! Bram de Leeuw. _________________________________________________________________ Live Search: de zoekmachine van de makers van MSN! http://www.live.com/?mkt=nl-nl From dosipov at phillyburbs.com Tue Aug 21 18:19:31 2007 From: dosipov at phillyburbs.com (Osipov Dan) Date: Tue, 21 Aug 2007 12:19:31 -0400 Subject: [TYPO3] howto setup cron task for direct mail extension Message-ID: Bram, are you using a UNIX/LINUX system? If you are, crontab is in the /etc directory. If you're using Windows, use the scheduled tasks instead of cron. Dan -----Original Message----- From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Bram de Leeuw Sent: Tuesday, August 21, 2007 12:14 PM To: typo3-english at lists.netfielders.de Subject: [TYPO3] howto setup cron task for direct mail extension Jean,thank you for your quick reply. But I still don't understand what you mean.I can't find the file crontab.And I don't know where to find cron's man. (assuming that man stands for manager)Cheers,Bram de LeeuwJean Baptiste wrote:Hello,You just have to put this line in /etc/crontab.You can find more information about your specific distribution configuration by consulting cron 's man, just type "man crontab".Jean-Baptiste Bram de Leeuw wrote:> > Dear list recipients,I> have the direct mail extension set up and running. Sending the mails> works perfect as long as I manually invoke the mailer engine. But now I> want to use the mailer cron task. Since I have a recipient-list of over> 1600 subscribers and don't want to choke the receiving server (all> subscribers are members of a school, so they are all on the same mail> server) it is necessary to send the mails per 45 mails per 30 minutes.> The things I don't understand from the extension manual is where to put the following li ne:> */5 * * * * /home/....../public_html/typo3conf/ext/direct_mail/mod/dmailerd.phpcron> /dev/null> > It seems as if the writer of the manual assumes you to know but I> don't. And also I can't find this information anywhere! On every> tutorial or message board I checked nobody states where to insert the> above line.Any help is greatly appreciated! Bram de Leeuw. _________________________________________________________________ Live Search: de zoekmachine van de makers van MSN! http://www.live.com/?mkt=nl-nl _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From typo3-english at lists.netfielders.de Tue Aug 21 19:56:49 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Tue, 21 Aug 2007 12:56:49 CDT Subject: [TYPO3] PHP scripts to make custom menus Message-ID: Is it possible in typo3 to use a PHP script to create a menu? For example, suppose I have directory LEVEL0. Then inside LEVEL0 I have directories LEVEL1-A, LEVEL1-B, and LEVEL1-C. Suppose that LEVEL1-A and LEVEL1-B have 10 subpages each and that LEVEL1-C has only 5 subpages. I want to generate a table-like menu that will look similar to the following: LEVEL1-A LEVEL1-B LEVEL1-C link a link f link a link f link a link b link g link b link g link b link c link h link c link h link c link d link i link d link i link d link e link j link e link j link e So even though LEVEL1-A and LEVEL1-B have more links, it looks balanced. While I don't think that it is possible to achieve this with TypoScript, I think it might be possible with PHP and userfunc. Am I correct in assuming this ? From jasper at jasperbaalhuis.nl Tue Aug 21 20:13:17 2007 From: jasper at jasperbaalhuis.nl (jasper at jasperbaalhuis.nl) Date: Tue, 21 Aug 2007 20:13:17 +0200 Subject: [TYPO3] Page loading problem Message-ID: Hi, I just started up a website, typo3.jasperbaalhuis.nl When i view my website about half the times the site does not load blank page in firefox connection error in IE. When i press refresh the page instantly loads... I have looked everywhere but i cannot find the source of my problem, Please help, Jasper From tapio.markula at xetpoint.fi Tue Aug 21 20:56:57 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Tue, 21 Aug 2007 21:56:57 +0300 Subject: [TYPO3] PHP scripts to make custom menus In-Reply-To: References: Message-ID: lokisapocalypse kirjoitti: > Is it possible in typo3 to use a PHP script to create a menu? For example, suppose I have directory LEVEL0. Then inside LEVEL0 I have directories LEVEL1-A, LEVEL1-B, and LEVEL1-C. Suppose that LEVEL1-A and LEVEL1-B have 10 subpages each and that LEVEL1-C has only 5 subpages. I want to generate a table-like menu that will look similar to the following: > > LEVEL1-A LEVEL1-B LEVEL1-C > link a link f link a link f link a > link b link g link b link g link b > link c link h link c link h link c > link d link i link d link i link d > link e link j link e link j link e While I don't think that it is possible to achieve this with TypoScript You can define using TS your own menu function. But you can divide with TS links to two columns. Need some work endeed and I don't have currently an example. From olivier.dobberkau at dkd.de Tue Aug 21 21:53:57 2007 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Tue, 21 Aug 2007 21:53:57 +0200 Subject: [TYPO3] Which t3lib function to retrieve BE User Group members? In-Reply-To: References: Message-ID: Oliver Friesen schrieb: > All, > > Which t3lib function should I use to retrieve BE User Group members? > > I've tried searching the docs and the API reference... Hi Oliver, Have a look at our tc_beuser ext. There is such a function. Greetings, Olivier From ps at todesign.pl Wed Aug 22 07:02:03 2007 From: ps at todesign.pl (Paweł Stanisławczuk) Date: Wed, 22 Aug 2007 07:02:03 +0200 Subject: [TYPO3] Strange server configuration References: Message-ID: Hi, Ok. So it has no connection with "insert plugin" edit problem problem? Something is really wrong with config of my server, I would only like to know what, so I could tell it to my admin... Regards Pawe? Stanis?awczuk U?ytkownik "Dmitry Dulepov [typo3]" napisa? w wiadomo?ci news:mailman.1.1187699211.21989.typo3-english at lists.netfielders.de... > Hi! > > Pawe? Stanis?awczuk wrote: >> After moving my TYPO3 to new server I've got strange error: >> >> Error in init.php: Path to TYPO3 main dir could not be resolved >> correctly. >> >> This happens if the last 6 characters of this path, >> /home/webserwis/example/typo3conf/ext/indexed_search/mod/, (\$temp_path) >> is NOT "typo3/" for some reason. > > That's correct. Indexed search is not supposed to be in typo3conf/ext. It > is is a system extension, you should not have it installed locally. > > Take a look yourlesf: > >> [PATH_thisScript] => >> /home/webserwis/example/typo3conf/ext/indexed_search/mod/index.php >> [TYPO3_MOD_PATH] => sysext/indexed_search/mod/ > > You see, TYPO3_MOD_PATH is in sysext, while real path is in typo3conf. > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs From typothree at gmail.com Wed Aug 22 09:11:33 2007 From: typothree at gmail.com (dave typo) Date: Wed, 22 Aug 2007 09:11:33 +0200 Subject: [TYPO3] &type=98 only shows the first content element Message-ID: I have 4 content elements as mapped by templavoila. When I enable a print preview, only the content element that appears first in the list is displayed. The rest aren't shown. Also, the unused elements of the page are displayed when they shouldn't be. It's strange. Does anyone know of a way to configure, (possibly via typoscript) the print 98 so that it displays all of the content elements? thank you again, -dave From mrego at igalia.com Wed Aug 22 09:12:03 2007 From: mrego at igalia.com (Manuel Rego Casasnovas) Date: Wed, 22 Aug 2007 09:12:03 +0200 Subject: [TYPO3] RealURL in japanese Message-ID: Hello, I have some problem with RealURL extension when I use japanese language in my page titles. The problem is that the function encodeTitle returns an empty string when I call it with a string in japanese. More specifically, the problem is related with the function csConvObj->specCharsToASCII, because this function doesn't change the japanese characters to ASCII characters. When I call the function with any japanese text: specCharsToASCII('utf-8', '???') it returns the same japanese text: ??? Somebody knows any solution to this problem? Best regards, Rego -- Manuel Rego Casasnovas Computer Science Engineer mailto:mrego at igalia.com Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com From karsten at typo3.org Wed Aug 22 10:55:12 2007 From: karsten at typo3.org (Karsten Dambekalns) Date: Wed, 22 Aug 2007 11:55:12 +0300 Subject: [TYPO3] =?iso-8859-1?q?Bug=3F_Using_UTF-8=2C_=27=C4=27_in_templat?= =?iso-8859-1?q?e=2Econstants=3A_Error_102!?= In-Reply-To: References: Message-ID: Hi. Martin Bless wrote: > Hhm, I have to admit I don't really get it. What does > SET collation_connection = @@collation_database; > mean? This line seems to make the difference. It sets the connection collation (roughly put, "charset stuff") to that of the database (server? not sure here). > An why and how does this affect just the data in the BLOBs > sys_template.constants and sys_template.config but not > tt_content.bodytext? Rather the other way: BLOBs are (BINARY large object, eh?) *not* affected by any charset conversion stuff. Karsten From dmitry at typo3.org Wed Aug 22 11:39:22 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 22 Aug 2007 12:39:22 +0300 Subject: [TYPO3] FYI: mnogosearch extension is updated Message-ID: Hi! Now it can use template file with markers instead of templavoila templates. Mnual is also updated to better explain how to work with extension. This version is 0.0.9 and should popup in TER after next TER update cycle. For those who do not know what it is about: mnogosearch extension is an [successful] attempt to use external search engine named mnoGoSearch for typo3-based web sites. It reindexes only modified pages, understands word forms and provides two templating options to choose your favorite one. For templavoila users it even has premapped templates. The downside of it is that you have to install additional software on the server, which takes half an hour or so. I will make a demo site for this extension soon and post address to this newsgroup. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 22 11:41:57 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 22 Aug 2007 12:41:57 +0300 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi! Manuel Rego Casasnovas wrote: > I have some problem with RealURL extension when I use japanese language > in my page titles. Since it uses csConvObj->specCharsToASCII, it is not a problem of realurl but typo3 core... Any part of typo3 will have the same problem. > The problem is that the function encodeTitle returns an empty string > when I call it with a string in japanese. > More specifically, the problem is related with the function > csConvObj->specCharsToASCII, because this function doesn't change the > japanese characters to ASCII characters. When I call the function with > any japanese text: > specCharsToASCII('utf-8', '???') > it returns the same japanese text: > ??? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From stano.paska at gmail.com Wed Aug 22 12:03:09 2007 From: stano.paska at gmail.com (=?UTF-8?Q?Stano_Pa=C5=A1ka?=) Date: Wed, 22 Aug 2007 12:03:09 +0200 Subject: [TYPO3] imgResource returns jpg Message-ID: Hi, I use imgResource in TypoScript to produce small thumbnails from jpegs. Thumbnail has a jpg extension but it is gif file (with ugly dither). ... { file.width = 120c file.height = 120c file.maxH = 120 file.maxW = 120 } When use this ... { // file.width = 120c // file.height = 120c file.maxH = 120 file.maxW = 120 } thumbnails are correct jpgs and looks nicer, but does not have square dimensions. I tried combinations of this file.ext = jpg file.type = jpg file.format = jpg file.params = -format jpg -quality 75 -type TrueColor but with no luck. Can you help me? Thanks. Stano Paska. From rockysynergy at max-source.com Wed Aug 22 12:00:32 2007 From: rockysynergy at max-source.com (Rocky Ou) Date: Wed, 22 Aug 2007 18:00:32 +0800 Subject: [TYPO3] Set up the correct EXT language label for non English website In-Reply-To: References: Message-ID: rocky Ou wrote: > Hey List, > > I'm developing a Chinese website using TYPO3. I have been able to set > the default language to Chinese. I have localized Chinese labels in the > extensions' locallang.php. I have made the > TYPO3_CONF_VARS['BE']['forceCharset'] to be utf-8. The problem is that > the extension labels shows the unreadable code but the menu and other > part shows the correct Chinese characters. > > Can any of you help me please? > > Blessings, > Rocky Use EXTDEVAL EXT convert locallang.php into locallang.xml and use LFEditor to translate the EXT works. Blessings, Rocky From mrego at igalia.com Wed Aug 22 12:39:10 2007 From: mrego at igalia.com (Manuel Rego Casasnovas) Date: Wed, 22 Aug 2007 12:39:10 +0200 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi Dimitry, Dmitry Dulepov [typo3] escribi?: > Since it uses csConvObj->specCharsToASCII, it is not a problem of > realurl but typo3 core... Any part of typo3 will have the same problem. > Is there any possibility to configure RealURL so that use the english title of the pages to make the URL when you are navigating in japanese? My problem is that the links in my pages doesn't work, I think that with this I'll solve my problem, however I don't know if this is possible or no? Thank you very much, Rego -- Manuel Rego Casasnovas Computer Science Engineer mailto:mrego at igalia.com Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com From ChristianBremm at gmx.de Wed Aug 22 13:15:25 2007 From: ChristianBremm at gmx.de (Christian Bremm) Date: Wed, 22 Aug 2007 13:15:25 +0200 Subject: [TYPO3] automaticly assign issus to a user Message-ID: Hi, last time i saw a mantisbt-system, where new issus in different projects automaticly assigned to defined users? Did somebody know how to configure this? I don't find :( . thanks for help -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From mrego at igalia.com Wed Aug 22 13:39:54 2007 From: mrego at igalia.com (Manuel Rego Casasnovas) Date: Wed, 22 Aug 2007 13:39:54 +0200 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi, > My problem is that the links in my pages doesn't work, I think that with > this I'll solve my problem, however I don't know if this is possible or no? I've found a trick to solve my problem. I've commented one line in function encodeTitle of RealURL extension: // $processedTitle = ereg_replace('[^a-zA-Z0-9\\'.$space.']', '', $processedTitle); // strip the rest With this I get that my links work in japanese, and my URL's are like: http://localhost/jp/??????? Best regards, Rego From dmitry at typo3.org Wed Aug 22 14:20:16 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 22 Aug 2007 15:20:16 +0300 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Manuel Rego Casasnovas wrote: > I've found a trick to solve my problem. > I've commented one line in function encodeTitle of RealURL extension: > // $processedTitle = > ereg_replace('[^a-zA-Z0-9\\'.$space.']', '', $processedTitle); // strip > the rest > > With this I get that my links work in japanese, and my URL's are like: > http://localhost/jp/??????? This is not a valid link... Links can have only some ascii characters. You are breaking standards. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From info at cybercraft.de Wed Aug 22 14:42:42 2007 From: info at cybercraft.de (JoH) Date: Wed, 22 Aug 2007 14:42:42 +0200 Subject: [TYPO3] imgResource returns jpg References: Message-ID: > I use imgResource in TypoScript to produce small thumbnails from > jpegs. Thumbnail has a jpg extension but it is gif file (with ugly > dither). > > ... { > file.width = 120c > file.height = 120c > file.maxH = 120 > file.maxW = 120 > } This is a known bug of the cropscale feature (which is triggered by the c behind the size value). It's currently based on a GIFBUILDER setup which is hardcoded as a PHP array so you can't get rid of it unless you use a patch from the bugtracker. HTH Joey From typothree at gmail.com Wed Aug 22 14:45:05 2007 From: typothree at gmail.com (dave typo) Date: Wed, 22 Aug 2007 14:45:05 +0200 Subject: [TYPO3] what is the best mailing system for typo3? Message-ID: what is the best mailing system for typo3? I'm using direct mail and it seems buggy... what do you use? -dave From info at cybercraft.de Wed Aug 22 14:48:14 2007 From: info at cybercraft.de (JoH) Date: Wed, 22 Aug 2007 14:48:14 +0200 Subject: [TYPO3] what is the best mailing system for typo3? References: Message-ID: > what is the best mailing system for typo3? I'm using direct mail and > it seems buggy... > > what do you use? For those clients who needed it we used direct mail and from our experience I don't see why it should be "buggy". Could you explain those bugs a bit more? Joey From tapio.markula at xetpoint.fi Wed Aug 22 14:51:53 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 22 Aug 2007 15:51:53 +0300 Subject: [TYPO3] Indexed search doesn't work when logged as fe user Message-ID: Hi We have a problem that indexed search doesn't work when logged as fe user. What might cause that? From mack at xnos.org Wed Aug 22 14:59:56 2007 From: mack at xnos.org (Benjamin Mack) Date: Wed, 22 Aug 2007 14:59:56 +0200 Subject: [TYPO3] what is the best mailing system for typo3? In-Reply-To: References: Message-ID: Hey Joey, Well. I think direct_mail seems totally unsusable (maybe that's what Dave meant when he said buggy) because the overview is getting lost with the different types and the structure of the extension. My clients were really frustrated. I therefore told my clients to use something else... until I found the latest version of direct_mail (right now in typo3xdev) by Ivan Kartolo which is totally AWESOME. Really, I urge everybody to try it out. I used it for a couple of clients last month and they were totally excited ("Whow, that's it? That was fast!"). So, yeah - direct_mail isn't the best, but the latest and greatest development version is just what everybody needs! greetings, benni. -SDG- www.xnos.de // www.xnos.org JoH wrote: >> what is the best mailing system for typo3? I'm using direct mail and >> it seems buggy... >> >> what do you use? > > For those clients who needed it we used direct mail and from our experience > I don't see why it should be "buggy". > Could you explain those bugs a bit more? > > Joey > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From typothree at gmail.com Wed Aug 22 15:04:43 2007 From: typothree at gmail.com (dave typo) Date: Wed, 22 Aug 2007 15:04:43 +0200 Subject: [TYPO3] what is the best mailing system for typo3? In-Reply-To: References: Message-ID: how do i get the latest by ivan kartolo? its not in the repository.... damn.. sourceforge is blocked here.. can someone send me the tx3? On 8/22/07, Benjamin Mack wrote: > Hey Joey, > > Well. I think direct_mail seems totally unsusable (maybe that's what > Dave meant when he said buggy) because the overview is getting lost with > the different types and the structure of the extension. My clients were > really frustrated. I therefore told my clients to use something else... > until I found the latest version of direct_mail (right now in typo3xdev) > by Ivan Kartolo which is totally AWESOME. Really, I urge everybody to > try it out. I used it for a couple of clients last month and they were > totally excited ("Whow, that's it? That was fast!"). > > So, yeah - direct_mail isn't the best, but the latest and greatest > development version is just what everybody needs! > > greetings, > benni. > -SDG- > > www.xnos.de // www.xnos.org > > > JoH wrote: > >> what is the best mailing system for typo3? I'm using direct mail and > >> it seems buggy... > >> > >> what do you use? > > > > For those clients who needed it we used direct mail and from our experience > > I don't see why it should be "buggy". > > Could you explain those bugs a bit more? > > > > Joey > > > > > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3 at ambitiondesign.nl Wed Aug 22 15:10:56 2007 From: typo3 at ambitiondesign.nl (Rens Admiraal) Date: Wed, 22 Aug 2007 15:10:56 +0200 Subject: [TYPO3] what is the best mailing system for typo3? In-Reply-To: References: Message-ID: Hi Dave, I sent it to you. Op 22-aug-2007, om 15:04 heeft dave typo het volgende geschreven: > how do i get the latest by ivan kartolo? its not in the repository.... > > damn.. sourceforge is blocked here.. > > can someone send me the tx3? > > On 8/22/07, Benjamin Mack wrote: >> Hey Joey, >> >> Well. I think direct_mail seems totally unsusable (maybe that's what >> Dave meant when he said buggy) because the overview is getting >> lost with >> the different types and the structure of the extension. My clients >> were >> really frustrated. I therefore told my clients to use something >> else... >> until I found the latest version of direct_mail (right now in >> typo3xdev) >> by Ivan Kartolo which is totally AWESOME. Really, I urge everybody to >> try it out. I used it for a couple of clients last month and they >> were >> totally excited ("Whow, that's it? That was fast!"). >> >> So, yeah - direct_mail isn't the best, but the latest and greatest >> development version is just what everybody needs! >> >> greetings, >> benni. >> -SDG- >> >> www.xnos.de // www.xnos.org >> >> >> JoH wrote: >>>> what is the best mailing system for typo3? I'm using direct mail >>>> and >>>> it seems buggy... >>>> >>>> what do you use? >>> >>> For those clients who needed it we used direct mail and from our >>> experience >>> I don't see why it should be "buggy". >>> Could you explain those bugs a bit more? >>> >>> Joey >>> >>> >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From beterbram at hotmail.com Wed Aug 22 15:26:23 2007 From: beterbram at hotmail.com (Bram de Leeuw) Date: Wed, 22 Aug 2007 15:26:23 +0200 Subject: [TYPO3] howto setup cron task for direct mail extension Message-ID: Thanks Jean-Baptiste, I've got it working now! The problem was that I had no clue about what so called cron tasks are. After reading on fora and consulting my hosting provider the mail system is working perfectly. I the last mail from this list I read something about the latest version of direct mail being awesome. I will definatly check it out soon! Bram.> Hello,> You just have to put this line in /etc/crontab.> You can find more information about your specific distribution > configuration by consulting cron 's man, just type "man crontab".> Jean-Baptiste > Bram de Leeuw wrote:> > > > Dear list recipients,I> > have the direct mail extension set up and running. Sending the mails> > works perfect as long as I manually invoke the mailer engine. But now I> > want to use the mailer cron task. Since I have a recipient-list of over> > 1600 subscribers and don't want to choke the receiving server (all> > subscribers are members of a school, so they are all on the same mail> > server) it is necessary to send the mails per 45 mails per 30 minutes.The things I don't understand from the extension manual is where to put the following line:> > */5 * * * * /home/....../public_html/typo3conf/ext/direct_mail/mod/dmailerd.phpcron> /dev/null> > It seems as if the writer of the manual assumes you to know but I> > don't. And also I can't find this information anywhere! On every> > tutorial or message board I checked nobody states where to insert the> > above line.Any help is greatly appreciated! Bram de Leeuw. _________________________________________________________________ Zoek met Live Search en ervaar het verschil. Test het NU, klik hier! http://www.live.com/?mkt=nl-nl From stano.paska at gmail.com Wed Aug 22 15:32:12 2007 From: stano.paska at gmail.com (=?UTF-8?Q?Stano_Pa=C5=A1ka?=) Date: Wed, 22 Aug 2007 15:32:12 +0200 Subject: [TYPO3] imgResource returns jpg In-Reply-To: References: Message-ID: Thanks Joey, after applying patch it works. For other pioneers this is the link http://bugs.typo3.org/view.php?id=4186 attachment crop_scale.diff [^] (2,708 bytes) 27.02.07 22:02 I hope that this patch will appears in TYPO3 soon. Stano. On 8/22/07, JoH wrote: > > I use imgResource in TypoScript to produce small thumbnails from > > jpegs. Thumbnail has a jpg extension but it is gif file (with ugly > > dither). > > > > ... { > > file.width = 120c > > file.height = 120c > > file.maxH = 120 > > file.maxW = 120 > > } > > This is a known bug of the cropscale feature (which is triggered by the c > behind the size value). > It's currently based on a GIFBUILDER setup which is hardcoded as a PHP array > so you can't get rid of it unless you use a patch from the bugtracker. > > HTH > > Joey > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3-english at lists.netfielders.de Wed Aug 22 15:35:01 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Wed, 22 Aug 2007 08:35:01 CDT Subject: [TYPO3] Body tag attributes Message-ID: Hello all. Typo3 is adding extra attributes to my body tag. Specifically, it is adding leftmargin, topmargin, marginwidth, and marginheight. I am using the following TypoScript # Default PAGE object: page = PAGE page.typeNum = 0 page.config.doctype = xhtml_strict page.config.doctypeSwitch = 0 page.config.index_enable = 1 page.config.index_externals = 1 page.config.metaCharset = utf-8 page.10 = USER page.10.userFunc = tx_templavoila_pi1->main page.bodyTag = Yet this prints the body tag as . How can I get it to only print ? From daniel at netcreators.com Wed Aug 22 15:41:56 2007 From: daniel at netcreators.com (Daniel Doesburg [netcreators]) Date: Wed, 22 Aug 2007 15:41:56 +0200 Subject: [TYPO3] mail unsubscribe link is wrong in Windows Mail (Vista) Message-ID: Hi, Has anybody seen this problem and solved it? If you want to unscribe on a newsletter, you get a mail with a link. A part of that link looks like ?&cmd=delete&aC=5d . . . In a wellformed and polite emailclient you see this as shown above. In pe groupwise it's displayed as: ?&cmd=delete&aC=5d . . . But, and thats a bigger problem, the newest product from uncle Bill Gates (Vista) has, with Windows Mail, the same problem. And because the popularity of this client we have to solve this. I didn't mentioned but you can imagine that the second version of the link does not do the right trick. How, where and what can we do to fix this? Regards, Daniel Doesburg From master_nhg at mail.ru Wed Aug 22 15:53:58 2007 From: master_nhg at mail.ru (Alexander Agafonov) Date: Wed, 22 Aug 2007 17:53:58 +0400 Subject: [TYPO3] How to show content from parent page to all subpages In-Reply-To: References: Message-ID: Alexander ?????: > Alexander ?????: >> Jan Bednarik ?????: >> >>>> Is it mean what I need to place this code to all my sub pages? If it >>>> true it's not easy, because too many pages. Or I can place it to >>>> Tsconfig field on my parent page? >>> >>> >>> You could put it into the root page. But if you don't want this in >>> the root page, you can create extension template, where you put this >>> code a make this extension as "Extension on next level" of the root >>> template. >>> >> Oh, thanks Jan. >> Will try it. > Seems like this solution doesn't work, or I doing shomething wrong.. > Any advices? I found mistake, Thanks to all From ab.becker at web.de Wed Aug 22 16:22:38 2007 From: ab.becker at web.de (Andreas Becker) Date: Wed, 22 Aug 2007 21:22:38 +0700 Subject: [TYPO3] Body tag attributes In-Reply-To: References: Message-ID: Hallo Apocalypse Lokisch es waere nett wenn Du deinen vollen Namen Nennen wuerdest. Danke Probiere es einmal hiermit de_addbodyjscript_0.1.7.t3x Gruss Andreas Becker From Nagita.k at gmail.com Wed Aug 22 16:30:05 2007 From: Nagita.k at gmail.com (Nagita Karunaratne) Date: Wed, 22 Aug 2007 07:30:05 -0700 Subject: [TYPO3] categories and subcategories in tt_news Message-ID: Hi, I create tt-news categories and give them a few subcategories. Then I assign some news items to the subcategories because I want to display only news items that fit a certain subcategory. However when I try to display all news items by creating a front-end LIST and giving it the 'main' category (not the subcategories), no news items are displayed. It is as if tt-news does not recognize the subcategories. Is there some configuration I am missing. Thanks. From typothree at gmail.com Wed Aug 22 17:05:07 2007 From: typothree at gmail.com (dave typo) Date: Wed, 22 Aug 2007 17:05:07 +0200 Subject: [TYPO3] How do you see what Direct Mail categories a user has selected ? Message-ID: How do you see what Direct Mail categories a user has selected ? I cannot see this in their profile, nor have I found a way to activate it thanks -dave From typothree at gmail.com Wed Aug 22 17:11:01 2007 From: typothree at gmail.com (dave typo) Date: Wed, 22 Aug 2007 17:11:01 +0200 Subject: [TYPO3] categories and subcategories in tt_news In-Reply-To: References: Message-ID: yes there is... make sure that your ttnews selection DOES care about the categories, as the default selection states that it wont care about them.... and check everything else... On 8/22/07, Nagita Karunaratne wrote: > Hi, > > I create tt-news categories and give them a few subcategories. > > Then I assign some news items to the subcategories because I want to > display only news items that fit a certain subcategory. > > However when I try to display all news items by creating a front-end > LIST and giving it the 'main' category (not the subcategories), no news > items are displayed. > > It is as if tt-news does not recognize the subcategories. > > Is there some configuration I am missing. > > Thanks. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3-english at lists.netfielders.de Wed Aug 22 17:29:27 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Wed, 22 Aug 2007 10:29:27 CDT Subject: [TYPO3] Body tag attributes References: Message-ID: Thank you for your response. However the problem is not getting the onload tag to show up but getting the other attributes to not show up. From peter.russ at 4many.net Wed Aug 22 17:30:13 2007 From: peter.russ at 4many.net (Peter Russ) Date: Wed, 22 Aug 2007 17:30:13 +0200 Subject: [TYPO3] Indexed search doesn't work when logged as fe user In-Reply-To: References: Message-ID: --- Original Nachricht --- Absender: Tapio Markula Datum: 22.08.2007 14:51: > Hi > > We have a problem that indexed search doesn't work when logged as fe > user. What might cause that? With no fe user logged in all content is indexed with group-id 0,-1, i.e, not logged and hide at login. When a fe user is logged in the group-id will be similar to 0,-2,... When indexed_search checks the access rights to the content it just fails as the group-ids are different. The TYPO3 work around would be to index ALL possible group combinations, i.e. as night mare. Or as we did: limit the check on page level and "patch" indexed_search. If you need further information just contact me directly. Regs. Peter. -- Fiat lux! Docendo discimus. _____________________________ 4Many? Services XING: http://www.xing.com/go/invuid/Peter_Russ From typo3-english at lists.netfielders.de Wed Aug 22 17:32:52 2007 From: typo3-english at lists.netfielders.de (lokisapocalypse) Date: Wed, 22 Aug 2007 10:32:52 CDT Subject: [TYPO3] Re: Body tag attributes References: <23951660.71187789732375.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: The solution is to use bodyTagMargins.useCSS = 1 From ab.becker at web.de Wed Aug 22 17:35:05 2007 From: ab.becker at web.de (Andreas Becker) Date: Wed, 22 Aug 2007 22:35:05 +0700 Subject: [TYPO3] Body tag attributes In-Reply-To: References: Message-ID: Who are you? Nobody? Somebody 2007/8/22, lokisapocalypse : > > Thank you for your response. However the problem is not getting the onload > tag to show up but getting the other attributes to not show up. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From headhunterxiii at yahoo.ca Wed Aug 22 17:54:43 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 22 Aug 2007 16:54:43 +0100 Subject: [TYPO3] Body tag attributes In-Reply-To: References: Message-ID: Hi, Please see the mailing list rules - use your name, as we like to know who we are talking to. As for your problem try the below and see if that helps: page = PAGE page.body > page.body = lokisapocalypse wrote: > Thank you for your response. However the problem is not getting the onload tag to show up but getting the other attributes to not show up. From headhunterxiii at yahoo.ca Wed Aug 22 17:56:24 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 22 Aug 2007 16:56:24 +0100 Subject: [TYPO3] Body tag attributes In-Reply-To: References: Message-ID: Sorry that should have been page.bodyTag > page.bodyTag = Tyler Kraft wrote: > Hi, > > Please see the mailing list rules - use your name, as we like to know > who we are talking to. > > As for your problem try the below and see if that helps: > > page = PAGE > page.body > > page.body = > > > lokisapocalypse wrote: >> Thank you for your response. However the problem is not getting the >> onload tag to show up but getting the other attributes to not show up. From bedlamhotel at gmail.com Wed Aug 22 18:01:24 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 22 Aug 2007 09:01:24 -0700 Subject: [TYPO3] Body tag attributes In-Reply-To: References: <23951660.71187789732375.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: Hi, On 8/22/07, lokisapocalypse wrote: > The solution is to use bodyTagMargins.useCSS = 1 Actually, this is a setting I have NEVER needed to use. It'd be better to prevent the extra attributes ever happening in the first place. A guess: you're using some static template /other than/ CSS Styled Content for your page rendering. If you are doing this, I'd advise you to turn back now before it's too late--those old templates are full of nasty 90s-era HTML cruft (tabled layouts, spacer gifs...) -- Christopher Torgalson http://www.typo3apprentice.com/ From tapio.markula at xetpoint.fi Wed Aug 22 18:00:14 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 22 Aug 2007 19:00:14 +0300 Subject: [TYPO3] Indexed search doesn't work when logged as fe user In-Reply-To: References: Message-ID: Peter Russ kirjoitti: > --- Original Nachricht --- > Absender: Tapio Markula > Datum: 22.08.2007 14:51: >> Hi >> >> We have a problem that indexed search doesn't work when logged as fe >> user. What might cause that? > > With no fe user logged in all content is indexed with group-id 0,-1, > i.e, not logged and hide at login. > When a fe user is logged in the group-id will be similar to 0,-2,... > When indexed_search checks the access rights to the content it just > fails as the group-ids are different. > > The TYPO3 work around would be to index ALL possible group combinations, > i.e. as night mare. > > Or as we did: limit the check on page level and "patch" indexed_search. how to patch? From sebastian at hexerei.net Wed Aug 22 18:00:56 2007 From: sebastian at hexerei.net (Sebastian Fuchs) Date: Wed, 22 Aug 2007 18:00:56 +0200 Subject: [TYPO3] How do you see what Direct Mail categories a user has selected ? In-Reply-To: References: Message-ID: Hi Dave, did you set this in your Page TSconfig: TCEFORM.fe_users.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder TCEFORM.tt_content.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder TCEFORM.tt_address.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder TCEFORM.sys_dmail_group.select_categories.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder TCEFORM.tt_content.module_sys_dmail_category.disabled = 0 TCEFORM.tt_address.module_sys_dmail_category.disabled = 0 TCEFORM.fe_users.module_sys_dmail_category.disabled = 0 TCEFORM.sys_dmail_group.select_categories.disabled = 0 hope it helps, sebastian dave typo schrieb: > How do you see what Direct Mail categories a user has selected ? > > I cannot see this in their profile, > > nor have I found a way to activate it > > thanks > > -dave From pete.n at hotmail.com Wed Aug 22 18:15:42 2007 From: pete.n at hotmail.com (Pete Novak) Date: Wed, 22 Aug 2007 18:15:42 +0200 Subject: [TYPO3] reference index table problem References: Message-ID: Hello, no one has a clue on that? :-(( "Pete Novak" schrieb im Newsbeitrag news:mailman.1.1187374388.20572.typo3-english at lists.netfielders.de... > Hi all, > > I have a new 4.1.2 installation of TYPO3 > but it always sais: > Important notice! > > a.. The Reference Index table is empty which is likely to be the case > because you just upgraded your TYPO3 source. Please go to Tools>DB Check > and update the reference index. > It is highly recommended that you change this immediately. > > So when I go to db check, then iI click check now everything is ok. > Things are getting listed. > Then i click update > > Then it seems everything was updated, but when i reload frame and have a > look in table nothing was written. > Whats the prob, what do i miss? > > thanks > From sebastian at hexerei.net Wed Aug 22 18:46:23 2007 From: sebastian at hexerei.net (Sebastian Fuchs) Date: Wed, 22 Aug 2007 18:46:23 +0200 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi Manuel, as far as i know there is this field "Speaking URL path segment:" (dont know the db field name), you could set this to your english page title, so at the end you get japenese menus pointing to the japonese pages with an english uri. something like: host/jp/english_page_title the drawback will be that if you have other languages than english they will also have this englsih url path. but there might be some typoscript to disable the "Speaking URL path segment:"-field evaluation on some languages. sebastian Manuel Rego Casasnovas schrieb: > Hi Dimitry, > > Dmitry Dulepov [typo3] escribi?: >> Since it uses csConvObj->specCharsToASCII, it is not a problem of >> realurl but typo3 core... Any part of typo3 will have the same problem. >> > Is there any possibility to configure RealURL so that use the english > title of the pages to make the URL when you are navigating in japanese? > My problem is that the links in my pages doesn't work, I think that with > this I'll solve my problem, however I don't know if this is possible or no? > > Thank you very much, > Rego > From nightowl at galnet.dk Wed Aug 22 19:00:30 2007 From: nightowl at galnet.dk (brian bendtsen) Date: Wed, 22 Aug 2007 19:00:30 +0200 Subject: [TYPO3] macina banner system have problem with external links Message-ID: Hi I have just installed advanced banner management but I have a problem with external links. They are not rendered. They are just converted to an internal link to pageid = 0. Is this a bug or do you need to do some setup before it works? Since its a banner module its a pretty serious one. Im running TYPO3 4.1.1 and macina_banners 1.5.0 /Brian From mrego at igalia.com Wed Aug 22 20:19:32 2007 From: mrego at igalia.com (Manuel Rego Casasnovas) Date: Wed, 22 Aug 2007 20:19:32 +0200 (CEST) Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi Sebastian, > as far as i know there is this field "Speaking URL path segment:" (dont > know the db field name), you could set this to your english page title, > so at the end you get japenese menus pointing to the japonese pages with > an english uri. > something like: > host/jp/english_page_title This can be a good solution for me. However I don't know how to configure this? I think that I have to install the extension realurlmanagement, but I don't know how to configure it to get the english page title. Thanks, Rego -- Manuel Rego Casasnovas Computer Science Engineer mailto:mrego at igalia.com Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com From johngraves05 at gmail.com Wed Aug 22 20:31:46 2007 From: johngraves05 at gmail.com (John Graves) Date: Wed, 22 Aug 2007 14:31:46 -0400 Subject: [TYPO3] Typo3 MSSQL Message-ID: Is anyone out there using Typo3 with MSSQL with much success? From bdu at iastate.edu Wed Aug 22 21:12:48 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 22 Aug 2007 14:12:48 -0500 (CDT) Subject: [TYPO3] use form to force document uploads Message-ID: Hi, Typo3 4.0.6 We need to collect the following 5 required documents from each applicant. 1. cover letter 2. vita 3. teaching plans 4. publication list 5. references Each document should a PDF or doc. Alot of the applicants have been submitting with parts missing, so we'd like to create a form to collect the documents and kind of force them into submitting everything that is needed. So basically a form fields that let them upload a pdf or word file for each of those 5 items with perhaps a field for their name to perhaps organize these submissions. Anybody has ever done anything like that? Are there any extensions that could help with our task? Thanks in advance for any ideas. Bing From christian at kitsunet.de Wed Aug 22 21:37:34 2007 From: christian at kitsunet.de (=?ISO-8859-1?Q?=22Kitsunet_=28Christian_M=FCller=29=22?=) Date: Wed, 22 Aug 2007 21:37:34 +0200 Subject: [TYPO3] use form to force document uploads In-Reply-To: References: Message-ID: Bing Du wrote: > Hi, > > Typo3 4.0.6 > > We need to collect the following 5 required documents from each applicant. > > 1. cover letter > 2. vita > 3. teaching plans > 4. publication list > 5. references > > Each document should a PDF or doc. > > Alot of the applicants have been submitting with parts missing, so we'd > like to create a form to collect the documents and kind of force them into > submitting everything that is needed. So basically a form fields that let > them upload a pdf or word file for each of those 5 items with perhaps a > field for their name to perhaps organize these submissions. > > Anybody has ever done anything like that? Are there any extensions that > could help with our task? > > Thanks in advance for any ideas. > > Bing thmailform_plus should do anything you want, but you have to code the form with html. Christian From bdu at iastate.edu Wed Aug 22 22:08:46 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 22 Aug 2007 15:08:46 -0500 (CDT) Subject: [TYPO3] use form to force document uploads Message-ID: > Bing Du wrote: > > Hi, > > > > Typo3 4.0.6 > > > > We need to collect the following 5 required documents from each applicant. > > > > 1. cover letter > > 2. vita > > 3. teaching plans > > 4. publication list > > 5. references > > > > Each document should a PDF or doc. > > > > Alot of the applicants have been submitting with parts missing, so we'd > > like to create a form to collect the documents and kind of force them into > > submitting everything that is needed. So basically a form fields that let > > them upload a pdf or word file for each of those 5 items with perhaps a > > field for their name to perhaps organize these submissions. > > > > Anybody has ever done anything like that? Are there any extensions that > > could help with our task? > > > > Thanks in advance for any ideas. > > > > Bing > > thmailform_plus should do anything you want, but you have to code the > form with html. > > Christian Great. Thanks much for the information. Bing From bdu at iastate.edu Wed Aug 22 22:11:58 2007 From: bdu at iastate.edu (Bing Du) Date: Wed, 22 Aug 2007 15:11:58 -0500 (CDT) Subject: [TYPO3] where is each extension used? Message-ID: Hi, Typo3 4.0.6 We use one database and one single tree to manage multiple sites. We've installed quite a few extensions. Is there any way to tell which extension is used where? Thanks, Bing From your_highness at mac.com Wed Aug 22 22:51:07 2007 From: your_highness at mac.com (Johannes Hovda) Date: Wed, 22 Aug 2007 15:51:07 -0500 Subject: [TYPO3] create news items from email Message-ID: Hi, Has anyone heard of an extension where you can allow some email addresses to send news items in by an email? E.g. user at domain.com has permission to send news items. Whenever this person sends an email to e.g. newsbox at domain.com, the email is parsed and inserted as a news item. The senders name would be author, email address is there, time-date should not be a problem, if there were any images, they could be inserted, subject field could be the header etc. As long as you predefine who are allowed to post to this, I don't see much problem with spam either, unless you were a very popular site, like CNN or something. But for the average small business etc, this shouldn't be much of an issue. Anyone heard of anything like this? Kind regards Johannes From hilgersom at xs4all.nl Wed Aug 22 23:30:58 2007 From: hilgersom at xs4all.nl (Loek Hilgersom) Date: Wed, 22 Aug 2007 23:30:58 +0200 Subject: [TYPO3] create news items from email In-Reply-To: References: Message-ID: Hi Johannes, http://typo3.org/extensions/repository/view/rs_sms2news/0.0.3/ It's a little old, but it seems more or less what you're looking for. Cheers, Loek Johannes Hovda wrote: > Hi, > > Has anyone heard of an extension where you can allow some email > addresses to send news items in by an email? > > E.g. user at domain.com has permission to send news items. > Whenever this person sends an email to e.g. newsbox at domain.com, the > email is parsed and inserted as a news item. The senders name would be > author, email address is there, time-date should not be a problem, if > there were any images, they could be inserted, subject field could be > the header etc. > > As long as you predefine who are allowed to post to this, I don't see > much problem with spam either, unless you were a very popular site, like > CNN or something. But for the average small business etc, this shouldn't > be much of an issue. > > Anyone heard of anything like this? > > Kind regards > Johannes > From your_highness at mac.com Wed Aug 22 23:40:55 2007 From: your_highness at mac.com (Johannes Hovda) Date: Wed, 22 Aug 2007 16:40:55 -0500 Subject: [TYPO3] create news items from email In-Reply-To: References: Message-ID: thanks for the tip, yes, it does seem old (and no manual) but I will give it a try. Thanks, Johannes. On Aug 22, 2007, at 4:30 PM, Loek Hilgersom wrote: > Hi Johannes, > > http://typo3.org/extensions/repository/view/rs_sms2news/0.0.3/ > It's a little old, but it seems more or less what you're looking for. > > Cheers, > Loek > > > Johannes Hovda wrote: >> Hi, >> >> Has anyone heard of an extension where you can allow some email >> addresses to send news items in by an email? >> >> E.g. user at domain.com has permission to send news items. >> Whenever this person sends an email to e.g. newsbox at domain.com, the >> email is parsed and inserted as a news item. The senders name >> would be >> author, email address is there, time-date should not be a problem, if >> there were any images, they could be inserted, subject field could be >> the header etc. >> >> As long as you predefine who are allowed to post to this, I don't see >> much problem with spam either, unless you were a very popular >> site, like >> CNN or something. But for the average small business etc, this >> shouldn't >> be much of an issue. >> >> Anyone heard of anything like this? >> >> Kind regards >> Johannes >> > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From olivier.dobberkau at dkd.de Thu Aug 23 00:34:31 2007 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Thu, 23 Aug 2007 00:34:31 +0200 Subject: [TYPO3] what is the best mailing system for typo3? In-Reply-To: References: Message-ID: dave typo schrieb: > how do i get the latest by ivan kartolo? its not in the repository.... > > damn.. sourceforge is blocked here.. > > can someone send me the tx3? Wakeup people. We have improved directmail. you can get it also from directmail(at)dkd.de We hope to publish it in TER soon. Olivier PS: We are looking for support for the coming steps. directmail 2.5x is only the start. please contact me in pm for details. a roadmap will be published to wiki.typo3.org soon. From olivier.dobberkau at dkd.de Thu Aug 23 00:37:45 2007 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Thu, 23 Aug 2007 00:37:45 +0200 Subject: [TYPO3] FYI: mnogosearch extension is updated In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] schrieb: > I will make a demo site for this extension soon and post address to this > newsgroup. thanks dimitri. we will test it on some real big websites and see it this really works... does this also crawl a named list of external websites... Olivier From thummel at email.arizona.edu Thu Aug 23 00:47:22 2007 From: thummel at email.arizona.edu (Tracey Hummel) Date: Wed, 22 Aug 2007 15:47:22 -0700 Subject: [TYPO3] Media (DAM) problem Message-ID: I've installed the extensions Media (DAM), dam_catedit, dr_blob, and dam_liteshow in version 4.0.4. I added user access for modules and tables and added the Media DB mount. Within the "Items' box under DAM Mounts in the user configuration, I'm getting: * @package DAM-Mod * @ignore */ /** * [CLASS/FUNCTION INDEX of SCRIPT] * * * * */ unset($MCONF); require ('conf.php'); require ($BACK_PATH.'init.php'); require ($BACK_PATH.'template.php'); $LANG->includeLLFile('EXT:lang/locallang_misc.xml'); require_once (PATH_txdam.'treelib/class.tx_dam_treelib_browser.php'); /** * Script Class for the treeview in TCEforms elements * * @author Rene Fritz * @package DAM-Mod * @ignore */ class SC_tx_dam_treebrowser extends tx_dam_treelib_browser { // nothing to do here } // Include extension? if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dam/mod_treebrowser/index.php']) { include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dam/mod_treebrowser/index.php']); } // Make instance: $SOBE = t3lib_div::makeInstance('SC_tx_dam_treebrowser'); $SOBE->init(); $SOBE->main(); $SOBE->printContent(); ?> I also get a screen full of text if I select File, List, Categories, or Tools from the menu on the left. Can anyone tell me what I'm missing? I've successfully installed it in another typo installation in a very similar environment. Thank you, Tracey -- Tracey Hummel UAWeb Team Center for Computing & Information Technology The University of Arizona (520) 626-5139 tracey at uainfo.arizona.edu From sebastian at hexerei.net Thu Aug 23 02:20:45 2007 From: sebastian at hexerei.net (Sebastian Fuchs) Date: Thu, 23 Aug 2007 02:20:45 +0200 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi Rego, Manuel Rego Casasnovas schrieb: [] >> something like: >> host/jp/english_page_title > > This can be a good solution for me. However I don't know how to configure > this? i think all you need is an sql statment to set this field in your database. the field name i mentioned is tx_realurl_pathsegment and it comes with realurl. the sql could be something like this (without any warranty, i dont know if this even works) UPDATE pages SET tx_realurl_pathsegment = ( SELECT pages_language_overlay.title FROM pages_language_overlay WHERE pages_language_overlay.pid = pages.uid AND pages_language_overlay.sys_language_uid=###japonese_sys_language_uid###) WHERE EXISTS ( SELECT pages_language_overlay.title FROM pages_language_overlay WHERE pages_language_overlay.pid = pages.uid AND pages_language_overlay.sys_language_uid=###japonese_sys_language_uid###); or just set the field manualy in the typo backend. good luck, seb From christian.lerrahn at cerebrum.com.au Thu Aug 23 02:37:53 2007 From: christian.lerrahn at cerebrum.com.au (Christian Lerrahn (Cerebrum)) Date: Thu, 23 Aug 2007 10:37:53 +1000 Subject: [TYPO3] Find out where TS is coming from Message-ID: Hi, is there a way of getting the TS object browser to display where the properties are set? Sometimes it would be very useful to see that right away to not duplicate entries. Cheers, Christian From andrew at avagraphique.com Thu Aug 23 02:48:31 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 22 Aug 2007 20:48:31 -0400 Subject: [TYPO3] projects/case overview plugin In-Reply-To: References: Message-ID: perfect! Thanks! Andrew Davis wrote: > check the ter for portfolio. I think there is one that does what you > want simply. > > > http://typo3.org/extensions/repository/view/websiteportfolio/0.1.12/ > > > Nico Potvin wrote: >> Hi, >> >> I am looking for a plugin to display projects on a site, projects >> being used for an online portefolio or case >> It should be a system that has a repository of different projects, and >> every projects has to have certain datafields that have to be filled >> in. eg, name, year, category, pictures, explanitory text, etc. >> >> these projects should be visible to the FE, shown in different >> categories, and maybe have the abbility to search them, or only show >> certain categories, or only projects from a certain year. >> >> Is there some plugin laying around that in a way comes close to doing >> all these things? >> >> thanx >> >> nico >> -- >> Nico Potvin >> >> KAN Design >> Antwerpen - Belgium >> Phone: +32 (0)3 203 41 69 >> Fax: +32 (0)3 225 14 05 >> E-mail: nico.potvin at kandesign.com >> http://www.kandesign.com >> From your_highness at mac.com Thu Aug 23 06:19:04 2007 From: your_highness at mac.com (Mr. Johannes Hovda) Date: Wed, 22 Aug 2007 23:19:04 -0500 Subject: [TYPO3] create news items from email In-Reply-To: References: Message-ID: Ok, I've looked at this, and I am not sure that this is what I was looking for. I would be willing to help sponsor this project, if it was of interest to others as well. I think it would be great to allow people to create news items simply by emailing them in. What's the procedures for something like that? Johannes. On Aug 22, 2007, at 4:40 PM, Johannes Hovda wrote: > thanks for the tip, > > yes, it does seem old (and no manual) but I will give it a try. > > Thanks, > > Johannes. > > > On Aug 22, 2007, at 4:30 PM, Loek Hilgersom wrote: > >> Hi Johannes, >> >> http://typo3.org/extensions/repository/view/rs_sms2news/0.0.3/ >> It's a little old, but it seems more or less what you're looking for. >> >> Cheers, >> Loek >> >> >> Johannes Hovda wrote: >>> Hi, >>> >>> Has anyone heard of an extension where you can allow some email >>> addresses to send news items in by an email? >>> >>> E.g. user at domain.com has permission to send news items. >>> Whenever this person sends an email to e.g. newsbox at domain.com, the >>> email is parsed and inserted as a news item. The senders name >>> would be >>> author, email address is there, time-date should not be a >>> problem, if >>> there were any images, they could be inserted, subject field >>> could be >>> the header etc. >>> >>> As long as you predefine who are allowed to post to this, I don't >>> see >>> much problem with spam either, unless you were a very popular >>> site, like >>> CNN or something. But for the average small business etc, this >>> shouldn't >>> be much of an issue. >>> >>> Anyone heard of anything like this? >>> >>> Kind regards >>> Johannes >>> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english ------------------- John Hovda 12840 S. Kirkwood #421 Stafford, TX, 77477 USA Cell: 713-572-5549 Home: 281-313-2747 From dmitry at typo3.org Thu Aug 23 08:54:11 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 23 Aug 2007 09:54:11 +0300 Subject: [TYPO3] Typo3 MSSQL In-Reply-To: References: Message-ID: John Graves wrote: > Is anyone out there using Typo3 with MSSQL with much success? Searching helps. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From nielsen.john at gmail.com Thu Aug 23 09:08:43 2007 From: nielsen.john at gmail.com (John 'Tux' Nielsen) Date: Thu, 23 Aug 2007 09:08:43 +0200 Subject: [TYPO3] where is each extension used? In-Reply-To: References: Message-ID: grep -il ext_name /path/typo3/sites/*/typo3conf/localconf.php On 8/22/07, Bing Du wrote: > > Hi, > > Typo3 4.0.6 > > We use one database and one single tree to manage multiple sites. We've > installed quite a few extensions. Is there any way to tell which > extension is used where? > > Thanks, > > Bing > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > -- Regards - John 'Tux' Nielsen Computer Engineer Admin of dope.blitzed.org Blitzed IRC Network - http://www.blitzed.org Open Proxy Monitor - http://www.blitzed.org/bopm/ tux at blitzed.org - nielsen.john at gmail.com (Google Talk enabled) From mrego at igalia.com Thu Aug 23 10:25:48 2007 From: mrego at igalia.com (Manuel Rego Casasnovas) Date: Thu, 23 Aug 2007 10:25:48 +0200 Subject: [TYPO3] RealURL in japanese In-Reply-To: References: Message-ID: Hi Sebastian, I've to change the value for the field 'tx_realurl_pathsegment' in the table 'pages' and it works well ;-) Thank you very much, Rego -- Manuel Rego Casasnovas Computer Science Engineer mailto:mrego at igalia.com Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com From typothree at gmail.com Thu Aug 23 10:44:06 2007 From: typothree at gmail.com (dave typo) Date: Thu, 23 Aug 2007 10:44:06 +0200 Subject: [TYPO3] How do you see what Direct Mail categories a user has selected ? In-Reply-To: References: Message-ID: perfect. Thanks alot. On 8/22/07, Sebastian Fuchs wrote: > Hi Dave, > did you set this in your Page TSconfig: > > TCEFORM.fe_users.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder > TCEFORM.tt_content.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder > TCEFORM.tt_address.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder > TCEFORM.sys_dmail_group.select_categories.PAGE_TSCONFIG_IDLIST=pid_of_categoryfolder > TCEFORM.tt_content.module_sys_dmail_category.disabled = 0 > TCEFORM.tt_address.module_sys_dmail_category.disabled = 0 > TCEFORM.fe_users.module_sys_dmail_category.disabled = 0 > TCEFORM.sys_dmail_group.select_categories.disabled = 0 > > hope it helps, > sebastian > > dave typo schrieb: > > How do you see what Direct Mail categories a user has selected ? > > > > I cannot see this in their profile, > > > > nor have I found a way to activate it > > > > thanks > > > > -dave > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From xoonsji02 at sneakemail.com Thu Aug 23 11:34:12 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Thu, 23 Aug 2007 11:34:12 +0200 Subject: [TYPO3] Caching depending on LinkVar [Was:Indexed search doesn't work when logged as fe user] In-Reply-To: References: Message-ID: Peter Russ schrieb: > --- Original Nachricht --- > Absender: Tapio Markula > Datum: 22.08.2007 14:51: >> Hi >> >> We have a problem that indexed search doesn't work when logged as fe >> user. What might cause that? > > With no fe user logged in all content is indexed with group-id 0,-1, > i.e, not logged and hide at login. > When a fe user is logged in the group-id will be similar to 0,-2,... > When indexed_search checks the access rights to the content it just > fails as the group-ids are different. > > The TYPO3 work around would be to index ALL possible group combinations, > i.e. as night mare. This seems to be a similar problem to mine. A week ago I need to cache pages depending on a linkVar-parameter. This parameter will switch content on just a few pages, but all pages should be cachable and in all links the paramter should be forwarded. the 'normal' behavior: on the first page (a form deciding the parameter) all is ok. but the next page (no actual dependence on parameter) the first call is cached with this parameter in all links. Any further call of this page with any value in the parameter will get the cached page with the first value for my parameter in the links. this was fixed (in my way) after dummy-typoscript-conditions like this: [globalVar = GP:city =1] [globalVar = GP:city =2] [globalVar = GP:city =3] [globalVar = GP:city =4] : [global] for each value mentioned the pages got to be cached. each value not mentioned got the page cached for the first value called with. Is there an easier way to configure caching? > Or as we did: limit the check on page level and "patch" indexed_search. > > If you need further information just contact me directly. could your patch be enhanced to match my needs? is it possible to enhance the patch to be configurable? Bernd From xoonsji02 at sneakemail.com Thu Aug 23 11:56:08 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Thu, 23 Aug 2007 11:56:08 +0200 Subject: [TYPO3] where is each extension used? In-Reply-To: References: Message-ID: John 'Tux' Nielsen schrieb: > grep -il ext_name /path/typo3/sites/*/typo3conf/localconf.php in localconf.php you only can see whether an extension is installed. each extension existing in .../typo3conf/ext but not mentioned in localconf.php is available but not installed. This you can see also in the extensionmanager view: 'install extension': these extension got another icon than the installed. but you don't know whether an extension is installed but not used. I think this was the question of Bing Du. and this can be a very delicate question. You can use an extension in very differnt ways. * just include as library for other extensions * FE-plugin * BE-plugin * just database enhancement : (see kickstarter for some more options) with FE-plugins you have a chance (not 100%!) if you look in the object-browser you can search for the extension-key (press search-button twice!) if the extensionkey appears the extension is configured to be used. it may be not used anyway. another approach: have a look in the table tt_content and select all records containing a value in the field plugin. deselect hidden and deleted records and you know about some extensions which are realy used. (here you see the plugin-name not the extension key) that's all like: try to deinstall the extension and look whether your page continue running. (trial and error) Bernd > On 8/22/07, Bing Du wrote: >> Hi, >> >> Typo3 4.0.6 >> >> We use one database and one single tree to manage multiple sites. We've >> installed quite a few extensions. Is there any way to tell which >> extension is used where? >> >> Thanks, >> >> Bing >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > > > Bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html From xoonsji02 at sneakemail.com Thu Aug 23 12:13:59 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Thu, 23 Aug 2007 12:13:59 +0200 Subject: [TYPO3] create news items from email In-Reply-To: References: Message-ID: Mr. Johannes Hovda schrieb: > Ok, I've looked at this, and I am not sure that this is what I was > looking for. > > I would be willing to help sponsor this project, if it was of interest > to others as well. I think it would be great to allow people to create > news items simply by emailing them in. > > What's the procedures for something like that? I think the approach of the extension is one possibility. but it has to be enhanced. the extension calls all mails from a mailbox and displays it directly. no caching available :-( but what about: call mails from mailbox and push it into tt_news and then delete the mail from mailbox. This can be triggered from a FE-plugin (no caching :-( ) or it can be done directly with a cron-job. that means without TYPO3 :-( or the cron-job decides whether you have mail in the mailbox and calls a page not in menu where a plugin can import the mail into tt_news (who clears the cache for the news-page?) Bernd > Johannes. > > On Aug 22, 2007, at 4:40 PM, Johannes Hovda wrote: > >> thanks for the tip, >> >> yes, it does seem old (and no manual) but I will give it a try. >> >> Thanks, >> >> Johannes. >> >> >> On Aug 22, 2007, at 4:30 PM, Loek Hilgersom wrote: >> >>> Hi Johannes, >>> >>> http://typo3.org/extensions/repository/view/rs_sms2news/0.0.3/ >>> It's a little old, but it seems more or less what you're looking for. >>> >>> Cheers, >>> Loek >>> >>> >>> Johannes Hovda wrote: >>>> Hi, >>>> >>>> Has anyone heard of an extension where you can allow some email >>>> addresses to send news items in by an email? >>>> >>>> E.g. user at domain.com has permission to send news items. >>>> Whenever this person sends an email to e.g. newsbox at domain.com, the >>>> email is parsed and inserted as a news item. The senders name >>>> would be >>>> author, email address is there, time-date should not be a problem, if >>>> there were any images, they could be inserted, subject field could be >>>> the header etc. >>>> >>>> As long as you predefine who are allowed to post to this, I don't see >>>> much problem with spam either, unless you were a very popular >>>> site, like >>>> CNN or something. But for the average small business etc, this >>>> shouldn't >>>> be much of an issue. >>>> >>>> Anyone heard of anything like this? >>>> >>>> Kind regards >>>> Johannes >>>> >>> _______________________________________________ >>> TYPO3-english mailing list >>> TYPO3-english at lists.netfielders.de >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > > > > > ------------------- > John Hovda > 12840 S. Kirkwood #421 > Stafford, TX, 77477 > USA > > Cell: 713-572-5549 > Home: 281-313-2747 > > > > -- http://www.pi-phi.de/t3v4/cheatsheet.html From xoonsji02 at sneakemail.com Thu Aug 23 12:29:16 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Thu, 23 Aug 2007 12:29:16 +0200 Subject: [TYPO3] Find out where TS is coming from In-Reply-To: References: Message-ID: Christian Lerrahn (Cerebrum) schrieb: > Hi, > is there a way of getting the TS object browser to display where the > properties are set? Sometimes it would be very useful to see that right > away to not duplicate entries. > > Cheers, > Christian Just stay with your mouse over the key and a small PopUp will show you template and line (->template analyzer) for first definition. maybe you can see the data from a further redefinition/overwrite. Bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html From jd at webmasters.dk Thu Aug 23 13:49:55 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Thu, 23 Aug 2007 13:49:55 +0200 Subject: [TYPO3] SQL in TCA Message-ID: Hi I have an extension with tables that are connected. In TCA it shows like this: "crossreferences" => Array ( "exclude" => 1, "label" => "LLL:EXT:wm_pf_videos/locallang_db.xml:tx_wmpfvideos_videos.crossreferences", "config" => Array ( "type" => "select", "foreign_table" => "tx_wmpfvideos_videos", "foreign_table_where" => " ORDER BY tx_wmpfvideos_videos.uid", "size" => 10, "minitems" => 0, "maxitems" => 10, ) ) Can I use Where in the foreign_table_where and how do I get the UID for the post I am editing in BACKEND? Is it something like this: HERE CONCAT(',', crossreference, ',') LIKE %CONCAT(',', ###CURRENT_UID###, ',')% ORDER BY tx_wmpfvideos_videos.uid Regards, Jeppe D From typo3-english at lists.netfielders.de Thu Aug 23 14:01:48 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 07:01:48 CDT Subject: [TYPO3] Including a php file Message-ID: I've searched the forums but I cannot seem to find the solution to this seemingly simple question. I'm trying to include a PHP file to build a custom menu as mentioned here (http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/). To include the file, I'm using: page.config.includeLibrary = fileadmin/template/main/php/quicklinks_menu.inc The contents of the .inc file are identical with the link above excepting that I wrap the function in a class called quicklinks_menu. But when I look at the source on the PHP file, I don't even seen where the quicklinks_menu.inc file is being included. I'm assuming that I should be able to see it there correct? Also, is there a more complete example than the link I've provided? From dmitry at typo3.org Thu Aug 23 14:48:56 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 23 Aug 2007 15:48:56 +0300 Subject: [TYPO3] SQL in TCA In-Reply-To: References: Message-ID: Jeppe Donslund wrote: > Can I use Where in the foreign_table_where and how do I get the UID for > the post I am editing in BACKEND? > > Is it something like this: > > HERE CONCAT(',', crossreference, ',') LIKE %CONCAT(',', > ###CURRENT_UID###, ',')% ORDER BY tx_wmpfvideos_videos.uid Have you read anout foreign_table_where in the documentation? It clearly answers your question. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From jr at concare.net Thu Aug 23 15:13:30 2007 From: jr at concare.net (Jacob Rasmussen - Concare IT) Date: Thu, 23 Aug 2007 15:13:30 +0200 Subject: [TYPO3] CoolURI and special chars Message-ID: Hi, I'm using CoolURI on several sites and since they are localized to danish, I have noticed that on pagetitles containing danish letters like ? (ae), ? (oe) and ? (aa), CoolURI stops parsing the pagetitle at the first encounter of a special char - which in some cases makes the path quite unreadable. So I am wondering if it is possible to setup CoolURI to rewrite the special chars, just like RealURL does. Rgds Jacob Rasmussen From typothree at gmail.com Thu Aug 23 15:21:49 2007 From: typothree at gmail.com (dave typo) Date: Thu, 23 Aug 2007 15:21:49 +0200 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? Message-ID: Only the first content element is shown in type=98... It looks like it is impossible to display multiple content elements in type=98 rendering.. does anyone know how to display multiple content element views in type=98 view? -dave From johngraves05 at gmail.com Thu Aug 23 15:31:57 2007 From: johngraves05 at gmail.com (John Graves) Date: Thu, 23 Aug 2007 09:31:57 -0400 Subject: [TYPO3] Typo3 MSSQL In-Reply-To: References: Message-ID: Yeah, thanks, I'm sure it does help. However, my point is, I'd like to communicate with someone who is actually using it. I've searched. I know it's possible. In fact, I have it connected to a Microsoft SQL database (not that the tables are being created, but it's authenticating and testmssql.php will insert records into a table I create). I've learned (from searching, obviously) that Typo3 won't create or modify tables due to SQL syntax. But, if you have Typo3 create the database in MySQL, and then use a tool to convert that database to MSSQL, and then point it at the mssql db, it should be able to insert and update records. Correct me if I'm wrong here. Currently, we're evaluating it using mysql, but in order to go to production, the requirements given to me include using mssql databases (that's not something I'd like to debate here, either.) My point isn't to find a how-to. I know how to search and figure things out. I've no doubt that i can actually get it fully working using mssql. I'd just like to hear from someone who has been running it like that for awhile, and get their opinions, insights, etc. to find out if actually running this way long term presents any problems. Thanks On 8/23/07, Dmitry Dulepov [typo3] wrote: > > John Graves wrote: > > Is anyone out there using Typo3 with MSSQL with much success? > > Searching helps. > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From tapio.markula at xetpoint.fi Thu Aug 23 16:00:17 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Thu, 23 Aug 2007 17:00:17 +0300 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: dave typo kirjoitti: > Only the first content element is shown in type=98... It looks like it > is impossible to display multiple content elements in type=98 > rendering.. > > does anyone know how to display multiple content element views in type=98 view? > > -dave reset markers as you wish. make CONTENT as COA, for example alt_print.10.marks.CONTENT = COA alt_print.10.marks.CONTENT { 1 < temp.contentArea 2=TEXT 2.value=Print this page } From typothree at gmail.com Thu Aug 23 16:24:22 2007 From: typothree at gmail.com (dave typo) Date: Thu, 23 Aug 2007 16:24:22 +0200 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: and then i make this within a lib item like lib.printlink ? so : lib.printlink { alt_print.10.marks.CONTENT = COA alt_print.10.marks.CONTENT { 1 < temp.contentArea 2=TEXT 2.value=Print this page } or what? On 8/23/07, Tapio Markula wrote: > dave typo kirjoitti: > > Only the first content element is shown in type=98... It looks like it > > is impossible to display multiple content elements in type=98 > > rendering.. > > > > does anyone know how to display multiple content element views in type=98 view? > > > > -dave > > reset markers as you wish. > make CONTENT as COA, for example > > > alt_print.10.marks.CONTENT = COA > alt_print.10.marks.CONTENT { > 1 < temp.contentArea > 2=TEXT > 2.value=Print this page > } > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From tapio.markula at xetpoint.fi Thu Aug 23 16:56:11 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Thu, 23 Aug 2007 17:56:11 +0300 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: dave typo kirjoitti: > and then i make this within a lib item like lib.printlink ? no > alt_print.10.marks.CONTENT = COA > alt_print.10.marks.CONTENT { > 1 < temp.contentArea > 2=TEXT > 2.value=Print this page > > or what? the example code should work for the actual page used with default template 'alt_print' for page type=98 You must create another TS object for link to that page type in the normal page. From webmaster at llgc.org.uk Thu Aug 23 17:14:52 2007 From: webmaster at llgc.org.uk (Sara Weale) Date: Thu, 23 Aug 2007 16:14:52 +0100 Subject: [TYPO3] Inserting page number into language switch code Message-ID: Dear all, I need help to automatically add the pid into a piece of typoscript which switches language, ie replacing the text [PAGE NUMBER] with code that generates that page id. Here is the code for each relevant global setting: lib.arlwy_top_de = COBJ_ARRAY lib.arlwy_top_de { 8 = TEXT 8.field = uid 8.wrap = Cymraeg } lib.arlwy_top_de = COBJ_ARRAY lib.arlwy_top_de { 8 = TEXT 8.field = uid 8.wrap = English } Thanks in advance, Sara -- Sara Weale Rheolwr y We / Web Manager Llyfrgell Genedlaethol Cymru National Library of Wales Aberystwyth Ceredigion SY23 3BU Ff?n/Phone: 01970 632845 Ebost/Email: webmaster at llgc.org.uk http://www.llgc.org.uk/ Nid yw'r neges yma o reidrwydd yn adlewyrchu barn y Llyfrgell. This message does not necessarily reflect the opinion of the Library. From headhunterxiii at yahoo.ca Thu Aug 23 17:17:32 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Thu, 23 Aug 2007 16:17:32 +0100 Subject: [TYPO3] Inserting page number into language switch code In-Reply-To: References: Message-ID: why don't you look at dataWrap in stdWrap of TSref. Sara Weale wrote: > Dear all, > > I need help to automatically add the pid into a piece of typoscript > which switches language, ie replacing the text [PAGE NUMBER] with code > that generates that page id. > > Here is the code for each relevant global setting: > > lib.arlwy_top_de = COBJ_ARRAY > lib.arlwy_top_de { > 8 = TEXT > 8.field = uid > 8.wrap = Cymraeg > } > > lib.arlwy_top_de = COBJ_ARRAY > lib.arlwy_top_de { > 8 = TEXT > 8.field = uid > 8.wrap = English > } > > Thanks in advance, > Sara > From bedlamhotel at gmail.com Thu Aug 23 17:28:59 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Thu, 23 Aug 2007 08:28:59 -0700 Subject: [TYPO3] Inserting page number into language switch code In-Reply-To: References: Message-ID: On 8/23/07, Tyler Kraft wrote: > why don't you look at dataWrap in stdWrap of TSref. Better still: ALWAYS use typolink [1] to make links in TYPO3! -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/8/ From typo3-english at lists.netfielders.de Thu Aug 23 17:31:13 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 10:31:13 CDT Subject: [TYPO3] Re: Including a php file References: <24390847.141187870545251.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: Sorry I forgot that php includes don't show up in source code. However is there a good reference on using custom php scripts anywhere? The ones on the typo3 site don't seem to be very complete or informative. From headhunterxiii at yahoo.ca Thu Aug 23 17:46:37 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Thu, 23 Aug 2007 16:46:37 +0100 Subject: [TYPO3] Inserting page number into language switch code In-Reply-To: References: Message-ID: true ;-) Christopher Torgalson wrote: > On 8/23/07, Tyler Kraft wrote: >> why don't you look at dataWrap in stdWrap of TSref. > > > Better still: ALWAYS use typolink [1] to make links in TYPO3! > > From typo3-english at lists.netfielders.de Thu Aug 23 17:48:10 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 10:48:10 CDT Subject: [TYPO3] Re: PHP scripts to make custom menus References: <22546165.61187719040157.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: Not going with this approach. From typo3-english at lists.netfielders.de Thu Aug 23 17:48:46 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 10:48:46 CDT Subject: [TYPO3] Re: Including a php file References: <24390847.141187870545251.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: Using includeLibs.something = fileadmin/test.inc page.30 = USER page.30 { userFunc = user_various->test } From typo3-english at lists.netfielders.de Thu Aug 23 17:51:28 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 10:51:28 CDT Subject: [TYPO3] Passing content to php functions Message-ID: I know that if I create a php function with parameteres $content and $conf, that those variables are populated by TypoScript. My question is what type of information can I send through those parameters? Specifically, what I would like to do is send a reference to a page which would allow me access to the title of the page and any subpages. From typo3 at dselinger.info Thu Aug 23 18:09:22 2007 From: typo3 at dselinger.info (Daniel Selinger) Date: Thu, 23 Aug 2007 18:09:22 +0200 Subject: [TYPO3] Passing content to php functions In-Reply-To: References: Message-ID: Hi, $conf is an array of values you set in your TS. You can access this values like this: $lala = $this->conf['lala']; $content is the output you're returning to the FE Greetz Ling 2007/8/23, Brian : > > I know that if I create a php function with parameteres $content and > $conf, that those variables are populated by TypoScript. My question is what > type of information can I send through those parameters? > > Specifically, what I would like to do is send a reference to a page which > would allow me access to the title of the page and any subpages. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From andrew at avagraphique.com Thu Aug 23 18:57:02 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Thu, 23 Aug 2007 12:57:02 -0400 Subject: [TYPO3] subheader in contentelemens Message-ID: is it possible to see the subheader field, and enter a subheader for content elements other than header type? when i create a content element that is text, text with image, etc, the subheader field is not dosplayed at all... thanks, andrew From typo3-english at lists.netfielders.de Thu Aug 23 19:29:31 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 12:29:31 CDT Subject: [TYPO3] Passing content to php functions References: Message-ID: Suppose I have the following in a file called test.inc\n Hello world!

                  "; } // end function testFunc($content, $conf) } // end class user_test ?> Using TemplaVoila, I created a section called lib.mysect and added the following TypoScript lib.mysect = USER lib.mysect { userFunc = user_test->testFunc } What I would like to have happen would be for the content area I've defined with lib.mysect to now contain

                  Hello world!

                  . However, when looking at the page, that does not appear. When I change $content = "

                  Hello world!

                  " to echo "

                  Hello world!

                  ", it does print but prints it before any html tags which is not what I want but it lets me know that communication is happening between the TypoScript and the PHP file. Any thoughts on how to get

                  Hello World!

                  to print in the correct area? Message was edited by: lokisapocalypse From sellis at telus.net Thu Aug 23 19:40:54 2007 From: sellis at telus.net (Sean Ellis) Date: Thu, 23 Aug 2007 10:40:54 -0700 Subject: [TYPO3] create multiple pages from db, csv, etc In-Reply-To: References: Message-ID: Sean Ellis wrote: Hi, >>> So far I have found the wizard_crpagetree extension. The description >>> sounds like what I am looking for. >> >> I have tried this useful extension to test the new Ajax-Pagetree when >> 4.1(?) was released by creating over 1000 pages. Worked great but it >> was not on a production server. can't resist posting the results I went ahead with this. The extension seems to have worked fine. 1426 pages under 102 parent pages, and all with dedicated subtitles etc. Very nice, cheers, Sean -- And Lucy, dear child, mind your arithmetic... What would life be without arithmetic, but a scene of horrors? Syndey Smith, 1835 From a.widschwendter at mediares.at Thu Aug 23 19:54:01 2007 From: a.widschwendter at mediares.at (media.res | Alex Widschwendter) Date: Thu, 23 Aug 2007 19:54:01 +0200 Subject: [TYPO3] Passing content to php functions In-Reply-To: References: Message-ID: hi brian, you have to return the content.... > Suppose I have the following in a file called test.inc\n > class user_test { > function testFunc($content, $conf) { > $content = "

                  Hello world!

                  "; } // end function testFunc($content, $conf) return $content; > } // end class user_test > ?> hth alex From typo3-english at lists.netfielders.de Thu Aug 23 20:43:25 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Thu, 23 Aug 2007 13:43:25 CDT Subject: [TYPO3] Passing content to php functions References: Message-ID: Yes returning the content is the solution to that problem. I think at some point I had that in there but it wasn't working for other reasons so thank you for pointing out the solution. Now is it possible to pass in a reference to a page that would allow me to link to that page as well as any subpages? From bdu at iastate.edu Thu Aug 23 21:15:13 2007 From: bdu at iastate.edu (Bing Du) Date: Thu, 23 Aug 2007 14:15:13 -0500 (CDT) Subject: [TYPO3] where is each extension used? Message-ID: > John 'Tux' Nielsen schrieb: > > grep -il ext_name /path/typo3/sites/*/typo3conf/localconf.php > > in localconf.php you only can see whether an extension is installed. > each extension existing in .../typo3conf/ext but not mentioned in > localconf.php is available but not installed. This you can see also in > the extensionmanager view: 'install extension': these extension got > another icon than the installed. > > but you don't know whether an extension is installed but not used. I > think this was the question of Bing Du. > > and this can be a very delicate question. You can use an extension in > very differnt ways. > * just include as library for other extensions > * FE-plugin > * BE-plugin > * just database enhancement > : > (see kickstarter for some more options) > > with FE-plugins you have a chance (not 100%!) > if you look in the object-browser you can search for the extension-key > (press search-button twice!) > > if the extensionkey appears the extension is configured to be used. it > may be not used anyway. > > another approach: have a look in the table tt_content and select all > records containing a value in the field plugin. > deselect hidden and deleted records and you know about some extensions > which are realy used. (here you see the plugin-name not the extension key) > > that's all like: try to deinstall the extension and look whether your > page continue running. (trial and error) > > Bernd > Your got me right, Bernd. I wanted to know on which page each extension is inserted as plugin. I thought it might be helpful if the extension manager can have an extra column for each locally installed extension show their number references, and if you click the number, you'll get more details, like page ID, etc. Bing From mobil at csb86.ch Thu Aug 23 23:30:50 2007 From: mobil at csb86.ch (Manfred) Date: Thu, 23 Aug 2007 23:30:50 +0200 Subject: [TYPO3] DB Integration (WFQBE) Template Message-ID: Hi on my Site i use WFQBE. It works great. Just one Problem .. In my Database there is also RTF Content. Finaly i found away to convert this to HTML. But the Problem is i need to insert some PHP code in the WFQBE-Template and there all my PHP-Code is not executed.? The script i use is: output("html"); $r->parse(); if( count( $r->err) == 0) { // no errors detected echo $r->out; } ?> with the class from: http://directory.fsf.org/webauth/htmlconvert/rtf2html.html My thought was to pass the php-script the id from the Data. Something like that I tried also to test it with this: Without any success. Any Help on this? Shalom Manfred From jens.hoffmann at dkd.de Thu Aug 23 23:46:40 2007 From: jens.hoffmann at dkd.de (Jens Hoffmann) Date: Thu, 23 Aug 2007 23:46:40 +0200 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: Cant be right ... no MARKS in TV ... right? Read the TV Docu >> http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/3/#id3044217 Sorry but there is detailed "HowTo create a Print Link in TV" in the Docu. Greez Tapio Markula wrote: > dave typo kirjoitti: >> and then i make this within a lib item like lib.printlink ? > no > > >> alt_print.10.marks.CONTENT = COA >> alt_print.10.marks.CONTENT { >> 1 < temp.contentArea >> 2=TEXT >> 2.value=Print this page >> >> or what? > > the example code should work for the actual page used with default > template 'alt_print' for page type=98 > > You must create another TS object for link to that page type in the > normal page. From xoonsji02 at sneakemail.com Fri Aug 24 02:22:00 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Fri, 24 Aug 2007 02:22:00 +0200 Subject: [TYPO3] where is each extension used? References: Message-ID: On Thu, 23 Aug 2007 14:15:13 -0500 (CDT), Bing Du wrote with subject "Re: [TYPO3] where is each extension used?": > > > John 'Tux' Nielsen schrieb: > > > grep -il ext_name /path/typo3/sites/*/typo3conf/localconf.php > > > > in localconf.php you only can see whether an extension is installed. > > each extension existing in .../typo3conf/ext but not mentioned in > > localconf.php is available but not installed. This you can see also in > > the extensionmanager view: 'install extension': these extension got > > another icon than the installed. > > > > but you don't know whether an extension is installed but not used. I > > think this was the question of Bing Du. > > > > and this can be a very delicate question. You can use an extension in > > very differnt ways. > > * just include as library for other extensions > > * FE-plugin > > * BE-plugin > > * just database enhancement > > : > > (see kickstarter for some more options) > > > > with FE-plugins you have a chance (not 100%!) > > if you look in the object-browser you can search for the extension-key > > (press search-button twice!) > > > > if the extensionkey appears the extension is configured to be used. it > > may be not used anyway. > > > > another approach: have a look in the table tt_content and select all > > records containing a value in the field plugin. > > deselect hidden and deleted records and you know about some extensions > > which are realy used. (here you see the plugin-name not the extension key) > > > > that's all like: try to deinstall the extension and look whether your > > page continue running. (trial and error) > > > > Bernd > > > > Your got me right, Bernd. I wanted to know on which page each extension is > inserted as plugin. I thought it might be helpful if the extension manager can > have an extra column for each locally installed extension show their number > references, and if you click the number, you'll get more details, like page ID, > etc. I don't think that this is done easily, because you can use an extension in so much different ways. Lets look at a FE-plugins: you can insert is in a regular content-element (this you can detect with phpmyadmin looking for all (active) records having an entry in the plugin-field. But you also can insert a plugin direct in typoscript (e.g. http://typo3.org/documentation/document-library/extension-manuals/page_params/1.0.1/view/1/2/) and then there are those extension which only extend the database. Primary they are executed at installation, but they also are included for extensing the TCA. Or those extension which just are libraries and used by other extensions. and what about the other extnsions? BE-Modules are not assigned to a special page. : : you stay with 'trial and error' regards bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From typothree at gmail.com Fri Aug 24 09:02:43 2007 From: typothree at gmail.com (dave typo) Date: Fri, 24 Aug 2007 09:02:43 +0200 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: yea found it after I posted here. With so many resources, how'd I think to look there?? :S But this process doesn't work for me - the stylesheets don't send in the header, and none of the dynamic elements show.... for example, I get: [Unrendered Content Element; list ] where a TT news item should be any suggestions? On 8/23/07, Jens Hoffmann wrote: > Cant be right ... no MARKS in TV ... right? > > Read the TV Docu >> > http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/3/#id3044217 > Sorry but there is detailed "HowTo create a Print Link in TV" in the Docu. > > Greez > > Tapio Markula wrote: > > dave typo kirjoitti: > >> and then i make this within a lib item like lib.printlink ? > > no > > > > > >> alt_print.10.marks.CONTENT = COA > >> alt_print.10.marks.CONTENT { > >> 1 < temp.contentArea > >> 2=TEXT > >> 2.value=Print this page > >> > >> or what? > > > > the example code should work for the actual page used with default > > template 'alt_print' for page type=98 > > > > You must create another TS object for link to that page type in the > > normal page. > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From tapio.markula at xetpoint.fi Fri Aug 24 11:53:56 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Fri, 24 Aug 2007 12:53:56 +0300 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: Jens Hoffmann kirjoitti: > Cant be right ... no MARKS in TV ... right? for page type 98 you can use old static templates and not TV but the problem is then how reasonable way show contents. the way works well with classic page module, where can content areas has been defined using colPos. temp.contentArea can't never use with TV, it is for the classic page module Because you didn't first told, which page module you used, I coudn't know it. > > Read the TV Docu >> > http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/3/#id3044217 > > Sorry but there is detailed "HowTo create a Print Link in TV" in the Docu. ok - > > Greez > > Tapio Markula wrote: >> dave typo kirjoitti: >>> and then i make this within a lib item like lib.printlink ? >> no >> >> >>> alt_print.10.marks.CONTENT = COA >>> alt_print.10.marks.CONTENT { >>> 1 < temp.contentArea >>> 2=TEXT >>> 2.value=Print this page From typothree at gmail.com Fri Aug 24 12:01:03 2007 From: typothree at gmail.com (dave typo) Date: Fri, 24 Aug 2007 12:01:03 +0200 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: yes I have it working, it was a matter of prexisting TS that was messing up my stuff. On 8/24/07, Tapio Markula wrote: > Jens Hoffmann kirjoitti: > > Cant be right ... no MARKS in TV ... right? > > for page type 98 you can use old static templates and not TV > but the problem is then how reasonable way show contents. > the way works well with classic page module, where can content areas has > been defined using colPos. > temp.contentArea can't never use with TV, it is for the classic page module > Because you didn't first told, which page module you used, I coudn't > know it. > > > > Read the TV Docu >> > > http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/3/#id3044217 > > > > Sorry but there is detailed "HowTo create a Print Link in TV" in the Docu. > ok - > > > > Greez > > > > Tapio Markula wrote: > >> dave typo kirjoitti: > >>> and then i make this within a lib item like lib.printlink ? > >> no > >> > >> > >>> alt_print.10.marks.CONTENT = COA > >>> alt_print.10.marks.CONTENT { > >>> 1 < temp.contentArea > >>> 2=TEXT > >>> 2.value=Print this page > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From xx at xx.xx Fri Aug 24 13:03:23 2007 From: xx at xx.xx (PEF) Date: Fri, 24 Aug 2007 13:03:23 +0200 Subject: [TYPO3] extra php-file in extension Message-ID: Hi, I'm working on an extension that I want to extend with an extra php-file. This extra php-file is called from a javascript: window.open("my_extra_php.php, ...) For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB and the tslib.pi_base.php Anyone who can tell me the right way to do it? Regards Peter Falk From jd at webmasters.dk Fri Aug 24 14:39:47 2007 From: jd at webmasters.dk (Jeppe Donslund) Date: Fri, 24 Aug 2007 14:39:47 +0200 Subject: [TYPO3] Connecting to an Access DB Message-ID: I get this error trying to use the wizard in wfqbe extension Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1898 Thread 0x10a8 DBC 0x946a1d4 Jet'., SQL state S1000 in SQLConnect in D:\boligfyn.dk\wwwroot\typo3\typo3conf\ext\adodb\adodb\drivers\adodb-odbc.inc.php on line 60 Can anyone tell me what is wrong or what this error means? Regards, Jeppe D. From gunda at intekom.co.za Fri Aug 24 15:28:15 2007 From: gunda at intekom.co.za (Gunda) Date: Fri, 24 Aug 2007 14:28:15 +0100 Subject: [TYPO3] IP address in URL Message-ID: Hi everybody, We have a peculiar problem and have been unable to find any help in many hours or searching through forums and documentation. We are unable to get Typo3 change our host server's IP address (i.e. 192.168.1.1) to the web domain name (mydomain.com). We can type www.mydomain.com into the browser address, the site is loaded but it shows the IP address instead of the domain name in the URL. Our ISP says we need to change a Typo3 setting. Which file needs to be edited or what settings need to be altered? Thanks for any help in advance! Gunda From typo3 at rvt.dds.nl Fri Aug 24 15:41:47 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Fri, 24 Aug 2007 08:41:47 -0500 Subject: [TYPO3] IP address in URL In-Reply-To: References: Message-ID: Do you use baseUrl somewhere in your typoscript? Ries > Hi everybody, > We have a peculiar problem and have been unable to find any help in > many hours or > searching through forums and documentation. We are unable to get > Typo3 change our host > server's IP address (i.e. 192.168.1.1) to the web domain name > (mydomain.com). We can > type www.mydomain.com into the browser address, the site is loaded > but it shows the IP > address instead of the domain name in the URL. Our ISP says we need > to change a Typo3 > setting. Which file needs to be edited or what settings need to be > altered? > Thanks for any help in advance! > Gunda > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From tjpatter at svsu.edu Fri Aug 24 16:42:56 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Fri, 24 Aug 2007 10:42:56 -0400 Subject: [TYPO3] Generate URL on page creation... Message-ID: Is it possible to generate the URL for a web page when it is initially created? (I am using RealURL) Currently, the URL for a new page is not generated until that page is displayed in a menu somewhere on my site. This is great except for the pages I have that are are to Hide in Menu. Any ideas? Right now as a workaround I have a cron job using curl to fetch a "universal page" that lists all pages (including the not in menu pages) just to generate the URLs. This workaround got my site off of the ground, however now that I have a lot of pages in the system I need to find a better solution. I'm starting to notice performance issues because of it. I am currently using the defaultcontent extension to populate my new pages with a blank content element, if I knew the PHP function to generate a page's URL it may be possible to utilize the code in that extension... Any suggestions would be greatly appreciated! From thisisretro at gmail.com Fri Aug 24 16:47:28 2007 From: thisisretro at gmail.com (Karl) Date: Fri, 24 Aug 2007 16:47:28 +0200 Subject: [TYPO3] Mininews date formatting Message-ID: Hi Group I struggle through with PHP programming at the moment and have been looking into ways that I can configure this great little ext to show a full textual representation of a month and exclude the insertion of the date in the backend. Any suggestions how this can be done would be great as I cant seem to work it out Thanks Karl From jillande at gmail.com Fri Aug 24 18:07:12 2007 From: jillande at gmail.com (Jill E) Date: Fri, 24 Aug 2007 11:07:12 -0500 Subject: [TYPO3] Generate URL on page creation... In-Reply-To: References: Message-ID: Timothy, I found that setting 'firstHitPathCache' => '1' in the RealURL config file pagePath array solves this problem. I am not sure what the performance cost is, but I haven't observed any major ill effects. Jill Anderson NDSU ITS jill.e.anderson at ndsu.edu On 8/24/07, Timothy Patterson wrote: > Is it possible to generate the URL for a web page when it is initially > created? (I am using RealURL) > > Currently, the URL for a new page is not generated until that page is > displayed in a menu somewhere on my site. This is great except for the > pages I have that are are to Hide in Menu. > > Any ideas? > > Right now as a workaround I have a cron job using curl to fetch a > "universal page" that lists all pages (including the not in menu pages) > just to generate the URLs. This workaround got my site off of the > ground, however now that I have a lot of pages in the system I need to > find a better solution. I'm starting to notice performance issues > because of it. > > I am currently using the defaultcontent extension to populate my new > pages with a blank content element, if I knew the PHP function to > generate a page's URL it may be possible to utilize the code in that > extension... > > Any suggestions would be greatly appreciated! > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From LIBWJH at emory.edu Fri Aug 24 18:17:30 2007 From: LIBWJH at emory.edu (Haines, William J) Date: Fri, 24 Aug 2007 12:17:30 -0400 Subject: [TYPO3] Making pop-up image (click enlarge) show larger than 800 x 600 Message-ID: Dear All, I'm working with some map images that are very wide (960 pixels). I'd like to be able to have a smaller image on my page that I click on, and it shows the larger map image. I see my image move to 800 x 600, at best. Is this to accommodate 800 x 600 resolution display? My apologies, if this sounds like a basic question. I'm just trying to get this clear in my head. Are there any suggestions for a workaround, please? I look forward to hearing from you. Thank you. Best, Will Will Haines Electronic Services Librarian Hugh F. MacMillan Law Library Emory University (404) 727-4322 libwjh at law.emory.edu From your_highness at mac.com Fri Aug 24 18:28:17 2007 From: your_highness at mac.com (Johannes Hovda) Date: Fri, 24 Aug 2007 11:28:17 -0500 Subject: [TYPO3] Making pop-up image (click enlarge) show larger than 800 x 600 In-Reply-To: References: Message-ID: Could it be that the global max image width property in constant editor is limiting you? See screenshot. -------------- next part -------------- Johannes On Aug 24, 2007, at 11:17 AM, Haines, William J wrote: > Dear All, > > > > I'm working with some map images that are very wide (960 pixels). I'd > like to be able to have a smaller image on my page that I click on, > and > it shows the larger map image. I see my image move to 800 x 600, at > best. Is this to accommodate 800 x 600 resolution display? My > apologies, if this sounds like a basic question. I'm just trying > to get > this clear in my head. Are there any suggestions for a workaround, > please? I look forward to hearing from you. Thank you. > > > > Best, > > Will > > > > Will Haines > Electronic Services Librarian > Hugh F. MacMillan Law Library > Emory University > (404) 727-4322 > libwjh at law.emory.edu > > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From tjpatter at svsu.edu Fri Aug 24 21:20:23 2007 From: tjpatter at svsu.edu (Timothy Patterson) Date: Fri, 24 Aug 2007 15:20:23 -0400 Subject: [TYPO3] Generate URL on page creation... In-Reply-To: References: Message-ID: I have tried this and no effect... Any other suggestions? Jill E wrote: > Timothy, > > I found that setting > > 'firstHitPathCache' => '1' > > in the RealURL config file pagePath array solves this problem. I am > not sure what the performance cost is, but I haven't observed any > major ill effects. > > Jill Anderson > NDSU ITS > jill.e.anderson at ndsu.edu > > On 8/24/07, Timothy Patterson wrote: >> Is it possible to generate the URL for a web page when it is initially >> created? (I am using RealURL) >> >> Currently, the URL for a new page is not generated until that page is >> displayed in a menu somewhere on my site. This is great except for the >> pages I have that are are to Hide in Menu. >> >> Any ideas? >> >> Right now as a workaround I have a cron job using curl to fetch a >> "universal page" that lists all pages (including the not in menu pages) >> just to generate the URLs. This workaround got my site off of the >> ground, however now that I have a lot of pages in the system I need to >> find a better solution. I'm starting to notice performance issues >> because of it. >> >> I am currently using the defaultcontent extension to populate my new >> pages with a blank content element, if I knew the PHP function to >> generate a page's URL it may be possible to utilize the code in that >> extension... >> >> Any suggestions would be greatly appreciated! >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> From dmitry at typo3.org Fri Aug 24 23:27:58 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Sat, 25 Aug 2007 00:27:58 +0300 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: Hi! dave typo wrote: > Only the first content element is shown in type=98... It looks like it > is impossible to display multiple content elements in type=98 > rendering.. > > does anyone know how to display multiple content element views in type=98 view? TV does not care about page types. It selectes elements and displays them with a help of css styled content. It does not care what page type you got. In any case if you use TemplaVoila, you should use its own print feature, not type 98. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From bdu at iastate.edu Sat Aug 25 00:00:35 2007 From: bdu at iastate.edu (Bing Du) Date: Fri, 24 Aug 2007 17:00:35 -0500 (CDT) Subject: [TYPO3] mailformplus for regular users Message-ID: Hi, By just looking at its manual, seems to me like mailformplus uses typoscript intensively to work properly. But for regular non-admin users, if they don't have access to web->template, how can they put typoscript configurations in setup? Thanks, Bing From bedlamhotel at gmail.com Sat Aug 25 01:11:07 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Fri, 24 Aug 2007 16:11:07 -0700 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: References: Message-ID: Hi Dmitry, On 8/24/07, Dmitry Dulepov [typo3] wrote: > In any case if you use TemplaVoila, you should use its own print > feature, not type 98. Unfortunately, the FTB manual shows a pretty primitive way to do this with TS. I'd like to propose that the doc be altered to use the following TS instead (Dmitry--are you also the FTB maintainer? If so, I can add this as a feature request to the bugtracker): lib.print_url = TEXT lib.print_url { typolink { parameter { field = uid } addQueryString = 1 addQueryString { method = GET } additionalParams = &print=1 no_cache = 1 } } [globalVar = GP:print > 0] lib.print_url { typolink { additionalParams > addQueryString.exclude = no_cache,print no_cache = 0 } } [global] -- Christopher Torgalson http://www.typo3apprentice.com/ From bedlamhotel at gmail.com Sat Aug 25 01:12:59 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Fri, 24 Aug 2007 16:12:59 -0700 Subject: [TYPO3] is the print (type=98) view incompatible with templavoila? In-Reply-To: <2b6e984e0708241611s3b474838t1cbf2a5062d5ad05@mail.gmail.com> References: <2b6e984e0708241611s3b474838t1cbf2a5062d5ad05@mail.gmail.com> Message-ID: On 8/24/07, Christopher Torgalson wrote: > Hi Dmitry, > > On 8/24/07, Dmitry Dulepov [typo3] wrote: > > > > > In any case if you use TemplaVoila, you should use its own print > > feature, not type 98. > > > Unfortunately, the FTB manual shows a pretty primitive way to do this > with TS. I'd like to propose that the doc be altered to use the > following TS instead (Dmitry--are you also the FTB maintainer? If so, > I can add this as a feature request to the bugtracker): > > lib.print_url = TEXT > lib.print_url { > typolink { > parameter { > field = uid > } > addQueryString = 1 > addQueryString { > method = GET > } > additionalParams = &print=1 > no_cache = 1 > } > } > [globalVar = GP:print > 0] > lib.print_url { > typolink { > additionalParams > > addQueryString.exclude = no_cache,print > no_cache = 0 > } > } > [global] Replying to myself: I forgot to mention that the reason the FTB method is primitive--and, I would guess, the reason the TV method is not more widely used--is because it doesn't work with extensions that manipulate the url such as tt_news etc. The above TS works perfectly well with such extensions. -- Christopher Torgalson http://www.typo3apprentice.com/ From LIBWJH at emory.edu Sat Aug 25 07:01:23 2007 From: LIBWJH at emory.edu (Haines, William J) Date: Sat, 25 Aug 2007 01:01:23 -0400 Subject: [TYPO3] Making pop-up image (click enlarge) show larger than800 x 600 References: Message-ID: Dear Johannes, Thank you! I'll take a look. I appreciate your response very much. I hope you're having a nice weekend! Take care. Best, Will ________________________________ From: typo3-english-bounces at lists.netfielders.de on behalf of Johannes Hovda Sent: Fri 8/24/2007 12:28 PM To: TYPO3 English Subject: Re: [TYPO3] Making pop-up image (click enlarge) show larger than800 x 600 Could it be that the global max image width property in constant editor is limiting you? See screenshot. From bart at rem-it-sonik.pl Sat Aug 25 10:32:06 2007 From: bart at rem-it-sonik.pl (Bartosz Aninowski) Date: Sat, 25 Aug 2007 10:32:06 +0200 Subject: [TYPO3] Max number limit! Message-ID: An SQL query returned exactly the amount of records specified by the limit value (100) - that could indicate an incomplete selection of records! Make sure this is on purpose. How to change above? From bart at rem-it-sonik.pl Sat Aug 25 10:33:45 2007 From: bart at rem-it-sonik.pl (Bartosz Aninowski) Date: Sat, 25 Aug 2007 10:33:45 +0200 Subject: [TYPO3] Max number limit! References: Message-ID: > How to change above? Plase ignore this post. I think I should take a breake :) From christian.oettinger at gmx.de Sat Aug 25 14:38:19 2007 From: christian.oettinger at gmx.de (christian oettinger) Date: Sat, 25 Aug 2007 14:38:19 +0200 Subject: [TYPO3] Including a php file In-Reply-To: References: Message-ID: It may be difficult to find the place where typo3 includes your script. Which php-file are you looking at, and even more importat, why? Note that the php-files are not parsed, so they won't change with yor setup-configuration. So back to the basic problem: It's not working, is it that? Maybe I just misunderstood you. Anyway, I know I struggeled too, so I just include a setup that's working, hope this helps. (Was there a problem with .inc-files, I do not remeber, sorry) christian (das oe) --------- SETUP --------- # file rights must allow the script to be executed!! includeLibs.oemenuitems = fileadmin/scripts/oe_itemArrayProcFunc.php page.15.2 = TMENU page.15.2 { fontColor = #ffffff expAll = 0 # defining which function to call itemArrayProcFunc = user_itemArrayProcFuncTest itemArrayProcFunc.userFunc.oe_table = {$oe_menu_table} # passing variables to the script itemArrayProcFunc.userFunc.variableforthescript = whatever NO { doNotLinkIt = 1 ATagBeforeWrap = 1 linkWrap = | stdWrap { data = field:name typolink { wrap = |
                  ATagBeforeWrap = 1 parameter.data = TSFE:id additionalParams.field= uid additionalParams.wrap= &tx_oecertificates_pi1[showUid]=| useCacheHash = 1 maxWidth = 40 } } #stdWrap.data = debug:data } } --------- --------- SCRIPT --------- function user_itemArrayProcFuncTest($menuArr,$conf) { ... } > I've searched the forums but I cannot seem to find the solution to this seemingly simple question. I'm trying to include a PHP file to build a custom menu as mentioned here (http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/). > > To include the file, I'm using: > > page.config.includeLibrary = fileadmin/template/main/php/quicklinks_menu.inc > > The contents of the .inc file are identical with the link above excepting that I wrap the function in a class called quicklinks_menu. > > But when I look at the source on the PHP file, I don't even seen where the quicklinks_menu.inc file is being included. I'm assuming that I should be able to see it there correct? Also, is there a more complete example than the link I've provided? From typo3 at andreas-balzer.de Sun Aug 26 09:22:02 2007 From: typo3 at andreas-balzer.de (Andreas Balzer) Date: Sun, 26 Aug 2007 09:22:02 +0200 Subject: [TYPO3] Swapping order of headlines and images of content elements Message-ID: Hi! I use css styled content elements. Some of the "text with image" content elements first show the image and then the headline of the content element and third the text. How to swap the order of appearance to headline, image, text? I didn't find it in Template Object Browser. Can you tell me where I have to look for it and how to change it? Thanks in advance! Andreas Balzer From t3 at tomkropf.de Sun Aug 26 16:10:38 2007 From: t3 at tomkropf.de (Tom Kropf) Date: Sun, 26 Aug 2007 16:10:38 +0200 Subject: [TYPO3] Flash Menu published in the online repository Message-ID: Hello, I developed a flash menu extension in course of my diploma ?dynamic web development with typo3 and flash?. For examples please visit the sites http://www.tomkropf.de, http://www.bludo.de and http://www.tomkropf.de/stella To Download the extension you can choose between the Online Repository (search string tom_fmenu) or you can download it under http://www.tomkropf.de/index.php?id=5. On www.tomkropf.de you can also download a better manual with a nicer layout and more pictures. Description: The extension contains two content elements. With the first one you can export your page tree from Typo3 in XML and with the second one you can adjust your menu in a comfortable way. Of course you can configure your whole menu with TypoScript too. In the source code will be created an alternative menu at the same time. So you can optimize your site for search engines in spite of using Flash and also a responding fold out menu will be displayed if the client has no flash higher or even 8.0 installed in his browser yet. The menu can contain two layers of your page tree. That means you can choose whether the menu will fold out right, up or down. The developer can freely configure the background and the font of the buttons and he can create a normal, a rollover and an active status for the buttons. You can choose an animation/effect for the fold out of the menu and for the rollover effects of the buttons out of a predefined pool of animation. Best Regards Tom Kropf From suresh.amritapuri at gmail.com Sun Aug 26 16:50:04 2007 From: suresh.amritapuri at gmail.com (Suresh Kumar) Date: Sun, 26 Aug 2007 20:20:04 +0530 Subject: [TYPO3] tt_news newbie Message-ID: Hi I want to setup tt_news. Read the user manual of tt_news but I am not getting any idea about how to go about. I have some fundamental questions. 1. How should the page tree be organised? 2. I am confused about the templates..my web site template and the tt_news extension templates. 3. Where the news page tree must be inside my website page tree? 4. Is there any tutorial or tt_news setup for dummies? :) I have typo3 4.0.2 running on debian etch and latest tt_news obtained from the extension repository. with lots of thanks in advance suresh India From suresh.amritapuri at gmail.com Sun Aug 26 19:11:37 2007 From: suresh.amritapuri at gmail.com (Suresh Kumar) Date: Sun, 26 Aug 2007 22:41:37 +0530 Subject: [TYPO3] tt_news, unable to see the full news Message-ID: Hi, What is shown below is the display of the news item on my page. If i click on [more] or on the Amme katholane link, I go back to the old screen but I do not see the full news as I expect. Content of the news is not seen at all. Any suggestions? BTW, I am running typo3 4.0.2 on debian etch with latest tt_news(2.5) thanks suresh ----------- MY NEWS DISPLAY--------------- Amme katholane Sunday 26. of August 2007 Age: 5 min no sub header :) [more] 26-08-07 22:42 Category: General From dmitry at typo3.org Sun Aug 26 19:24:14 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Sun, 26 Aug 2007 20:24:14 +0300 Subject: [TYPO3] tt_news newbie In-Reply-To: References: Message-ID: Hi! Suresh Kumar wrote: > I want to setup tt_news. Read the user manual of tt_news but I am not > getting any idea about how to go about. I have some fundamental > questions. Why don't you ask in the tt_news newsgroup? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From suresh.amritapuri at gmail.com Sun Aug 26 19:29:25 2007 From: suresh.amritapuri at gmail.com (Suresh Kumar) Date: Sun, 26 Aug 2007 22:59:25 +0530 Subject: [TYPO3] tt_news newbie In-Reply-To: References: Message-ID: Oh sorry, I could not find that address...can you send me that address? thanks suresh On 8/26/07, Dmitry Dulepov [typo3] wrote: > Hi! > > Suresh Kumar wrote: > > I want to setup tt_news. Read the user manual of tt_news but I am not > > getting any idea about how to go about. I have some fundamental > > questions. > > Why don't you ask in the tt_news newsgroup? > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From nightowl at galnet.dk Sun Aug 26 21:49:36 2007 From: nightowl at galnet.dk (brian bendtsen) Date: Sun, 26 Aug 2007 21:49:36 +0200 Subject: [TYPO3] Different background color for each page Message-ID: Hi I want to be able to set the background color for each page and I have done this so far: Im using templavoila and have mapped and attribute style="" to lib.bgcolor and have this in my typoscript setup: lib.bgcolor = TEXT lib.bgcolor.data = field:subtitle lib.bgcolor.wrap = background-color: |; so I could just type in #e3e3e3 in the subtitle field. But, of course, it doesnt work, the value from the subtitle field is not fetched. What am I doing wrong? /Brian From info at cybercraft.de Sun Aug 26 21:51:19 2007 From: info at cybercraft.de (JoH asenau) Date: Sun, 26 Aug 2007 21:51:19 +0200 Subject: [TYPO3] Different background color for each page References: Message-ID: > I want to be able to set the background color for each page and I have > done this so far: > > Im using templavoila and have mapped and attribute style="" to > lib.bgcolor and have this in my typoscript setup: > > lib.bgcolor = TEXT > lib.bgcolor.data = field:subtitle A change from field:subtitle to page:subtitle could help. Joey -- Wenn man keine Ahnung hat: Einfach mal Fresse halten! (If you have no clues: simply shut your gob sometimes!) Dieter Nuhr, German comedian openBC/Xing: http://www.cybercraft.de T3 cookbook: http://www.typo3experts.com From mat at colton.de Mon Aug 27 09:29:10 2007 From: mat at colton.de (Mat Colton) Date: Mon, 27 Aug 2007 09:29:10 +0200 Subject: [TYPO3] Problem with Internet Explorer and acronym button Message-ID: Hi'y'all using the RTE (Typo3 4.0.x series with RTE 1.3.9) and the Internet Explorer I have the problem, that the acronym button doesn't appear though it shows up perfectly in Firefox. I searched the web, but didn't find any information on my problem. The HTMLAreaPluginList variable in the extension manager also contains "Acronym". Parts of the TSconfig **************************************************************** RTE.default { hideButtons = * showButtons ( blockstylelabel,blockstyle,textstylelabel,textstyle, formatblock,formatblocklabel,cut,copy,paste,bold, italic,orderedlist,unorderedlist,acronym,link, subscript,superscript,image,line,toggleborders, findreplace,undo,redo,textindicator ) toolbarOrder ( bar,space,space,blockstylelabel,blockstyle,bar,space, formatblocklabel,formatblock,space, space,textindicator,linebreak,bold,italic,subscript,superscript, bar,space,orderedlist,unorderedlist,bar,space,acronym,link, image,insertcharacter,bar,space, cut,copy,paste,undo,redo,bar,space,findreplace ) } **************************************************************** Any help is appreciated! -- Bye, Mat From redvald at mac.com Mon Aug 27 09:49:18 2007 From: redvald at mac.com (Redvald Hjulstad) Date: Mon, 27 Aug 2007 09:49:18 +0200 Subject: [TYPO3] Problem with mailform Message-ID: Hi list I have insertet a mailform on a page. When Submiting i get the following error: Warning: mail() [function.mail]: SMTP server response: 550 Requested action not taken: mailbox unavailable or not local in E:\inetpub\vhosts\ceteq.com\httpdocs\t3lib\class.t3lib_htmlmail.php on line 712 Warning: Cannot modify header information - headers already sent by (output started at E:\inetpub\vhosts\ceteq.com\httpdocs\t3lib\class.t3lib_htmlmail.php:712) in E:\inetpub\vhosts\ceteq.com\httpdocs\typo3\sysext\cms\tslib\class.tslib_fe.php on line 2853 I have tried to send mail from the configuration part of Typo3, and that is working. Any suggestions? Typo3 4.0.7 Redvald From sancar.saran at evodot.com Mon Aug 27 10:11:40 2007 From: sancar.saran at evodot.com (Sancar Saran) Date: Mon, 27 Aug 2007 11:11:40 +0300 Subject: [TYPO3] Typo3 Xajax 30 Seconds Warning Message-ID: Hello there, I'm trying to convert our modules to typo3. One of them uses xajax. Typo3 has xajax too. We able to convert and one thing we did not resolved. When you cilick to navigation buttons more than once xajax returs 30 seconds warning. What I do wrong ? How can I rid this message Regards Sancar From typo3 at penpal4u.net Mon Aug 27 10:24:13 2007 From: typo3 at penpal4u.net (Christian Lerrahn) Date: Mon, 27 Aug 2007 18:24:13 +1000 Subject: [TYPO3] Find out where TS is coming from References: Message-ID: On Thu, 23 Aug 2007 12:29:16 +0200 Bernd Wilke wrote: > Christian Lerrahn (Cerebrum) schrieb: > > Hi, > > is there a way of getting the TS object browser to display where the > > properties are set? Sometimes it would be very useful to see that > > right away to not duplicate entries. > > > > Cheers, > > Christian > > Just stay with your mouse over the key and a small PopUp will show > you template and line (->template analyzer) for first definition. > maybe you can see the data from a further redefinition/overwrite. Thanks for that. I never realised that. :( Cheers, Christian From mathias at RaWu.dk Mon Aug 27 11:44:21 2007 From: mathias at RaWu.dk (Mathias R. Wulff) Date: Mon, 27 Aug 2007 11:44:21 +0200 Subject: [TYPO3] My own tt_news display item. Message-ID: Hi. I?m trying to make my own element in the tt_news list of what to display (In the list of latest, single, amenu, search, catmenu.....) I have succeeded in connecting with the hook in tt_news for this purpose, but tt_news expects some kind of object instead of a string as return value from my own script. so what have I done?: Created my own plugin in typo3conf/ext//mrw_newscal where the file typo3conf/ext//mrw_newscal/ext_tables.php contents seam to work correct. The element is shown in the list. ______________ the file typo3conf/ext//mrw_newscal/ext_localconf.php contents _____________ Finally the file typo3conf/ext//mrw_newscal/class.mrw_newscal.php theCode) { case "LISTBYMONTH": $content ="LISTBYMONTH works!"; return $content; } } } ?> Where the return statement is a string. The output was suppose to be "LISTBYMONTH works!" but instead its an error: Fatal error: Call to a member function on a non-object in /typo3conf/ext/tt_news/pi/class.tx_ttnews.php on line 186 hmm. The code in # line 182 // Adds hook for processing of extra codes # line 183 if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraCodesHook'])) { # line 184 foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraCodesHook'] as $_classRef) { # line 185 $_procObj = & t3lib_div::getUserObj($_classRef); # line 186 $content .= $_procObj->extraCodesProcessor($this); # line 187 } # line 188 } else { So the problem occurs in $content .= $_procObj->extraCodesProcessor($this); Probably because the line above $_procObj = & t3lib_div::getUserObj($_classRef); concatenates an existing object with the return from my extraCodesProcessor (a string). Does anybody know what kind of object to return? - Mathias From tdi666 at op.pl Mon Aug 27 14:09:33 2007 From: tdi666 at op.pl (Tomasz Trznadel) Date: Mon, 27 Aug 2007 14:09:33 +0200 Subject: [TYPO3] RTE Table Message-ID: How can i make rte table with columns numbers etc. just like normal tt_content table? regards, Tomasz Trznadel www.todesign.pl From benspamin at yahoo.com Mon Aug 27 14:49:51 2007 From: benspamin at yahoo.com (Ben) Date: Mon, 27 Aug 2007 05:49:51 -0700 (PDT) Subject: [TYPO3] Newbie easy question regarding Templates Message-ID: Hi recently took over managing a website built using Typo3 and TemplaVoila - i have figured out alot - however there is one thing i'm completly stuck on- there is a menu header on every page in the template that i'm trying to change - i have figured out that what i need to change is in this "Setup" section of the EXT template - lib.menuHeader.1.wrap = I need to know where the | is coming from - i have searched every single file on the server, ever single page within Typo3 - i just can't figure out where to go to change the whatever | is pointing to - i know exactly what to change - i just can't find where it's being stored if anyone knows what i'm talking about i would very very very much appreciate it - it is driving me nutz!!!! thank you, ben ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz From gunda at intekom.co.za Mon Aug 27 14:56:22 2007 From: gunda at intekom.co.za (Gunda) Date: Mon, 27 Aug 2007 13:56:22 +0100 Subject: [TYPO3] IP address in URL Message-ID: Hi everybody, We have a peculiar problem and have been unable to find any help in many hours or searching through forums and documentation. We are unable to get Typo3 change our host server's IP address (i.e. 192.168.1.1) to the web domain name (mydomain.com). We can type www.mydomain.com into the browser address, the site is loaded but it shows the IP address instead of the domain name in the URL. Our ISP says we need to change a Typo3 setting. Which file needs to be edited or what settings need to be altered? In an earlier response, Ries (many thanks) asked us to have a look at the baseURL. Can we find this in the Install Tool? If so, in which folder/directory do we need to look? In the php.info, our site URL is set to the IP address. Does this need to changed to the domain name and if so how can we do this? Thanks for any help in advance! Gunda From typo3-english at lists.netfielders.de Mon Aug 27 15:00:54 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Mon, 27 Aug 2007 08:00:54 CDT Subject: [TYPO3] Passing content to php functions References: <19810856.201187894637942.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: I was curious to see if anyone had any additional thoughts related to the problem I posed towards the end of the thread about searching for subpages in either TypoScript or PHP From nielsen.john at gmail.com Mon Aug 27 15:13:07 2007 From: nielsen.john at gmail.com (John 'Tux' Nielsen) Date: Mon, 27 Aug 2007 15:13:07 +0200 Subject: [TYPO3] tt_board and Captcha Library Message-ID: Hello We've installed Captcha Library (ext key: captcha) on our tt_board. It _seem_ to work, in that when I enter data into the form, it tells me to fill the captcha. If I fill something wrong, or nothing at all, it fails, so doing as intended. However, we still get quite a bit of spam going through. I've search the net and various mailing lists, the only thing I could find was http://www.typo3-jack.net/typo3-english-lists-netfielders-de/3366-typo3-captcha-spam-protection.html,but no one really answered that. I've looking through everything, checked the code, I can't see anything wrong. I've even tried to bypass it myself with no luck. Tried setting form fields to GET instead of POST to try and fool it (Firefox Webdeveloper plugin can do this), but no dice. The spammers are, somehow, bypassing the capctha. Have anyone seen or heard of a solution for this? Getting a bit frustrating. -- Regards - John 'Tux' Nielsen Computer Engineer Admin of dope.blitzed.org Blitzed IRC Network - http://www.blitzed.org Open Proxy Monitor - http://www.blitzed.org/bopm/ tux at blitzed.org - nielsen.john at gmail.com (Google Talk enabled) From seg at softvision.de Mon Aug 27 15:27:36 2007 From: seg at softvision.de (Sascha Egerer) Date: Mon, 27 Aug 2007 15:27:36 +0200 Subject: [TYPO3] IP address in URL References: Message-ID: The baseURL is a TypoScript setting. config.baseURL = www.ABC.com "Gunda" schrieb im Newsbeitrag news:mailman.1904.1188219040.17142.typo3-english at lists.netfielders.de... > Hi everybody, > We have a peculiar problem and have been unable to find any help in many > hours or > searching through forums and documentation. We are unable to get Typo3 > change our host > server's IP address (i.e. 192.168.1.1) to the web domain name > (mydomain.com). We can > type www.mydomain.com into the browser address, the site is loaded but it > shows the IP > address instead of the domain name in the URL. Our ISP says we need to > change a Typo3 > setting. > Which file needs to be edited or what settings need to be altered? > > In an earlier response, Ries (many thanks) asked us to have a look at the > baseURL. Can we > find this in the Install Tool? If so, in which folder/directory do we need > to look? In the php.info, > our site URL is set to the IP address. Does this need to changed to the > domain name and if > so how can we do this? > > Thanks for any help in advance! > Gunda From mathias at RaWu.dk Mon Aug 27 15:25:06 2007 From: mathias at RaWu.dk (Mathias R. Wulff) Date: Mon, 27 Aug 2007 15:25:06 +0200 Subject: [TYPO3] Newbie easy question regarding Templates In-Reply-To: References: Message-ID: lib.menuHeader.1.wrap = means that lib.menuHeader.1 will be conctenated with ie lib.menuHeader.1.wrap = <=> so the answer to your question is that | = lib.menuHeader.1 - Mathias R. Wulff Ben skrev: > Hi recently took over managing a website built using > Typo3 and TemplaVoila - i have figured out alot - > however there is one thing i'm completly stuck on- > > there is a menu header on every page in the template > that i'm trying to change - i have figured out that > what i need to change is in this "Setup" section of > the EXT template - > > lib.menuHeader.1.wrap = > > I need to know where the | is coming from - i have > searched every single file on the server, ever single > page within Typo3 - i just can't figure out where to > go to change the whatever | is pointing to - i know > exactly what to change - i just can't find where it's > being stored > > if anyone knows what i'm talking about i would very > very very much appreciate it - it is driving me > nutz!!!! > > thank you, > > ben > > > > ____________________________________________________________________________________ > Got a little couch potato? > Check out fun summer activities for kids. > http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz From typo3-english at lists.netfielders.de Mon Aug 27 15:25:16 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Mon, 27 Aug 2007 08:25:16 CDT Subject: [TYPO3] Passing content to php functions References: <21204844.241188219684957.JavaMail.tomcat@secure.tekdevelopment.com> Message-ID: Never mind. I found my answer 10 minutes after posting this: http://support.typo3.org:8080/jive/thread.jspa?messageID=15829㷕 From benspamin at yahoo.com Mon Aug 27 15:36:00 2007 From: benspamin at yahoo.com (Ben) Date: Mon, 27 Aug 2007 06:36:00 -0700 (PDT) Subject: [TYPO3] Newbie easy question regarding Templates In-Reply-To: Message-ID: okay- one step closer - where do i find lib.menuheader.1 so i can edit it? thanks!! b --- "Mathias R. Wulff" wrote: > lib.menuHeader.1.wrap = > > means that lib.menuHeader.1 will be conctenated with > > > ie > lib.menuHeader.1.wrap = > > <=> > > > > so the answer to your question is that > > | = lib.menuHeader.1 > > > - Mathias R. Wulff > > > Ben skrev: > > Hi recently took over managing a website built > using > > Typo3 and TemplaVoila - i have figured out alot - > > however there is one thing i'm completly stuck on- > > > > there is a menu header on every page in the > template > > that i'm trying to change - i have figured out > that > > what i need to change is in this "Setup" section > of > > the EXT template - > > > > lib.menuHeader.1.wrap = > > > > I need to know where the | is coming from - i have > > searched every single file on the server, ever > single > > page within Typo3 - i just can't figure out where > to > > go to change the whatever | is pointing to - i > know > > exactly what to change - i just can't find where > it's > > being stored > > > > if anyone knows what i'm talking about i would > very > > very very much appreciate it - it is driving me > > nutz!!!! > > > > thank you, > > > > ben > > > > > > > > > ____________________________________________________________________________________ > > Got a little couch potato? > > Check out fun summer activities for kids. > > > http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 From benspamin at yahoo.com Mon Aug 27 15:48:52 2007 From: benspamin at yahoo.com (Ben) Date: Mon, 27 Aug 2007 08:48:52 CDT Subject: [TYPO3] Very basic template question... Message-ID: i have recently taken over a website that was built using Typo3 - it's a been a fun process learning all that Typo3 has to offer (alot) and kind of tough considering I didn't build it myself.. My question is: I need to change the HMENU (or is it TMENU) for the site- i know exactly what to change, just no idea where to GO to change it - looking in the Setup of the Main template file - there is this clue: #TOP NAV MENU lib.menuHeader > lib.menuHeader = HMENU lib.menuHeader.entryLevel = 0 lib.menuHeader.1 = TMENU lib.menuHeader.1 { expAll = 1 wrap = and then in the Template file of the main home page this clue: lib.menuHeader.1.wrap = ---- I have no idea where the | is pointing to in either example above - I assume, lib.menuheader.1.wrap is being defined and used for the tempaplate- but how on earth do i edit lib.menuheader.1.wrap - thanks for any assistance - this one little thing has been driving me nutz for the past week.... i know there is a super easy answer to it- thanks!! b From dmitry at typo3.org Mon Aug 27 16:57:44 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 27 Aug 2007 17:57:44 +0300 Subject: [TYPO3] Newbie easy question regarding Templates In-Reply-To: References: Message-ID: Ben wrote: > okay- one step closer - where do i find > lib.menuheader.1 so i can edit it? lib.menuheader is probably a menu. So you need to find its type and look in TSRef for correct properties. By the way, according to our rules you should use full name in the mailing lists. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Mon Aug 27 17:03:32 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Mon, 27 Aug 2007 18:03:32 +0300 Subject: [TYPO3] Very basic template question... In-Reply-To: References: Message-ID: Hi! There is no need to post twice :) Some parts are answered in replies to your previous message. Ben wrote: > My question is: I need to change the HMENU (or is it TMENU) for the > site- i know exactly what to change, just no idea where to GO to > change it - looking in the Setup of the Main template file - there is > this clue: > > #TOP NAV MENU > lib.menuHeader > This clears lib.menuHeader > lib.menuHeader = HMENU This says that lib.menuHeader is of type HMENU. So, you can look into TSRef document and see what properties it has (= what you can set). > lib.menuHeader.entryLevel = 0 See in TSRef for HMENU > lib.menuHeader.1 = TMENU So the first ("1") level of menu is TMENU. See in TSRef properties of TMENU. > lib.menuHeader.1 { This means that next block is a set of properties for TMENU until closing bracket. > expAll = 1 See in TSRef what it means (for TMENUITEM). > wrap = Also can be found in TSRef. It means: wrap the content of this item in . I guess there are second level menus and they are wrapped in this
                    > and then in the Template file of the main home page this clue: > > lib.menuHeader.1.wrap = This is the same as above. Can be written as: lib.menuHeader.1 { wrap = } > ---- I have no idea where the | is pointing to in either example > above - I assume, lib.menuheader.1.wrap is being defined and used for > the tempaplate- but how on earth do i edit lib.menuheader.1.wrap - > > thanks for any assistance - this one little thing has been driving me > nutz for the past week.... i know there is a super easy answer to it- You should definitely read TypoScript tutorials on typo3.org. They will explain it to you in details withing hours. No need to spend days on these simple things. > thanks!! b And, dear b, do not forget your full name. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From typothree at gmail.com Mon Aug 27 17:20:50 2007 From: typothree at gmail.com (dave typo) Date: Mon, 27 Aug 2007 17:20:50 +0200 Subject: [TYPO3] how do you obtain the tt_news id, back pid and hash in a URL? Message-ID: I have included the following typoscript so that links remain when a user navigates through pages: config.linkVars = L, print with this typoscript, I have a link that adds and removes &print=1 to my page. Now this allows a page to swap template objects. The content remains the same on the page, regardless of having &print=1 within the URL. However, when a user is on a page that has a tt_news single view, we have news ids, and back pids, and hash. As a result, the link does not obtain the news id, back pid, and hash.... for example, I can not retain &tx_ttnews[tt_news]=1029&tx_ttnews[backPid]=90&cHash=5e1b1ac695 when switching between templates. how can I get links to capture the ttnews relevant data???? much appreciated, thanks -dave From bedlamhotel at gmail.com Mon Aug 27 17:35:55 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 27 Aug 2007 08:35:55 -0700 Subject: [TYPO3] how do you obtain the tt_news id, back pid and hash in a URL? In-Reply-To: References: Message-ID: Hi, On 8/27/07, dave typo wrote: > I have included the following typoscript so that links remain when a user > navigates through pages: > > > config.linkVars = L, print > > with this typoscript, I have a link that adds and removes &print=1 to my > page. Now this allows a page to swap template objects. The content remains > the same on the page, regardless of having &print=1 within the URL. > > > However, when a user is on a page that has a tt_news single view, we have > news ids, and back pids, and hash. > > As a result, the link does not obtain the news id, back pid, and hash.... > > for example, I can not retain > &tx_ttnews[tt_news]=1029&tx_ttnews[backPid]=90&cHash=5e1b1ac695 > > when switching between templates. > > how can I get links to capture the ttnews relevant data???? See the last two posts in last week's thread "is the print (type=98) view incompatible with templavoila?"--I posted the complete TS for a print link that should work with any extension that adds parameters to the URL. -- Christopher Torgalson http://www.typo3apprentice.com/ From typothree at gmail.com Mon Aug 27 17:50:59 2007 From: typothree at gmail.com (dave typo) Date: Mon, 27 Aug 2007 17:50:59 +0200 Subject: [TYPO3] how do you obtain the tt_news id, back pid and hash in a URL? In-Reply-To: References: Message-ID: thanks for the quick reply. The logic is there, but I can't get it to work... lib.print_url = TEXT lib.print_url { typolink { parameter { field = uid } addQueryString = 1 addQueryString { method = GET } additionalParams = &print=1 no_cache = 1 } } [globalVar = GP:print > 0] lib.print_url { typolink { additionalParams > addQueryString.exclude = no_cache,print no_cache = 0 } } [global] this renders the URL exactly as is, without the &print=1 part.... any troubleshooting advice? -dave On 8/27/07, Christopher Torgalson wrote: > > Hi, > > On 8/27/07, dave typo wrote: > > I have included the following typoscript so that links remain when a > user > > navigates through pages: > > > > > > config.linkVars = L, print > > > > with this typoscript, I have a link that adds and removes &print=1 to > my > > page. Now this allows a page to swap template objects. The content > remains > > the same on the page, regardless of having &print=1 within the URL. > > > > > > However, when a user is on a page that has a tt_news single view, we > have > > news ids, and back pids, and hash. > > > > As a result, the link does not obtain the news id, back pid, and > hash.... > > > > for example, I can not retain > > &tx_ttnews[tt_news]=1029&tx_ttnews[backPid]=90&cHash=5e1b1ac695 > > > > when switching between templates. > > > > how can I get links to capture the ttnews relevant data???? > > > > See the last two posts in last week's thread "is the print (type=98) > view incompatible with templavoila?"--I posted the complete TS for a > print link that should work with any extension that adds parameters to > the URL. > > > -- > Christopher Torgalson > http://www.typo3apprentice.com/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From bedlamhotel at gmail.com Mon Aug 27 18:26:22 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 27 Aug 2007 09:26:22 -0700 Subject: [TYPO3] how do you obtain the tt_news id, back pid and hash in a URL? In-Reply-To: References: Message-ID: Hi there, On 8/27/07, dave typo wrote: > thanks for the quick reply. The logic is there, but I can't get it to > work... > > lib.print_url = TEXT > lib.print_url { > typolink { > parameter { > field = uid > } > addQueryString = 1 > addQueryString { > method = GET > } > additionalParams = &print=1 > no_cache = 1 > } > } > [globalVar = GP:print > 0] > lib.print_url { > typolink { > additionalParams > > addQueryString.exclude = no_cache,print > no_cache = 0 > } > } > [global] > > this renders the URL exactly as is, without the &print=1 part.... > > any troubleshooting advice? Troubleshooting advice? Not really--this and a couple of variations are tested and working properly with tt_news (and cal for that matter) on a few sites I administer. It's possible that, if there are TWO instances of 'lib.print_url' in your TS templates, one is overriding some settings in the other. Rename the one above to something else (lib.printURL ?) and adjust the template accordingly (i.e. you will need something like page.foo < lib.printURL etc in your template). -- Christopher Torgalson http://www.typo3apprentice.com/ From benspamin at yahoo.com Mon Aug 27 18:31:33 2007 From: benspamin at yahoo.com (Ben Stanley) Date: Mon, 27 Aug 2007 11:31:33 CDT Subject: [TYPO3] Very basic template question... References: Message-ID: Thank you! - didn't mean to post twice, didn't realize the forum at support.typo3.org was the same as the mailing list - thanks for your response, i've done a ton of reading on typo3 and have learned alot so far - i will focus on reading about TSRef and hopefully will find the code i'm am searching for thanks again! ben From benspamin at yahoo.com Mon Aug 27 18:50:02 2007 From: benspamin at yahoo.com (Ben Stanley) Date: Mon, 27 Aug 2007 11:50:02 CDT Subject: [TYPO3] Very basic template question... References: Message-ID: okay - i found TSRef - thought it was something in Typo3 - but it's just a doc explaining all the parameters of the menus' - while it is usefull it still doesn't tell me where i can change whatever this is pointing to... lib.menuHeader.1.wrap = ul class="nav" | /ul - you wrote on previous post: "lib.menuheader is probably a menu. So you need to find its type and look in TSRef for correct properties." so where do i find it's "type"? i assume when you say "look in TSref" you mean this link? i just need to remove a menu item.... http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/7/ i'm sorry if i'm sound stupid - i think i'm missing something in typo3 that is very basic - basically i'm searching for this code: From bedlamhotel at gmail.com Mon Aug 27 19:00:22 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 27 Aug 2007 10:00:22 -0700 Subject: [TYPO3] Very basic template question... In-Reply-To: References: Message-ID: Hi, On 8/27/07, Ben Stanley wrote: > okay - i found TSRef - thought it was something in Typo3 - but it's just a doc explaining all the parameters of the menus' - while it is usefull it still doesn't tell me where i can change whatever this is pointing to... > > lib.menuHeader.1.wrap = ul class="nav" | /ul > > - you wrote on previous post: > > "lib.menuheader is probably a menu. So you need to find its type and look in TSRef for correct properties." > > so where do i find it's "type"? i assume when you say "look in TSref" you mean this link? i just need to remove a menu item.... > > http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/7/ > > i'm sorry if i'm sound stupid - i think i'm missing something in typo3 that is very basic - basically i'm searching for this code: There are two tools that ship with all TYPO3 installs: the Typoscript Object Browser and the Template Analyzer (both can be found in the Template module). Take a look... -- Christopher Torgalson http://www.typo3apprentice.com/ From benspamin at yahoo.com Mon Aug 27 19:18:22 2007 From: benspamin at yahoo.com (Ben) Date: Mon, 27 Aug 2007 10:18:22 -0700 (PDT) Subject: [TYPO3] Very basic template question... In-Reply-To: Message-ID: > There are two tools that ship with all TYPO3 > installs: the Typoscript > Object Browser and the Template Analyzer (both can > be found in the > Template module). yes, i know about those- i have poured through them line by line by line trying to find where the menu is defined, ie one of the items is: however, i can find no reference to it - this is the MenuHeader that i find in the main template object browser: [menuHeader]=HMENU [1]=TMENU [expAll]=1 [wrap]= [NO] [ATagTitle] [field]=title [stdWrap] [wrap]= [wrapItemAndSub]=
                  • |
                  • [ACT]=1 [ATagTitle] [field]=title [stdWrap] [wrap]= [wrapItemAndSub]=
                  • |
                  • you can see it just says basically the same thing: [wrap]= i have gone through the template analyzer too and it also just has i have NO IDEA where that | is being defined - does the fact that the template was created with TemplaVoila make a difference (i also edited the original template htm file and remapped with TV but it made no difference (also, the code in the template htm does not match what is live on the site) i realize how annoying beginning users are when you feel they have not done there research - but i really have - it's just this one thing that is killing me ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow From bedlamhotel at gmail.com Mon Aug 27 19:30:33 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 27 Aug 2007 10:30:33 -0700 Subject: [TYPO3] Very basic template question... In-Reply-To: References: Message-ID: Hi, On 8/27/07, Ben wrote: > > There are two tools that ship with all TYPO3 > > installs: the Typoscript > > Object Browser and the Template Analyzer (both can > > be found in the > > Template module). > > yes, i know about those- i have poured through them > line by line by line trying to find where the menu is > defined, ie one of the items is: > >
                    onfocus="blurLink(this);"> src="/fileadmin/templates/graphics/nav/About RPS.gif" > alt="" /> > > however, i can find no reference to it The entire POINT of TS is that you don't need to hardcode links and other HTML directly. You will never find what you're looking for that way, because it is NOT part of the Typoscript. > this is the > MenuHeader that i find in the main template object > browser: > > [menuHeader]=HMENU > [1]=TMENU > [expAll]=1 > [wrap]= > [NO] > [ATagTitle] > [field]=title > [stdWrap] > [wrap]= src="/fileadmin/templates/graphics/nav/|.gif" /> > [wrapItemAndSub]=
                  • |
                  • > [ACT]=1 > [ATagTitle] > [field]=title > [stdWrap] > [wrap]= src="/fileadmin/templates/graphics/nav/|_h.gif" > class="active"/> > [wrapItemAndSub]=
                  • |
                  • > > you can see it just says basically the same thing: > [wrap]= > > i have gone through the template analyzer too and it > also just has > > i have NO IDEA where that | is being defined - Honestly, I can only suggest more reading--maybe the TS By Example manual--because the code above is EXACTLY what you're looking for. If you like, it is the "|"--which just stands for "the content of some object". You can also find out where it is defined by mousing over one of the lines you pasted in--a tooltip will pop up showing the line number where the property is defined. You can then use the TS Template Analyzer to find exactly WHICH TS template contains that line. > does the fact that the template was created with > TemplaVoila make a difference (i also edited the > original template htm file and remapped with TV but it > made no difference (also, the code in the template htm > does not match what is live on the site) No, this is irrelevant. Perhaps if you told us what you are trying to do, we could offer concrete suggestions. -- Christopher Torgalson http://www.typo3apprentice.com/ From benspamin at yahoo.com Mon Aug 27 19:54:59 2007 From: benspamin at yahoo.com (Ben) Date: Mon, 27 Aug 2007 10:54:59 -0700 (PDT) Subject: [TYPO3] Very basic template question... In-Reply-To: Message-ID: >>> You can also find out where it is defined by mousing over one of the lines you pasted in--a tooltip will pop up showing the line number where the property is defined. You can then use the TS Template Analyzer to find exactly WHICH TS template contains that line.>>> okay i did that - it says it's defined in "USARPS League, 4717 - i assumed that meant the template called "USARPS League"- (which is the main template file) but line 4717? that seems too high - according to the template analyzer: EXT:tt_news/static/css/ EXT:tt_news/static/ts_old/ EXT:css_styled_content/static/ EXT:static_info_tables/static/... EXT:ext_fe_users/pi1/static/ EXT:tt_news/static/ts_new/ EXT:sr_feuser_register/static/... newloginbox tt_address extendedshop chc_forum macina_banners ve_guestbook -> USARPS League X X X 1(0) clicking on the USARPS League template from that list brings up the Constants and Setup screens - searching through there for menuHeader brings me back to this: lib.menuHeader > lib.menuHeader = HMENU lib.menuHeader.entryLevel = 0 lib.menuHeader.1 = TMENU lib.menuHeader.1 { expAll = 1 wrap = NO.ATagTitle.field = title NO.stdWrap.wrap = NO.wrapItemAndSub =
                  • |
                  • ACT = 1 ACT.ATagTitle.field = title ACT.stdWrap.wrap = ACT.wrapItemAndSub =
                  • |
                  • } again, just seeing alot of |'s the concrete example is http://www.usarps.com - there is a menu that runs across the top - it's simple graphic links with roll overs - i can see from the TS code above that it can define the active current page by adding "class="active"" to the link - however - where on earth is it getting all the links from? ie:
                    that line has to be set somewhere - it takes that and inserts it between
                  • and then between
                      to create the menu - i understand the principle of what is happening - i just can find that stupid line of code - it has to exist somewhere - i just need to remove one of the menu items - i've even download all 800 million files from the server and used dreamweaver to query every single one of them for anything remotely like that (granted some didn't make it cause file names where too long, and knowing my luck it'll be one of those) - i've also used the search tool in TYPO3 to search for anything resembling that HTML - it does find one reference, the SHOP which has it's own Menu definded quite clearly in the SETUP section of it's template (not sure why he made a seperate template, but he did), so i could remove the menu item in question quite easily from that page so i don't know what else to say - everything i find in reference to menuHeader is using | as the content - it seems very cirular - i'm just so frustrated right now i appreciate the help you are giving... ben ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 From bedlamhotel at gmail.com Mon Aug 27 20:15:18 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Mon, 27 Aug 2007 11:15:18 -0700 Subject: [TYPO3] Very basic template question... In-Reply-To: References: Message-ID: Hi, On 8/27/07, Ben wrote: > >>> You can also find out where it is defined by > mousing over one of the lines you pasted in--a tooltip > will pop up showing the line number where the property > is defined. You can then use the TS Template Analyzer > to find exactly WHICH TS template contains that > line.>>> > > okay i did that - it says it's defined in "USARPS > League, 4717 - i assumed that meant the template > called "USARPS League"- (which is the main template > file) but line 4717? that seems too high - according > to the template analyzer: > > EXT:tt_news/static/css/ > EXT:tt_news/static/ts_old/ > EXT:css_styled_content/static/ > EXT:static_info_tables/static/... > EXT:ext_fe_users/pi1/static/ > EXT:tt_news/static/ts_new/ > EXT:sr_feuser_register/static/... > newloginbox > tt_address > extendedshop > chc_forum > macina_banners > ve_guestbook > -> USARPS League X X X 1(0) > > clicking on the USARPS League template from that list > brings up the Constants and Setup screens - searching > through there for menuHeader brings me back to this: > > lib.menuHeader > > lib.menuHeader = HMENU > lib.menuHeader.entryLevel = 0 > lib.menuHeader.1 = TMENU > lib.menuHeader.1 { > > expAll = 1 > wrap = > > NO.ATagTitle.field = title > NO.stdWrap.wrap = src="/fileadmin/templates/graphics/nav/|.gif" /> > NO.wrapItemAndSub =
                    • |
                    • > > ACT = 1 > ACT.ATagTitle.field = title > ACT.stdWrap.wrap = src="/fileadmin/templates/graphics/nav/|_h.gif" > class="active"/> > ACT.wrapItemAndSub =
                    • |
                    • > > } > > again, just seeing alot of |'s > > the concrete example is http://www.usarps.com - there > is a menu that runs across the top - it's simple > graphic links with roll overs - i can see from the TS > code above that it can define the active current page > by adding "class="active"" to the link - however - > where on earth is it getting all the links from? ie: > > onfocus="blurLink(this);"> src="/fileadmin/templates/graphics/nav/About RPS.gif" > alt="" /> > > that line has to be set somewhere - it takes that and > inserts it between
                    • and then between >
                        to create the menu - i understand the > principle of what is happening - i just can find that > stupid line of code - it has to exist somewhere - i > just need to remove one of the menu items - i've even > download all 800 million files from the server and > used dreamweaver to query every single one of them for > anything remotely like that (granted some didn't make > it cause file names where too long, and knowing my > luck it'll be one of those) - i've also used the > search tool in TYPO3 to search for anything resembling > that HTML - it does find one reference, the SHOP which > has it's own Menu definded quite clearly in the SETUP > section of it's template (not sure why he made a > seperate template, but he did), so i could remove the > menu item in question quite easily from that page Listen carefully: 1. That HTML exists NOWHERE in your site except in the page cache. It's assembled at runtime by the CMS--this is the point of a CMS. 2. The "|" is a PLACEHOLDER 3. The lines of code that is producing the code you keep referring to are this one: NO.stdWrap.wrap = ...and this one (depending on menu state): ACT.stdWrap.wrap = > so i don't know what else to say - everything i find > in reference to menuHeader is using | as the content - > it seems very cirular - It IS circular ;-) An HMENU is basically a loop. It loops through all of the pages available to it and inserts data wrapped in various markup as specified in the TS code above. Read through the .stdWrap sections of the TSref and TS By Ex to see what I mean [1]. No, for your specific question: you want to remove a menu item, right? Find the uid for that menu item (mouse over the relevant page icon in the BE to find out), and add this line to your TS template: lib.menuHeader.excludeUidList = {comma-separated list of the uids of the pages you wish to exclude from the menu} OR Left click on the icon of the page in question, choose "Edit page header." In the resulting form, check the "Hide in menu" box. -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/4/1/ From info at bednarik.org Mon Aug 27 20:16:14 2007 From: info at bednarik.org (Jan Bednarik) Date: Mon, 27 Aug 2007 20:16:14 +0200 Subject: [TYPO3] CoolURI and special chars In-Reply-To: References: Message-ID: Hey, I've just uploaded new version (1.0.4) that should finally solve all special chars conversion issues. Regards -- Jan Bednarik www.bednarik.org - web about Typo3 in czech From benspamin at yahoo.com Mon Aug 27 20:35:12 2007 From: benspamin at yahoo.com (Ben) Date: Mon, 27 Aug 2007 11:35:12 -0700 (PDT) Subject: [TYPO3] Very basic template question... In-Reply-To: Message-ID: YESSSSS!!!! Christopher Torgalson wrote: ------- lib.menuHeader.excludeUidList = {comma-separated list of the uids of the pages you wish to exclude from the menu} OR Left click on the icon of the page in question, choose "Edit page header." In the resulting form, check the "Hide in menu" box. ------- YOU ARE THE MAN!!! i knew it was something easy - well, just simply clicking that little Hide box! i didn't try the exclude list - i'm not sure i would have figured that out on my own - sometimes things that basic are often over looked when you try and complicate them - as i was doing!! thank you so much - b ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow From houshi at gmail.com Mon Aug 27 22:05:47 2007 From: houshi at gmail.com (Houshi Allami) Date: Mon, 27 Aug 2007 16:05:47 -0400 Subject: [TYPO3] Poll ext problem Message-ID: Hi, I'm having some trouble with the jk_poll extension. It works in some content element spaces, but in others it returns an error: caller t3lib_DB::exec_SELECTquery ERROR Table 'accountname_phpcalendar.tx_jkpoll_poll' doesn't exist lastBuiltQuery SELECT uid FROM tx_jkpoll_poll WHERE pid=99 AND deleted=0 AND ((1188243827 BETWEEN starttime AND endtime) OR (starttime=0 AND endtime=0)) AND hidden=0 ORDER BY crdate DESC debug_backtrace require // tslib_fe->intincscript // tslib_cobj->user // tslib_cobj->calluserfunction // call_user_method // tx_jkpoll_pi1->main // tx_jkpoll_pi1->getpollid // tx_jkpoll_pi1->getlastpoll // t3lib_db->exec_selectquery // t3lib_db->debug and the extension's FE output states that it has not found a poll element even though I've created one and pointed to its location in "starting point". Again, I'm not sure why it works in some content element spaces and not in others... Any ideas? From sv at workhouse.dk Tue Aug 28 08:43:31 2007 From: sv at workhouse.dk (=?ISO-8859-1?Q?S=F8ren_Vedel?=) Date: Tue, 28 Aug 2007 08:43:31 +0200 Subject: [TYPO3] tt_news, unable to see the full news In-Reply-To: References: Message-ID: Hi Suresh, Did you set up a page with single view and pointed to that page? Med venlig hilsen/Kind regards S?ren Vedel Workhouse Media http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/ http://typo3.org/community/mailing-lists/use-a-news-reader/ Suresh Kumar wrote: > Hi, > > What is shown below is the display of the news item on my page. If i > click on [more] or on the Amme katholane link, I go back to the old > screen but I do not see the full news as I expect. Content of the news > is not seen at all. > > Any suggestions? > BTW, I am running typo3 4.0.2 on debian etch with latest tt_news(2.5) > > thanks > suresh > > ----------- MY NEWS DISPLAY--------------- > > Amme katholane Sunday 26. of August 2007 Age: 5 min > > no sub header :) > [more] > > 26-08-07 22:42 > Category: General From karsten at typo3.org Tue Aug 28 09:44:18 2007 From: karsten at typo3.org (Karsten Dambekalns) Date: Tue, 28 Aug 2007 10:44:18 +0300 Subject: [TYPO3] Typo3 MSSQL In-Reply-To: References: Message-ID: Hi. John Graves wrote: > I've learned (from searching, obviously) that Typo3 won't create or modify > tables due to SQL syntax. But, if you have Typo3 create the database in > MySQL, and then use a tool to convert that database to MSSQL, and then point > it at the mssql db, it should be able to insert and update records. Correct > me if I'm wrong here. Wrong. It does create the tables. Read the DBAL manual, section setting up from scratch. Test before making your bid, though. And you could try to search some more and you'd find the guys at WMDB as an example of someone who did a project on MSSQL. Karsten From marianne at topit.dk Tue Aug 28 09:46:28 2007 From: marianne at topit.dk (Marianne Topping) Date: Tue, 28 Aug 2007 09:46:28 +0200 Subject: [TYPO3] tt_products - sort by itemnumber Message-ID: Hi I would like for tt_products to sort my products using the field "itemnumber". We use this field for our product code, that is 00-000 and up. How do I make tt_products sort the product display after itemnumber, both in the shop and in the backend? Regards marianne topping From mathias at RaWu.dk Tue Aug 28 10:45:33 2007 From: mathias at RaWu.dk (Mathias R. Wulff) Date: Tue, 28 Aug 2007 10:45:33 +0200 Subject: [TYPO3] My own tt_news display item. In-Reply-To: References: Message-ID: Please let me know if my question is unclear! - Mathias Mathias R. Wulff skrev: > Hi. > > I?m trying to make my own element in the tt_news list of what to display > (In the list of latest, single, amenu, search, catmenu.....) > > I have succeeded in connecting with the hook in tt_news for this > purpose, but tt_news expects some kind of object instead of a string as > return value from my own script. > > so what have I done?: > > Created my own plugin in > typo3conf/ext//mrw_newscal > > where > > the file > typo3conf/ext//mrw_newscal/ext_tables.php > contents > > if (TYPO3_MODE=='BE') { > > $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['what_to_display'][] = > array('LISTBYMONTH', 'LISTBYMONTH'); > > } > ?> > > seam to work correct. The element is shown in the list. > > ______________ > > the file typo3conf/ext//mrw_newscal/ext_localconf.php > contents > if (TYPO3_MODE!='BE') > { > require_once(t3lib_extMgm::extPath('mrw_newscal').'class.mrw_newscal.php'); > } > $TYPO3_CONF_VARS['EXTCONF']['tt_news']['extraCodesHook'][] = 'mrw_newscal'; > ?> > > _____________ > > Finally the file > typo3conf/ext//mrw_newscal/class.mrw_newscal.php > > require_once(PATH_tslib."class.tslib_pibase.php"); > class mrw_newscal extends tslib_pibase{ > > function extraCodesProcessor($parentObject) { > $content = ""; > switch($parentObject->theCode) { > case "LISTBYMONTH": > $content ="LISTBYMONTH works!"; > return $content; > } > } > } > ?> > > Where the return statement is a string. > > The output was suppose to be "LISTBYMONTH works!" but instead its an error: > > Fatal error: Call to a member function on a non-object in > /typo3conf/ext/tt_news/pi/class.tx_ttnews.php on line 186 > > hmm. The code in > > # line 182 > // Adds hook for processing of extra codes > > # line 183 > if > (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraCodesHook'])) > { > > # line 184 > foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraCodesHook'] > as $_classRef) { > > # line 185 > $_procObj = & t3lib_div::getUserObj($_classRef); > > # line 186 > $content .= $_procObj->extraCodesProcessor($this); > > # line 187 > } > > # line 188 > } else { > > > So the problem occurs in > $content .= $_procObj->extraCodesProcessor($this); > > Probably because the line above > $_procObj = & t3lib_div::getUserObj($_classRef); > > concatenates an existing object with the return from my > extraCodesProcessor (a string). > > Does anybody know what kind of object to return? > > > - Mathias From Sune at talefod.dk Tue Aug 28 11:52:58 2007 From: Sune at talefod.dk (Sune Brodersen) Date: Tue, 28 Aug 2007 11:52:58 +0200 Subject: [TYPO3] Localization problem Message-ID: Hi List, I trying to implement alternative languages in my website, but it dosent seem to work correctly. Everything seems to work fine in the backend, and i can log in and translate a normal textelement, with header and text. This seems to work just fine, but the problem is that when i display the page in the frontend, only the header is translatet. The text is taken from the original language, even though there are a correct translation. I have done the following: 1. Created a alternative language at my pageroot (danish) 2. Added the following to my TS template: //language config: config.linkVars = L config.sys_language_uid = 0 config.language = en config.locale_all = english [globalVar = GP:L=1] config.sys_language_uid = 1 config.language = dk config.locale_all = dk_DK [GLOBAL] 3: Added the following lines in my TemplaVoila DS (if I understand correct, this is only relevent for the backend): 1 1 As you can see the language setup seems to work (i get the translated HEADER) if i append the &L=1 in the URL, but the maincontent is not shown. This is the TS i have in the TemplaVoila DS: | ]]> Is anything missing here (thats my theory)? I have just used the default setup created by the wizard. Best Regards Sune Brodersen From peter at bedrijvenweb.nl Tue Aug 28 12:02:19 2007 From: peter at bedrijvenweb.nl (Peter Ruijter) Date: Tue, 28 Aug 2007 12:02:19 +0200 Subject: [TYPO3] htaccess example - naw_securedl In-Reply-To: References: Message-ID: Hi Pete, Attached you'll find the files which I've grabbed from the Google page-cache from an earlier version of this extension. They are very easy to use, if you have any questions please let me know. Kind regards, Peter Ruijter Bedrijvenweb Nederland B.V. Tel: 0347 - 322 444 Fax: 0347 - 322 777 Email: ontwikkeling at bedrijvenweb.nl WWW: http://www.bedrijvenweb.nl -----Oorspronkelijk bericht----- Van: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] Namens Pete Novak Verzonden: zaterdag 4 augustus 2007 9:55 Aan: typo3-english at lists.netfielders.de Onderwerp: [TYPO3] htaccess example - naw_securedl Hi all, in the dosumentation it reads, that there is an example htaccess for the secure downloads extension in the res folder. But when I downloaded thet newest version of naw_securedl there is no res folder with it... How does a htaccess file has to be for this specific ext? Does anyone has an example? Thanks _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From headhunterxiii at yahoo.ca Tue Aug 28 12:02:44 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Tue, 28 Aug 2007 11:02:44 +0100 Subject: [TYPO3] Swapping order of headlines and images of content elements In-Reply-To: References: Message-ID: You need to look at the tt_content.textimg.10 and the tt_content.textimg.20.text.10 and the if used in them. HTH Andreas Balzer wrote: > Hi! > I use css styled content elements. Some of the "text with image" content > elements first show the image and then the headline of the content > element and third the text. How to swap the order of appearance to > headline, image, text? I didn't find it in Template Object Browser. Can > you tell me where I have to look for it and how to change it? > > Thanks in advance! > Andreas Balzer From peter at bedrijvenweb.nl Tue Aug 28 12:09:23 2007 From: peter at bedrijvenweb.nl (Peter Ruijter) Date: Tue, 28 Aug 2007 12:09:23 +0200 Subject: [TYPO3] htaccess example - naw_securedl In-Reply-To: References: Message-ID: Hi Pete, I'm sorry, I didn't know files were rejected from the e-mail message. You can download them from http://typo3.org/extensions/repository/search/naw_securedl/0.1.1/ Kind regards, Peter Ruijter Bedrijvenweb Nederland B.V. Tel: 0347 - 322 444 Fax: 0347 - 322 777 Email: ontwikkeling at bedrijvenweb.nl WWW: http://www.bedrijvenweb.nl -----Oorspronkelijk bericht----- Van: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] Namens Peter Ruijter Verzonden: dinsdag 28 augustus 2007 12:02 Aan: TYPO3 English Onderwerp: Re: [TYPO3] htaccess example - naw_securedl Hi Pete, Attached you'll find the files which I've grabbed from the Google page-cache from an earlier version of this extension. They are very easy to use, if you have any questions please let me know. Kind regards, Peter Ruijter Bedrijvenweb Nederland B.V. Tel: 0347 - 322 444 Fax: 0347 - 322 777 Email: ontwikkeling at bedrijvenweb.nl WWW: http://www.bedrijvenweb.nl -----Oorspronkelijk bericht----- Van: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] Namens Pete Novak Verzonden: zaterdag 4 augustus 2007 9:55 Aan: typo3-english at lists.netfielders.de Onderwerp: [TYPO3] htaccess example - naw_securedl Hi all, in the dosumentation it reads, that there is an example htaccess for the secure downloads extension in the res folder. But when I downloaded thet newest version of naw_securedl there is no res folder with it... How does a htaccess file has to be for this specific ext? Does anyone has an example? Thanks _______________________________________________ TYPO3-english mailing list TYPO3-english at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From Sune at talefod.dk Tue Aug 28 12:08:55 2007 From: Sune at talefod.dk (Sune Brodersen) Date: Tue, 28 Aug 2007 12:08:55 +0200 Subject: [TYPO3] Svar: Localization problem References: Message-ID: Hi again, I just read my post, and just to clarify: Its the page title that gets translated, and not the header of the text element :) BR Sune Brodersen >>> Sune Brodersen 28-08-2007 11:52 >>> Hi List, I trying to implement alternative languages in my website, but it dosent seem to work correctly. Everything seems to work fine in the backend, and i can log in and translate a normal textelement, with header and text. This seems to work just fine, but the problem is that when i display the page in the frontend, only the header is translatet. The text is taken from the original language, even though there are a correct translation. I have done the following: 1. Created a alternative language at my pageroot (danish) 2. Added the following to my TS template: //language config: config.linkVars = L config.sys_language_uid = 0 config.language = en config.locale_all = english [globalVar = GP:L=1] config.sys_language_uid = 1 config.language = dk config.locale_all = dk_DK [GLOBAL] 3: Added the following lines in my TemplaVoila DS (if I understand correct, this is only relevent for the backend): 1 1 As you can see the language setup seems to work (i get the translated HEADER) if i append the &L=1 in the URL, but the maincontent is not shown. This is the TS i have in the TemplaVoila DS: | ]]> Is anything missing here (thats my theory)? I have just used the default setup created by the wizard. Best Regards Sune Brodersen From typothree at gmail.com Tue Aug 28 13:25:48 2007 From: typothree at gmail.com (dave typo) Date: Tue, 28 Aug 2007 13:25:48 +0200 Subject: [TYPO3] how do you use attachments in chc forum? Message-ID: where is the option to configure or to enable attachments? how do users attach files to their posts ? I cannot find it anywhere.. thanks /dave From Sune at talefod.dk Tue Aug 28 15:23:23 2007 From: Sune at talefod.dk (Sune Brodersen) Date: Tue, 28 Aug 2007 15:23:23 +0200 Subject: [TYPO3] Svar: Localization problem References: Message-ID: Hi again, After using most of the day researching i found that i just had to remove this line : page.10.dontInheritValueFromDefault = 1 Now everything just works like a charm :) BR Sune Brodersen >>> Sune Brodersen 28-08-2007 11:52 >>> Hi List, I trying to implement alternative languages in my website, but it dosent seem to work correctly. Everything seems to work fine in the backend, and i can log in and translate a normal textelement, with header and text. This seems to work just fine, but the problem is that when i display the page in the frontend, only the header is translatet. The text is taken from the original language, even though there are a correct translation. I have done the following: 1. Created a alternative language at my pageroot (danish) 2. Added the following to my TS template: //language config: config.linkVars = L config.sys_language_uid = 0 config.language = en config.locale_all = english [globalVar = GP:L=1] config.sys_language_uid = 1 config.language = dk config.locale_all = dk_DK [GLOBAL] 3: Added the following lines in my TemplaVoila DS (if I understand correct, this is only relevent for the backend): 1 1 As you can see the language setup seems to work (i get the translated HEADER) if i append the &L=1 in the URL, but the maincontent is not shown. This is the TS i have in the TemplaVoila DS: | ]]> Is anything missing here (thats my theory)? I have just used the default setup created by the wizard. Best Regards Sune Brodersen From a.stoutjesdijk at chello.nl Tue Aug 28 16:00:22 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Tue, 28 Aug 2007 16:00:22 +0200 Subject: [TYPO3] TinyRTE, P and BR problems Message-ID: Hi, I'm having trouble configuring TinyRTE. For every new paragraph I make, TinyRTE renders it as

                        . I want all paragraphs to be wrapped in

                        tags, because IE does not make a blank line from

                        , it just treats it as one single
                        . In the constant editor of TinyRTE in the extension manager, I have done this: convert_newlines_to_brs = 0 force_br_newlines = 0 force_p_newlines = 1 Cleared all cache, etc. However, FE output is still the same: all double
                        tags, instead of

                        tags. Am I doing something wrong? Any suggestions are appreciated! Thanks, Edwin. From typo3.vincnet at gmail.com Tue Aug 28 16:18:42 2007 From: typo3.vincnet at gmail.com (Vincent Mans) Date: Tue, 28 Aug 2007 16:18:42 +0200 Subject: [TYPO3] itemsProcFunc problem Message-ID: Hi list, Problem with itemsProcFunc. I work with 4.1.2. It's about fetching data from a foreign table, and put it in select. The problem is: the uid field remains in the items field. It doubles up: first all uids, then all titles. So what I get is, for example: 5 6 hello goodbye The uid of 'hello' is '5'. When I select an item, only the uid goes over to the selected field. Of course I tried several options and solutions from across the net etc. but unfortunately.... Related question, that I couldn't test because of this, and that's not well documented I think: is the value passed from the foreign table to this table, or is still the uid passed? This is the part from the tca: "tx_vincnetextranewsfield_work_signature" => Array ( "exclude" => 1, "label" => "LLL:EXT:vincnet_extranewsfield/locallang_db.php:tt_news.tx_vincnetextranewsfield_work_signature", "config" => Array ( "foreign_table" => "tt_news_xsign", "foreign_table_where" => "AND tt_news_xsign.pid=37", //"dontRemapTablesOnCopy" => "tt_news_xsign", "size" => 9, "minitems" => 0, "maxitems" => 3, "itemsProcFunc" => "tx_ttnews_itemsProcFunc->user_signature", "allowNonIdValues" => 1, "wizards" => Array( This is the method in the class tx_ttnews_itemsProcFunc: function user_signature(&$params,&$pObj) { $columns = 'title'; $table = 'tt_news_xsign'; $where = 'deleted=0 AND hidden=0'; $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery($columns, $table, $where); if (!$res) { // check for sql error echo('


                        [File:'.__FILE__.' Func:'.__FUNCTION__.' Line:'.__LINE__.'] SQL Error:'.$GLOBALS['TYPO3_DB']->SELECTquery($columns, $table, $where)); return FALSE; } while($row1 = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)){ $params['items'][] = Array($row1['title']); } } Greetz, Vincent From info at tolleiv.de Tue Aug 28 16:10:47 2007 From: info at tolleiv.de (Tolleiv Nietsch) Date: Tue, 28 Aug 2007 16:10:47 +0200 Subject: [TYPO3] Typoscript to wrap FCE -Element? Message-ID: Hi, i have a simple HTML-structure like

                        Headline

                        Text...

                        mapped as FCE in TemplaVoila. I also have a checkbox-field (field_checkme) within the FCE fields if this field is checked i need to prepend a Javascript Block to the end of the FCE - How can this be done i found no solution to use TypoScript for that case...any ideas? The resulting output could look like this:

                        Headline

                        Text...

                        Regards Tolleiv From DELETE_MEnkatic at jagor.srce.hr Tue Aug 28 17:07:59 2007 From: DELETE_MEnkatic at jagor.srce.hr (Nino Katic) Date: Tue, 28 Aug 2007 17:07:59 +0200 Subject: [TYPO3] tt_news and language selector Message-ID: Hi, This is from tt_news manual: "I included a new version of this script in the tt_news distribution. See file: EXT:tt_news/res/tt_news_languageMenu.php This version keeps the link vars from tt_news (and other extensions) and it also works with simulateStaticDocuments and RealUrl." Now i'm using this to show language selection: subparts.langsel= PHP_SCRIPT subparts.langsel.file = media/scripts/example_languageMenu.php If i change example_languageMenu.php to tt_news_languageMenu.php (i copied it before in that directory) that does not work. So, how to display it? Thx. Regards, Nino From typo3-english at lists.netfielders.de Tue Aug 28 17:39:33 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Tue, 28 Aug 2007 10:39:33 CDT Subject: [TYPO3] Automatic styles from Typo3 Message-ID: Hello all. I posted this question a few weeks ago but resolved it by hacking around and overriding the styles. However, I think that it would be better if they were just not present to begin with. I am using templavoila to handle the layout. When I do a view source on the page that typo3 generates, I notice an additional section in the header that prints the following: I was overriding the :hover because anytime the user's mouse was on the page, everything became underlined. But I have no clue where these styles are coming from and was curious if anyone had run across this and knew how to remove these styles. From patbraun at nospam.com Tue Aug 28 18:22:19 2007 From: patbraun at nospam.com (Patrick Braun) Date: Tue, 28 Aug 2007 16:22:19 +0000 (UTC) Subject: [TYPO3] Automatic styles from Typo3 References: Message-ID: Hi Brian, > > I was overriding the :hover because anytime the user's mouse was on > the page, everything became underlined. But I have no clue where these > styles are coming from and was curious if anyone had run across this > and knew how to remove these styles. I'm too new to T3 to post an opinion on this matter but I guess that hacking the source is not a good idea. Better you double check your setup. Anyway, take a look at the following files: \typo3\sysext\rtehtmlarea\htmlarea\popups\select_color.html \typo3\sysext\cms\ext_tables_static+adt.sql \typo3\sysext\cms\tslib\media\uploads\crcph\main.htm From stefan.galinski at frm2.tum.de Tue Aug 28 18:19:34 2007 From: stefan.galinski at frm2.tum.de (Stefan Galinski) Date: Tue, 28 Aug 2007 18:19:34 +0200 Subject: [TYPO3] TinyRTE, P and BR problems References: Message-ID: Edwin Blokker wrote: > Hi, > > I'm having trouble configuring TinyRTE. For every new paragraph I make, > TinyRTE renders it as

                        . I want all paragraphs to be wrapped > in

                        tags, because IE does not make a blank line from

                        />, it just treats it as one single
                        . > > In the constant editor of TinyRTE in the extension manager, I have done > this: > > convert_newlines_to_brs = 0 > force_br_newlines = 0 > force_p_newlines = 1 > > Cleared all cache, etc. However, FE output is still the same: all double >
                        tags, instead of

                        tags. > > Am I doing something wrong? Any suggestions are appreciated! > > Thanks, > Edwin. Hi Edwin, Did you have activated this option[1] in the tsconfig of your website root page? Maybe that helps... [1] RTE.default.proc.dontConvBRtoParagraph -- Stefan From bedlamhotel at gmail.com Tue Aug 28 18:34:21 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Tue, 28 Aug 2007 09:34:21 -0700 Subject: [TYPO3] Automatic styles from Typo3 In-Reply-To: References: Message-ID: Hi, On 8/28/07, Patrick Braun wrote: > Hi Brian, > > > > > I was overriding the :hover because anytime the user's mouse was on > > the page, everything became underlined. But I have no clue where these > > styles are coming from and was curious if anyone had run across this > > and knew how to remove these styles. > > > I'm too new to T3 to post an opinion on this matter but I guess that hacking > the source is not a good idea. Better you double check your setup. Anyway, > take a look at the following files: > > \typo3\sysext\rtehtmlarea\htmlarea\popups\select_color.html > \typo3\sysext\cms\ext_tables_static+adt.sql > \typo3\sysext\cms\tslib\media\uploads\crcph\main.htm Doubtful these are relevant I think. Brian, find the original html template that your site is based on (it should be on the server in fileadmin/ somewhere)--I think it's likely that this style block is in the original HTML template. If you find it, you can either delete the styles directly (though you will have to update the mapping of your template from the Web > TemplaVoila module), or read through the Futuristic Template Building tutorial. If the styles are there in the head of the original template, the tutorial will show you how you can remove them by un-checking a checkbox... -- Christopher Torgalson http://www.typo3apprentice.com/ From a.stoutjesdijk at chello.nl Tue Aug 28 18:40:34 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Tue, 28 Aug 2007 18:40:34 +0200 Subject: [TYPO3] TinyRTE, P and BR problems In-Reply-To: References: Message-ID: Hi Stefan, I already tried that, both with 0 and 1, makes no difference at all.. Looks like all of these options are just ignored... Any further ideas? Thanks, Edwin. Stefan Galinski schreef: > Edwin Blokker wrote: > >> Hi, >> >> I'm having trouble configuring TinyRTE. For every new paragraph I make, >> TinyRTE renders it as

                        . I want all paragraphs to be wrapped >> in

                        tags, because IE does not make a blank line from

                        > />, it just treats it as one single
                        . >> >> In the constant editor of TinyRTE in the extension manager, I have done >> this: >> >> convert_newlines_to_brs = 0 >> force_br_newlines = 0 >> force_p_newlines = 1 >> >> Cleared all cache, etc. However, FE output is still the same: all double >>
                        tags, instead of

                        tags. >> >> Am I doing something wrong? Any suggestions are appreciated! >> >> Thanks, >> Edwin. > > Hi Edwin, > > Did you have activated this option[1] in the tsconfig of your website root > page? Maybe that helps... > > [1] RTE.default.proc.dontConvBRtoParagraph > > -- > Stefan From tapio.markula at xetpoint.fi Tue Aug 28 19:10:13 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Tue, 28 Aug 2007 20:10:13 +0300 Subject: [TYPO3] TinyRTE, P and BR problems In-Reply-To: References: Message-ID: Edwin Blokker kirjoitti: > Hi Stefan, > > I already tried that, both with 0 and 1, makes no difference at all.. > Looks like all of these options are just ignored... I have set convert_newlines_to_brs = 0 > force_br_newlines = 0 > force_p_newlines = 0 + in TS config for pages RTE.default.proc.dontConvBRtoParagraph=1 and that worked. *Note* that if you have done already some line breaks they are not converted automatic to paragraphs, because BR-tags as such are legal. But *next time* you should get correct way defined paragraphs. From a.stoutjesdijk at chello.nl Tue Aug 28 19:57:31 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Tue, 28 Aug 2007 19:57:31 +0200 Subject: [TYPO3] TinyRTE, P and BR problems In-Reply-To: References: Message-ID: Thanks Tapio, I now realize that I had it working already, I thought all the existing content would be converted. I have 50 pages full of content and line breaks, is there any way to convert this to paragraphs? Doing this manually would take lots of time... Regards, Edwin. Tapio Markula schreef: > Edwin Blokker kirjoitti: >> Hi Stefan, >> >> I already tried that, both with 0 and 1, makes no difference at all.. >> Looks like all of these options are just ignored... > > I have set > convert_newlines_to_brs = 0 > > force_br_newlines = 0 > > force_p_newlines = 0 > > + in TS config for pages > RTE.default.proc.dontConvBRtoParagraph=1 > > and that worked. > > *Note* that if you have done already some line breaks they are not > converted automatic to paragraphs, > because BR-tags as such are legal. > > But *next time* you should get correct way defined paragraphs. From typo3-english at lists.netfielders.de Tue Aug 28 20:23:57 2007 From: typo3-english at lists.netfielders.de (Brian) Date: Tue, 28 Aug 2007 13:23:57 CDT Subject: [TYPO3] Automatic styles from Typo3 References: Message-ID: Patrick's suggestion fixed the problem. It was coded in the third file and simply removing it solved it. From bedlamhotel at gmail.com Tue Aug 28 20:31:34 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Tue, 28 Aug 2007 11:31:34 -0700 Subject: [TYPO3] Automatic styles from Typo3 In-Reply-To: References: Message-ID: Hi, On 8/28/07, Brian wrote: > Patrick's suggestion fixed the problem. It was coded in the third file and simply removing it solved it. No, that won't have fixed anything. Next time you upgrade TYPO3, those styles will be right back there in the head of your page. -- Christopher Torgalson http://www.typo3apprentice.com/ From fsuter at cobweb.ch Tue Aug 28 21:00:59 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Tue, 28 Aug 2007 21:00:59 +0200 Subject: [TYPO3] tt_news and language selector In-Reply-To: References: Message-ID: Hi, > If i change example_languageMenu.php to tt_news_languageMenu.php > (i copied > it before in that directory) that does not work. So, how to display > it? Thx. Personally I use sr_language_menu, which takes care of all the hassle of keeping whatever variable is necessary for whaterver extension, and is compatible with RealURL. HTH Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- From tapio.markula at xetpoint.fi Tue Aug 28 21:58:14 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Tue, 28 Aug 2007 22:58:14 +0300 Subject: [TYPO3] TinyRTE, P and BR problems In-Reply-To: References: Message-ID: Edwin Blokker kirjoitti: > Thanks Tapio, > > I now realize that I had it working already, I thought all the existing > content would be converted. I have 50 pages full of content and line > breaks, is there any way to convert this to paragraphs? sorry but no :( - the content already exist and it is put into database you can't parse database directly! Doing this > manually would take lots of time... sorry but you must do all manually From a.stoutjesdijk at chello.nl Tue Aug 28 22:13:38 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Tue, 28 Aug 2007 22:13:38 +0200 Subject: [TYPO3] TinyRTE, P and BR problems In-Reply-To: References: Message-ID: Well, I'll get at the job tomorrow then :) Thanks for all the help! Edwin. Tapio Markula schreef: > Edwin Blokker kirjoitti: >> Thanks Tapio, >> >> I now realize that I had it working already, I thought all the >> existing content would be converted. I have 50 pages full of content >> and line breaks, is there any way to convert this to paragraphs? > > sorry but no :( - the content already exist and it is put into database > you can't parse database directly! > > Doing this >> manually would take lots of time... > > sorry but you must do all manually From katja.lampela at lieska.net Tue Aug 28 22:33:21 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Tue, 28 Aug 2007 23:33:21 +0300 Subject: [TYPO3] Very basic template question... In-Reply-To: References: Message-ID: I guess one of the main things to learn is to figure out what the right question is. ;) - Katja Ben kirjoitti: > YESSSSS!!!! > > Christopher Torgalson wrote: > ------- > lib.menuHeader.excludeUidList = {comma-separated list > of the uids of the pages you wish to exclude from the > menu} > OR > Left click on the icon of the page in question, choose > "Edit page header." In the resulting form, check the > "Hide in menu" box. > ------- > > YOU ARE THE MAN!!! i knew it was something easy - > well, just simply clicking that little Hide box! i > didn't try the exclude list - i'm not sure i would > have figured that out on my own - sometimes things > that basic are often over looked when you try and > complicate them - as i was doing!! > > thank you so much - > > b > > > > ____________________________________________________________________________________ > Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. > http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow From aji.yahya at gmail.com Tue Aug 28 22:49:42 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Tue, 28 Aug 2007 22:49:42 +0200 Subject: [TYPO3] FE User Registration : HTML mails and RealUrl and simulateStaticDocuments Message-ID: Hello List, in Documentation of FE User Registration >> using HTML Emails , i found out that it is working only with simulateStaticDocuments. my problem is im using RealUrl. is there any solution to use RealUrl and HTML eMails for Fe User Registration ???? could you help me please ????? many thanks for helping :) regards Aji From aji.yahya at gmail.com Tue Aug 28 23:48:46 2007 From: aji.yahya at gmail.com (Aji Johannes) Date: Tue, 28 Aug 2007 23:48:46 +0200 Subject: [TYPO3] FE User Registration : HTML mails and RealUrl and simulateStaticDocuments >> Solved In-Reply-To: References: Message-ID: Aji Johannes schrieb: > Hello List, > > in Documentation of FE User Registration >> using HTML Emails , i found > out that it is working only with simulateStaticDocuments. my problem is > im using RealUrl. is there any solution to use RealUrl and HTML eMails > for Fe User Registration ???? > > could you help me please ????? > > many thanks for helping :) > > regards > Aji i get it :) must add :module_sys_dmail_html to formFields plugin.tx_srfeuserregister_pi1.formFields = module_sys_dmail_html and in template file (i make it hidden because alway will send HTML mails) regards Aji From katja.lampela at lieska.net Wed Aug 29 00:33:03 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Wed, 29 Aug 2007 01:33:03 +0300 Subject: [TYPO3] admin panel - now you see, now you don't Message-ID: Hi all, 1. I have sites where the admin panel and edit icons show within typo3 BE editing with the web/view module. 2.And then again I have sites where they don't! They show up only when exiting the typo3 frame completely to FE editing. Everything should be similar (but obviously isn't..) in user setup and the config.admPanel = 1. I would love to have the admin panel also in the BE editing frame, so I'm kindly asking if anyone knows why this is happening? Thank you, Katja From dmitry at typo3.org Wed Aug 29 11:08:16 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 12:08:16 +0300 Subject: [TYPO3] Typoscript to wrap FCE -Element? In-Reply-To: References: Message-ID: Hi! Better discuss TemplaVoila-related things in its own list. Tolleiv Nietsch wrote: >

                        Headline

                        Text...

                        > > mapped as FCE in TemplaVoila. > I also have a checkbox-field (field_checkme) within the FCE fields if > this field is checked i need to prepend a Javascript Block to the end of > the FCE - > How can this be done i found no solution to use TypoScript for that > case...any ideas? Make a passthrough field, add there, analyze value of field_checkme with "if" and output script if you need. > The resulting output could look like this: >

                        Headline

                        Text...

                        -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From bart at rem-it-sonik.pl Wed Aug 29 11:28:33 2007 From: bart at rem-it-sonik.pl (Bartosz Aninowski) Date: Wed, 29 Aug 2007 11:28:33 +0200 Subject: [TYPO3] no_cache and DOS attack Message-ID: Hi I wonder if it is possible to disable no_cache parameter at all? What happen if someone make DOS attack against typo3 website and try to access url like www.webiste-exmaple.com/?no_cahe=1 ? On high traffic website this could overload whole server. From nightowl at galnet.dk Wed Aug 29 11:28:35 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 11:28:35 +0200 Subject: [TYPO3] problem with domain records Message-ID: Hi I have made a site for a firm with 5 departments. Each department has a sub domain. When a user visits www.firm.com she will see the common page and links to each department. When a user visits department1.firm.com she is directed to this departmens main page. This works fine by using domain records, but I want the user to be able to go to the common page or any other the other departments. I cant make this work, its like the user gets stuck in the sub domain and clicking a link to another department has no effect. How do I solve this? /Brian From typo3 at dselinger.info Wed Aug 29 11:58:00 2007 From: typo3 at dselinger.info (Daniel Selinger) Date: Wed, 29 Aug 2007 11:58:00 +0200 Subject: [TYPO3] no_cache and DOS attack In-Reply-To: References: Message-ID: Isn't the no_cache Parameter ignored if it isn't set? 2007/8/29, Bartosz Aninowski : > > Hi > I wonder if it is possible to disable no_cache parameter at all? > What happen if someone make DOS attack against typo3 website and try to > access url like www.webiste-exmaple.com/?no_cahe=1 ? > On high traffic website this could overload whole server. > > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From dmitry at typo3.org Wed Aug 29 12:05:07 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 13:05:07 +0300 Subject: [TYPO3] no_cache and DOS attack In-Reply-To: References: Message-ID: Bartosz Aninowski wrote: > I wonder if it is possible to disable no_cache parameter at all? > What happen if someone make DOS attack against typo3 website and try to > access url like www.webiste-exmaple.com/?no_cahe=1 ? > On high traffic website this could overload whole server. Modify your .htaccess. See if URL has "no_cache=[^&]*" and rewrite URl without it. You can invent your own secret "no_cache" and rewrite it to normal "no_cache" too. Such attack will succeed only of page has lots of plugins with complex processing (such as tt_news or forums). -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 29 12:05:55 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 13:05:55 +0300 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > I cant make this work, its like the user gets stuck in the sub domain > and clicking a link to another department has no effect. > > How do I solve this? Make an "external URL" link. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From nightowl at galnet.dk Wed Aug 29 12:16:01 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 12:16:01 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> I cant make this work, its like the user gets stuck in the sub domain >> and clicking a link to another department has no effect. >> >> How do I solve this? > > Make an "external URL" link. > Well the menu is controlled by typoscript, so I cant just make a link? /BB From dmitry at typo3.org Wed Aug 29 12:18:18 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 13:18:18 +0300 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > Well the menu is controlled by typoscript, so I cant just make a link? Depends on how you generate your menu. If it is generated from pages, doesn't it create external links automatically if page is a redirect to external address? Truly speaking I never did this myself but I guess it is natural for menu to work this way. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From nightowl at galnet.dk Wed Aug 29 12:19:00 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 12:19:00 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen skrev: > Dmitry Dulepov [typo3] skrev: >> Brian Bendtsen wrote: >>> I cant make this work, its like the user gets stuck in the sub domain >>> and clicking a link to another department has no effect. >>> >>> How do I solve this? >> >> Make an "external URL" link. >> > Well the menu is controlled by typoscript, so I cant just make a link? > > /BB Doh, got what your saying now, sorry. /BB From xoonsji02 at sneakemail.com Wed Aug 29 12:25:30 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Wed, 29 Aug 2007 12:25:30 +0200 Subject: [TYPO3] extra php-file in extension In-Reply-To: References: Message-ID: PEF schrieb: > Hi, > > I'm working on an extension that I want to extend with an extra > php-file. This extra php-file is called from a javascript: > window.open("my_extra_php.php, ...) > > For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB > and the tslib.pi_base.php > > Anyone who can tell me the right way to do it? > > Regards > Peter Falk > why don't you build another plugin (pi2) to include it in a 'normal' typo3-page? in your first plugin (pi1) you can call another page configured by typoscript or in the plugin-content-element (field:pages). this page has it's own rendering which may look like this: page=PAGE page.10 < styles.content.get meaning: just the pagecontent, which might be your second plugin. this plugin has full TYPO3-access as it is called inside a TYPO3-page Bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html From info at tolleiv.de Wed Aug 29 12:32:22 2007 From: info at tolleiv.de (Tolleiv Nietsch) Date: Wed, 29 Aug 2007 12:32:22 +0200 Subject: [TYPO3] Typoscript to wrap FCE -Element? In-Reply-To: References: Message-ID: Hi - I'm not sure what you mean with "passthrough field" normally i would say that this is a field with Editing Type [NONE] which is mapped to some HTML part - but i have a Script-Area and without any other container around it and therefore i think i can not use such a solution... Regards Tolleiv ^^ I don't want to shift this thread to the TV-List but next time I'll post things in the correct place.. Dmitry Dulepov [typo3] schrieb: > Hi! > > Better discuss TemplaVoila-related things in its own list. > > Tolleiv Nietsch wrote: >>

                        Headline

                        Text...

                        >> >> mapped as FCE in TemplaVoila. >> I also have a checkbox-field (field_checkme) within the FCE fields if >> this field is checked i need to prepend a Javascript Block to the end >> of the FCE - >> How can this be done i found no solution to use TypoScript for that >> case...any ideas? > > Make a passthrough field, add there, analyze value of > field_checkme with "if" and output script if you need. > >> The resulting output could look like this: >>

                        Headline

                        Text...

                        > From dmitry at typo3.org Wed Aug 29 12:41:51 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 13:41:51 +0300 Subject: [TYPO3] extra php-file in extension In-Reply-To: References: Message-ID: Hi! PEF wrote: > I'm working on an extension that I want to extend with an extra > php-file. This extra php-file is called from a javascript: > window.open("my_extra_php.php, ...) > > For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB > and the tslib.pi_base.php Well, you have to initialize the whole typo3 framework yourself for it :) But if you need only small set of things, use eID. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From katja.lampela at lieska.net Wed Aug 29 12:42:00 2007 From: katja.lampela at lieska.net (Katja Lampela) Date: Wed, 29 Aug 2007 13:42:00 +0300 Subject: [TYPO3] SOLVED - Re: TYPO3 winstaller - a local installation References: Message-ID: Okay, I wrestled with this for many days and here are the results: Situation: Neither TYPO3 winstaller nor TYPO3 WAMP worked. The problem was: localhost page doesn't load - stayed blank loading forever. Windows XP Home Edition Version 2002 Service Pack 2 Firewalls (windows and f-secure) turned off - no results. xampp-portcheck.exe shows that every port needed is free. The problem was the winsock2 registry - I had for example google desktop search in there. After repairing it (http://support.microsoft.com/kb/811259), everything started working. - Katja "Katja Lampela" kirjoitti viestiss?:mailman.1.1187297472.19210.typo3-english at lists.netfielders.de... > Hi all, > I'm trying to get it working - the installation went fine but I can't get > anything in the browser after starting t3, > http://localhost:8502/?localsites > > I'm afraid my firewall (F-secure) is preventing the site to show..? > > I have an internal network 192.168.0.1-192.168.0.254 allowed in the > firewall. But this has nothing to do with it I guess since this is a local > installation and the number is probably different. > > As you can see I hardly understand anything of these things and I found > only german discussions about this - so I kindly ask if someone could > point me to the right direction. > > - Katja > > From dmitry at typo3.org Wed Aug 29 12:43:38 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 13:43:38 +0300 Subject: [TYPO3] Typoscript to wrap FCE -Element? In-Reply-To: References: Message-ID: Hi! Tolleiv Nietsch wrote: > I'm not sure what you mean with "passthrough field" > > normally i would say that this is a field with Editing Type [NONE] which > is mapped to some HTML part - but i have a Script-Area and without any > other container around it and therefore i think i can not use such a > solution... Correct. Bu I do not see why you need a container for it. Make this field last, not mappable and passthrough and outtput script there. It will be at the end of FCE. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From nightowl at galnet.dk Wed Aug 29 13:07:05 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 13:07:05 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen skrev: > Brian Bendtsen skrev: >> Dmitry Dulepov [typo3] skrev: >>> Brian Bendtsen wrote: >>>> I cant make this work, its like the user gets stuck in the sub >>>> domain and clicking a link to another department has no effect. >>>> >>>> How do I solve this? >>> >>> Make an "external URL" link. >>> >> Well the menu is controlled by typoscript, so I cant just make a link? >> >> /BB > Doh, got what your saying now, sorry. > > /BB Hi again I changed the type of my 5 top pages to external url and entered sub1.firm.com, sub2.firm.com etc. but it doesnt work, actually nothing happens when I click on the links. And I have created the domain records and placed the respectfully. /BB From m.bless at gmx.de Wed Aug 29 13:07:44 2007 From: m.bless at gmx.de (Martin Bless) Date: Wed, 29 Aug 2007 13:07:44 +0200 Subject: [TYPO3] frontend: remove access restriction for a subbranch? Message-ID: Part of my page tree is access restricted and belongs to a specific frontend user group. The top page has the "including subpages" checked. Is it possible to remove the access restriction for a special branch inside the tree of access restricted pages? In other words: Can I pick a page and declare: This page and below there shall be no page restriction? Why I ask? Customers wishes ... Martin From nightowl at galnet.dk Wed Aug 29 13:20:28 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 13:20:28 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen skrev: > Brian Bendtsen skrev: >> Brian Bendtsen skrev: >>> Dmitry Dulepov [typo3] skrev: >>>> Brian Bendtsen wrote: >>>>> I cant make this work, its like the user gets stuck in the sub >>>>> domain and clicking a link to another department has no effect. >>>>> >>>>> How do I solve this? >>>> >>>> Make an "external URL" link. >>>> >>> Well the menu is controlled by typoscript, so I cant just make a link? >>> >>> /BB >> Doh, got what your saying now, sorry. >> >> /BB > Hi again > > I changed the type of my 5 top pages to external url and entered > sub1.firm.com, sub2.firm.com etc. but it doesnt work, actually nothing > happens when I click on the links. > > And I have created the domain records and placed the respectfully. > > /BB Hi again If I click a page icon in back and choose show I get this error: I get this error: caller t3lib_DB::exec_INSERTquery ERROR Duplicate entry '7-222419149' for key 1 lastBuiltQuery INSERT INTO cache_pagesection ( content, tstamp, page_id, mpvar_hash ) VALUES ( 'a:4:{s:3:\"all\";a:3:{s:32:\"338e394457c2db162483324451f05ded\";s:23:\"[compatVersion = 3.9.0]\";s:32:\"41428859d35690400a615c4ebfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"912cd98f8772f65391b27a13b02b9980\";s:22:\"[globalVar = GP:L = 2]\";}s:6:\"rowSum\";a:12:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:23:\"Esbjerg Boligforeninger\";i:2;s:10:\"1188376364\";}i:1;a:3:{i:0;s:24:\"cssstyledcontent/static/\";i:1;s:30:\"EXT:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0;s:20:\"ttnews/static/tsnew/\";i:1;s:26:\"EXT:tt_news/static/ts_new/\";i:2;N;}i:3;a:3:{i:0;s:21:\"ttaddress/static/pi1/\";i:1;s:26:\"EXT:tt_address/static/pi1/\";i:2;N;}i:4;a:3:{i:0;s:12:\"wecconstants\";i:1;s:13:\"wec_constants\";i:2;N;}i:5;a:3:{i:0;s:7:\"ebbolig\";i:1;s:8:\"eb_bolig\";i:2;N;}i:6;a:3:{i:0;s:9:\"ttaddress\";i:1;s:10:\"tt_address\";i:2;N;}i:7;a:3:{i:0;s:14:\"lumogooglemaps\";i:1;s:14:\"lumogooglemaps\";i:2;N;}i:8;a:3:{i:0;s:11:\"indmeldelse\";i:1;s:11:\"indmeldelse\";i:2;N;}i:9;a:3:{i:0;s:18:\"paymentlibquickpay\";i:1;s:19:\"paymentlib_quickpay\";i:2;N;}i:10;a:3:{i:0;s:1:\"2\";i:1;s:19:\"Styring af billeder\";i:2;s:10:\"1177335397\";}i:11;a:3:{i:0;s:1:\"4\";i:1;s:16:\"Ops?tning (+ext)\";i:2;s:10:\"1179237856\";}}s:5:\"match\";a:1:{s:32:\"338e394457c2db162483324451f05ded\";s:23:\"[compatVersion = 3.9.0]\";}s:8:\"rootLine\";a:2:{i:0;a:27:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:1:\"2\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:3:\"www\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:69:\"eblogo.jpg,topimage_test2.jpg,topimage_test1_01.jpg,topimage_test.jpg\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:267:\"RTE.default.contentCSS = fileadmin/templates/css/rte.css\r\nRTE.classes {\r\n headerOne.name = Overskrift med symbol\r\n}\r\n\r\nmod.SHARED {\r\n defaultLanguageFlag = dk.gif\r\n defaultLanguageLabel = Dansk\r\n}\r\n\r\n\r\nmod.web_list.hideTables = tx_ebbolig_lejemaal,tx_ebbolig_adresser\";s:11:\"storage_pid\";s:1:\"1\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";s:17:\"tx_templavoila_ds\";s:1:\"1\";s:17:\"tx_templavoila_to\";s:1:\"1\";s:22:\"tx_templavoila_next_ds\";s:1:\"0\";s:22:\"tx_templavoila_next_to\";s:1:\"0\";}i:1;a:27:{s:3:\"pid\";s:1:\"2\";s:3:\"uid\";s:1:\"7\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:25:\"Arbejdernes Boligforening\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:37:\"ablogo.jpg,1_02.jpg,3_02.jpg,2_02.jpg\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"3\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";s:17:\"tx_templavoila_ds\";s:1:\"0\";s:17:\"tx_templavoila_to\";s:1:\"0\";s:22:\"tx_templavoila_next_ds\";s:1:\"0\";s:22:\"tx_templavoila_next_to\";s:1:\"0\";}}}', '1188386153', '7', '222419149' ) debug_backtrace require // tslib_fe->getConfigArray // t3lib_TStemplate->start // t3lib_DB->exec_INSERTquery // t3lib_DB->debug Warning: Cannot modify header information - headers already sent by (output started at D:\Domains\firm.com\t3lib\class.t3lib_db.php:1094) in D:\Domains\firm.com\typo3\sysext\cms\tslib\class.tslib_fe.php on line 2334 /BB From info at tolleiv.de Wed Aug 29 13:30:36 2007 From: info at tolleiv.de (Tolleiv Nietsch) Date: Wed, 29 Aug 2007 13:30:36 +0200 Subject: [TYPO3] Typoscript to wrap FCE -Element? In-Reply-To: References: Message-ID: Hi thanks for your help ... but I don't get it .. now i have something like this in my DS: no_map Pass none But there is no output anyway - it's Typo3 4.1.2 and TV 1.3.3 Any suggestions? Regards Tolleiv Dmitry Dulepov [typo3] schrieb: > Hi! > > Tolleiv Nietsch wrote: >> I'm not sure what you mean with "passthrough field" >> >> normally i would say that this is a field with Editing Type [NONE] >> which is mapped to some HTML part - but i have a Script-Area and >> without any other container around it and therefore i think i can not >> use such a solution... > > Correct. Bu I do not see why you need a container for it. Make this > field last, not mappable and passthrough and outtput script there. It > will be at the end of FCE. > From andrew at avagraphique.com Wed Aug 29 13:42:36 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 07:42:36 -0400 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: was there any resolution to this? I am having a similar problem: using tinymce, was set to using force
                        for line breaks, but the client was having trouble applying indent to areas of text without it indenting unintended areas, so we set the tinymce to force

                        for line breaks, but now front end is not rendering the

                        tags, seems like this problem mentioned. any advice? We are goign to try and use
                        for now, but seems liek the problem is a simple one if we just know what to set in backend? thanks, andrew Jason A. Lefkowitz wrote: > Tyler Kraft wrote: >> It's supposed to do this, and then it puts them back when it renders >> the text on the front end. > > OK, except I'm not seeing them "put back" on the front end. In other > words, the FE page completely lacks the

                        tags. I'll consult the > documentation but this does not sound like the expected behavior you > describe, so I'm not sure how helpful the docs will be... > > -- Jason Lefkowitz From nielsen.john at gmail.com Wed Aug 29 14:05:41 2007 From: nielsen.john at gmail.com (John 'Tux' Nielsen) Date: Wed, 29 Aug 2007 14:05:41 +0200 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: Not sure if this will fix tinymce, but this works for me: RTE.default.proc{ entryHTMLparser_db = 1 entryHTMLparser_db{ tags.p.fixAttrib> } On 8/29/07, Andrew Davis wrote: > > was there any resolution to this? > > I am having a similar problem: > > using tinymce, was set to using > force
                        for line breaks, but the client was having trouble applying > indent to areas of text without it indenting unintended areas, so we set > the tinymce to > force

                        for line breaks, but now front end is not rendering the

                        > tags, seems like this problem mentioned. > > any advice? We are goign to try and use
                        for now, but seems liek > the problem is a simple one if we just know what to set in backend? > > thanks, > andrew > > Jason A. Lefkowitz wrote: > > Tyler Kraft wrote: > >> It's supposed to do this, and then it puts them back when it renders > >> the text on the front end. > > > > OK, except I'm not seeing them "put back" on the front end. In other > > words, the FE page completely lacks the

                        tags. I'll consult the > > documentation but this does not sound like the expected behavior you > > describe, so I'm not sure how helpful the docs will be... > > > > -- Jason Lefkowitz > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > -- Regards - John 'Tux' Nielsen Computer Engineer Admin of dope.blitzed.org Blitzed IRC Network - http://www.blitzed.org Open Proxy Monitor - http://www.blitzed.org/bopm/ tux at blitzed.org - nielsen.john at gmail.com (Google Talk enabled) From tapio.markula at xetpoint.fi Wed Aug 29 14:20:21 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 29 Aug 2007 15:20:21 +0300 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: John 'Tux' Nielsen kirjoitti: > Not sure if this will fix tinymce, but this works for me: > > RTE.default.proc{ > entryHTMLparser_db = 1 > entryHTMLparser_db{ > tags.p.fixAttrib> > } not necessarily - look at the topic [TYPO3] TinyRTE, P and BR problems From tapio.markula at xetpoint.fi Wed Aug 29 14:21:53 2007 From: tapio.markula at xetpoint.fi (Tapio Markula) Date: Wed, 29 Aug 2007 15:21:53 +0300 Subject: [TYPO3] frontend: remove access restriction for a subbranch? In-Reply-To: References: Message-ID: Martin Bless kirjoitti: > Part of my page tree is access restricted and belongs to a specific > frontend user group. The top page has the "including subpages" > checked. > > Is it possible to remove the access restriction for a special branch > inside the tree of access restricted pages? > > In other words: Can I pick a page and declare: This page and below > there shall be no page restriction? imo not without changes to the core - you should break the inheritance. From bart at rem-it-sonik.pl Wed Aug 29 14:25:04 2007 From: bart at rem-it-sonik.pl (Bartosz Aninowski) Date: Wed, 29 Aug 2007 14:25:04 +0200 Subject: [TYPO3] no_cache and DOS attack References: Message-ID: > Modify your .htaccess. See if URL has "no_cache=[^&]*" and rewrite URl > without it. You can invent your own secret "no_cache" and rewrite it to > normal "no_cache" too. > Such attack will succeed only of page has lots of plugins with complex > processing (such as tt_news or forums). Yes. That's why I am asking. Hm but I forgot about print=1&no_cache=1 in TV so if I need print template I am open for DOS attack From andrew at avagraphique.com Wed Aug 29 14:27:10 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 08:27:10 -0400 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: hmm, oops, it is tyinyrte (which uses tinymce)... also your typoscript does nto seem to have done anything to help. any other suggestions? thanks! Andrew John 'Tux' Nielsen wrote: > Not sure if this will fix tinymce, but this works for me: > > RTE.default.proc{ > entryHTMLparser_db = 1 > entryHTMLparser_db{ > tags.p.fixAttrib> > } > > On 8/29/07, Andrew Davis wrote: >> was there any resolution to this? >> >> I am having a similar problem: >> >> using tinymce, was set to using >> force
                        for line breaks, but the client was having trouble applying >> indent to areas of text without it indenting unintended areas, so we set >> the tinymce to >> force

                        for line breaks, but now front end is not rendering the

                        >> tags, seems like this problem mentioned. >> >> any advice? We are goign to try and use
                        for now, but seems liek >> the problem is a simple one if we just know what to set in backend? >> >> thanks, >> andrew >> >> Jason A. Lefkowitz wrote: >>> Tyler Kraft wrote: >>>> It's supposed to do this, and then it puts them back when it renders >>>> the text on the front end. >>> OK, except I'm not seeing them "put back" on the front end. In other >>> words, the FE page completely lacks the

                        tags. I'll consult the >>> documentation but this does not sound like the expected behavior you >>> describe, so I'm not sure how helpful the docs will be... >>> >>> -- Jason Lefkowitz >> _______________________________________________ >> TYPO3-english mailing list >> TYPO3-english at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > > > From leeperry at slack.de Wed Aug 29 14:42:49 2007 From: leeperry at slack.de (lee perry) Date: Wed, 29 Aug 2007 14:42:49 +0200 Subject: [TYPO3] Typoscript to wrap FCE -Element? In-Reply-To: References: Message-ID: Hey Tolleiv, try this DS: ... attr Div Id none # Unique ID for using this FCE more than one time in a page 10 = TEXT 10.dataWrap = fce{register:tx_templavoila_pi1.parentRec.uid} Headline none # FCE-header as headline 10 = TEXT 10.data = register:tx_templavoila_pi1.parentRec.header Text text 1 text 48 5 JS none fadeIn('fce|'); ) # Only if field_checkme 10.if.isTrue.field = field_checkme ]]> no_map Fade In select select Yes 1 No 0 1 ... and use a templae like this:

                        --- ROOT div INNER
                        --- div ATTR:id (field_div_id)

                        Headline

                        --- h3 INNER (field_headline)

                        Text...

                        --- p INNER (field_text)
                        --- div OUTER (field_js)
                        --- not mapped (field_checkme) With the helper div "fcebox" you will get the Javascript part inside the FCE and this div "fcebox" with the mapping mode "INNER" will not be rendered. Another helper div is the "js"-div because you cannot map a script-element. With the unique ID of your FCE you can use it more than one time in a page. I hope this will help :) Bye and greetings, Lee > Hi thanks for your help ... > > but I don't get it .. now i have something like this in my DS: > > > no_map > > Pass > > > > none > 10=TEXT > 10.value=ABC > ]]> > > > > But there is no output anyway - > it's Typo3 4.1.2 and TV 1.3.3 > > Any suggestions? > > Regards > Tolleiv > > > Dmitry Dulepov [typo3] schrieb: >> Hi! >> >> Tolleiv Nietsch wrote: >>> I'm not sure what you mean with "passthrough field" >>> >>> normally i would say that this is a field with Editing Type [NONE] >>> which is mapped to some HTML part - but i have a Script-Area and >>> without any other container around it and therefore i think i can not >>> use such a solution... >> >> Correct. Bu I do not see why you need a container for it. Make this >> field last, not mappable and passthrough and outtput script there. It >> will be at the end of FCE. >> From andrew at avagraphique.com Wed Aug 29 14:57:09 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 08:57:09 -0400 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: [TYPO3] TinyRTE, P and BR problems is this the topic subject? searching this does nt come up with anything useful. do you know what the subject is for this particular article? sorry, thunderbird's searching isnt so great... andrew Tapio Markula wrote: > John 'Tux' Nielsen kirjoitti: >> Not sure if this will fix tinymce, but this works for me: >> >> RTE.default.proc{ >> entryHTMLparser_db = 1 >> entryHTMLparser_db{ >> tags.p.fixAttrib> >> } > not necessarily - look at the topic > [TYPO3] TinyRTE, P and BR problems From andrew at avagraphique.com Wed Aug 29 15:10:13 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 09:10:13 -0400 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: oh, it was just a few up, sorry! this actually doesnt fix my problem: I have tinyrte working as it should. it puts

                        tags where they should be. I can save the record, and reload it and the tags are in there. Buut when i view on the frontend, typo3 does nto display the

                        tags... however, one new thing i have found, it is only doint this in the tt_address records!

                        tags are displaying as they should in the normal content elements... lol I will post using a more specific tt_address specific post andrew Tapio Markula wrote: > John 'Tux' Nielsen kirjoitti: >> Not sure if this will fix tinymce, but this works for me: >> >> RTE.default.proc{ >> entryHTMLparser_db = 1 >> entryHTMLparser_db{ >> tags.p.fixAttrib> >> } > not necessarily - look at the topic > [TYPO3] TinyRTE, P and BR problems From mortenkjems at gmail.com Wed Aug 29 15:10:30 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Wed, 29 Aug 2007 15:10:30 +0200 Subject: [TYPO3] RealURL or CoolURI Message-ID: Hi. I am having a hard time configuring the URL parsing for my site. I have a site with two domains in two languages. One domain for each language. It is a "one page tree solution" so both domains points to the same ID in the tree. Mosts examples on how to work with several domains shows how to point each domain to different ID's in the page tree. And most examples on how to work with several languages shows how to create a localization on just one domain. I would like to achieve that each language is assigned to one domain each. My my case: danish for "domain.dk" and English for "domain.com". The URLs should reflect this in a logic way. Meaning that: domain.dk/en/page.html should always be shown as domain.com/page.html So far I have learned that I my setup will consist of the following. 1. Some 301 redirection in .htaccess 2. Correct Typo Script language setup 3. Correct RealURL or CoolURI setup So far I have not been able to get it work with RealURL so I am thinking about trying CoolURI. Now for my questions: 1. Will CoolURI be able to do the task? 2. Will CoolURI have support for future extensions? And finally I would like a comment on my .htaccess setup. I have added the following but it has absolutely no effect? RewriteCond %{HTTP_HOST} ^domain.dk/en\.com [nc] RewriteRule (.*) http://domain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^domain.com/dk\.com [nc] RewriteRule (.*) http://domain.dk/$1 [R=301,L] All comments and suggestions are most welcome. Thanks /Morten From andrew at avagraphique.com Wed Aug 29 15:19:53 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 09:19:53 -0400 Subject: [TYPO3] entries in tt_address description field converts

                        to linebreaks Message-ID: Having an odd issue with tt_address. I thought at first it had to do with the rte i was using, but the rte seems to be working properly. 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 2. When i make an entry into tt_address description field, I can make

                        breaks and save them. if i reload the record, the

                        are there. 3. When I load the record in the frontend, the

                        tags are converted to line breaks, and the browser runs them all together (the breaks are not rendered at all (this is normak behavior for browsers...) so my quesiton is how can i get tt_address to not convert

                        tags to line breaks?! it is very weird. any help much appreciated, thanks andrew From dmitry at typo3.org Wed Aug 29 15:22:38 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 16:22:38 +0300 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > I changed the type of my 5 top pages to external url and entered > sub1.firm.com, sub2.firm.com etc. but it doesnt work, actually nothing > happens when I click on the links. You should look where links go. Open HTML source and look there. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 29 15:23:25 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 16:23:25 +0300 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > If I click a page icon in back and choose show I get this error: Check your database tables by mysql. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From headhunterxiii at yahoo.ca Wed Aug 29 15:24:30 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 29 Aug 2007 14:24:30 +0100 Subject: [TYPO3] entries in tt_address description field converts

                        to linebreaks In-Reply-To: References: Message-ID: Just a quick guess but it probably has to do with the parseFunc for rendering that field on the FE. Andrew Davis wrote: > Having an odd issue with tt_address. I thought at first it had to do > with the rte i was using, but the rte seems to be working properly. > > 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 > > 2. When i make an entry into tt_address description field, I can make >

                        breaks and save them. if i reload the record, the

                        are there. > > 3. When I load the record in the frontend, the

                        tags are converted to > line breaks, and the browser runs them all together (the breaks are not > rendered at all (this is normak behavior for browsers...) > > so my quesiton is how can i get tt_address to not convert

                        tags to > line breaks?! it is very weird. > > any help much appreciated, > thanks > > andrew From dmitry at typo3.org Wed Aug 29 15:25:44 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 16:25:44 +0300 Subject: [TYPO3] RealURL or CoolURI In-Reply-To: References: Message-ID: Morten Kjems wrote: > So far I have not been able to get it work with RealURL This is not a description of the problem. I doubt it is possible to help when you provide such an incomplete information. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Wed Aug 29 15:26:29 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 16:26:29 +0300 Subject: [TYPO3] no_cache and DOS attack In-Reply-To: References: Message-ID: Bartosz Aninowski wrote: > Hm but I forgot about print=1&no_cache=1 in TV > so if I need print template I am open for DOS attack I wonder why do you need no_cache=1 for TV?.. It was never required by TV. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From tmsnyder at hotmail.com Wed Aug 29 15:32:46 2007 From: tmsnyder at hotmail.com (T.M.Snyder) Date: Wed, 29 Aug 2007 15:32:46 +0200 Subject: [TYPO3] One Time Passwords for FE/BE Message-ID: Hi all, is there any extension which supports one time passwords for FE/BE users? This would be very helpful if users (FE and BE) come from non trusted networks, Internetcafe for example. Any suggestions or extensions on that? Thanlks From andrew at avagraphique.com Wed Aug 29 15:40:02 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 09:40:02 -0400 Subject: [TYPO3] entries in tt_address description field converts

                        to linebreaks In-Reply-To: References: Message-ID: something like this looked promising, but has no effect? can anyone be more specific for me? tt_content.text.20.parseFunc.allowTags = p thanks in advance, Andrew Tyler Kraft wrote: > Just a quick guess but it probably has to do with the parseFunc for > rendering that field on the FE. > > > > Andrew Davis wrote: >> Having an odd issue with tt_address. I thought at first it had to do >> with the rte i was using, but the rte seems to be working properly. >> >> 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 >> >> 2. When i make an entry into tt_address description field, I can make >>

                        breaks and save them. if i reload the record, the

                        are there. >> >> 3. When I load the record in the frontend, the

                        tags are converted >> to line breaks, and the browser runs them all together (the breaks are >> not rendered at all (this is normak behavior for browsers...) >> >> so my quesiton is how can i get tt_address to not convert

                        tags to >> line breaks?! it is very weird. >> >> any help much appreciated, >> thanks >> >> andrew From headhunterxiii at yahoo.ca Wed Aug 29 15:55:19 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 29 Aug 2007 14:55:19 +0100 Subject: [TYPO3] entries in tt_address description field converts

                        to linebreaks In-Reply-To: References: Message-ID: Thats possibly because its for the tt_content.text element - look at something for the tt_address. See if tt_content makes use of parseFunc for the rendering of content on the front end. For instance the ccs_styled_content defines a lib.parseFunc_RTE that it uses in the BE for the rendering and display of the text contents of tt_content.text.20 Andrew Davis wrote: > something like this looked promising, but has no effect? can anyone be > more specific for me? > > > > tt_content.text.20.parseFunc.allowTags = p > > > thanks in advance, > Andrew > > > > > Tyler Kraft wrote: >> Just a quick guess but it probably has to do with the parseFunc for >> rendering that field on the FE. >> >> >> >> Andrew Davis wrote: >>> Having an odd issue with tt_address. I thought at first it had to do >>> with the rte i was using, but the rte seems to be working properly. >>> >>> 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 >>> >>> 2. When i make an entry into tt_address description field, I can make >>>

                        breaks and save them. if i reload the record, the

                        are there. >>> >>> 3. When I load the record in the frontend, the

                        tags are converted >>> to line breaks, and the browser runs them all together (the breaks >>> are not rendered at all (this is normak behavior for browsers...) >>> >>> so my quesiton is how can i get tt_address to not convert

                        tags to >>> line breaks?! it is very weird. >>> >>> any help much appreciated, >>> thanks >>> >>> andrew From andrew at avagraphique.com Wed Aug 29 16:10:32 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 10:10:32 -0400 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: ah, upon closer inspection, it looks like tiny rte is not saving

                        tags into the database, so that when the content renders out it is actually displaying correctly.... Turning rte off showed the raw text from the database. i was able to enter

                        tags manually this way and it renders correctly in tt_address, so I guess the issue is with rte... i will keep looking... my issues revolve around ie6 (doent they all?!): in FF i can enter soem text in rte and use
                        tags to separate the paragraphs no problem. If i attempt to apply some formatting to a paragraph, lke indent (blockquote) it correctly inserts the

                        tags ariund the paragraph i highlight. if i do the exact same thing in IE, it aplies the blockquote to the entire body of text, not just what i highlight.... this inconsistency is driving me nuts! and the client refuses to switch to ff. :-( andrew Andrew Davis wrote: > oh, it was just a few up, sorry! > > this actually doesnt fix my problem: I have tinyrte working as it > should. it puts

                        tags where they should be. I can save the record, > and reload it and the tags are in there. Buut when i view on the > frontend, typo3 does nto display the

                        tags... > > however, one new thing i have found, it is only doint this in the > tt_address records! > >

                        tags are displaying as they should in the normal content elements... > lol > > I will post using a more specific tt_address specific post > > andrew > > > > > Tapio Markula wrote: >> John 'Tux' Nielsen kirjoitti: >>> Not sure if this will fix tinymce, but this works for me: >>> >>> RTE.default.proc{ >>> entryHTMLparser_db = 1 >>> entryHTMLparser_db{ >>> tags.p.fixAttrib> >>> } >> not necessarily - look at the topic >> [TYPO3] TinyRTE, P and BR problems From nightowl at galnet.dk Wed Aug 29 16:12:39 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 16:12:39 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> I changed the type of my 5 top pages to external url and entered >> sub1.firm.com, sub2.firm.com etc. but it doesnt work, actually nothing >> happens when I click on the links. > > You should look where links go. Open HTML source and look there. > Hi Links look like this: menu item /BB From dmitry at typo3.org Wed Aug 29 16:19:40 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Wed, 29 Aug 2007 17:19:40 +0300 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > Links look like this: > menu item And page with uid=14 is of type "External URL"? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From nightowl at galnet.dk Wed Aug 29 16:21:04 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Wed, 29 Aug 2007 16:21:04 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> Links look like this: >> menu item > > And page with uid=14 is of type "External URL"? > Yes it is. /BB From headhunterxiii at yahoo.ca Wed Aug 29 16:24:39 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 29 Aug 2007 15:24:39 +0100 Subject: [TYPO3] RTEs strip

                        tags -- how can we disable this 'feature' ? In-Reply-To: References: Message-ID: > ah, upon closer inspection, it looks like tiny rte is not saving

                        > tags into the database, so that when the content renders out it is > actually displaying correctly.... Turning rte off showed the raw text > from the database. i was able to enter

                        tags manually this way and it > renders correctly in tt_address, so I guess the issue is with rte... i > will keep looking... No thats standard saving of content to the DB - It removes the P tags to make it more readable to the human eye. The parseFunc replaces them on the way out, hence my suggestion of looking at how that field gets rendered. > my issues revolve around ie6 (doent they all?!): Join the club ;-) From bart at rem-it-sonik.pl Wed Aug 29 16:49:19 2007 From: bart at rem-it-sonik.pl (Bartosz Aninowski) Date: Wed, 29 Aug 2007 16:49:19 +0200 Subject: [TYPO3] no_cache and DOS attack References: Message-ID: >> Hm but I forgot about print=1&no_cache=1 in TV >> so if I need print template I am open for DOS attack > > I wonder why do you need no_cache=1 for TV?.. It was never required by TV. because without no_cache=1, TV render same template for normal and print version From andrew at avagraphique.com Wed Aug 29 17:18:34 2007 From: andrew at avagraphique.com (Andrew Davis) Date: Wed, 29 Aug 2007 11:18:34 -0400 Subject: [TYPO3] entries in tt_address description field converts

                        to linebreaks In-Reply-To: References: Message-ID: ah so maybe the tt_address isnt corectly plugging into the RTE api... I think I just set the description field to use the wysiwyg... I assumed that the sourcecode was saved in the db field as is, didnt realize about the transformations.... hmm, complicated stuff. where would i look to see if tt_address were (.php of the extension itself?) and/ or where the config for that was. the tt_address manual does not mention anything about that ;-( any suggestions as to how to proceed most appreciated. thanks all for your kind responses fo far, andrew Tyler Kraft wrote: > Thats possibly because its for the tt_content.text element - look at > something for the tt_address. > > See if tt_content makes use of parseFunc for the rendering of content on > the front end. For instance the ccs_styled_content defines a > lib.parseFunc_RTE that it uses in the BE for the rendering and display > of the text contents of tt_content.text.20 > > > > Andrew Davis wrote: >> something like this looked promising, but has no effect? can anyone be >> more specific for me? >> >> >> >> tt_content.text.20.parseFunc.allowTags = p >> >> >> thanks in advance, >> Andrew >> >> >> >> >> Tyler Kraft wrote: >>> Just a quick guess but it probably has to do with the parseFunc for >>> rendering that field on the FE. >>> >>> >>> >>> Andrew Davis wrote: >>>> Having an odd issue with tt_address. I thought at first it had to do >>>> with the rte i was using, but the rte seems to be working properly. >>>> >>>> 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 >>>> >>>> 2. When i make an entry into tt_address description field, I can >>>> make

                        breaks and save them. if i reload the record, the

                        are >>>> there. >>>> >>>> 3. When I load the record in the frontend, the

                        tags are >>>> converted to line breaks, and the browser runs them all together >>>> (the breaks are not rendered at all (this is normak behavior for >>>> browsers...) >>>> >>>> so my quesiton is how can i get tt_address to not convert

                        tags >>>> to line breaks?! it is very weird. >>>> >>>> any help much appreciated, >>>> thanks >>>> >>>> andrew From headhunterxiii at yahoo.ca Wed Aug 29 17:48:18 2007 From: headhunterxiii at yahoo.ca (Tyler Kraft) Date: Wed, 29 Aug 2007 16:48:18 +0100 Subject: [TYPO3] entries in tt_address description field converts

                        to linebreaks In-Reply-To: References: Message-ID: Well I'd start with typoscript object browser and by exploring tt_content.text.20 to find out what it uses to render the text (your RTE might have influenced it?) Then I would look possibly at how to apply this to the rendering of tt_address Andrew Davis wrote: > ah so maybe the tt_address isnt corectly plugging into the RTE api... I > think I just set the description field to use the wysiwyg... I assumed > that the sourcecode was saved in the db field as is, didnt realize about > the transformations.... hmm, complicated stuff. > > where would i look to see if tt_address were (.php of the extension > itself?) and/ or where the config for that was. the tt_address manual > does not mention anything about that ;-( > > any suggestions as to how to proceed most appreciated. > > thanks all for your kind responses fo far, > andrew > > > > Tyler Kraft wrote: >> Thats possibly because its for the tt_content.text element - look at >> something for the tt_address. >> >> See if tt_content makes use of parseFunc for the rendering of content >> on the front end. For instance the ccs_styled_content defines a >> lib.parseFunc_RTE that it uses in the BE for the rendering and display >> of the text contents of tt_content.text.20 >> >> >> >> Andrew Davis wrote: >>> something like this looked promising, but has no effect? can anyone >>> be more specific for me? >>> >>> >>> >>> tt_content.text.20.parseFunc.allowTags = p >>> >>> >>> thanks in advance, >>> Andrew >>> >>> >>> >>> >>> Tyler Kraft wrote: >>>> Just a quick guess but it probably has to do with the parseFunc for >>>> rendering that field on the FE. >>>> >>>> >>>> >>>> Andrew Davis wrote: >>>>> Having an odd issue with tt_address. I thought at first it had to >>>>> do with the rte i was using, but the rte seems to be working properly. >>>>> >>>>> 1. I am using tinyrte 1.6.6, tt_address 2.1.0 and typo3 4.1.2 >>>>> >>>>> 2. When i make an entry into tt_address description field, I can >>>>> make

                        breaks and save them. if i reload the record, the

                        are >>>>> there. >>>>> >>>>> 3. When I load the record in the frontend, the

                        tags are >>>>> converted to line breaks, and the browser runs them all together >>>>> (the breaks are not rendered at all (this is normak behavior for >>>>> browsers...) >>>>> >>>>> so my quesiton is how can i get tt_address to not convert

                        tags >>>>> to line breaks?! it is very weird. >>>>> >>>>> any help much appreciated, >>>>> thanks >>>>> >>>>> andrew From typo3-german-02 at oliverklee.de Wed Aug 29 19:05:04 2007 From: typo3-german-02 at oliverklee.de (Oliver Klee) Date: Wed, 29 Aug 2007 19:05:04 +0200 Subject: [TYPO3] One Time Passwords for FE/BE In-Reply-To: References: Message-ID: Hi, T.M.Snyder schrieb: > is there any extension which supports one time passwords for FE/BE users? > This would be very helpful if users (FE and BE) come from non trusted > networks, Internetcafe for example. You can use the "onetimeaccount" extension which creates throw-away FE user accounts. Their user names and passwords will not be shown to the user (and not sent across the network). Regards Oliver From ab.becker at web.de Wed Aug 29 19:17:12 2007 From: ab.becker at web.de (Andreas Becker) Date: Thu, 30 Aug 2007 00:17:12 +0700 Subject: [TYPO3] RealURL or CoolURI In-Reply-To: References: Message-ID: Hi Morton According to your 301 settings try to use the integrated domainrecods and jb_status_code. Here you can enter a domain record and the redirect to the url you wish. According Cooluri you simply should try it. It usually works right out of the box. I guess about 500 downloads in the last months since I created the tutorial speak a clear language. More and more people are changing and there will be also future support as Cooluri will be the future. Beside it has integrated URL Management and much other stuff you can't find anywhere else. Simply try it! It works perfectly together with jb_status_code - as both has been programmed by Jan. On the other hand - here in the list there are daily so much posts about RealURL. Assuming the amount of posts in the last year perhaps you will find your problem already solved somewhere here in this list. Andi 2007/8/29, Dmitry Dulepov [typo3] : > > Morten Kjems wrote: > > So far I have not been able to get it work with RealURL > > This is not a description of the problem. I doubt it is possible to help > when you provide such an incomplete information. > > -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From mail at cascaval.com Wed Aug 29 20:23:04 2007 From: mail at cascaval.com (Tomas Mrozek) Date: Wed, 29 Aug 2007 20:23:04 +0200 Subject: [TYPO3] One Time Passwords for FE/BE In-Reply-To: References: Message-ID: > is there any extension which supports one time passwords for FE/BE users? > This would be very helpful if users (FE and BE) come from non trusted > networks, Internetcafe for example. I have been planning to write such an extension for like an year but, unfortunately, I haven't found time to do it (there's some personal life that I want to live ;-\). I primarily wanted it for BE users since it's a real problem to administer a website from an untrusted computer. It was supposed to adher to RFC 2289 (http://www.ietf.org/rfc/rfc2289.txt) since there's plenty of client software for authentication (creating answers to challenges), like Java applications for mobile phones. Tomas Mrozek From misc at alentdesignsolutions.com Wed Aug 29 20:47:00 2007 From: misc at alentdesignsolutions.com (misc at alentdesignsolutions.com) Date: Wed, 29 Aug 2007 11:47:00 -0700 Subject: [TYPO3] Strange behavior on BE. Message-ID: Hi All, I am having behavior on the backend that I have never seen before, and I have not been able to solve the issues it brings. I'm hoping someone here has seen this before and can help me. The basic problem is that on the backend, when I enter Web->Page(TV) I see the normal page tree, and to the right of it all I get is a page preview of the selected page. I have not been able to reset the default so it shows me the normal TemplaVoila page editing view, nor can I get to the page editing view in any other way. After fighting with it for a while, I tried clearing the database and starting over. At first everything worked well. I rebuilt my template in TV and continued my work. At some point, the issue returned, and I again was unable to get Web->Page(TV) to work properly. At that point I decided to totally reinstall everything and start with a fresh database. Again, things seemed normal for a while, till I noticed Web->Page(TV) again was only displaying a page preview. I have never been able to nail down what I do that shifts Web-Page(TV) from showing the page tree and page editing view to showing the page tree and page preview. In all cases, it happened well after TV was set up with a functioning template, and well after I had made my last changes to the system setup. Any ideas are very much appreciated. I have done quite a bit of googling, reading, consulting the local Typo3 guru, etc, and have not been able to solve it. Here is my setup: Typo3 4.1.2 on Ubuntu 7.04 Extensions: Realurl Configurator RealURL Management TemplaVoila! I'm happy to provide any additional information that could be helpful. Cheers, James From a.stoutjesdijk at chello.nl Thu Aug 30 00:13:10 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Thu, 30 Aug 2007 00:13:10 +0200 Subject: [TYPO3] Changing default img parameters through TypoScript Message-ID: Hi, I'm using an extension (different linklayout) which places images before my links. The images contain only a "title" parameter. Because it has no alt tag, the pages won't validate. I'm trying to figure out if there is a way to make Typo3 add an alt="" parameter in images by default, if there is no alt tag set manually. Also, I don't know where the title="" parameter within images comes from, I'd like control over that too.. Any suggestions? I tried the typoscript object browser but I can't seem to find the right configurations.. Thanks, Edwin. From bedlamhotel at gmail.com Thu Aug 30 00:32:26 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Wed, 29 Aug 2007 15:32:26 -0700 Subject: [TYPO3] Changing default img parameters through TypoScript In-Reply-To: References: Message-ID: Hi, On 8/29/07, Edwin Blokker wrote: > Hi, > > I'm using an extension (different linklayout) which places images before > my links. The images contain only a "title" parameter. Because it has no > alt tag, the pages won't validate. I'm trying to figure out if there is > a way to make Typo3 add an alt="" parameter in images by default, if > there is no alt tag set manually. > > Also, I don't know where the title="" parameter within images comes > from, I'd like control over that too.. > > Any suggestions? I tried the typoscript object browser but I can't seem > to find the right configurations... It depends whether or not the extension actually USES typoscript to produce the images and/or links in the first place. If it does, you should be able to find something in the TSOB, but it it doesn't, you'll be stuck with hacking the php code. Actually, I just had a look at the TS [1] and the PHP [2]. Try this: tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgMailto.altText = foo tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgExt.altText = bar tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgInt.altText = foobar ...it looks as though linkImgMailto. is used in the creation of an IMAGE cObject within the PHP code, so it ought to work. For that matter, it also looks like the whole extension could be done with TS and no userFunc--admittedly, the TS might be longer than the TS... -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://typo3.org/extensions/repository/view/dh_linklayout/0.1.0/info/ext_typoscript_setup.txt/ [2] http://typo3.org/extensions/repository/view/dh_linklayout/0.1.0/info/class.tx_dhlinklayout.php/ From catepeter at optusnet.com.au Thu Aug 30 02:30:55 2007 From: catepeter at optusnet.com.au (Cate & Peter) Date: Thu, 30 Aug 2007 10:30:55 +1000 Subject: [TYPO3] adding to "rootline" Message-ID: Hi all I have code working for breadcrumbs on my site. Now, I want to see if I can add wikipage keywords (unlinked) as the last parameter of my breadcrumbs. The breadcrumb code is #breadcrumbs nav lib.breadcrumbs= HMENU lib.breadcrumbs.special = rootline lib.breadcrumbs.special.range = 1|-1 lib.breadcrumbs.1 = TMENU lib.breadcrumbs.1.wrap = | lib.breadcrumbs.1.NO { linkWrap = |*| | >  |*| | doNotLinkIt = |*| |*| 1 } I have used the wikipage keywords in another menu like this. # Nav lib. nav = CONTENT lib. nav{ table = tx_drwiki_pages select { pidInList = this selectFields = pid, keyword } renderObj = TEXT renderObj { required=1 # Displays the keyword inside the

                      • tags field = keyword # Inner wrap around individual rows wrap=
                      • |
                      • # Wraps the keyword with a link to the correct page typolink { # Links to the page that the wiki keyword is found on parameter.data = field:pid # Adds the keyword to the query string additionalParams.wrap = &tx_drwiki_pi1[keyword]=| additionalParams.data = field:keyword } } # Outer wrap around all rows wrap =
                          |
                        } So I have an idea of how it works, but I can't figure out how I would add the keyword onto the rootline. I guess I would drop the last line of the breadcrumbs code (doNotLinkIt = |*| |*| 1) off . as I want all of the rootline linked . and I need to select the table and fields, and render the keyword . but in what order? I have tried a multitude of configurations, and haven't got it right yet. Any hints gratefully accepted :-) Thanks Cate From christian.lerrahn at cerebrum.com.au Thu Aug 30 07:09:17 2007 From: christian.lerrahn at cerebrum.com.au (Christian Lerrahn) Date: Thu, 30 Aug 2007 15:09:17 +1000 Subject: [TYPO3] CSS from extension managed by core Message-ID: Hi, I'd like to generate some CSS in an extension from templates and then hand it over to the core to take care of it. Is that possible? I realise that I could just write my own temporary file which I then refer to in the header but I would like the core to take care of everything once the CSS is final. How do I do that? Cheers, Christian From info at tolleiv.de Thu Aug 30 09:31:10 2007 From: info at tolleiv.de (Tolleiv Nietsch) Date: Thu, 30 Aug 2007 09:31:10 +0200 Subject: [TYPO3] adding to "rootline" In-Reply-To: References: Message-ID: Hi - maybe COA is your friend - something linke that: lib.finalcrumbs = COA lib.finalcrumbs { 10 < lib.breadcrumbs 20 < lib.nav } I think the linkWrap of the breadcrumb needs to be reassigned but that should do the job. Regards Tolleiv Cate & Peter schrieb: > Hi all > > > > I have code working for breadcrumbs on my site. > > > > Now, I want to see if I can add wikipage keywords (unlinked) as the last > parameter of my breadcrumbs. > > > > The breadcrumb code is > > > > #breadcrumbs nav > > lib.breadcrumbs= HMENU > > lib.breadcrumbs.special = rootline > > lib.breadcrumbs.special.range = 1|-1 > > lib.breadcrumbs.1 = TMENU > > lib.breadcrumbs.1.wrap = | > > lib.breadcrumbs.1.NO { > > linkWrap = |*| | >  |*| | > > doNotLinkIt = |*| |*| 1 > > } > > > > I have used the wikipage keywords in another menu like this. > > > > # Nav > > lib. nav = CONTENT > > lib. nav{ > > table = tx_drwiki_pages > > select { > > pidInList = this > > selectFields = pid, keyword > > > > } > > renderObj = TEXT > > renderObj { > > required=1 > > > > # Displays the keyword inside the
                      • tags > > field = keyword > > > > # Inner wrap around individual rows > > wrap=
                      • |
                      • > > > > # Wraps the keyword with a link to the correct page > > typolink { > > # Links to the page that the wiki keyword is found on > > parameter.data = field:pid > > > > # Adds the keyword to the query string > > additionalParams.wrap = &tx_drwiki_pi1[keyword]=| > > additionalParams.data = field:keyword > > } > > } > > > > # Outer wrap around all rows > > wrap =
                          |
                        > > } > > > > So I have an idea of how it works, but I can't figure out how I would add > the keyword onto the rootline. > > > > I guess I would drop the last line of the breadcrumbs code (doNotLinkIt = > |*| |*| 1) off . as I want all of the rootline linked . and I need to select > the table and fields, and render the keyword . but in what order? I have > tried a multitude of configurations, and haven't got it right yet. > > > > Any hints gratefully accepted :-) > > > > Thanks > > Cate > From mortenkjems at gmail.com Thu Aug 30 12:36:17 2007 From: mortenkjems at gmail.com (Morten Kjems) Date: Thu, 30 Aug 2007 12:36:17 +0200 Subject: [TYPO3] RealURL or CoolURI In-Reply-To: References: Message-ID: Thanks for your reply Andreas. > According to your 301 settings try to use the integrated domainrecods and > jb_status_code. Here you can enter a domain record and the redirect to the > url you wish. I have installed jb_status_code and played a bit with the integrated domainrecods, but I can't get i work correctly. If I redirect domain.dk to http://domain.com it works fine. But this is just for testing. My real need is to redirect domain.dk/en/ to http://domain.com. And this do not work. Any suggestions on how to solve this problem? > According Cooluri you simply should try it. OK I will :-) /Morten From dmitry at typo3.org Thu Aug 30 12:49:21 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 13:49:21 +0300 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Brian Bendtsen wrote: > Dmitry Dulepov [typo3] skrev: >> Brian Bendtsen wrote: >>> Links look like this: >>> menu item >> >> And page with uid=14 is of type "External URL"? >> > Yes it is. Did you enter external URLs properly? I.e. "http://sub.domain.com/" and not just "sub.domain.com". -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Thu Aug 30 12:52:44 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 13:52:44 +0300 Subject: [TYPO3] CSS from extension managed by core In-Reply-To: References: Message-ID: Christian Lerrahn wrote: > I'd like to generate some CSS in an extension from templates and then > hand it over to the core to take care of it. Is that possible? I > realise that I could just write my own temporary file which I then > refer to in the header but I would like the core to take care of > everything once the CSS is final. How do I do that? Easy: ---------------------------- $generatedCss = ' BODY { } H1 { } '; $GLOBALS['TSFE']->setCSS('tx_yourext_pi1', $generatedCss); ---------------------------- -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Thu Aug 30 12:54:11 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 13:54:11 +0300 Subject: [TYPO3] no_cache and DOS attack In-Reply-To: References: Message-ID: Bartosz Aninowski wrote: > because without no_cache=1, TV render same template for normal and print > version Not for me... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From DELETE_MEnkatic at jagor.srce.hr Thu Aug 30 12:58:09 2007 From: DELETE_MEnkatic at jagor.srce.hr (Nino Katic) Date: Thu, 30 Aug 2007 12:58:09 +0200 Subject: [TYPO3] Debuging FE auth Message-ID: Hello, I'm using openldap auth ext. which i need to change to suit my needs. Ext. is using auth class that extends standard Typo3 auth. class and when i try to debug it - the openldap auth class - (ie. write die("Break point");) nothing happens on web page after i submit login data via login form - the form is just redisplayed. Anybody have some advice how to see what's going on ? Thx. Nino From mjlhuggett at gmail.com Thu Aug 30 13:34:31 2007 From: mjlhuggett at gmail.com (Matthew Huggett) Date: Thu, 30 Aug 2007 20:34:31 +0900 Subject: [TYPO3] Multilanguage navigation and language menu work but content doesn't change Message-ID: Hello, I have a site in Japanese and English which I am building using templavoila. The language menu and main navigation are working, but the page content doesn't change when the language changes. I've looked around, read various email threads and documentation, but I'm still not sure where to look for the cause of the problem. I have set up a website language for my second language (ID = 1). Any pointers would be greatly appreciated. Here are the relevant bits of my template: page = PAGE page.typeNum = 0 page.10 = USER page.10.userFunc = tx_templavoila_pi1->main_page # Setup default language: Japanese config.linkVars = L config.uniqueLinkVars = 1 config.sys_language_uid = 0 config.language = jp config.locale_all = ja_JP # Japanese [globalVar = GP:L = 0] config.sys_language_uid = 0 config.language = jp config.locale_all = ja_JP # English [globalVar = GP:L = 1] config.sys_language_uid = 1 config.language = en config.locale_all = english [GLOBAL] From typo3 at rampenlicht.org Thu Aug 30 13:42:10 2007 From: typo3 at rampenlicht.org (Helmut Hummel) Date: Thu, 30 Aug 2007 13:42:10 +0200 Subject: [TYPO3] pageNotFound_handling ignored In-Reply-To: References: Message-ID: Hi Dmitry, I just stumbled over this problem. Dmitry Dulepov schrieb: > Nick Weisser wrote: >> It seems to me that this is either a TYPO3 bug or a server >> configuration issue. Do you think I should open a bug report on this? > > Well, you can but 404 handling works here and not only here... You will > need to describe your environment as detailed as you can. I cant provide any hints, why t3lib_div::getURL sometimes fails (because it works for me), but I think in case of pageNotFound_handling there should be a error message sent to the user. See my bugreport: http://bugs.typo3.org/view.php?id=6240 -- Viele Gr??e Helmut From lists at mathesonuk.com Thu Aug 30 13:46:13 2007 From: lists at mathesonuk.com (Sandy Matheson) Date: Thu, 30 Aug 2007 12:46:13 +0100 Subject: [TYPO3] Server crash after importing t3d file Message-ID: I am posting this for information to anyone who may find it in the future. We have just migrated an old Typo3 installation to the latest version (using the starter package from the Web Empowered Church WEC). THis was done by installing and configuring the new Typo3 installation and then importing a t3d file of the previous website structure. When this went live it resulted in a server crash taking down all websites on the same hardware platform. After many hours of frustration the problem was very simple - as it often is! The t3d file from the original website strucutre included a Typo3 domain record. When this was imported it resulted in two separate domain records for the same domain at different places in the page tree. When the url was accessed this resulted in Typo3 attempting to resolve the domain to two separate places and this resulted in am ever increasing number of unresolved http and sql processes that crashed the server. If anyone finds this in the future ensure you delete the Typo3 domain record from the imported t3d file. I hope this information helps someone else. Sandy Matheson From typo3 at rampenlicht.org Thu Aug 30 13:53:28 2007 From: typo3 at rampenlicht.org (Helmut Hummel) Date: Thu, 30 Aug 2007 13:53:28 +0200 Subject: [TYPO3] pageNotFound_handling ignored Message-ID: Hi Dmitry, I just stumbled over this problem. Dmitry Dulepov schrieb: > Nick Weisser wrote: >> It seems to me that this is either a TYPO3 bug or a server >> configuration issue. Do you think I should open a bug report on this? > > Well, you can but 404 handling works here and not only here... You will > need to describe your environment as detailed as you can. I cant provide any hints, why t3lib_div::getURL sometimes fails (because it works for me), but I think in case of pageNotFound_handling there should be a error message sent to the user. See my bugreport: http://bugs.typo3.org/view.php?id=6240 -- Viele Gr??e Helmut From typo3.vincnet at gmail.com Thu Aug 30 15:12:04 2007 From: typo3.vincnet at gmail.com (Vincent Mans) Date: Thu, 30 Aug 2007 15:12:04 +0200 Subject: [TYPO3] itemsProcFunc problem In-Reply-To: References: Message-ID: Hello Typo people! I realise that my question about itemsProcFunc might be too unclear. Since there's no one response, I try to rephrase it. Purpose: fetch data from a foreign table into a multi selectbox, so we see values there in stead of uid (e.g. "hello" in stead of "5") - like for example the Static Templates selection mechanism. When selected "hello" from the rightside field with the 'items' to select from, this value is transfered to the leftside called 'selected'. So far, nothing special. It's documented that we can use itemsProcFunc for that. My first question is: can values be fetched, or are it always uids? Because I need the values in the fields. My second question: how can I get this to work? I used my own script, but also used scripts from others that proved to be working for them. But in my case they're not. First, I get a list of uids + values in the 'items' field. Second, I can select the uids, but not the values. See details below. To get this working, do I need to hook on to some transfer classes/methods? If so, which ones and what can I do there? And further: if it's not working as expected, might this be an issue of version 4.1.2 - as it seems I'm the first with this problem on this version? Thanks again, Vincent Hi list, > > Problem with itemsProcFunc. I work with 4.1.2. > > It's about fetching data from a foreign table, and put it in select. > > The problem is: the uid field remains in the items field. It doubles up: > first all uids, then all titles. So what I get is, for example: > > 5 > 6 > hello > goodbye > > The uid of 'hello' is '5'. > > When I select an item, only the uid goes over to the selected field. > > Of course I tried several options and solutions from across the net etc. > but unfortunately.... > > Related question, that I couldn't test because of this, and that's not > well documented I think: is the value passed from the foreign table to this > table, or is still the uid passed? > > > This is the part from the tca: > > "tx_vincnetextranewsfield_work_signature" => Array ( > "exclude" => 1, > "label" => > "LLL:EXT:vincnet_extranewsfield/locallang_db.php:tt_news.tx_vincnetextranewsfield_work_signature", > > "config" => Array ( > "foreign_table" => "tt_news_xsign", > "foreign_table_where" => "AND tt_news_xsign.pid=37", > //"dontRemapTablesOnCopy" => "tt_news_xsign", > "size" => 9, > "minitems" => 0, > "maxitems" => 3, > "itemsProcFunc" => > "tx_ttnews_itemsProcFunc->user_signature", > "allowNonIdValues" => 1, > "wizards" => Array( > > This is the method in the class tx_ttnews_itemsProcFunc: > > function user_signature(&$params,&$pObj) { > $columns = 'title'; > $table = 'tt_news_xsign'; > $where = 'deleted=0 AND hidden=0'; > $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery($columns, $table, > $where); > if (!$res) { // check for sql error > echo('
                        [File:'.__FILE__.' Func:'.__FUNCTION__.' > Line:'.__LINE__.'] SQL Error:'.$GLOBALS['TYPO3_DB']->SELECTquery($columns, > $table, $where)); > return FALSE; > } > while($row1 = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)){ > $params['items'][] = Array($row1['title']); > > } > } > > Greetz, > Vincent > From dmitry at typo3.org Thu Aug 30 15:33:01 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 16:33:01 +0300 Subject: [TYPO3] Debuging FE auth In-Reply-To: References: Message-ID: Nino Katic wrote: > I'm using openldap auth ext. which i need to change to suit my needs. Ext. > is using auth class that extends standard Typo3 auth. class and when i try > to debug it - the openldap auth class - (ie. write die("Break point");) > nothing happens on web page after i submit login data via login form - the > form is just redisplayed. Anybody have some advice how to see what's going > on ? Thx. Typically it means that this place is not reached. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Thu Aug 30 15:35:55 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 16:35:55 +0300 Subject: [TYPO3] Multilanguage navigation and language menu work but content doesn't change In-Reply-To: References: Message-ID: Matthew Huggett wrote: > Hello, > > I have a site in Japanese and English which I am building using templavoila. > The language menu and main navigation are working, but the page > content doesn't change when the language changes. I've looked around, > read various email threads and documentation, but I'm still not sure > where to look for the cause of the problem. You need to read the "Frontend Localization Guide" document. > config.sys_language_uid = 0 > config.language = jp > config.locale_all = ja_JP > > # Japanese > [globalVar = GP:L = 0] > config.sys_language_uid = 0 > config.language = jp > config.locale_all = ja_JP Exercise: think why you wrote last 4 lines. Can you explain it to yourself? -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From dmitry at typo3.org Thu Aug 30 15:44:21 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 16:44:21 +0300 Subject: [TYPO3] itemsProcFunc problem In-Reply-To: References: Message-ID: Hi! Vincent Mans wrote: > My first question is: can values be fetched, or are it always uids? Because > I need the values in the fields. UIDs. TYPO3 will show values (defined as 'label' in $TCA) but save UIDs. This is because UIDs are unique but values are usually not. There are some more things. "type" is missing from your column's "config" in $TCA. In the function: >> $where = 'deleted=0 AND hidden=0'; Hardcoding is bad. Use typo3 functions for it (t3lib_BEfunc::deleteClause and ::enableFields)! >> $params['items'][] = Array($row1['title']); Array must have two elements: first is key, second is value. See examples in "TYPO3 core API". -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From DELETE_MEnkatic at jagor.srce.hr Thu Aug 30 15:45:25 2007 From: DELETE_MEnkatic at jagor.srce.hr (Nino Katic) Date: Thu, 30 Aug 2007 15:45:25 +0200 Subject: [TYPO3] Debuging FE auth References: Message-ID: "Dmitry Dulepov [typo3]" wrote in message news:mailman.1.1188480781.30592.typo3-english at lists.netfielders.de... > Nino Katic wrote: >> I'm using openldap auth ext. which i need to change to suit my needs. >> Ext. is using auth class that extends standard Typo3 auth. class and when >> i try to debug it - the openldap auth class - (ie. write die("Break >> point");) nothing happens on web page after i submit login data via login >> form - the form is just redisplayed. Anybody have some advice how to see >> what's going on ? Thx. > > Typically it means that this place is not reached. Yep, but i can't find out why it's not reached :-( I'm not sure when and where is openldap auth class instanced so i can debug things (my die() is in very top of that class). Nino From fsuter at cobweb.ch Thu Aug 30 15:50:39 2007 From: fsuter at cobweb.ch (Francois Suter) Date: Thu, 30 Aug 2007 15:50:39 +0200 Subject: [TYPO3] Multilanguage navigation and language menu work but content doesn't change In-Reply-To: References: Message-ID: Hi, > Here are the relevant bits of my template: > page = PAGE > page.typeNum = 0 > [...snip...] > config.language = en > config.locale_all = english > [GLOBAL] If your TS snippet is to be believed, you have actually forgotten to tell TYPO3 how it should handle translations by setting config. sys_language_overlay and config. sys_language_mode. Typical values are: config.sys_language_overlay = 1 config.sys_language_mode = content_fallback Pleaser refer to the TSRef [1] for more details on these properties. HTH Fran?ois Suter Directeur technique ------------------------------------------------------------------------ ------------------------------------------------------------- Cobweb Development S?rl www.cobweb.ch ------------------------------------------------------------------------ ------------------------------------------------------------- [1] http://typo3.org/documentation/document-library/references/ doc_core_tsref/4.1.0/view/7/3/ From dmitry at typo3.org Thu Aug 30 15:52:31 2007 From: dmitry at typo3.org (Dmitry Dulepov [typo3]) Date: Thu, 30 Aug 2007 16:52:31 +0300 Subject: [TYPO3] Debuging FE auth In-Reply-To: References: Message-ID: Nino Katic wrote: > Yep, but i can't find out why it's not reached :-( I'm not sure when and > where is openldap auth class instanced so i can debug things (my die() is in > very top of that class). You may want to start with initFEuser() function is typo3/sysext/cms/tslib/class.tslib_fe.php. It will be hard without real php debugger. With debugger you can just stepo through in seconds but without it it can be a nightmare... -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs From DELETE_MEnkatic at jagor.srce.hr Thu Aug 30 17:08:20 2007 From: DELETE_MEnkatic at jagor.srce.hr (Nino Katic) Date: Thu, 30 Aug 2007 17:08:20 +0200 Subject: [TYPO3] tt_news 2.5.0 and RTE Message-ID: Hi, I have done some upgrade of Typo3 from 3.6 to 3.8 and tt_news to 2.5.0 and now in IE 6 there is no RTE for news. In firefox it works well with rtehtmlarea but in IE 6 there is only textarea form element. Anybody with some solution? Thx. Nino From typo3.vincnet at gmail.com Thu Aug 30 17:38:10 2007 From: typo3.vincnet at gmail.com (Vincent Mans) Date: Thu, 30 Aug 2007 17:38:10 +0200 Subject: [TYPO3] itemsProcFunc problem In-Reply-To: References: Message-ID: Thanks Dmitry > Vincent Mans wrote: > > My first question is: can values be fetched, or are it always uids? > Because > > I need the values in the fields. > > UIDs. TYPO3 will show values (defined as 'label' in $TCA) but save UIDs. > This is because UIDs are unique but values are usually not. That's a pity. Because the fetched values don't have to be unique at all. It's just a value from a table with uid and value. And in this case, the target table gets filled from CSV-file also. We need values there. This makes searches on rows also easier. Perhaps there is a possibility? But "allowNonIdValues" => 1 has no effect... There are some more things. "type" is missing from your column's > "config" in $TCA. > > In the function: > > >> $where = 'deleted=0 AND hidden=0'; > > Hardcoding is bad. Use typo3 functions for it > (t3lib_BEfunc::deleteClause and ::enableFields)! I know, but thanks anyway for reminding. It's just for testing now, the "where" needs to contain something. >> $params['items'][] = Array($row1['title']); > > Array must have two elements: first is key, second is value. See > examples in "TYPO3 core API". And this was the issue. I worked with two elements earlier, but defined value as first and uid as second. The order is why it didn't work. Time consuming stupid mistake. Thanks for your help!! -- > Dmitry Dulepov > TYPO3 freelancer / TYPO3 core team member > Web: http://typo3bloke.net/ > Skype: callto:liels_bugs > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > -- Vriendelijke groet, Vincent Mans From DELETE_MEnkatic at jagor.srce.hr Thu Aug 30 18:11:05 2007 From: DELETE_MEnkatic at jagor.srce.hr (Nino Katic) Date: Thu, 30 Aug 2007 18:11:05 +0200 Subject: [TYPO3] Debuging FE auth References: Message-ID: "Dmitry Dulepov [typo3]" wrote in message news:mailman.1.1188481952.11843.typo3-english at lists.netfielders.de... > Nino Katic wrote: >> Yep, but i can't find out why it's not reached :-( I'm not sure when and >> where is openldap auth class instanced so i can debug things (my die() is >> in very top of that class). > > You may want to start with initFEuser() function is > typo3/sysext/cms/tslib/class.tslib_fe.php. It will be hard without real > php debugger. With debugger you can just stepo through in seconds but > without it it can be a nightmare... I found out what was the problem. It's not enough to declare record storage for users and groups in page properties but you have to enter this line in constants: styles.content.loginform.pid = pid_of_record_storage Anyway, thx. for help. Nino From leroypushpins at gmail.com Thu Aug 30 19:30:20 2007 From: leroypushpins at gmail.com (leroy pushpins) Date: Thu, 30 Aug 2007 10:30:20 -0700 Subject: [TYPO3] Direct Mail Question Message-ID: Has anyone had problems with Direct Mail sending newsletters to Hotmail accounts? I'm finding that Hotmail seems to have a particularly sensative spam blocker. The newsletters we send to hotmail accounts go directly to the trash. Any way around it? From typo3.vincnet at gmail.com Thu Aug 30 23:04:23 2007 From: typo3.vincnet at gmail.com (Vincent Mans) Date: Thu, 30 Aug 2007 23:04:23 +0200 Subject: [TYPO3] itemsProcFunc problem In-Reply-To: References: Message-ID: Of course I can do this; $row1['uid'] = $row1['title']; before the values are put in the params items array. Then the fetched values from the foreign table are transfered to the target table field, nicely comma separated. But in the BE items field, there is still double entries (title as uid and title as title) and in the selected field there is nothing if the titles are selected - because no valid uid is passed back. Am I on a wrong track? I understand it's handled in class.t3lib_transferdata.php but have no clue now how to hook into that. Perhaps an extension class that overrides this class? Have to be carefull there I guess. My question: bad idea? is there a better idea? Thanks! 2007/8/30, Vincent Mans : > > Thanks Dmitry > > > > Vincent Mans wrote: > > > My first question is: can values be fetched, or are it always uids? > > Because > > > I need the values in the fields. > > > > UIDs. TYPO3 will show values (defined as 'label' in $TCA) but save UIDs. > > This is because UIDs are unique but values are usually not. > > > That's a pity. Because the fetched values don't have to be unique at all. > It's just a value from a table with uid and value. > And in this case, the target table gets filled from CSV-file also. We need > values there. This makes searches on rows also easier. > > Perhaps there is a possibility? But "allowNonIdValues" => 1 has no > effect... > > > There are some more things. "type" is missing from your column's > > "config" in $TCA. > > > > In the function: > > > > >> $where = 'deleted=0 AND hidden=0'; > > > > Hardcoding is bad. Use typo3 functions for it > > (t3lib_BEfunc::deleteClause and ::enableFields)! > > > I know, but thanks anyway for reminding. It's just for testing now, the > "where" needs to contain something. > > >> $params['items'][] = Array($row1['title']); > > > > Array must have two elements: first is key, second is value. See > > examples in "TYPO3 core API". > > > And this was the issue. I worked with two elements earlier, but defined > value as first and uid as second. The order is why it didn't work. Time > consuming stupid mistake. Thanks for your help!! > > -- > > Dmitry Dulepov > > TYPO3 freelancer / TYPO3 core team member > > Web: http://typo3bloke.net/ > > Skype: callto:liels_bugs > > _______________________________________________ > > TYPO3-english mailing list > > TYPO3-english at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > > > > > -- > Vriendelijke groet, > Vincent Mans > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From olivier.dobberkau at dkd.de Thu Aug 30 23:11:36 2007 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Thu, 30 Aug 2007 23:11:36 +0200 Subject: [TYPO3] Direct Mail Question In-Reply-To: References: Message-ID: leroy pushpins schrieb: > Has anyone had problems with Direct Mail sending newsletters to Hotmail > accounts? I'm finding that Hotmail seems to have a particularly sensative > spam blocker. The newsletters we send to hotmail accounts go directly to the > trash. Any way around it? how do send it? as base64 html mail? if so try to change the encoding. Olivier From robert.flach at webtooldeveloper.com Fri Aug 31 00:06:25 2007 From: robert.flach at webtooldeveloper.com (Robert Flach, Web Developer) Date: Thu, 30 Aug 2007 17:06:25 -0500 Subject: [TYPO3] Accessible menu with templavoila In-Reply-To: References: Message-ID: Hi, I'm Robert Flach. I'm trying to create a standard unordered list type menu with typo3 and templavoila and I'm running into a little difficulty. I'm hoping someone can help. I created the following typoscript on my main template using the instructions here: http://wiki.typo3.org/index.php/Accessible_menu ## Menu [Begin] lib.mainMenu = COA lib.mainMenu { 10= HMENU 10.entryLevel = 0 10.1 = TMENU 10.1 { noBlur = 1 CUR = 1 ACTIFSUB = 1 } 10.1.NO { wrapItemAndSub =
                      • |
                      • ATagParams = } 10.1.CUR { wrapItemAndSub =
                      • |
                      • doNotLinkIt = 1 } 10.1.ACTIFSUB { wrapItemAndSub =
                      • |
                      • } 10.2 = TMENU 10.2 { noBlur = 1 CUR = 1 ACTIFSUB = 1 } 10.2.NO { wrapItemAndSub =
                      • |
                      • ATagParams = } 10.2.CUR { wrapItemAndSub =
                      • |
                      • doNotLinkIt = 1 } 10.2.ACTIFSUB { wrapItemAndSub =
                      • |
                      • } 10.2.wrap =
                          |
                        } ## Menu [End] config.spamProtectEmailAddresses = 1 page = PAGE page.typeNum = 0 page.10 = USER page.10.userFunc = tx_templavoila_pi1->main_page The only deviation I made was to leave off the 10.1.wrap =
                          |
                        because I had already created the main menu as an Internal mapping on it's containing
                          . The relevant section of my DS for the templavoila template for the site is: Main menu Pick the HTML container element where you want the automatically made menu items to be placed. [Menu goes here] TypoScriptObject table:inner,ul,div,tr,td lib.mainMenu I have multiple published public pages with submenu items, I have cleared all cache. But what appears on the generated page is this:
                        • Home
                        • Ministries
                        • Visions
                        • About Us
                        • Contact
                        • You can see my visible site at new.nlbf.org. Thank you so much to anyone who can take the time to help me out. Thanks, Robert Flach From bedlamhotel at gmail.com Fri Aug 31 00:15:48 2007 From: bedlamhotel at gmail.com (Christopher Torgalson) Date: Thu, 30 Aug 2007 15:15:48 -0700 Subject: [TYPO3] Accessible menu with templavoila In-Reply-To: References: Message-ID: Hi Robert, On 8/30/07, Robert Flach, Web Developer wrote: > Hi, > I'm Robert Flach. > > I'm trying to create a standard unordered list type menu with typo3 > and templavoila and I'm running into a little difficulty. I'm hoping > someone can help. > I created the following typoscript on my main template using the > instructions here: http://wiki.typo3.org/index.php/Accessible_menu > ## Menu [Begin] > lib.mainMenu = COA > lib.mainMenu { > 10= HMENU > 10.entryLevel = 0 > > 10.1 = TMENU > 10.1 { > noBlur = 1 > CUR = 1 > ACTIFSUB = 1 > } > 10.1.NO { > wrapItemAndSub =
                        • |
                        • > ATagParams = > } > 10.1.CUR { > wrapItemAndSub =
                        • |
                        • > doNotLinkIt = 1 > } > 10.1.ACTIFSUB { > wrapItemAndSub =
                        • |
                        • > } > 10.2 = TMENU > 10.2 { > noBlur = 1 > CUR = 1 > ACTIFSUB = 1 > } > 10.2.NO { > wrapItemAndSub =
                        • |
                        • > ATagParams = > } > 10.2.CUR { > wrapItemAndSub =
                        • |
                        • > doNotLinkIt = 1 > } > 10.2.ACTIFSUB { > wrapItemAndSub =
                        • |
                        • > } > 10.2.wrap =
                            |
                          > } > ## Menu [End] > > > > config.spamProtectEmailAddresses = 1 > > page = PAGE > page.typeNum = 0 > page.10 = USER > page.10.userFunc = tx_templavoila_pi1->main_page > > > The only deviation I made was to leave off the 10.1.wrap =
                            |
                          > because I had already created the main menu as an Internal mapping on > it's containing
                            . > > The relevant section of my DS for the templavoila template for the site is: > > > Main menu > Pick the HTML container element where > you want the automatically made menu items to be placed. > > [Menu goes here] > > TypoScriptObject > table:inner,ul,div,tr,td > lib.mainMenu > > > > I have multiple published public pages with submenu items, I have > cleared all cache. But what appears on the generated page is this: > >
                          • Home
                          • Ministries
                          • Visions
                          • About Us
                          • Contact
                          • > > You can see my visible site at new.nlbf.org. I can't tell from your message: what problem are you having? Is it that your subpages do not show? If so, add "expAll = 1" to each of your TMENUs [1]. -- Christopher Torgalson http://www.typo3apprentice.com/ [1] http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/7/ From a.stoutjesdijk at chello.nl Fri Aug 31 00:11:35 2007 From: a.stoutjesdijk at chello.nl (Edwin Blokker) Date: Fri, 31 Aug 2007 00:11:35 +0200 Subject: [TYPO3] Changing default img parameters through TypoScript In-Reply-To: References: Message-ID: Thanks christopher, this works! tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgExt.altText did the job... Christopher Torgalson schreef: > Hi, > > On 8/29/07, Edwin Blokker wrote: >> Hi, >> >> I'm using an extension (different linklayout) which places images before >> my links. The images contain only a "title" parameter. Because it has no >> alt tag, the pages won't validate. I'm trying to figure out if there is >> a way to make Typo3 add an alt="" parameter in images by default, if >> there is no alt tag set manually. >> >> Also, I don't know where the title="" parameter within images comes >> from, I'd like control over that too.. >> >> Any suggestions? I tried the typoscript object browser but I can't seem >> to find the right configurations... > > > It depends whether or not the extension actually USES typoscript to > produce the images and/or links in the first place. If it does, you > should be able to find something in the TSOB, but it it doesn't, > you'll be stuck with hacking the php code. > > Actually, I just had a look at the TS [1] and the PHP [2]. Try this: > > > tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgMailto.altText > = foo > > tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgExt.altText > = bar > > tt_content.text.20.parseFunc.tags.link.typolink.userFunc.linkImgInt.altText > = foobar > > > ...it looks as though linkImgMailto. is used in the creation of an > IMAGE cObject within the PHP code, so it ought to work. For that > matter, it also looks like the whole extension could be done with TS > and no userFunc--admittedly, the TS might be longer than the TS... > > > > > From robert.flach at webtooldeveloper.com Fri Aug 31 00:21:10 2007 From: robert.flach at webtooldeveloper.com (Robert Flach, Web Developer) Date: Thu, 30 Aug 2007 17:21:10 -0500 Subject: [TYPO3] Accessible menu with templavoila In-Reply-To: References: Message-ID: You are SO awesome. Yes, my problem was that the submenus were not being generated. Your solution fixed that. Thanks! Christopher Torgalson wrote: > I can't tell from your message: what problem are you having? Is it > that your subpages do not show? If so, add "expAll = 1" to each of > your TMENUs [1]. > From leroypushpins at gmail.com Fri Aug 31 01:15:46 2007 From: leroypushpins at gmail.com (leroy pushpins) Date: Thu, 30 Aug 2007 16:15:46 -0700 Subject: [TYPO3] Direct Mail Question In-Reply-To: References: Message-ID: In the Direct Mail module configuration, we've tried changing this to "8bit" as well as "quoted-printable". Still doesn't get past hotmail. On 8/30/07, Olivier Dobberkau wrote: > > leroy pushpins schrieb: > > Has anyone had problems with Direct Mail sending newsletters to Hotmail > > accounts? I'm finding that Hotmail seems to have a particularly > sensative > > spam blocker. The newsletters we send to hotmail accounts go directly to > the > > trash. Any way around it? > > how do send it? as base64 html mail? if so try to change the encoding. > > Olivier > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From xoonsji02 at sneakemail.com Fri Aug 31 01:37:10 2007 From: xoonsji02 at sneakemail.com (Bernd Wilke) Date: Fri, 31 Aug 2007 01:37:10 +0200 Subject: [TYPO3] Typo3 Xajax 30 Seconds Warning References: Message-ID: On Mon, 27 Aug 2007 11:11:40 +0300, Sancar Saran wrote with subject "[TYPO3] Typo3 Xajax 30 Seconds Warning": > Hello there, > > I'm trying to convert our modules to typo3. One of them uses xajax. Typo3 has > xajax too. We able to convert and one thing we did not resolved. > > When you cilick to navigation buttons more than once xajax returs 30 seconds > warning. > > What I do wrong ? maybe nothing - maybe all > How can I rid this message 1) get a faster computer ;-) 2) enter a longer time in firefox-configuration: about:config find key: 'dom.max_script_run_time' enter a bigger value than 30 3) try to evaluate where the timeconsuming part of your script is and optimize Bernd -- Don't ask what the TYPO3-community can do for you. Ask what you can do for the TYPO3-community. http://www.pi-phi.de/t3v4/cheatsheet.html From mjlhuggett at gmail.com Fri Aug 31 02:54:23 2007 From: mjlhuggett at gmail.com (Matthew Huggett) Date: Fri, 31 Aug 2007 09:54:23 +0900 Subject: [TYPO3] Multilanguage navigation and language menu work but content doesn't change In-Reply-To: References: Message-ID: Dmitry, Francois, Thank you very much for the guidance. It is now fixed. The following lines were in fact missing: config.sys_language_overlay = 1 config.sys_language_mode = content_fallback Dmitry, thanks for the pointer to the Frontend Localization Guide. Matthew On 8/30/07, Francois Suter wrote: > Hi, > > > Here are the relevant bits of my template: > > page = PAGE > > page.typeNum = 0 > > [...snip...] > > config.language = en > > config.locale_all = english > > [GLOBAL] > > If your TS snippet is to be believed, you have actually forgotten to > tell TYPO3 how it should handle translations by setting config. > sys_language_overlay and config. sys_language_mode. Typical values are: > > config.sys_language_overlay = 1 > config.sys_language_mode = content_fallback > > Pleaser refer to the TSRef [1] for more details on these properties. > > HTH > > Fran?ois Suter > Directeur technique > ------------------------------------------------------------------------ > ------------------------------------------------------------- > Cobweb Development S?rl > www.cobweb.ch > ------------------------------------------------------------------------ > ------------------------------------------------------------- > > [1] http://typo3.org/documentation/document-library/references/ > doc_core_tsref/4.1.0/view/7/3/ > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > From typo3 at rvt.dds.nl Fri Aug 31 03:07:20 2007 From: typo3 at rvt.dds.nl (ries van Twisk) Date: Thu, 30 Aug 2007 20:07:20 -0500 Subject: [TYPO3] Typo3 Xajax 30 Seconds Warning In-Reply-To: References: Message-ID: If possible, use eID, if you render through the complete typo3 framework you will get these messages, I have seen them myself aswell. A faster computer for sure will help, however not under higher load again... Can it it cached? if so, try to make the xajax call cached (if possible, I don't know xajax at all). Just some thoughts... Ries On Aug 30, 2007, at 6:37 PM, Bernd Wilke wrote: > On Mon, 27 Aug 2007 11:11:40 +0300, Sancar Saran wrote > with subject "[TYPO3] Typo3 Xajax 30 Seconds Warning": > >> Hello there, >> >> I'm trying to convert our modules to typo3. One of them uses >> xajax. Typo3 has >> xajax too. We able to convert and one thing we did not resolved. >> >> When you cilick to navigation buttons more than once xajax returs >> 30 seconds >> warning. >> >> What I do wrong ? > > maybe nothing - maybe all > >> How can I rid this message > > 1) get a faster computer ;-) > 2) enter a longer time in firefox-configuration: > about:config > find key: 'dom.max_script_run_time' > enter a bigger value than 30 > 3) try to evaluate where the timeconsuming part of your script is and > optimize > > > Bernd > -- > Don't ask what the TYPO3-community can do for you. > Ask what you can do for the TYPO3-community. > > http://www.pi-phi.de/t3v4/cheatsheet.html > _______________________________________________ > TYPO3-english mailing list > TYPO3-english at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english From Nagita.k at gmail.com Fri Aug 31 06:31:59 2007 From: Nagita.k at gmail.com (Nagita Karunaratne) Date: Thu, 30 Aug 2007 21:31:59 -0700 Subject: [TYPO3] increase import file size Message-ID: Hi, I exported a site from one server and would like to import it into another. The compressed t3d file is almost 10 MB and the import server will not accept this larger file size. Is there a way to increase the import file size? thanks, Nagita From nightowl at galnet.dk Fri Aug 31 08:52:45 2007 From: nightowl at galnet.dk (Brian Bendtsen) Date: Fri, 31 Aug 2007 08:52:45 +0200 Subject: [TYPO3] problem with domain records In-Reply-To: References: Message-ID: Dmitry Dulepov [typo3] skrev: > Brian Bendtsen wrote: >> Dmitry Dulepov [typo3] skrev: >>> Brian Bendtsen wrote: >>>> Links look like this: >>>> menu item >>> >>> And page with uid=14 is of type "External URL"? >>> >> Yes it is. > > Did you enter external URLs properly? I.e. "http://sub.domain.com/" and > not just "sub.domain.com". > Hi Your not suppose to add http:// in front of the url since you have already chosen this in the type field. If I enter http://sub.domain.com I will be sent to http://http//sub.domain.com /BB From xatucans at gmail.com Fri Aug 31 08:55:35 2007 From: xatucans at gmail.com (Xatucans) Date: Fri, 31 Aug 2007 08:55:35 +0200 Subject: [TYPO3] Combobox List menu ion tt_news Message-ID: Hi everybody, I'm trying to display the List mode of my tt_news as a combobox. I've changed the List template and I've put all the titles of my tt_news in a combobox, [...]