[TYPO3-english] R: how to show me content in Typo3 v9?

2018-03-29 Thread De Contardi Riccardo
You should search for tutorials with "fluid styled content"; A quick way to start is using the great "sitepackage builder" https://www.sitepackagebuilder.com/ You can start learn to use it here: https://www.youtube.com/watch?v=HtBmim7pc0o Riccardo De Contardi Web Developer

[TYPO3-english] R: Re: R: Bootstrap extension: Oops, an error occurred! Code: 201801041505214244f30d

2018-01-04 Thread De Contardi Riccardo
Consider joining typo3.slack.com if you have not already done (see instructions here: https://forger.typo3.com/slack ) to get quick support. Regards Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39 02 20240561

[TYPO3-english] R: Bootstrap extension: Oops, an error occurred! Code: 201801041505214244f30d

2018-01-04 Thread De Contardi Riccardo
Hi Dennis, have you turned off the error handling in your TypoScript template? config.contentObjectExceptionHandler = 0 Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39 02 20240561 - FAX +39 0220240561 Web

[TYPO3-english] R: Re: FIRST_INSTALL

2017-04-18 Thread De Contardi Riccardo
FIRST_INSTALL must be created in the root folder of the website AFAIK; it is normal that you don't have the /typo3conf/ folder at the beginning. It will be created automatically by TYPO3 Check also https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md for reference Riccardo De Contardi

[TYPO3-english] R: Styling to top link

2017-03-15 Thread De Contardi Riccardo
Of course you can modify the relevant partial of fluid_styled_content overriding it with your own Or you can just use css - see attribute selectors https://www.w3schools.com/css/css_attribute_selectors.asp a[href="#top"] Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it

[TYPO3-english] R: Mail Form - error

2017-03-06 Thread De Contardi Riccardo
Check your Typoscript template Module template > edit the whole record > Include static (from extensions) Include the Typoscript for "Form" Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39 02 2023271 - FAX +39

[TYPO3-english] R: merge entire site to new typo3 account.

2016-11-16 Thread De Contardi Riccardo
Hi Paul. So you are copying/transferring your TYPO3 site? what version are you using? If you need quick (real-time) help, you could join the typo3-cms channel on slack (invitation: https://forger.typo3.org/slack ) Regards Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it

[TYPO3-english] R: Re: R: Re: crash extensions

2016-10-13 Thread De Contardi Riccardo
I don't know... has the extension its dependencies written on its ext_emconf.php? Or maybe you have disabled the dependency check in EM (I don't remember how to check or how to re-enable it again) Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di

[TYPO3-english] R: Re: crash extensions

2016-10-12 Thread De Contardi Riccardo
Hi . Are you able to access the Install Tool? (www.yoursite/typo3/install/ (you'll have to create the file ENABLE_INSTALL_TOOL inside the /typo3conf/ folder) There you should find the options to remove bad extensions and clear the cache. Riccardo De Contardi Web Developer

[TYPO3-english] R: femanager - integration into main typoscript template

2016-09-27 Thread De Contardi Riccardo
Hi Jan, 1) Install extension 2) click on the page where the main Typoscript template is 3) click on the Template module 4) click on "edit whole template record" 5) click on tab "includes" > look for "Include static (from extensions)" Regards You could also join the slack channel

Re: [TYPO3-english] Clean up source code

2016-07-07 Thread De Contardi Riccardo
https://typo3.org/extensions/repository/view/tinysource or https://typo3.org/extensions/repository/view/sourceopt Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39 02 2023271 - FAX +39 0220240561 Web www.bhuman.it

[TYPO3-english] R: Re: R: Re: R: Add plain html

2016-06-17 Thread De Contardi Riccardo
To add an HTML CE you can simply click on "create new" and choose in tab "special elements": "Plain HTML" To include a js file you can simply add to your Typoscript Template something like: page.includeJS.file1 = fileadmin/whatever.js I think you would find more quick answers on the

[TYPO3-english] R: Re: R: Add plain html

2016-06-17 Thread De Contardi Riccardo
There is an HTML content element that lets you write directly HTML code; the javascript can be added using typoscript But... what template system are you using? Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39

[TYPO3-english] R: Add plain html

2016-06-16 Thread De Contardi Riccardo
Pierfrancesco, you mean as a content element? Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39 02 2023271 - FAX +39 0220240561 Web www.bhuman.it Linkedin www.linkedin.com/company/b-human-srl -Messaggio

[TYPO3-english] R: felogin don't send password recovery email

