Re: [TYPO3] Achieve paging

2007-05-07 Thread Dmitry Dulepov
atul wrote: > I want to have paging option in typo3. So I created an FCE for tables. > So how paging can be achieved in typo3 so that I can use it displaying > same records in a page with paging, I mean 1 record on 1 page and second > record on the next page? This possible with combination of a

[TYPO3] Carriage return/Linefeed in a wrap?

2007-05-07 Thread Christoph Luehr
Hi List, i have s.th. like this in a TS menu code: NO { allWrap = | } .. and i'd like to have a \r\n in the generated html code after the closing - is there any way to achieve this? Thanks for any pointers in advance & kind regards, Christoph Luehr

Re: [TYPO3] Carriage return/Linefeed in a wrap?

2007-05-07 Thread Dmitry Dulepov
Christoph Luehr wrote: > i have s.th. like this in a TS menu code: > >NO { > allWrap = | >} > > .. and i'd like to have a \r\n in the generated html code after the > closing - is there any way to achieve this? > > Thanks for any pointers in advance & kind regards, Pointer: http:

Re: [TYPO3] Carriage return/Linefeed in a wrap?

2007-05-07 Thread Christoph Luehr
Hi Dmitry, thanks for the multiline hint .. seems like the way to go. - now i got stuck on a different issue :-) allWrap ( | ) does not work, as all whitespace are removed, i guess i have to use allWrap.noTrimWrap ( | | | ) but that results in a html source like this:

[TYPO3] rendering of documentation

2007-05-07 Thread Kevin Renskers
Hello, This weekend I've uploaded a new extension to the TER, with a manual and all. Now the manual has been rendered on typo3.org but I've noticed some weird things. The documentation is located here: http://typo3.org/documentation/document-library/extension-manuals/dmmjobcontrol/1.0.1/view/t

[TYPO3] DirectMail strip the CSS

2007-05-07 Thread Rocky Ou
Hey list, I'm using the direct_mail to send out the newsletter. I compiled the direct mail by creating a page which render the content of a normal page. When the mail client get the newsletter, the CSS files are striped off. You can look at the normal page at http://www.maxsource.net/~lacasade

Re: [TYPO3] DirectMail strip the CSS

2007-05-07 Thread otto
Rock, Are you using the newest outlook (2007) in any way? This really shakes up your mail since there are a lot of functions not supported, like background images and TD background images. If this is the case you have to redefine your template. Any way you will probably have to take notion of this

[TYPO3] Adding marker to tt_news

2007-05-07 Thread Brian Bendtsen
Hi I have added a new marker to my tt_news HTML template and would like to have it replaced with some content from a language file. I can edit the class.tx_ttnews.php and make the marker replacement but then it will get deleted if I update the tt_news plugin. So I looked in the tsref for a typ

Re: [TYPO3] Adding marker to tt_news

2007-05-07 Thread Dmitry Dulepov
Brian Bendtsen wrote: > Another problem is that I refer to the HTML template on several pages > thus the template.file becomes different values, like > uploads/tx_tnews/tt_news_normal_02.html etc. That's correct. TYPO3 copies the file each time when reference to it is created. This is not good a

Re: [TYPO3] DirectMail strip the CSS

2007-05-07 Thread Peter Klein
Hi Rocky. Please don't attach files to posts on the mailinglist. Read the mailinglist rules & guidelines. http://typo3.org/1438.0.html -- Peter Klein/Umloud Untd "Rocky Ou" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Hey list, > > I'm using the direct_mail to send out the

Re: [TYPO3] rendering of documentation

2007-05-07 Thread Chris Paige
I was looking at some other documentation last night which also included lots of extraneous "Extension Manuals" -- I'm guessing that maybe something changed in the rendering process. > As you can see there are a lot of "Extension Manuals" links, but they > are not in the manual.sxw file. Furth

Re: [TYPO3] CSS style in Table Properties in RTE

2007-05-07 Thread Jeppe Donslund
I need so much help to mske CSS-Styles work in table properties in RTEHtmlArea. I can't find the CSS-document where the styles are set. Regards, Jeppe Tyler Kraft skrev: > sorry - i was thinking you meant for the table content type. > > for the ret you need to make sure you have the classes

[TYPO3] Problem with RealUrl and Menu on 404 Error Pages

2007-05-07 Thread J.L. Reid
RealUrl has been configured and works nearly perfectly. After setting up 404 error handling I realized that the menus on the corresponding page isn't working... For example... I've set up a shortcut to my top-level "home" page but the link on the 404 error page produces an error, rather than r

