Re: [TYPO3-english] 4.4.4-4.5.2 blank backend

2011-03-22 Thread Katja Lampela

Hi,

9.3.2011 21:01, Ernesto Baschny [cron IT] kirjoitti:

Hi Katja,

something is mixed up in your setup. Read the paths carefully in your
original report. Why is t3lib_div from typo3_src-4.4.4 being included
in your 4.5.2 installation?

Check your symlinks and maybe some extension or PHP code which might be
still referring to your old directory.



I'm struggling with this again now and I think the proper error message 
concerning this is:

PHP Fatal error:  Call to undefined method 
t3lib_extMgm::addCoreNavigationComponent() in 
/home/webadmin/typo3_src-4.5.2/t3lib/stddb/tables.php on line 361, referer: 
http://www.myaddress.com/typo3/

Could this be wrong PHP version. It is the only difference I find compared to 
my other installations. Here the PHP version is 5.2.14
In my other installations something like 5.2.9

--
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] different textpic sizes in different columns

2011-03-22 Thread Steffen Gebert

Hi Thomas,


is it possible to set a different size for the textpic element if
inserted in different columns?


yes, that's possible:


# Überschreiben der maxImageWidth für diese Spalte
temp.aktuellesContent = COA
temp.aktuellesContent {
 10 = LOAD_REGISTER
 # BILDGRÖSSE IN AKTUELLES
 10.maxImageWidth = {$aktuelles-img-width}
 20  styles.content.getLeft
 30 = RESTORE_REGISTER
}

page.10.marks.AKTUELLES = CONTENT
page.10.marks.AKTUELLES  temp.aktuellesContent




Kind regards
Steffen

--
Steffen Gebert
TYPO3 v4 Core Team Member

TYPO3  inspiring people to share!
Get involved: http://typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] different textpic sizes in different columns

2011-03-22 Thread Ralf-René Schröder

Thomas Allmer schrieb:
I'm using Templavoila, but I guess if anyone have a way to do this 
traditionally I will find something for TV, but currently I don't even 
know where to look... :/


maybe it helps (the site is in german)
http://typo3.sfroemken.de/typo3-tutorials/extensions/css-styled-content/dynamik.html

--
Ralf-René Schröder
http://if-20.com  ... YAML templates for TYPO3
__
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Jörg H. Kunath

Hi i have same problem.
Example: index.php?id=2paramter1=1paramter2=2paramter3=3 and it 
should be page-2/paramter1/paramter3.html
paramter2 is needed to show stuff on the page, but the url is still 
unique enough to be made our ot paramter 1 and 2.  how to?


Am 21.03.2011 17:47, schrieb Dmitry Dulepov:

Hi!

Tobias Dörner wrote:

But it is the last segment before Parameters of
extension.


This is why it will not be excluded. Last page cannot be excluded or 
your parameters will go to the previous page in the tree.




--
Jörg H. Kunath
http://sci.demo.iworks.ro/

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] different textpic sizes in different columns

2011-03-22 Thread Bernd Wilke

On 03/22/2011 12:49 PM, Thomas Allmer wrote:

hey,

is it possible to set a different size for the textpic element if
inserted in different columns?

I currently set the size with constants
styles.content.imgtext.maxW = 474
styles.content.imgtext.maxWInText = 245


 this is the size of the images in the main column, but you can also
 insert textpic elements on the sidebar and there the imgtext.maxW
 should be 250... is this possible?



styles.content.imgtext.maxW = 474
styles.content.imgtext.maxW.override = 250
styles.content.imgtext.maxW.override.if.value = 2
styles.content.imgtext.maxW.override.if.isInList.field = colPos

maxW is 250 if contentelement is stored in column 2 (right)
otherwise it is 474

doing it with system-defaults:

styles.content.imgtext.maxW = 300
styles.content.imgtext.maxW.if.value = 2
styles.content.imgtext.maxW.if.isInList.field = colPos

maxW is defined only for column 2, other columns have no maxW definition


combination for different columns
styles.content.imgtext.maxW = 500
styles.content.imgtext.maxW.override = COA
styles.content.imgtext.maxW.override.10 = TEXT
styles.content.imgtext.maxW.override.10.value = 250
styles.content.imgtext.maxW.override.10.if.value = 2
styles.content.imgtext.maxW.override.10.if.isInList.field = colPos
styles.content.imgtext.maxW.override.20 = TEXT
styles.content.imgtext.maxW.override.20.value = 150
styles.content.imgtext.maxW.override.20.if.value = 1
styles.content.imgtext.maxW.override.20.if.isInList.field = colPos