2016-02-17 Thread De Contardi Riccardo
I guess the first thing to check is if TYPO3 is able to send mails (from install tool) Then look at the log of the mailserver to trace what happened Riccardo De Contardi Web Developer riccardo.decontardi[at]bhuman.it B Human srl Corso di Porta Nuova, 46 - 20121 Milano Tel. +39 02 2023271 -

[TYPO3-english] R: Text HTML_5 displayed

2016-01-27 Thread De Contardi Riccardo
Let's start with the simple: in the TS template, find (using the typoscript object browser and them template analyzer) where is config.doctype (or page.config.doctype) what templating system are you using? Fluid? I would also search the html templates Riccardo De Contardi Web Developer

[TYPO3-english] caching of config.baseurl on multiple TYPO3 enviroments.

2014-07-14 Thread De Contardi Riccardo
Hi all, I've got a little question for you: I and my team tried to manage a new TYPO3 project in this way: Three developers have a TYPO3 distribution on their local machine (a laptop); each of them have configured a different host name for the site:e.g. http://mydevsite.it

[TYPO3-english] fluidtemplate error when choosing file with condition:

2013-02-01 Thread De Contardi Riccardo
Hello everybody... a strange problem: I want to set up a TYPO3 site (4.7.7) using the fluidtemplate object: page.10 = FLUIDTEMPLATE page.10{ file = EXT:myplugin/Resources/Private/Templates/template_page.html partialRootPath = EXT:myplugin/Resources/Private/Partials/ layoutRootPath =

[TYPO3-english] TYPO3 4.7.6 problem with multilanguage configuration

2013-01-28 Thread De Contardi Riccardo
I hope the infos are sufficient Thank you very much for your support and best regards Riccardo De Contardi Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it http://www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39

[TYPO3-english] R: Using different domains for different languages

2012-07-09 Thread De Contardi Riccardo
This could help you: http://www.van-tomas.de/blog/multi-languagedomain-setup-with-realurl-revised/index.html Regards Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX

[TYPO3-english] TS constants setup to rescale images with fixed height

2012-05-28 Thread De Contardi Riccardo
A question about css styled content that is driving me nuts, please help! I use TYPO3 4.7, and I've written in my main TS Template: styles.content{ imgtext.linkWrap.width = 266 imgtext.maxWInText = 266 imgtext.maxW = 798 } On another page I've set an ext template, as

[TYPO3-english] R: CE type=menu with external urls

2012-03-15 Thread De Contardi Riccardo
it as opposed to the defined RealURL-BaseURL) ... well I think it worked, it's not completely tested yet. But about the html-entities: you have htmlSpecialChars = 1, have you tried setting it to 0? Cheers Urs Am 14.03.12 18:01, schrieb De Contardi Riccardo: Hello everybody. I've got an issue with my TYPO3

[TYPO3-english] CE type=menu with external urls

2012-03-14 Thread De Contardi Riccardo
you in advance for your help and best regards Riccardo De Contardi Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it http://www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX +39-02-20.240.561

[TYPO3-english] R: ttnews_rss_import wont work with the scheduler

2012-02-02 Thread De Contardi Riccardo
I had similar problems with the same ext ttnews_rss_import... (BTW: I forgot to set up the permissions of _cli_scheduler on the tt_news table, thanks for the hint!! :D:D) Some suggestions (maybe trivial): 1. the ext ttnews_rss_import can write a log file... did you had a look there? 2. if you

[TYPO3-english] R: After update photo_gal Extension not loading in FE

2012-02-02 Thread De Contardi Riccardo
Maybe you could use chgallery or sp_gallery Regards Riccardo ** Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto

[TYPO3-english] problem with scheduler and crontab

2012-01-11 Thread De Contardi Riccardo
Hello. Everybody I use Typo3 4.3.9, and I'd like to use the extension ttnews_rss_import. I've read in the documentation that the import can be automatized using the scheduler system extension (never used before). I've tried to follow the manual and added to crontab the line */2 * *

[TYPO3-english] R: problem with scheduler and crontab

