Re: [TYPO3] disable all columns in PAGE module view?

2007-08-13 Thread Tapio Markula
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.SH

Re: [TYPO3] real url - multiple domains

2007-08-13 Thread Erik Svendsen
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

Re: [TYPO3] disable all columns in PAGE module view?

2007-08-13 Thread Georg Ringer
tried mod.SHARED.colPos_list = 99 ? georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Bug report extension

2007-08-13 Thread Jeppe Donslund
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. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

[TYPO3] missing fields after update

2007-08-13 Thread Bernd Wilke
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

Re: [TYPO3] Embedding Youtube video into RTE

2007-08-13 Thread Martin van der Linden
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 ev

Re: [TYPO3] menu background

2007-08-13 Thread Tomas Mrozek
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.

Re: [TYPO3] 404 when I want to edit plugin content

2007-08-13 Thread Pawe� Stanis�awczuk
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" <[EMAIL PROTECTED]> napisa³ w wiadomo¶ci n

Re: [TYPO3] 404 when I want to edit plugin content

2007-08-13 Thread Martin Mifsud
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? Datab

[TYPO3] bddb_flvvideogallery : "The Incoming xajax dat could not converted from utf-8...

2007-08-13 Thread nabil cha
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.."

Re: [TYPO3] disable all columns in PAGE module view?

2007-08-13 Thread Andrew Davis
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

Re: [TYPO3] disable all columns in PAGE module view?

2007-08-13 Thread Tapio Markula
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 s

[TYPO3] tt_products and General trading conditions (AGB)

2007-08-13 Thread Aji Johannes
Hello List, any idea how General trading conditions (AGB) inside shop is work?? it is not working for me?? regards Aji ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-engl

[TYPO3] webmount not working!!

2007-08-13 Thread John Kavanagh
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 maili

Re: [TYPO3] webmount not working!!

2007-08-13 Thread ries van Twisk
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 mat

[TYPO3] rel="no follow"

2007-08-13 Thread John Kavanagh
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 b

Re: [TYPO3] CoolUri with hidden pages

2007-08-13 Thread Jacob Rasmussen
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 s

Re: [TYPO3] menu background

2007-08-13 Thread Andrius Kalasinskas
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 = class="menu_innerwrap">| > subparts.LEFTNAV.entryLevel = 0 > subparts.LEFTNAV.1 = TMENU > subpart

Re: [TYPO3] webmount not working!!

2007-08-13 Thread Loek Hilgersom
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 n

Re: [TYPO3] webmount not working!!

2007-08-13 Thread ries van Twisk
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

Re: [TYPO3] CoolUri with hidden pages

2007-08-13 Thread Patrick Braun
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 '