[TYPO3] FE User registration and Extra Checkboxes

2007-05-07 Thread Aji Johannes
Hello List, could please help me, i want to add some Checkboxes(6 checkboxes) to the Fe User Registration and this new Field must be Required. i tried this: in ext_tables.php i add new array:type checkbox , this was ok and it was saved in DB but as integer Values. like 1, 17, 18. my problem i w

Re: [TYPO3] CSS style in Table Properties in RTE

2007-05-07 Thread Francois Suter
Hi, > I need so much help to mske CSS-Styles work in table properties in > RTEHtmlArea. > > I can't find the CSS-document where the styles are set. The styles are set in whatever file you define yourself using: RTE.default.contentCSS = pathname/my.css HTH François Suter Directeur technique ---

Re: [TYPO3] Problem with RealUrl and Menu on 404 Error Pages

2007-05-07 Thread Dmitry Dulepov
Hi! J.L. Reid wrote: > This page with its url and menu is typical of my site: > http://www.foofstyle.com/urban-sophisticate/floorpillows/thebigjoe.html > > Everything works fine here. > > But go to a "fake" page... > http://www.foofstyle.com/870wer/shop.html > > And the links in the menu here

Re: [TYPO3] CSS style in Table Properties in RTE

2007-05-07 Thread Jeppe Donslund
Hi Francois But how do I make more styles? Right now I have 3 styles. I would like to make more. Jeppe Francois Suter skrev: > Hi, > >> I need so much help to mske CSS-Styles work in table properties in >> RTEHtmlArea. >> >> I can't find the CSS-document where the styles are set. > > The st

Re: [TYPO3] CSS style in Table Properties in RTE

2007-05-07 Thread Francois Suter
Hi, > But how do I make more styles? Right now I have 3 styles. I would like > to make more. Well, just add them to RTE.default.classesTable. If you want to extend an existing list, you can also use the following syntax: RTE.default.classesTable := addToList(class1, class2) and define the co

Re: [TYPO3] DirectMail strip the CSS

2007-05-07 Thread Loek Hilgersom
Hi Rocky, It's Gmail that strips all CSS, except inline CSS (which it supports only partly). Your design seems quite a bit too complex to get it shown properly in most emailclients and webclients. In short: forget about forms and positioning, even floats is often a problem. Use tables for layo

[TYPO3] Storing language prefence in cookie

2007-05-07 Thread serge vleugels
Hi, I'm setting up a multilingual site. I am using sr_language_menu and rlmp_language_detection. Everything is working fine. My default language, NL, loads perfectly with nl, or non configured language browser settings The switching works fine too, but now i would like to store the language pref

Re: [TYPO3] rtehtmlarea doesn't work in Safari

2007-05-07 Thread Patrick Scholman
Hi there, In the meanwhile I convinced my client to install Firefox for Mac and it works... The crazy thing though... When I checked on a colleagues' Mac it worked in Safari... (both were Mac OSX)! May it is a configuration question? HTH, Patrick ___

Re: [TYPO3] rtehtmlarea doesn't work in Safari

2007-05-07 Thread Bing Du
Hi Patrick, > Hi there, > > In the meanwhile I convinced my client to install Firefox for Mac and it > works... > The crazy thing though... When I checked on a colleagues' Mac it worked > in Safari... (both were Mac OSX)! May it is a configuration question? > > HTH, > > Patrick Thanks much for th

Re: [TYPO3] could someone please paste the correct TS syntax to make a gifbuilder gif become a hyperlink?