2012-01-11 Thread De Contardi Riccardo
Yes, using the path with the symlink works; the import process still does not work :( In my crontab I've set: */2 * * * * php /vol01/typo3-sites/mysite/typo3/cli_dispatch.phpsh scheduler Then in the site that should import the news: 1. The record News Importer for Feeds has been placed in

[TYPO3-english] RTE inside FCE strips HTML tags

2012-01-09 Thread De Contardi Riccardo
Hello: I've got a problem with my TYPO3 4.3.9 and a FCE element which uses the RTE The problem is: for unknown reasons, the RTE strips away all the html tags! For example h1 My title /h1 becomes h1My title/h1 I've found this bug: http://bugs.typo3.org/view.php?id=9359 but is related to

[TYPO3-english] sb_portfolio and Links with the RTE

2012-01-05 Thread De Contardi Riccardo
Hello everybody. I have a little problem using the extension sb_portfolio. I'll try to explain myself: The records clients of this extension have a field called fulldescription, which is can be edited with the RTE. When I insert a link in the text, in FE the rendered tag is wrong: a

[TYPO3-english] sb_portfolio change text

2011-12-27 Thread De Contardi Riccardo
Hello everybody, I could use some help with the extension sb_portfolio: I can't find where to change the text of the results browser: Displaying results AA to BB out of CC The strings Displaying results and out of seems to be nowhere L Thank you for your help and best regards!

[TYPO3-english] REALURL filename configuration for a asingle page

2011-12-13 Thread De Contardi Riccardo
Hello everybody: I have a question about Realurl: I've set realurl to have URLs like http://mydomain/mypage1/mypage2/ Now I need to rename a single page (namely with UID=98) this way: http://mydomain/mypage1/mypage2/page.do Is it possible? Thank you in advance for your answer and

[TYPO3-english] R: Templavoila - slide a field element

2011-10-20 Thread De Contardi Riccardo
, Denyer On Fri, 14 Oct 2011 12:02:07 +0100, De Contardi Riccardo riccardo.deconta...@bhuman.it wrote: I'm using TYPO3 4.3.9 and Templavoila V. 1.3.7 I've added and mapped in the TO of my home page an element called field_text The question: is it possible to slide it: I mean, is it possible

[TYPO3-english] Templavoila - slide a field element

2011-10-14 Thread De Contardi Riccardo
Hello everybody. I'm using TYPO3 4.3.9 and Templavoila V. 1.3.7 I've added and mapped in the TO of my home page an element called field_text Type: element; Editing type:Rich text editor for bodytext The question: is it possible to slide it: I mean, is it possible to have it inherited

[TYPO3-english] append uid of CE to every menu item of TMENU

2011-04-08 Thread De Contardi Riccardo
Hello everybody; My problem: in a menu built up with HMENU TMENU, I'd want to obtain an URL for every item like mypage/mysubpage/mysubpage/index.html#id90 Where 90 is the UID of the first CE of the page connected to that item. So I've started writing: lib.subMenu.3.NO.after.append =

[TYPO3-english] R: append uid of CE to every menu item of TMENU

2011-04-08 Thread De Contardi Riccardo
-Messaggio originale- Da: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] Per conto di De Contardi Riccardo Inviato: venerdì 8 aprile 2011 16:13 A: TYPO3 English Oggetto: [TYPO3-english] append uid of CE to every menu item of TMENU

[TYPO3-english] R: Handling of deep linking to protected pages

2011-03-11 Thread De Contardi Riccardo
This typoscript worked for me on TYPO3 4.2 (using fe_login and sr_feuser_register): #navigation object: lib.menu.1 =TMENU lib.menu.1 { showAccessRestrictedPages=NONE showAccessRestrictedPages.addParams=tx_srfeuserregister_pi1[backURL]=###RETURN_URL###redirect_url=###RETURN_URL### }

[TYPO3-english] R: Typo3 installation on mac?

2011-03-11 Thread De Contardi Riccardo
Seen this googlin' around: http://typo3.org/documentation/document-library/extension-manuals/doc_inst_macosx/1.1.3/view/ Regards Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 -

[TYPO3-english] R: R: Handling of deep linking to protected pages

2011-03-11 Thread De Contardi Riccardo
Hello Lorenz Forgive me, but what do you mean exactly by deep link? I don't understand Thank you Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX +39-02-20.240.561

[TYPO3-english] R: Extension confict t3blog and typogento

2011-03-03 Thread De Contardi Riccardo
I guess you could simply avoid adding the t3blog related typoscript (include static from extensions...) globally in your main TS template; instead, use an EXT template ad hoc for the blog pages. Regards Riccardo De Contardi - Web Developer B Human

[TYPO3-english] R: HTML5 Boilerplate with TYPO3

