Re: [TYPO3] Running TYPO3 on Quercus works partly as of now.

2007-12-14 Thread ries van Twisk
FYI, the BE works now. Which was basicly a memory limit I had to set. But it looks like that content elements within TV are not rendered properly. This might be an XML issue because I had problems this this before. Ries On Dec 14, 2007, at 10:05 PM, ries van Twisk wrote: > Hey Guys, > > today

[TYPO3] Running TYPO3 on Quercus works partly as of now.

2007-12-14 Thread ries van Twisk
Hey Guys, today I have been playing around with running TYPO3 on quercus and I had some success with it, although it doesn't run perfectly yet. Did anybody else try this? If so, what are your successes? Here is a working example of it : http://www.vantwisk.nl/rvantwisk/ The above site is runn

Re: [TYPO3] anchor tags

2007-12-14 Thread JoH asenau
>> I just tested the TS I sent you to double-check, and it works just as >> intended. The *only* thing that could make that TS fail is if somehow >> there is no value for the 'field:uid' bit--but even then, the thing >> is an ordinary HTML cObject, so you should still see the text--which >> is what

Re: [TYPO3] Typo3 Hit Statistics

2007-12-14 Thread bstone
This issue is closed. I figured out the difference is Typo3 logs the date/time as GMT and my date range needed to be adjusted. Thanks Dmitry for your assistance. Thanks, Brian Stone ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

[TYPO3] CONTENT - remove all CSS styles inside

2007-12-14 Thread Karol Martinka
Hello, I've written this code : subparts.CONTENT_STORY_IMAGE = CONTENT subparts.CONTENT_STORY_IMAGE { table = tt_content select.orderBy = sorting select.where = ((colPos=0) and (CType='image')) } It is intended for a page, where on the beginning should be a image, which has to be placed as a con

Re: [TYPO3] coding typolinks, was RE: Complicated documentation? No reference guide? Doyouknow any good documentation?

2007-12-14 Thread Cate & Peter
Hi Christopher > You need to debug what you've already got--both of the two TS samples I > posted to your thread on the subject were samples taken more or less > directly from live sites where they do exactly what you're attempting to > do. If they don't work, then it's likely something is messed

Re: [TYPO3] Typo3 Hit Statistics

2007-12-14 Thread bstone
That is what I thought... However, page ID 455 shows 29/7 for hits and the sys_stat table shows 39 records for this page for the date of 12/14/2007. I notice differences on all pages where there are more records in the sys_stat table than reported in Typo3 as hits. Is this normal? If so, what

[TYPO3] possible to disable sv_login_redirect on a per page basis?

2007-12-14 Thread Andrew Davis
I am using sv_login_redirect, and it works great. But on one page I dont want to redirect at all. Is there any way I can make this not happen. thanks in advance for any assistance. Andrew Davis -- I'm using an evaluation license of nemo since 60 days. You should really try it! http://www.malcom

Re: [TYPO3] Rootline weird behavior?

2007-12-14 Thread Karol Martinka
Hello, again - self answer - it was my mistake - I had "Rootlevel" tag set on the 2nd template (used in Products page) Karol "Karol Martinka" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I have a problem - in the "rootline" menu, I can't see the 'titlepage' > (the m

[TYPO3] Rootline weird behavior?

2007-12-14 Thread Karol Martinka
Hello, I have a problem - in the "rootline" menu, I can't see the 'titlepage' (the main homepage), which has different template.. Is this normal behavior ? The structure is like : Home > Products > Product A (Home has different template than Products and Product A) The menu shows only : Prod

Re: [TYPO3] veguestbook - userinfo is not saved

2007-12-14 Thread Dmitry Dulepov [typo3]
Dmitry Dulepov [typo3] wrote: > I have experimental extension. It was not public till now because not > tested for all possible cases. But I put it to TER as "experimental" > (may takes some hours to appear). Name is "ve_guestbook to comments" and > extension key is "vegb2cmnt". > > It will cre

Re: [TYPO3] veguestbook - userinfo is not saved

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Brian Bendtsen wrote: > Thanks, is the import messages from veguestbook done? I have experimental extension. It was not public till now because not tested for all possible cases. But I put it to TER as "experimental" (may takes some hours to appear). Name is "ve_guestbook to comments" and e

Re: [TYPO3] RealURL / URL Tool - 404 page

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Lamb, Brian wrote: > I added the following to the localconf.php file: > > $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; > > However, this did not display any errors and again just resulted in a > blank white screen. Hm-m-m... Then it will be much harder to find the reason. -- Dmitry Du