column left:  maxW = 150
column right: maxW = 250
otherwise: 500

with stdWrap for every TS-value it is easy :-)

bernd
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typoscript in a file

2011-03-22 Thread Falko Trojahn
Am 14.03.2011 16:00, schrieb Tomasz Melcer:
 On 14.03.2011 14:06, Tomas Mrozek wrote:
 Main disadvantage is that you're not able to use T3editor with syntax
 coloring...

 ...while the advantage is that you use full scale text editor with
 syntax coloring plus much much more. ;-)
 
 Yes... as long as you have syntax coloring scheme. I found nothing for vim.
So googling for typo3 vim syntax file shows (German only - sorry):

http://www.tugle.de/know_how/typo3_tutorials/typoscript_komfortabel_editieren/syntax_highlighting_mit_gvim.html

 
 But for me it is still much easier to edit, I got so much used to vim
 that I tend to write :wq everywhere.
Me, too :)

HTH
Falko
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Brazilian and/or Portuguese T3 user ?

2011-03-22 Thread Patrick Gaumond

Are you a Brazilian and/or Portuguese TYPO3 user ?

I need a Admin-tester for a new extension that speak or understand a bit 
of Portuguese and use TYPO3.


Write to gaumondpatrick on my Hotmail acocunt for the details. It should 
be a less than 5 minutes test.


Thanks in advance to anyone believing in Inspiring people to share.

Patrick
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Brazilian and/or Portuguese T3 user ?

2011-03-22 Thread Dmitry Dulepov

Hi!

Patrick Gaumond wrote:

Are you a Brazilian and/or Portuguese TYPO3 user ?


If you do not find anybody here, ask also in the translators list.

--
Dmitry Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Dmitry Dulepov

Hi!

Jörg H. Kunath wrote:

the url is still unique enough to be made our ot paramter 1 and 2.


I did not understand this part :(

--
Dmitry Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] mnogosearch result page

2011-03-22 Thread Pero Matic
Hi. Anyone know why this doesn't work:

plugin.tx_mnogosearch_pi1.form.resultsPage = 19

I have a search form in every page of my site. After submiting a search form 
same page is loaded again insted of page 19 where search results should be 
displayed. Thx. 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] formhandler - jump to step via gp / call finisher without submitting?

2011-03-22 Thread Reinhard Führicht

Am 2011-03-22 17:34, schrieb Andreas Kiessling:

Hi,

i'm having trouble with the auth code feature from formhandler:

What we tried with current (0.9.12) version and did not succeed:
First: - save some values in db
- send a mail with a link containing an auth code (using
Tx_Formhandler_Finisher_GenerateAuthCode) and a parameter to jump to the
second step

2) The user can click on the link and jumps to a page with another
form that verifies the code, updates the db and generates yet another
mail (e.g. an admin mail)

The second step obviously does not need any real form to be displayed,
but using formhandler to generate all the mails is straight forward and
easy to use

The function to determine the current step changed some time ago (with
0.9.8 i think), and if the submitted step does not match the step in the
session (there will be no session for that form, so it will be 0) you
jump to step 1 - finisher will not be called

We already thought about extending / replacing
Tx_Formhandler_Controller_Form to preset a step in the session if the
submitted parameters are valid to proceed.

Are there any other ways to handle double-opt-in completely in
formhandler? Updating db can be of course be put to a custom class, but
i would like to keep the mailing parts in one place.

Regards and thanks in advance,
Andreas


Hi Andreas,

I am currently working on a PreProcessor which validates the auth code.
I never thought about how nice it would be to just skip the form and go 
right to the finishers.


I created a ticket on Forge. Please join the discussion.

http://forge.typo3.org/issues/13978

Regards,
Reinhard
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] formhandler - jump to step via gp / call finisher without submitting?

2011-03-22 Thread Andreas Kiessling

Hi Reinhad,


I am currently working on a PreProcessor which validates the auth code.
I never thought about how nice it would be to just skip the form and go
right to the finishers.

I created a ticket on Forge. Please join the discussion.

http://forge.typo3.org/issues/13978

Regards,
Reinhard


Very cool :)
I will discuss your ticket with my colleague tomorrow who stumbled up on 
the issue and share our thoughts.