2011-03-02 Thread De Contardi Riccardo
Search the TER: there is an extension. (I don't remember the name, sorry) Regards -Messaggio originale- Da: typo3-english-boun...@lists.typo3.org per conto di Enrique Moreno Tent Inviato: mer 02/03/2011 19.58 A: TYPO3 English Oggetto: Re: [TYPO3-english] HTML5 Boilerplate with TYPO3

[TYPO3-english] R: HTML5 Boilerplate with TYPO3

2011-03-01 Thread De Contardi Riccardo
I almost did the same; plus, I used a constant to change dynamically the value of lang attribute !--[if lt IE 7 ] html class=no-js ie6 lang={$myconstant.language} ![endif]-- And so forth. Obviously, in the constants of my template I used TS conditions to switch between languages Regards

[TYPO3-english] CSS styled content in 4.5 - global caption for images

2011-02-28 Thread De Contardi Riccardo
Hello everybody A little question about CSS styled content in TYPO3 4.5.2: If I have 3 images and only 1 caption, shouldn't they be rendered with an ulli...etc. and not with the dldt..dd structure? I've seen this: http://bugs.typo3.org/view.php?id=11107 and in TSOB:

[TYPO3-english] R: R: staticpub and to top link

2011-02-24 Thread De Contardi Riccardo
couldn't make this sample code work. I modified class.t3lib_parsehtml.php directly to ignore if url is '#container'. After this aftermath of site renewal, I should learn more deeply. (2011/02/21 0:43), De Contardi Riccardo wrote: Hello, I've had the same problem a long time ago with local

[TYPO3-english] R: R: R: staticpub and to top link

2011-02-24 Thread De Contardi Riccardo
Of course my code is defective: it adds the link BEFORE the CO (silly me!, the correct stdWrap should be postCObject, not cObject) The correct code should be: //Get rid of the old link tt_content.stdWrap.innerWrap2=| //rewrite it tt_content.stdWrap.innerWrap2. postCObject =TEXT

[TYPO3-english] R: Re: [TYPO3-v4] Announcing TYPO3 4.5.1

2011-02-24 Thread De Contardi Riccardo
As said in http://wiki.typo3.org/TYPO3_4.5.1, no operations are required to be performed on the database, So to upgrade (if you use the unix/linux version), simply unzip the source package on your server, and change the 4 soft links in the root of your website to match the new destinations

[TYPO3-english] R: Workspaces in TYPO3 4.5 - stillcomplicated/confusing?

2011-02-23 Thread De Contardi Riccardo
An editor makes changes in a DRAFT workspace. The change goes through the stages and then it's published. The content is no longer being shown in the DRAFT workspace. Good. Now the editor switches to the LIVE workspace and sees the content in a stage Editing and thus can send it to the next

[TYPO3-english] R: Add HOME button to a GMENU

2011-02-22 Thread De Contardi Riccardo
Hello. My suggestion is: write the whole menu as a COA Something like this: lib.yourmenu=COA lib.yourmenu{ 10=IMAGE 10.file=path/to/file/home.gif #add other options like altText, titleText as you need #link to home page (I guess UID=1, replace with correct UID) 10.stdWrap.typolink.parameter=1

[TYPO3-english] R: R: Add HOME button to a GMENU

2011-02-22 Thread De Contardi Riccardo
But the I wouldnt be able to use the useful actions like RO or ACT of a HMENU, right? Oh, well... the ACT state should be enabled only when you are in the home page itself, am I right? You can use a condition in TS to differentiate the code in the home page. Regarding the RO effect...I mean,

[TYPO3-english] R: staticpub and to top link

2011-02-20 Thread De Contardi Riccardo
Hello, I've had the same problem a long time ago with local anchors I've used to build a Jump to section menu... Keep the config.tx_realurl_enable = 1 config.prefixLocalAnchors = 1 And rewite the to top object in a manner similar to this: lib.localanchor=TEXT lib.localanchor{

[TYPO3-english] R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread De Contardi Riccardo
If I remember correctly, you can include the single widgets as content elements in your page, adding to your TS template (include static from extensions): T3BLOG main configuration T3BLOG functionalities on your website. Widgets are: Archive, blog list, blogroll,calendar, categories, latest

[TYPO3-english] R: R: ext:T3BLOG for existing TemplaVoila-Website

2011-02-16 Thread De Contardi Riccardo
But how can I modify e.g. TagCloud? Can't understand... pardon me, but your request seems a bit too generic... what do you need to modify exactly? The explanation of the various options in the TS setup should be in the manual of T3Blog... Best regards

[TYPO3-english] R: R: R: ext:T3BLOG for existingTemplaVoila-Website

2011-02-16 Thread De Contardi Riccardo
Mhh... Maybe I'm wrong, but I guess that the plugin.tx_t3blog_pi1. refers to the properties of the objects you use when you choose to let T3Blog rewrite your whole page plugin.tx_t3blog_pi2. Refers to the properties of the widgets objects plugin.tx_t3blog_pi2.tagCloud

[TYPO3-english] question about workspaces in T3 4.5

2011-02-14 Thread De Contardi Riccardo
Hello everyone, I've got a little question about the new workspace module in TYPO3 4.5 I've made a configuration like this -an editors group -a reviewers publishers group (has got Live access) - a custom workspace - owner: reviewers publishers - members:

[TYPO3-english] Typo3 4.5 Sysfolder - general record storage page

2011-02-08 Thread De Contardi Riccardo
Hello everybody. A little question about Typo3 4.5: I can't find where to specify the general record storage when the page is a sysfolder. Thank you for your answer and best regards Riccardo De Contardi - Web Developer B Human Srl -

[TYPO3-english] R: Typo3 4.5 Sysfolder - general record storage page

2011-02-08 Thread De Contardi Riccardo
Well... I use a sysfolder called Storage folder is the general record storage page for all my pages from home page and is the folder where I save Templavoila records, so Every fronted page in my site has this folder as GRSP (General Record Storage Page) I also use sb_downloader that creates 2

[TYPO3-english] R: R: Typo3 4.5 Sysfolder - general record storage page

2011-02-08 Thread De Contardi Riccardo
If not a bug at least this has been a breaking change that affects a major extension, so we will have to fix it. Will you file the bug report on bugs.typo3.org then? Done. Thank you and best regards Riccardo De Contardi - Web Developer B Human Srl -

[TYPO3-english] R: indexed_search - Exclude partial page content

2011-01-05 Thread De Contardi Riccardo
AFAIK the only page sections indexed are the ones which are surrounded by !--TYPO3SEARCH_begin-- !--TYPO3SEARCH_end-- If you use Templavoila these comments are automatically added Regards Riccardo De Contardi - Web Developer B Human Srl -

[TYPO3-english] HTML 5 question about html tag

2010-11-30 Thread De Contardi Riccardo
Hello everybody. I'm using TYPO3 4.4.4 and I want to set up an HTML5 doctype config.doctype=html_5 works fine, but now I'm trying to use a special configuration of the html tag as seen on boilerplate (http://html5boilerplate.com/) !doctype html !--[if lt IE 7 ] html lang=en

[TYPO3-english] R: HTML 5 question about html tag

2010-11-30 Thread De Contardi Riccardo
-20.240.561 -Messaggio originale- Da: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] Per conto di De Contardi Riccardo Inviato: martedì 30 novembre 2010 16:34 A: TYPO3 English Oggetto: [TYPO3-english] HTML 5

[TYPO3-english] R: RealURL: news ID + title in the URL

2010-11-22 Thread De Contardi Riccardo
I use this: array( 'GETvar' = 'tx_ttnews[tt_news]', 'lookUpTable' = array( 'table' = 'tt_news', 'id_field' = 'uid', 'alias_field' = 'concat(title, ,uid)',

[TYPO3-english] R: hmenu including *only* not in menu items

2010-11-16 Thread De Contardi Riccardo
I think this should be the same: allStdWrap.if.isTrue.field = nav_hide best regards Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX +39-02-20.240.561

[TYPO3-english] R: RTE does not allow images in text (introductionpackage)

2010-11-15 Thread De Contardi Riccardo
Hello In extension manager, click the system extension rtehtmlarea: there is a checkbox Enable images in the RTE Regards, Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX

[TYPO3-english] R: Unable to login in my site backend after completing installation succesfully

2010-11-11 Thread De Contardi Riccardo
The default admin user should be admin/password Or.. you can enter the install tool http://localhost/typo3_4.4.4/typo3/install/ (default password: joh316 ) and create a new admin user (section Database analyzer) Riccardo De Contardi - Web Developer

[TYPO3-english] R: R: how to modify modify tt_content.menu.20.4

2010-11-10 Thread De Contardi Riccardo
TEL +39-02-20.23.271 - FAX +39-02-20.240.561 -Messaggio originale- Da: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] Per conto di De Contardi Riccardo Inviato: martedì 9 novembre 2010 16:31 A: TYPO3

[TYPO3-english] how to modify modify tt_content.menu.20.4

2010-11-09 Thread De Contardi Riccardo
Hello everybody. I use Typo3 4.2.10 I'd like to alter the object Menu of subpages of these pages + abstract (tt_content.menu.20.4) in this way 1. Add an image taken from page properties 2. Append to the text a link to the subpage with text more... Regarding N° 1... quite

[TYPO3-english] R: how to modify modify tt_content.menu.20.4

2010-11-09 Thread De Contardi Riccardo
://www.intera.it - email: int...@intera.it mailto:int...@intera.it Il 09/11/2010 10:30, De Contardi Riccardo ha scritto: Hello everybody. I use Typo3 4.2.10 I'd like to alter the object Menu of subpages of these pages + abstract (tt_content.menu.20.4) in this way 1. Add an image taken from

[TYPO3-english] R: Re: menu with sectionInd ex=1 and Templavoilà

2010-11-01 Thread De Contardi Riccardo
Thank you for your answer. I also noticed that the last version of TV (1.5.x) is maybe bugged when creating a sitemap element with type Section index (pagecontent w/Index checked) : these are my steps: 1- I created a content element in a page (UID=20), type: sitemap, subtype Section index

[TYPO3-english] menu with sectionIndex=1 and Tem plavoilà

2010-10-30 Thread De Contardi Riccardo
Hello everybody I'm trying to set up a section menu inside a page using TS sectionIndex=1 lib.jumpMenu = HMENU lib.jumpMenu{ entryLevel=-1 1=TMENU 1{ wrap=ol|/ol noBlur=1 sectionIndex=1 sectionIndex.type=all NO{

[TYPO3-english] Menu of these pages: how to add access restricted pages

2010-10-21 Thread De Contardi Riccardo
Hello everybody A little question about Menu of these pages:I'd like to add some access-protected pages, so I tried to add: tt_content.menu.20.default.1{ #redirect restricted pages to login page (UID=21) showAccessRestrictedPages = 21 #redirect login page to restricted page

[TYPO3-english] condition operators in TSREF

2010-10-21 Thread De Contardi Riccardo
Pardon me for being a little bitter, but: Can anyone explain me why on Earth in the official TSREF (http://typo3.org/documentation/document-library/references/doc_core_tsr ef/4.3.2/view/1/4/#id2314976) The operators for condition on hour, minute, dayofweek, dayofyear, dayofmonth, month,year

[TYPO3-english] R: R: condition operators in TSREF

2010-10-21 Thread De Contardi Riccardo
But...wait! This works: (TYPO3 4.3.3) [globalVar=TSFE:id=52][dayofyear=365] page.1=HTML page.1.value=Hello world [global] This DOES NOT WORK [globalVar=TSFE:id=52][dayofyear365] page.1=HTML page.1.value=Hello world [global] NEITHER THIS [globalVar=TSFE:id=52][dayofyear=365] page.1=HTML

[TYPO3-english] R: Custom Columns

2010-10-13 Thread De Contardi Riccardo
Mhh... if I am not wrong, TCEFORM.[table].[field].additems.[number]=text Allows you to add more options to dropdowns like: TCEFORM.tt_content.section_frame.additems.999=my new frame I.E. to add more options to the content element WHEN YOU EDIT IT! I guess that what you want to achieve involves

[TYPO3-english] R: Preview pages TV panel

2010-10-01 Thread De Contardi Riccardo
Maybe I remember wrong, but... isn't this perchance related to page.10.disableExplosivePreview = 1 ? Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX +39-02-20.240.561

[TYPO3-english] wec_staffdirectory and wec_map - only the 1st address in map is shown

2010-09-09 Thread De Contardi Riccardo
Please, I need an help, very urgent! I use Typo3 4.3.5 and I'd like to use wec_staffdirectory and wec_map to show some addresses. I've installed the 2 extensions and added the following static templates: WEC Staff Directory WEC Map Api WEC Simple Map I added to a page the plugin

[TYPO3-english] R: Content Variable

2010-07-25 Thread De Contardi Riccardo
What about this: http://www.alistapart.com/articles/improvingprint ? Riccardo De Contardi -Messaggio originale- Da: typo3-english-boun...@lists.typo3.org per conto di Christopher Torgalson Inviato: dom 25/07/2010 4.02 A: TYPO3 English Oggetto: Re: [TYPO3-english] Content Variable

[TYPO3-english] Typo3 4.3 and 4.4 crawler and staticpub issues

2010-07-24 Thread De Contardi Riccardo
Hello everybody: I've stumbled upon a few problems with Typo3 4.4 and crawler/staticpub Here is my full list of installed extensions: kickstarter 0.4.0 crawler 3.2.0 staticpub 1.1.0 chgallery 2.5.1 css_filelinks 0.2.18 realurl 1.9.3 tt_address

[TYPO3-english] jfmulticontent tab not working

2010-07-07 Thread De Contardi Riccardo
Hello everybody A little issue with jfmulticontent: I use Typo3 4.3.3 T3jquery 1.6.0 jfmulticontent 1.7.0 I've created a jfmulticontent element on a page, and selected tabs as style to display. I've selected some content elements to include, and gave them a title When I go

[TYPO3-english] how to use dkd_news2directmail

2010-02-22 Thread De Contardi Riccardo
Hello everyone I can't find anywhere a good tutorial about the extension dkd_news2directmail Has someone used it? Could you tell me how to configure it properly? Thanks everyone Riccardo De Contardi - Web Developer B Human Srl -

[TYPO3-english] link image with typolink

2010-02-15 Thread De Contardi Riccardo
Hello The question is quite trivial, but... I want to link an image via typolink; this is my code: plugin.tt_news.genericmarkers{ facebooklink = IMAGE facebooklink.file = fileadmin/templates/bhuman/assets/img_layout/facebookln.gif

[TYPO3-english] linkhandler and typo3 4.3.1

2010-02-11 Thread De Contardi Riccardo
I need urgent help with extension linkhandler and Typo3 4.3.1 I've - installed the extension - added the static TS - added to my home page TSCONFIG: RTE.default.tx_linkhandler { tt_news { label = News

[TYPO3-english] R: feeditadvanced

2010-02-08 Thread De Contardi Riccardo
I've found this http://danosipov.com/blog/?tag=feeditadvanced Riccardo De Contardi - Web Developer B Human Srl - www.bhuman.it Via Canzio, 15 - 20131 Milano TEL +39-02-20.23.271 - FAX +39-02-20.240.561

[TYPO3-english] tt_news search plugin

2010-02-08 Thread De Contardi Riccardo
A little question about tt_news (3.0.1) I'd want to put in a single page 2 tt_news plugin, each one is SEARCH, they have separate startingpoints, and with TS Setup plugin.tt_news. emptySearchAtStart = 0 but... when I search a word with one of them, the search is being performed by both

[TYPO3-english] Templavoila - conditions on contents element container

2010-02-05 Thread De Contardi Riccardo
Hello I have a T3 4.3.1 project made with templavoila. My DS contains 3 content elements container (field_content, field_extra, field_news) It is important for me that if a plugin is in the extra column, it should have a different configuration plugin.myplugin{} So, I'dwant

[TYPO3-english] R: Tipafriend_plus 0.1.5 on Typo3 4.3.1 Crashes!

2010-02-03 Thread De Contardi Riccardo
Hello Marcus First of all, I'd like to thank you for the support. I've found a similar problem reported about browser extension on typo3 forge, and I took their solution, modifying the line 171 into: if ($globalMarkerArray != ) { $this-templateCode=

[TYPO3-english] direcmail install error on T3 4.3.1

2010-02-03 Thread De Contardi Riccardo
Hello everybody After installing directmail 2.5.6 on a Typo3 4.3.1, The Ext. manager reports the following errors: Database status: Table error! Probably one or more required fields/tables are missing in the database! Code warnings:(developer-relevant) Some tables or fields are of

[TYPO3-english] R: R: powermail, tt_news and mbl_newsevent - howto?

2010-02-02 Thread De Contardi Riccardo
# uid160 = TEXT uid160.data = GPvar:tx_ttnews|tt_news # # fill field uid158 with IP address of the user # uid161 = TEXT uid161.data = getIndpEnv:REMOTE_ADDR } } Regards, Jordan On Thu, 28 Jan 2010 15:04:59 +0100, De Contardi Riccardo riccardo.deconta...@bhuman.it wrote

[TYPO3-english] T3 4.3.1 strange pagemodule behaviour on saving

2010-02-02 Thread De Contardi Riccardo
Hello everybody I've just noticed a strange behaviour of my Typo3 4.3.1 on Debian environment: Sometimes (not always) I edit a page, click on save close and then go to another page, I am redirected to the Template Module This is the first time I see this odd behaviour; it seems to be

[TYPO3-english] Tipafriend_plus 0.1.5 on Typo3 4.3.1 Crashes!

2010-02-02 Thread De Contardi Riccardo
Hello After installing Tipafriend_plus 0.1.5 on my Typo3 4.3.1, the page with Tipafriend_plus plugin crashes with following error: t3lib_error_Exception PHP Catchable Fatal Error: Argument 2 passed to tslib_cObj::substituteMarkerArray() must be an array, null given, called in

[TYPO3-english] R: mbl_newsevent compatibility warning with tt_news

2010-01-29 Thread De Contardi Riccardo
no problem, so I would say it works fine. If you're interested, I'll let you know if it runs in 4.3. Regards, Lorenz -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english- boun...@lists.typo3.org] On Behalf Of De Contardi Riccardo Sent: Thursday

[TYPO3-english] webkitpdf - CSS For print

2010-01-21 Thread De Contardi Riccardo
A little issue about webkitpdf The pdf is generated with the css for screen output, but I'd like to use my css for printing devices I've tried with: plugin.tx_webkitpdf_pi1.scriptParams.print-media-type But this is not working. Instead:

[TYPO3-english] R: webkitpdf - CSS For print

2010-01-21 Thread De Contardi Riccardo
Hello I tried it myself using: plugin.tx_webkitpdf_pi1.scriptParams.print-media-type = This alone seems to reset all styles. The combination of the following two works: plugin.tx_webkitpdf_pi1.scriptParams.print-media-type = plugin.tx_webkitpdf_pi1.additionalStylesheet =

[TYPO3-english] tt_news 3.0.1 compatibility with tt_news based extensions

2010-01-19 Thread De Contardi Riccardo
Hello! A little question: do you know if the last version of tt_news 3.0.1 is still compatible with the following extensions: newscalendar mbl_newsevent wec_knowledgebase tl_news_linktext ttnewsgenericmarkers lonewsdownloads ttnews_html Or are there some issues, as far as

[TYPO3-english] help with webkitpdf

2010-01-18 Thread De Contardi Riccardo
Hello everybody. Could someone help me with the extension webkitpdf ? There's very little documentation online :-( I've followed this steps: 1. installed the extension 2. created a page (UID=120) and added the plugin within (BTW:: The plugin has a startingpoint record. What

[TYPO3-english] would you recommend typo3 4.3.1, or is better to remain on 4.2.11?

2010-01-15 Thread De Contardi Riccardo
Greetings and a little question for you all Basing on your experience, for a production environment, would you recommend typo3 4.3.1, or is better to rely on 4.2.11? (maybe more reliable?/other?) Thank you ** Riccardo De Contardi B Human Srl -

[TYPO3-english] R: would you recommend typo3 4.3.1, or is better to remain on 4.2.11?

2010-01-15 Thread De Contardi Riccardo
Strange answer. I've been working for some time now with TYPO3 4.3 and as far as I can see the most important extensions (depends on your taste, for us that's DAM, tt_news, tt_address, powermail, direct_mail and some multimedia extensions) are now compatible with 4.3. So I would recommend to start

[TYPO3-english] R: multidomain project with typo3 4.2.10

2010-01-14 Thread De Contardi Riccardo
Message From: De Contardi Riccardo riccardo.deconta...@bhuman.it To: TYPO3 English typo3-english@lists.typo3.org Sent: Wed, January 13, 2010 9:17:53 PM Subject: [TYPO3-english] multidomain project with typo3 4.2.10 Hello everybody I'd like to set up a multidomain test project with my Typo3

[TYPO3-english] R: multidomain project with typo3 4.2.10

2010-01-14 Thread De Contardi Riccardo
Not necessary. It just should not be on. 0 is default value, so it does not have to be in TS. Yes, but...my problem still remains. How can I configure a full-working multidomain environment ? See my previous posts for the configuration I've used. Is there something wrong in it? Thanks

[TYPO3-english] R: R: multidomain project with typo3 4.2.10

2010-01-14 Thread De Contardi Riccardo
Hello A little update: I've noticed that for my purpouses, it should be better to have a site tree like this one: [globe] |_[ID=1]Home page Here begins site 1 (http://typo3.test) |_page 2 [ID=2] | |_page 12 | |_page 13 | |_[ID=5]scuola Here begins site 2 (http://typo3.test.scuola) |

[TYPO3-english] multidomain project with typo3 4.2.10

2010-01-13 Thread De Contardi Riccardo
Hello everybody I'd like to set up a multidomain test project with my Typo3 4.2.10 + Realurl, and I want to be sure to do everything in the correct way, so... let's begin: - What I have done till now: 1.I've built a page tree like this: [ID=1]Home page Here begins site 1

[TYPO3-english] R: odd / even classes for every second record

2010-01-12 Thread De Contardi Riccardo
I've run (Windows enviroment) the selector tests at http://www.css3.info/selectors-test/test.html And the results is always the same: From the 43 selectors 43 have passed, 0 are buggy and 0 are unsupported (Passed 578 out of 578 tests) Firefox 3.5.7 Safari 4.0.3 Opera 10.10 Chrome 3.0.195.38

  1   2   >