Re: [TYPO3] veguestbook - userinfo is not saved

2007-12-14 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Hi! > > Brian Bendtsen wrote: >> Im using the veguestbook as a commenting system for front end users >> >> The problem is that every third or so submission is sent without the >> user information, so its not possible to see who made the comment. >> >> Any ideas? >

Re: [TYPO3] How to write TYPOLINK without the wrap ??

2007-12-14 Thread Karol Martinka
Ahh, found. sorry. You have to add "returnLast = url" parameter to Typolink. However, while the template is parsed, the "prefix" as "fileadmin/... " is kept :( Do you maybe know, how to override it? Is it possible? Thanks Karol "Karol Martinka" <[EMAIL PROTECTED]> wrote in message news:[EMAIL P

Re: [TYPO3] How to write TYPOLINK without the wrap ??

2007-12-14 Thread Bartosz Aninowski
> marks.MAIN_LINK = TEXT > marks.MAIN_LINK.typolink{ > parameter={$konstanty.mainpageID} > } > > How to pass only the link, not the whole LINK = TEXT LINK.typolink.parameter = X LINK.typolink.returnLast = url ___ TYPO3-english mailing list TYPO3-engl

[TYPO3] How to write TYPOLINK without the wrap ??

2007-12-14 Thread Karol Martinka
Hello, I would like to substitue in HTML template the text with LINK. How to achieve this? Template : Blabla Typoscript (wrong) : marks.MAIN_LINK = TEXT marks.MAIN_LINK.typolink{ parameter={$konstanty.mainpageID} } How to pass only the link, not the whole http://lists.netfielders.de/cgi-bin/

Re: [TYPO3] tt_news - AMENU

2007-12-14 Thread Lamb, Brian
I managed to get it worked out. I used your TypoScript and made a few other changes and it works as expected. Now, the links that are generated look like: "2007: 23 items". Is it possible to either a) Change the display to be "2007" or b) Wrap the tag around the entire link. Currently, it is o

Re: [TYPO3] veguestbook - userinfo is not saved

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Brian Bendtsen wrote: > Im using the veguestbook as a commenting system for front end users > > The problem is that every third or so submission is sent without the > user information, so its not possible to see who made the comment. > > Any ideas? Not an idea but recommendation: switch to

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Karol Martinka wrote: > I'm a programmer (mostly C++ & Delphi), I do understand object-oriented > concepts, but Typoscript was harder to understand from the doc's as > Smalltalk is ;-).. One thing that you must know is that TS is not a programming but a configuration language. It is not ex

Re: [TYPO3] RealURL / URL Tool - 404 page

2007-12-14 Thread Lamb, Brian
I added the following to the localconf.php file: $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; However, this did not display any errors and again just resulted in a blank white screen. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Dulepov [ty

Re: [TYPO3] coding typolinks, was RE: Complicated documentation? No reference guide? Doyouknow any good documentation?

2007-12-14 Thread Christopher Torgalson
Cate & Peter wrote: > I am actually looking for typolinks to use with anchor text, and all mapped > in TV. :) to be used on every page of my site, but dynamically generated of > course, to produce the appropriate link. You need to debug what you've already got--both of the two TS samples I

[TYPO3] [TYPO3-dev] Announcing TYPO3 4.1.5 - "hotfix edition"

2007-12-14 Thread Ingmar Schlecht
Dear TYPO3 users, TYPO3 version 4.1.5 is ready for download. It's a hotfix release of the 4.1 branch and only contains one critical fix to a bug introduced in TYPO3 4.1.4 which caused language strings in languages other then the default one to not be used any more under certain circumstances. For

[TYPO3] coding typolinks, was RE: Complicated documentation? No reference guide? Doyouknow any good documentation?

2007-12-14 Thread Cate & Peter
Hi Karol > Try THIS : > > subparts.FOOTER_TEXT23 = TEXT > subparts.FOOTER_TEXT23 { > typolink.parameter={$konstanty.contactID} > wrap = {$konstanty.footertext2} | {$konstanty.footertext3} > I shall keep that in the "I know someone posted something on that" file :) I am actuall

Re: [TYPO3] TYPO3, 64bit, Sybase

