Re: [TYPO3] frames and forms

2008-06-30 Thread PEF
t = page content.typeNum = 1 ... In my case the type must be set to 1 to write to the content frame. /Peter PEF skrev: > Hi, > > I'm having some problems when submitting a form from a site using > frames. The whole frameset is re-loaded instead of just the content of > sin

[TYPO3] frames and forms

2008-06-27 Thread PEF
Hi, I'm having some problems when submitting a form from a site using frames. The whole frameset is re-loaded instead of just the content of single frame. In short my code look like this: function storesCountry(id, obj, lang) { if(obj.selectedIndex > 0) { var fm; fm = obj

Re: [TYPO3] ts-conf when extending class.tslib_content.php

2008-06-24 Thread PEF
search?hl=de&q=disableimgborderattr ? > > Cheers Ralf > > > PEF schrieb: >> Hi, >> >> I've made an extension of class.tslib_content.php for the purpose of >> ommitting the border-param from IMG-tags. To control wheater to ommit >> this para

[TYPO3] ts-conf when extending class.tslib_content.php

2008-06-23 Thread PEF
Hi, I've made an extension of class.tslib_content.php for the purpose of ommitting the border-param from IMG-tags. To control wheater to ommit this param or not I've added some code to ext_typoscript_constants.txt and _setup.txt and even added som TCA-code to control the feature from within th

Re: [TYPO3] CoolUri - relative references

2008-06-17 Thread PEF
son skrev: > Hi, > > On Tue, Jun 17, 2008 at 4:32 PM, PEF <[EMAIL PROTECTED]> wrote: >> Hi again, >> >> It a (simple) prefix problem. If I prefix the html template file >> references with a slash, the problem is solved. >> >> /fileadmin/css/typo3.css

Re: [TYPO3] CoolUri - relative references

2008-06-17 Thread PEF
e who knows how to prefix these? /Peter PEF skrev: > Hi, > > Still having a bit of trouble with CoolUri. This time, all the relative > references in the html template - i.e. fileadmin/css/typo.css - is > referenced relative to the actual url: > > - http://www.mydoman.dk

Re: [TYPO3] CoolUri - relative references

2008-06-17 Thread PEF
Yep, my ts config look like this: config.baseUrl = http://mydomain.dk/ config.prefixLocalAnchors = all config.redirectOldLinksToNew = 1 config.simulateStaticDocuments = 0 config.tx_cooluri_enable = 1 But for some reason, the base url isn't written in the html header. The url's generated by CoolU

[TYPO3] CoolUri - relative references

2008-06-16 Thread PEF
Hi, Still having a bit of trouble with CoolUri. This time, all the relative references in the html template - i.e. fileadmin/css/typo.css - is referenced relative to the actual url: - http://www.mydoman.dk/my-subpage/my-sub-subpage/fileadmin/css/typo3.css instead of - http://www.mydoman.dk/fi

Re: [TYPO3] Cooluri - page not found 404

2008-06-16 Thread PEF
Thanks for Your answers. I discovered, that I forgot to allow re-writing in my vhost setup - my mistake. Once again thanks. Regards Peter PEF skrev: > Hi, > > I've installed CoolUri v. 1.0.14, but when ever I call a page I got a > "Page not found 404". > >

[TYPO3] Cooluri - page not found 404

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

[TYPO3] Ommit empty headers when printing

2008-05-04 Thread PEF
Hi, When printing a page, I want to omit the h1-tag wrapped around the header, if the header is empty. I've tried to do it by adding some lines to the typoscript in the fce-ds - but without success. I've tried something like this... ... but as You can see, I need something to test,

[TYPO3] NewLoginBox and FormMail

2008-02-09 Thread PEF
Hey, I have some trouble making NewLoginBox and FormMail behave like I want it to: - how do I make NewLoginBox send mails in text/html instead of text/plain - how do I change the header in FormMail, so that the standard mailserver header is replaced by the customers name and mailaddress? I've tr

[TYPO3] session vars - ses and user

2008-01-26 Thread PEF
Hi, I want to change my session vars from 'ses' to 'user'. Something tells me, that I can't use "$GLOBALS["TSFE"]->fe_user->sesData" with session vars of type 'user'. Do I have to use getKey instead of sesData? The reason I ask is that data don't behave as expected, when changing the session

[TYPO3] connecting to a foreign database

2007-12-20 Thread PEF
Hi, I'm working on an extension where I have to get some data from a MSSQL database. For that purpose I've created a class much similar to the DB class used by Typo3. What I would like to do is to: - define a variable $GLOBAL['MSSQL_DB'] to hold my connection to the database - include my mssql