2007-05-07 Thread dave typo
great thank you, but is there a way of putting a different std wrap within each part of the array? ie, what is the syntax to put the wrap in here: lib.mess=IMAGE lib.mess.file=GIFBUILDER lib.mess.file{ XY=770,100 backColor = #FF 10=TEXT 10{ text=Rock n Roll stdWrap.typolink.parameter

Re: [TYPO3] could someone please paste the correct TS syntax to make a gifbuilder gif become a hyperlink?

2007-05-07 Thread Christopher Torgalson
Hi, On 5/7/07, dave typo <[EMAIL PROTECTED]> wrote: > great thank you, > > but is there a way of putting a different std wrap within each part of > the array? > > ie, what is the syntax to put the wrap in here: > > lib.mess=IMAGE > lib.mess.file=GIFBUILDER > lib.mess.file{ > XY=770,100 > backCol

Re: [TYPO3] Problem with RealUrl and Menu on 404 Error Pages

2007-05-07 Thread J.L. Reid
> Am I blind or your error page does not have tag? :) Oops... I missed that. Unfortunately, though, I'm still getting 404 errors for these pages. Any other thoughts? -J.L. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http

Re: [TYPO3] HELP: FE User registration and Extra Checkboxes

2007-05-07 Thread Aji Johannes
Aji Johannes schrieb: > Hello List, > > could please help me, i want to add some Checkboxes(6 checkboxes) to the > Fe User Registration and this new Field must be Required. > > i tried this: > in ext_tables.php i add new array:type checkbox , this was ok and it was > saved in DB but as integer

[TYPO3] constant in TSconfig

2007-05-07 Thread Roberto Torresani
Hi all! A simple question: is possible to set a constant in the TSconfig of a page and use it in the setup of the template? I need this because I don't want to give the access in template to the normal BEuser. Thanks. Roberto ___ TYPO3-english mailing l

[TYPO3] Example with flexform

2007-05-07 Thread Livius Agrippa
Hi, I try to create an extension which use flexform. This extension should process select statements on other database than typo3-install database. Also I try to populate the items in the flexform with information from the other database. Are there more examples with itemsProcFunc functions simil

[TYPO3] filarchive

2007-05-07 Thread Martin S
What extensions do you recommend for a site that to a large degree will be a file archive for downloading document of various types. Regards, Martin S ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin

Re: [TYPO3] filarchive

2007-05-07 Thread Loek Hilgersom
Have a look at the various extensions named filelist for a simple approach. For a larger or complex archive you should study DAM maybe with some of its additional extensions. Loek Martin S wrote: > What extensions do you recommend for a site that to a large degree will > be a > file archive f

[TYPO3] frontend editing: moving content elements results in blank screen

2007-05-07 Thread Bing Du
Hi, typo3 4.0.6 Frontend editing is turned on by page.config.admPanel=1 in the typoscript template setup. It works fine in general. The only problem is when moving content elements up and down by clicking the up and down arrows respectively on the front end, the result is blank screen. Other i

[TYPO3] real_url

2007-05-07 Thread Rens Admiraal
Hi, I'm transforming a plugin to be compatible with real_url. All links in the plugin where hardcoded, so I've been changing it to use tslib_pibase. Strange enough the plugin isn't showing anything when real_url is enabled, while the site itself is functioning. Even if I clear the entire pl

[TYPO3] Translation workflow with external translator.

2007-05-07 Thread Morten Kjems
Hi. I am in the process of translating my site to a new language. When the main translation is done I will have a translator employed to translate a couple of new articles each week. I am trying to figure out what work flow would be best. Is it clever to simply educate the translator to work i

Re: [TYPO3] frontend editing: moving content elements results in blank screen

2007-05-07 Thread Bing Du
> Hi, > > typo3 4.0.6 > > Frontend editing is turned on by page.config.admPanel=1 in the typoscript > template setup. It works fine in general. The only problem is when > moving content elements up and down by clicking the up and down arrows > respectively on the front end, the result is blank sc

[TYPO3] Problem styling tables (contenttable)

2007-05-07 Thread Morten Kjems
Hi. I am using Tinyrte to create tables for my pages. I use several different styles for my tables and it is nice that I can attach these styles with a few clicks using Tinyrte. But the problem is TYPO3 somehow overwrites the classes that I have defined in my stylesheet and attach a default cl

Re: [TYPO3] filarchive

2007-05-07 Thread Chris Paige
For an in between option, I would look at vcd_archive. Loek Hilgersom wrote: > Have a look at the various extensions named filelist for a simple approach. > For > a larger or complex archive you should study DAM maybe with some of its > additional extensions. > > Loek > > > Martin S wrote: >

[TYPO3] Css backgrounds in html mails

2007-05-07 Thread Robert John de Stigter
Hi list, Is it possible to have backround images defined with css to be included in html mails with DirectMail like images with the option "includeMedia"? Cheers, RJ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfield

Re: [TYPO3] Example with flexform

2007-05-07 Thread Dmitry Dulepov
Livius Agrippa wrote: > I try to create an extension which use flexform. This extension should > process select statements on other database than typo3-install database. > > Also I try to populate the items in the flexform with information from > the other database. > Are there more examples with

Re: [TYPO3] real_url

2007-05-07 Thread Dmitry Dulepov
Hi! Rens Admiraal wrote: > I'm transforming a plugin to be compatible with real_url. All links in > the plugin where hardcoded, so I've been changing it to use tslib_pibase. > Strange enough the plugin isn't showing anything when real_url is > enabled, while the site itself is functioning. > >