Thanks a lot,
Andreas
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] mod.SHARED.defaultLanguageFlag doesn't work

2011-03-22 Thread Josef Florian Glatz

Hi list,

I've updated TYPO3 4.2.6 with TV to 4.5.2 and latest TV.
Before update the localization flags where set by:
mod.SHARED {
 defaultLanguageLabel = English
 defaultLanguageFlag = us.gif
}

After updating to 4.5.2 I've tried
mod.SHARED.defaultLanguageFlag = us.gif
mod.SHARED.defaultLanguageLabel = English

But no flag for default_language (0) appears. There is only a red 
questionmark-icon from the typo3-sprite-graphic.



Ans suggestions how to correct this behaviour?

thanks in advance

--
Regards,
Josef Florian Glatz
http://typo3blog.at | http://josdesign.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] mod.SHARED.defaultLanguageFlag doesn't work

2011-03-22 Thread Josef Florian Glatz

Am 22.03.2011 19:52, schrieb Josef Florian Glatz:

Hi list,

I've updated TYPO3 4.2.6 with TV to 4.5.2 and latest TV.
Before update the localization flags where set by:
mod.SHARED {
defaultLanguageLabel = English
defaultLanguageFlag = us.gif
}

After updating to 4.5.2 I've tried
mod.SHARED.defaultLanguageFlag = us.gif
mod.SHARED.defaultLanguageLabel = English

But no flag for default_language (0) appears. There is only a red
questionmark-icon from the typo3-sprite-graphic.


Ans suggestions how to correct this behaviour?

thanks in advance



OMG. I've found it!

since TYPO3 4.5 it's new: http://forge.typo3.org/issues/13437

mod.SHARED {
 defaultLanguageLabel = English
 defaultLanguageFlag = us
}

--
Regards,
Josef Florian Glatz
http://typo3blog.at | http://josdesign.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Jigal van Hemert

Hi Dmitry,

On 22-3-2011 17:07, Dmitry Dulepov wrote:

Jörg H. Kunath wrote:

the url is still unique enough to be made our ot paramter 1 and 2.


I did not understand this part :(


You look at a speaking url made by RealURL and see the parts (preVars, 
pagePath, fixedPostVars, postVarSets, fileName) which form a nice human 
readable URL.
Others often look at the URL as a whole and see that there may be some 
parts which do not need to be there to make a readable and still unique 
URL, but are essential for RealURL to construct the various parts, etc.


For example:
http://example.org/info/news/article/typo3-rules.html

For its uniqueness the 'article' part could easily be missed, but it 
is part of the postVarSet. It could also read:

http://example.org/info/news/typo3-rules.html
where news is the 'keyword' of the postVarSet. In that case the last 
part of the pagePath would be missing (which can't work either).


If I understand the configuration possibilities correctly, the article 
part could be removed by using fixedPostVars for a certain pageID 
instead of the generally usable postVarSets construction.


--
Kind regards / met vriendelijke groet,

Jigal van Hemert.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] adding new pagetype (icon fails)

2011-03-22 Thread Josef Florian Glatz

Hi list,

I've tried to make a new pagetype with an icon.

The type itself appeares in the backendform, but no icon appears in 
select and pagetree.


this is my code:

$PAGES_TYPES['50'] = array(
'icon' = $ext_path .'res/image.png',
'allowedTables' = 'pages,pages_language_overlay,tt_content',
'onlyAllowedTables' = '0'
);  
t3lib_div::loadTCA('pages');
$pageItems = $TCA['pages']['columns']['doktype']['config']['items'];
array_push($pageItems, array('Sponsor Image nativ', '50'));


res/image.png exists! are there any changes in TYPO3 4.5 to add such a 
pagetype?


thanks in advance!

--
Regards,
Josef Florian Glatz
http://typo3blog.at | http://josdesign.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] adding new pagetype (icon fails)

2011-03-22 Thread Kay Strobach
Hi,

if (TYPO3_MODE == 'BE') {
t3lib_div::loadTCA('pages');
$TCA['pages']['columns']['module']['config']['items'][] = array(

'LLL:EXT:sitemgr/Resources/Private/Language/locallang_db.xml:tx_sitemgr_customer',
'sitemgr'
);
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-sitemgr',
t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif');
#$ICON_TYPES['sitemgr'] = array('icon' =
t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif');
}

should do the trick.

Greetings
Kay

-- 
http://www.kay-strobach.de - Open Source Rocks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english