2007-12-14 Thread Stephen Bungert
When I've installed the adodb extension installed and tried to install the DBAL extension. I get the following error: ERROR: Query could not be parsed: "SQL engine parse ERROR: Field type unknown in parseFieldDef()!: near "I8 unsigned NOTNULL NOQUOTE "". Query: "ALTER TABLE tx_dbal_debuglog CHANGE

Re: [TYPO3] indexed_search: FULLTEXT

2007-12-14 Thread Peter Russ
--- Original Nachricht --- Absender: Vahan Amirbekyan Datum: 14.12.2007 09:52: > folks, > I cannot understand what else should I do to enable fulltext search. I am > using indexed_search v2.10 that comes with v4.1.1 t3 > 1. i changes engine types for index_fulltext and index_words to MyISAM

Re: [TYPO3] TYPO3, 64bit, Sybase

2007-12-14 Thread ries van Twisk
Not really, PHP and MySQL are fairly transparent to the OS. I run several sites on a 64bits machine without a single problem. I think Dmitry will tell you the same. Ries On Dec 14, 2007, at 5:27 AM, Stephen Bungert wrote: > Do you need to do anything special to get TYPO3 working with 64bit >

Re: [TYPO3] Complicated documentation? No reference guide? Do youknow any good documentation?

2007-12-14 Thread Karol Martinka
Try THIS : subparts.FOOTER_TEXT23 = TEXT subparts.FOOTER_TEXT23 { typolink.parameter={$konstanty.contactID} wrap = {$konstanty.footertext2} | {$konstanty.footertext3} Explanation : {$konstanty.contactID} - the ID of the page you would like to link to .. (you can replace it by ID number.. I'v

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Cate & Peter
Hey Dmitry > It is very nteresting to know how TSRef looks from beginner's view. Can you make > some examples of what exactly is hard to understand? > > I think one thing, which is hard for us (developers) to catch, is what others find > unclear. Examples would really help us improve. > Mmmm ...

[TYPO3] [TYPO3-dev] Problems with a deprecated php function

2007-12-14 Thread Ivan Gomez Rodriguez
I'm trying to use exceptions in my extensions for several reasons and uncaugth exceptions have a bad behaviour, generating blank pages instead normal fatal error message. I think this problem is derived from use of deprecated function call_user_method in class.tslib_content.php Following code

Re: [TYPO3] is there any free typo3 powered webhosting ?

2007-12-14 Thread Peter Klein
Hi J? Try checking the links on the Wiki.. http://wiki.typo3.org/index.php/Hosting -- Peter Klein/Umloud Untd "J.Bakshi" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Dear all, > > Presently I have my personal site at www.50webs.com > I have opted the free hosting plan and

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Karol Martinka
Hello Dimitry, thanks for the tip, I've already read those :)). The first think (two weeks ago), what i've made was to read them briefly to understand the concept (as I usually do for new systems) ... I'm a programmer (mostly C++ & Delphi), I do understand object-oriented concepts, but Typoscri

Re: [TYPO3] indexed search "indexing configuration"

2007-12-14 Thread Andreas Wagner
James Knuckey wrote: > On Fri, 14 Dec 2007 12:59:53 +1300, Andreas Wagner > <[EMAIL PROTECTED]> wrote: >> >> Add the tags and to the >> source code around the content area of your site to get search hits for >> your content elements but not menus etc. >> > > thanks for that. I've added this to

[TYPO3] veguestbook - userinfo is not saved

2007-12-14 Thread Brian Bendtsen
Hi Im using the veguestbook as a commenting system for front end users The problem is that every third or so submission is sent without the user information, so its not possible to see who made the comment. Any ideas? /Brian ___ TYPO3-english mailing

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Cate & Peter
Hi Christopher > Well, I never claimed it was for total beginners, but honestly, I don't > think it's over the head of anyone who's successfully used > TYPO3/typoscript/html/css to build one or more sites. :) I meant no offense .. but to give you an idea, I have been using Typo3 for 2 years to bu

Re: [TYPO3] TYPO3, 64bit, Sybase

2007-12-14 Thread Stephen Bungert
Do you need to do anything special to get TYPO3 working with 64bit servers? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Dmitry Dulepov [typo3] Gesendet: Donnerstag, 13. Dezember 2007 14:04 An: typo3-english@lists.netfielders.de Betreff: Re: [TY

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread James Knuckey
On Fri, 14 Dec 2007 22:30:30 +1300, Martin S <[EMAIL PROTECTED]> wrote: > > That's exactly what I've discovered. To learn Typo3 through documentation > you need to know Typo3 already... > > When people are new to a system (any system) they may expect > documentation > to address their level of un

Re: [TYPO3] icons in filelinks

2007-12-14 Thread James Knuckey
> James Knuckey wrote: >> >> >> On Thu, 13 Dec 2007 00:59:07 +1300, Kuldev Singh <[EMAIL PROTECTED]> >> wrote: >> >>> Hi all >>> >>> how we can change default icon in filelinks with official icons ?. >>> >>> thanks >>> >>> regards >>> Kuldev >> >> add this to tsconfig: >> >> RTE.classesAnchor.do

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Martin S
2007/12/14, Christopher Torgalson <[EMAIL PROTECTED]>: > > Cate & Peter wrote: > > > > > TSRef is handy ... but only if you have a starting point, when you are > > learning. I usually try to find some code that nearly does what I want, > and > > look to see how to tweak it. > > > > And Christopher

Re: [TYPO3] searching for a good tutorial on tt_news

2007-12-14 Thread James Knuckey
> >>> Have you set the General Records Storage Folder parameter so that news >>> plugin knows where the categories are? >>> >> >> Are you talking abt "startingpoint" ? if so then, yes I have set it as >> "Archive" as it is my storage sys folder > > Starting point and General Records Storage (GRS) a

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Cate & Peter wrote: > I had a look at it ... but honestly, for me, it went straight over the top. > All the jargon that I don't understand in the TSRef is all there in the > article, and so I still don't understand it. I think maybe you are a 4th > year apprentice and ready to become a tradesm

Re: [TYPO3] is there any free typo3 powered webhosting ?

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! J.Bakshi wrote: > Presently I have my personal site at www.50webs.com > I have opted the free hosting plan and it has benn working since 2005. > Is there any typo3 powered free hosting plan available ? Running enterprise-level cms on a free hosting is a.. fun idea :) -- Dmitry Dulepov TYPO3

Re: [TYPO3] indexed_search: FULLTEXT

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Vahan Amirbekyan wrote: > I cannot understand what else should I do to enable fulltext search. I am > using indexed_search v2.10 that comes with v4.1.1 t3 > 1. i changes engine types for index_fulltext and index_words to MyISAM > 2. i created fulltext indexes on index_fulltext(fulltext) and >

Re: [TYPO3] Typo3 Hit Statistics

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! [EMAIL PROTECTED] wrote: > I view hit statistics by clicking on "Info" and the page within the typo3 > admin web site. What typo3 table stores the hit statistics? If I need to > provide more information to have this question answered, please let me > know... sys_stat -- Dmitry Dulepov TYP

Re: [TYPO3] RealURL / URL Tool - 404 page

2007-12-14 Thread Dmitry Dulepov [typo3]
Hi! Lamb, Brian wrote: > I have 2 different web servers running Typo3. On the first server, > whenever I try to go to a page that doesn't exist, it correctly > redirects to the page specified by Url Tool. I copied over Typo3 to the > new server and it works correctly. I updated the 404 link to ref

Re: [TYPO3] Complicated documentation? No reference guide? Do you know any good documentation?

2007-12-14 Thread Christopher Torgalson
Cate & Peter wrote: > TSRef is handy ... but only if you have a starting point, when you are > learning. I usually try to find some code that nearly does what I want, and > look to see how to tweak it. > > And Christopher, regarding your article... > >> For this reason, I wrote the following a

[TYPO3] indexed_search: FULLTEXT

2007-12-14 Thread Vahan Amirbekyan
folks, I cannot understand what else should I do to enable fulltext search. I am using indexed_search v2.10 that comes with v4.1.1 t3 1. i changes engine types for index_fulltext and index_words to MyISAM 2. i created fulltext indexes on index_fulltext(fulltext) and index_words(baseword) what else

Re: [TYPO3] anchor tags

2007-12-14 Thread Christopher Torgalson
Hi, Cate & Peter wrote: > Hi Christopher > >> I just tested the TS I sent you to double-check, and it works just as >> intended. The *only* thing that could make that TS fail is if somehow >> there is no value for the 'field:uid' bit--but even then, the thing is >> an ordinary HTML cObject, so yo

[TYPO3] Website with many subsites

2007-12-14 Thread Matyi Gábor
Hi! I plan a website with typo3, where there is a main site and many subsite. The main site belongs to the owner of the website he will edit the content on it. Registered user could get subsite, those content will edit the user. The whole system is similar than a blog site. User can edit his su