Re: [TYPO3] Indexed Search and Crawler

2007-11-06 Thread PEF
Problem solved - caused by the firewall. /Peter PEF skrev: > Hi, > > I want to index foreign domains/url's, but the result is so so. > > I've made an Index Configuration which I've placed on a page with the > attribute "not in menu". > > When

Re: [TYPO3] Indexed Search on two or more domains

2007-11-06 Thread PEF
Thanks. /Peter Francois Suter skrev: > Hi, > >> Is it in anyway possible to index pages on foreign domains for Indexed >> Search? >> >> Say you have two domains on two different servers each containing a >> Typo3 installation and want to search both domains om each installation. >> Can this be

[TYPO3] Indexed Search and Crawler

2007-11-06 Thread PEF
Hi, I want to index foreign domains/url's, but the result is so so. I've made an Index Configuration which I've placed on a page with the attribute "not in menu". When manually executing the cli from the back-end, the results differ. Sometimes all the pages on the foreign url is indexed and so

[TYPO3] Indexed Search on two or more domains

2007-10-31 Thread PEF
Hi, Is it in anyway possible to index pages on foreign domains for Indexed Search? Say you have two domains on two different servers each containing a Typo3 installation and want to search both domains om each installation. Can this be done? Regards Peter Falk __

[TYPO3] UpdateForm - a part is missing

2007-10-16 Thread PEF
At one of my sites there's missing a part of the updateForm javascript part, and I can't figure out why? This is the part missing: updateForm('tt_address_form','FE[tt_address][module_sys_dmail_category]','1') updateForm('tt_address_form','FE[tt_address][module_sys_dmail_html]','1') updateForm('t

[TYPO3] extra php-file in extension

2007-08-24 Thread PEF
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

[TYPO3] Online auction

2007-08-16 Thread PEF
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 ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfiel

[TYPO3] Sitemap with spacers

2007-08-11 Thread PEF
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 an

Re: [TYPO3] Root page in sitemap

2007-08-10 Thread PEF
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 >>

Re: [TYPO3] Root page in sitemap

2007-08-10 Thread PEF
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 = di

[TYPO3] Root page in sitemap

2007-08-10 Thread PEF
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.f

Re: [TYPO3] real url - multiple domains

2007-07-12 Thread PEF
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

Re: [TYPO3] real url - multiple domains

2007-07-12 Thread PEF
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 /Peter Dmitry Dulepov skrev: > Hi! >

Re: [TYPO3] real url - multiple domains

2007-07-12 Thread PEF
o luck: $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array ( '_DEFAULT' => array( 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.

Re: [TYPO3] real url - multiple domains

2007-07-10 Thread PEF
Developer from CoolUri) > gives you a great support. > > http://docs.google.com/View?docid=dd33gg45_3f8j96p > http://download.bednarik.org/URITransformer.pdf starting from page 19 it > is very interesting > > Andi > > > 2007/7/10, PEF <[EMAIL PROTECTED]>

[TYPO3] real url - multiple domains

2007-07-10 Thread PEF
Hi, I'm having trouble with real url on multiple domains. When using info->speaking url management->ID-to-path mapping I'll get a list of mapped urls for both domains - depending on the root-page. In the front-end only one of the domains works as expected (rootpage_id = 1), the other one fails

Re: [TYPO3] REALURL multi-domain config with segments

2007-07-09 Thread PEF
Had a similar problem and added: 'firstHitPathCache' => 1 to the pagePath section Regards Peter Falk Paul Hassinger skrev: > Currently, I am having issues in setting up Realurl with multiple > domains. > > I will call main site: www.abc.com and subsites: www.abc.com/entity1 or > www.abc.com

[TYPO3] Indexed search - displaying search rules

2007-07-05 Thread PEF
Hi, I have a problem when writing the Indexed Search rule on the screen. The rule goes like this: rules_text ( If you want help [ click here ] ) Instead og displaying the link, the text is displayed: If you want help [ click here ] How can I make Typo3 parse the link? Regards Peter

Re: [TYPO3] flexform fe-users

2007-06-28 Thread PEF
Sorry - fields added by direct_mail extension. /Peter PEF skrev: > The field in question is added by Direct Mail Subscription. > "module_sys_dmail_category" is the field I want to be able to edit in > the back-end. > > /Peter > > > Harald Amelung skrev: >

Re: [TYPO3] flexform fe-users

2007-06-27 Thread PEF
The field in question is added by Direct Mail Subscription. "module_sys_dmail_category" is the field I want to be able to edit in the back-end. /Peter Harald Amelung skrev: > Hi PEF, > > PEF schrieb: >> I've added some extra field to the fe_users table. I want t

[TYPO3] flexform fe-users

2007-06-27 Thread PEF
Hi, I've added some extra field to the fe_users table. I want them to show in flexform in the back-end. Is it possible to extend the flexform that comes with the fe_users-plugin - and where does that plugin resides? Regards Peter Falk ___ TYPO3-engli

Re: [TYPO3] tt_news - slow update

2007-06-25 Thread PEF
Thanks - I'll try that. /Peter James Hagist skrev: > Peter, > > I have had this problem with IE before. It doesn't happen all the time. > Make sure you clear the temp files and then refresh. If that doesn't work > you might want to try the typo3.projects.tt-news group. That is where the >

[TYPO3] tt_news - slow update

2007-06-22 Thread PEF
Hi, I have a problem with the update of news in the front-end, when re-edited. Even though the fe-cache is cleared and ctrl-F5 is pressed, the front-end displays the old content. Is it a simple browser cache problem or does it (partly) relate to tt_news? FYI: tt_news is v. 2.4.0 Regards Peter

Re: [TYPO3] display header when title is empty

2007-06-15 Thread PEF
s more complex TS fiddling. > > 2. Browsers will set the height of the h1 to zero when the contents are > empty, so you'll have to set the height explicitly: > > .csc-firstHeader {background: url(...);height: 2em;} > > Hth, > Loek > > > PEF wrote: >>

[TYPO3] display header when title is empty

2007-06-15 Thread PEF
Hi, I've put a background-image in my csc-firstHeader and what to display this image even though the title field is empty. Tried to put an   in the title field with no luck and I've also tried to put a char 255 (typed from the numeric keyboard) - also with no luck. Anyone with a good idea to

[TYPO3] 3 column element w. graphic scrollbar

2007-06-12 Thread PEF
Hi, I need a three column "text w/image" element with a graphic scrollbar for the third column (damn the designer). What I want is opinions about the best way to handle this. I'm in this instant aware of two ways of doing it, but I don't know if they'll work in praxis: - put three div-tags in

Re: [TYPO3] hout and minutes in start and stop

2007-06-07 Thread PEF
Thanks Regards Peter Peter Klein skrev: > Hi Peter. > Install the plugin Date2Cal: > http://typo3.org/extensions/repository/view/date2cal/6.0.2/ > > Then your Start/Stop fields will be changed from date to datetime format. > ___ TYPO3-english mailing l

[TYPO3] hout and minutes in start and stop

2007-06-07 Thread PEF
Hi, Is it possible to change the setting for Start and Stop on pages and tt_content, that allow hours and minutes i.e. 10:30 29-06-2007 Regards Peter ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/

Re: [TYPO3] Adding H6 to the header layout selection

2007-06-07 Thread PEF
setup.txt file > > Andi > > 2007/6/7, PEF <[EMAIL PROTECTED]>: >> >> Hey, >> >> If possible I want to add a "Layout 6" to the selection box for Header >> Type. I think I've seen an example that describes how-to-do-it, but >>

[TYPO3] Adding H6 to the header layout selection

2007-06-07 Thread PEF
Hey, If possible I want to add a "Layout 6" to the selection box for Header Type. I think I've seen an example that describes how-to-do-it, but maybe it's just wishful thinking. Is it possible and can anybody tell me how? Regards Peter Falk ___ TYPO3

Re: [TYPO3] Avoid caching

2007-05-11 Thread PEF
t; -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens PEF > Verzonden: vrijdag 11 mei 2007 14:09 > Aan: typo3-english@lists.netfielders.de > Onderwerp: [TYPO3] Avoid caching > > Hi, > > When users are logged in, there name and last log

[TYPO3] Avoid caching

2007-05-11 Thread PEF
Hi, When users are logged in, there name and last login is displayed in the top right corner. The problem is, that the pages are cached by typo3 and therefore displays the data from the first user who logged in since the last time, the FE-cache was cleared. Dispite of turning off the cache gen

[TYPO3] How do I add url-parameters to a breadcrumb menu

2007-04-17 Thread PEF
Hi, I need to add params from the url to a breadcrumb menu. Anyone who knows how? url: http://domain/index.php?id=10&wf=17&cat=1&no_cache=1 This must be added to the breadcrump-url: &wf=17&cat=1&no_cache=1 Regards Peter Falk ___ TYPO3-english mailing

[TYPO3] How do I handle two front-end groups?

2007-03-27 Thread PEF
I have an assignment, where I have to build a webpage for two front-end user groups. There's some rules to follow: - users must be able to access pages and content without any login - the first group access the pages from the inside of the firewall (lan ip) the other from the outside (wan ip) -