Re: [TYPO3-english] any file explorer for 6.2?

2014-04-01 Thread Josef Florian Glatz
I also using my described method for maintenance work. With SSH or sFTP 
I can do maintainance stuff on a secure base. (also on android or iOS 
devices) To answer your question: I think there will be an updated 
version of ext:t3quixplorer in a few days/weeks/months. You also can 
create an issue at 
https://forge.typo3.org/projects/extension-t3quixplorer/issues


--
Kind regards,
Josef Florian Glatz
http://jousch.com || http://typo3blog.at

On 2014-04-01 07:47:11 +, Katja Lampela said:


Hi,

1.4.2014 0.05, Josef Florian Glatz kirjoitti:

For security reasons I suggest to only connect via secure sftp or
ssh/scp connection. Tools like WinSCP (win) or Transmit (osx) will do
the job.


Yes this is good for building the site. But I like the possibility to 
check for example some extension code in typo3conf/ext folder and copy 
and use/modify it within TYPO3 without having to have other programs 
running. You don't always access and modify the site with your own 
computer for example.



--

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


Re: [TYPO3-english] any file explorer for 6.2?

2014-03-31 Thread Josef Florian Glatz

Hi Katja,

For security reasons I suggest to only connect via secure sftp or 
ssh/scp connection. Tools like WinSCP (win) or Transmit (osx) will do 
the job.


--
Cheers, Josef Florian Glatz
http://jousch.com | http://typo3blog.at

On 2014-03-31 15:38:47 +, Katja Lampela said:


Hi,

The Quixplorer doesn't work with the new and mighty (!) 6.2.
Do you guys use ftp for files (other than in fileadmin) or is there a 
working extension for the job?


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


Re: [TYPO3-english] showAccessRestrictedPages and felogin return_url parameter (TYPO3 4.6)

2012-05-18 Thread Josef Florian Glatz

Am 10.05.2012 10:25, schrieb Josef Florian Glatz:

Am 08.05.2012 16:21, schrieb Josef Florian Glatz:

If I use

showAccessRestrictedPages = 20
showAccessRestrictedPages.addParams =
redirect_url=###RETURN_URL###pageId=###PAGE_ID###

in TMENU config, I get ?redirect_url=pageId=22 as a result. So, I
think the problem is that the value for the redirect_url getParameter is
missing.


It seams that this feature doesn't work since 2010? :-o

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

Does anyone know an workaround?






Push it!
Does nobody of u using this feature?


--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] showAccessRestrictedPages and felogin return_url parameter (TYPO3 4.6)

2012-05-18 Thread Josef Florian Glatz

Am 10.05.2012 10:25, schrieb Josef Florian Glatz:

Am 08.05.2012 16:21, schrieb Josef Florian Glatz:

If I use

showAccessRestrictedPages = 20
showAccessRestrictedPages.addParams =
redirect_url=###RETURN_URL###pageId=###PAGE_ID###

in TMENU config, I get ?redirect_url=pageId=22 as a result. So, I
think the problem is that the value for the redirect_url getParameter is
missing.


It seams that this feature doesn't work since 2010? :-o

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

Does anyone know an workaround?






It seems that anything went wrong in the class.tslib_menu.php on line 
1270 (TYPO3 4.6)


$addParams = 
str_replace('###RETURN_URL###',rawurlencode($LD['totalURL']),$addParams);



--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] typo3 4.7 issue with rgnewslinks

2012-05-16 Thread Josef Florian Glatz

Am 16.05.2012 09:47, schrieb J. Bakshi:


Dear list,

I have installed rgnewslinks version 1.0.4 with typo3 4.7.0
after installation I get the following error


Fatal error: Call to undefined method t3lib_div::_GPvar() in 
/var/www/mysite/typo3conf/ext/rgnewslinks/class.tx_rgnewslinks_hook.php on line 
73

```

Could any one suggest; how can I fix this issue ?

Thanks




Since v4.6 this function is removed.

use t3lib_div::_GP() instead of the old one.

BTW: The ext regnewslinks will not be devleoped anymore by the 
ext-developer.



--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] showAccessRestrictedPages and felogin return_url parameter (TYPO3 4.6)

2012-05-10 Thread Josef Florian Glatz

Am 08.05.2012 16:21, schrieb Josef Florian Glatz:

If I use

showAccessRestrictedPages = 20
showAccessRestrictedPages.addParams =
redirect_url=###RETURN_URL###pageId=###PAGE_ID###

in TMENU config, I get ?redirect_url=pageId=22 as a result. So, I
think the problem is that the value for the redirect_url getParameter is
missing.


It seams that this feature doesn't work since 2010? :-o

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

Does anyone know an workaround?



--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] showAccessRestrictedPages and felogin return_url parameter (TYPO3 4.6)

2012-05-08 Thread Josef Florian Glatz

Hi list,

is there anywhere a tutorial oder documentation how to realize a return 
to return_url within TYPO3 4.6/4.7 in the web-universe?


Thx in advance!

--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] showAccessRestrictedPages and felogin return_url parameter (TYPO3 4.6)

2012-05-08 Thread Josef Florian Glatz

Am 08.05.2012 16:06, schrieb Josef Florian Glatz:

Hi list,

is there anywhere a tutorial oder documentation how to realize a return
to return_url within TYPO3 4.6/4.7 in the web-universe?

Thx in advance!




If I use

showAccessRestrictedPages = 20
showAccessRestrictedPages.addParams = 
redirect_url=###RETURN_URL###pageId=###PAGE_ID###


in TMENU config, I get ?redirect_url=pageId=22 as a result. So, I 
think the problem is that the value for the redirect_url getParameter is 
missing.



--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] versionNumberInFilename problems

2011-12-27 Thread Josef Florian Glatz

Hello list,

I'm creating my own master-site-extension to startup new typo3 websites. 
After a few tests, i figured out, that on some websites the backend 
brakes if I set the following var to 1.


$TYPO3_CONF_VARS['BE']['versionNumberInFilename'] = '1';

Is there any reason why?

Maybe anyone can give me some tipps!

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


Re: [TYPO3-english] versionNumberInFilename problems

2011-12-27 Thread Josef Florian Glatz

Am 27.12.2011 18:40, schrieb Steffen Gebert:

On 27.12.11 18:27, Josef Florian Glatz wrote:

Hello list,

I'm creating my own master-site-extension to startup new typo3 websites.
After a few tests, i figured out, that on some websites the backend
brakes if I set the following var to 1.

$TYPO3_CONF_VARS['BE']['versionNumberInFilename'] = '1';

Is there any reason why?

Of course, you have to use mod_rewrite to rewrite that file names.

Do you have the rules in .htaccess enabled (and a recent version)?

Kind regards
Steffen



Hy Steffen!

Yeah oh my god that's why it works in a fresh 4.6.3...

thx and happy new year!

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


[TYPO3-english] config.minifyJS deprecated since TYPO3 4-6?

2011-11-14 Thread Josef Florian Glatz

Hello list,

im actually refactoring my own framework-extension which I used to 
speedup developing websites. Many predefined static typoscript 
templates, ... are inside and ready to use.


Since a few TYPO3 versions config.minifyJS and config.minifyCSS and 
config.concatenateJsAndCss is available.



TYPO3 4-6 introduces:

config.compressJs = 1
config.compressCss = 1
config.concatenateJs = 1
config.concatenateCss = 1

(example)
page.includeJSlibs {
jquery = code.jquery.com/jquery-1.6.1.min.js
jquery.external = 1
jquery.disableCompression = 1
jquery.excludeFromConcatenation = 1
}


So I think for future websites I can using the new features and can 
forget config.minifyJS, config.minifyCSS andconfig.concatenateJsAndCss?


I know that this older settings needs an own handler to doing real 
minifying.



Thx in advance!


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


Re: [TYPO3-english] howto enable tt_content subheader in actual TYPO3 version 4.5

2011-09-12 Thread Josef Florian Glatz

Am 06.09.2011 18:35, schrieb Peter Klein:

http://lists.typo3.org/pipermail/typo3-dev/2011-August/044109.html

--
Peter Klein

On Tue, 06 Sep 2011 14:15:31 +0200, Josef Florian Glatz
ty...@josdesign.at  wrote:


Hello list,


I've found a snippet howto re-enable the subheader for tt_content table
in be.

t3lib_extMgm::addToAllTCAtypes(tt_content, 'subheader;;8', '',
'after:header');

After this, my subheader is positioned at the Extended Tab. Can I
position this new field after the header? The syntax my snippet seems
to be outdated.

thx in advance!


Thx for your support!

I've re-enabled subheader in TYPO3 4-5 with the following snippets. Is 
there an easier way to enable? Or maybe a possiblity to make it 
compatible with future TYPO3 releases without checking if csc has 
changed after a release-upgrade?


extTables.php:
---
# re-enabling Subheaders tt_content
t3lib_div::loadTCA('tt_content');
t3lib_extMgm::addFieldsToPalette(tt_content,'header','subheader;;8','after:header');



TypoScript:
--

//-
// subheader für alle bekannten tt_content elemente re-enablen
lib.subheader = TEXT
lib.subheader {
  field = subheader
  required = 1

  dataWrap = h5 class=subheader subheaderlayout-{field:layout}|/h5
  htmlSpecialChars = 1

  editIcons = tt_content:subheader,layout
  editIcons.beforeLastTag = 1
  editIcons.iconTitle.data = 
LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.subheader


  prefixComment = 2 | Subheader:
}


//-
// lib.subheader mit jeden type mergen
tt_content.header {
  // Typ .header beinhaltet in .20 eine Subheaderkonfiguration)
  20 
  // füllen mit Konfiguration für aktuelles Projekt
  20  lib.subheader
}

tt_content.text {
 15 = TEXT
 15  lib.subheader
}

tt_content.image {
 15 = TEXT
 15  lib.subheader
}

tt_content.textpic {
 10.15 = TEXT
 10.15  lib.subheader
}

tt_content.bullets {
 15 = TEXT
 15  lib.subheader
}

tt_content.table {
 15 = TEXT
 15  lib.subheader
}

tt_content.uploads {
 15 = TEXT
 15  lib.subheader
}

tt_content.table {
 15 = TEXT
 15  lib.subheader
}

tt_content.multimedia {
 15 = TEXT
 15  lib.subheader
}

tt_content.swfobject {
 15 = TEXT
 15  lib.subheader
}

tt_content.qtobject {
 15 = TEXT
 15  lib.subheader
}

tt_content.media {
 15 = TEXT
 15  lib.subheader
}

tt_content.search {
 15 = TEXT
 15  lib.subheader
}

tt_content.login {
 15 = TEXT
 15  lib.subheader
}

tt_content.splash {
 15 = TEXT
 15  lib.subheader
}

tt_content.menu {
 15 = TEXT
 15  lib.subheader
}

tt_content.shortcut {
 15 = TEXT
 15  lib.subheader
}

tt_content.list {
 15 = TEXT
 15  lib.subheader
}


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


[TYPO3-english] howto enable tt_content subheader in actual TYPO3 version 4.5

2011-09-06 Thread Josef Florian Glatz

Hello list,


I've found a snippet howto re-enable the subheader for tt_content table 
in be.


t3lib_extMgm::addToAllTCAtypes(tt_content, 'subheader;;8', '', 
'after:header');


After this, my subheader is positioned at the Extended Tab. Can I 
position this new field after the header? The syntax my snippet seems 
to be outdated.


thx in advance!

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


Re: [TYPO3-english] BE unzip in Filelist

2011-04-05 Thread Josef Florian Glatz

Am 05.04.2011 10:06, schrieb Historia:

Hello,

Is it possible to unzip a file directly in the backend? I have the
functionality in the server and the correct path in the Install tool.
When I click on fileinfo I get the list of the files which are in the
zip files.

But there is no possibility to unzip.

I don't think to go to the console, unzip, chown is the only way to do it.

I run Typo3 4.5.2 on Suse 11.1 virtual root server

Thanks


hi

ext:kb_packman should be nice for you!

http://typo3.org/extensions/repository/view/kb_packman/current/

--
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] BE unzip in Filelist

2011-04-05 Thread Josef Florian Glatz

Am 05.04.2011 10:52, schrieb Historia:

Hello Josef,

used that happily for some time, but it is labelled obsolete. So I
thought there must be something else instead.

One hour in Google didn't help.

So I thought there might be a switch somewhere in the Backend or the
Install.

If there is nothing else I will use that.

Thanks

Am 05.04.2011 11:35, schrieb Josef Florian Glatz:

Am 05.04.2011 10:06, schrieb Historia:

Hello,

Is it possible to unzip a file directly in the backend? I have the
functionality in the server and the correct path in the Install tool.
When I click on fileinfo I get the list of the files which are in the
zip files.

But there is no possibility to unzip.

I don't think to go to the console, unzip, chown is the only way to do
it.

I run Typo3 4.5.2 on Suse 11.1 virtual root server

Thanks


hi

ext:kb_packman should be nice for you!

http://typo3.org/extensions/repository/view/kb_packman/current/




It works in TYPO3 4.5.2 testsystem on my integrationserver

--
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-24 Thread Josef Florian Glatz

Am 23.03.2011 19:26, schrieb Kay Strobach:

Hello Josef,

this way adds a new module icon (like the one for tt_news).
I don't know if it was exactly what you wanted.
The ^^ sings define the name of the module and how the icon is bound to
which value.

If you wanna add an additional PageType beside standard, shortcut,
sysfolder, you may also load the tca and than add new items.

Take a look into the following file around line 717, there is should be
anything related to pagetypes ;)

typo3/sysext/cms/tbl_cms.php

Regards
Kay

Am 23.03.2011 09:55, schrieb Josef Florian Glatz:

Am 22.03.2011 21:18, schrieb Kay Strobach:

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');
 }


thx kay for your answer!

but where can I define the doktype-id (e.g. 45)






Thx for answer,


for adding icons to pages I use

t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-folderhead',
'../fileadmin/pagetypes/text_heading_3.png');
$TCA['pages']['columns']['module']['config']['items'][] = 
array('Headline', 'folderhead', 
'../fileadmin/pagetypes/text_heading_3.png');




And there's also a way to add/define a doktype via TCEFORM:
TCEFORM.pages.doktype {
  addItems.44 = Sponsor Image
  addItems.45 = LLL:EXT:lang/locallang_tca.php:heading
}



But I want to add a new doktype via ext_tables.php in my extension, that 
I can define a fix icon for new doktype.


Now I've only one thing that is missing! This is my code, I hope this is 
correct cgl and current api... (ext_tables.php in my own extension:)


t3lib_div::loadTCA('pages');

$pageItems = $TCA['pages']['columns']['doktype']['config']['items'];

// DokType 54
$PAGES_TYPES['54'] = array(
'type' = '',
'allowedTables' = '',
'onlyAllowedTables' = '0'
);
t3lib_SpriteManager::addTcaTypeIcon('pages', '54', 
'../fileadmin/pagetypes/image.png');

array_push($pageItems, array('Sponsor Image (new)', '54'));


The only one thing which is missing:

In the SELECT where you can choose a DokType: Icon doesn't appear.
Is it possible to fix that also?

thx 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-24 Thread Josef Florian Glatz

Am 24.03.2011 08:59, schrieb Josef Florian Glatz:

Am 23.03.2011 19:26, schrieb Kay Strobach:

Hello Josef,

this way adds a new module icon (like the one for tt_news).
I don't know if it was exactly what you wanted.
The ^^ sings define the name of the module and how the icon is bound to
which value.

If you wanna add an additional PageType beside standard, shortcut,
sysfolder, you may also load the tca and than add new items.

Take a look into the following file around line 717, there is should be
anything related to pagetypes ;)

typo3/sysext/cms/tbl_cms.php

Regards
Kay

Am 23.03.2011 09:55, schrieb Josef Florian Glatz:

Am 22.03.2011 21:18, schrieb Kay Strobach:

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');
}


thx kay for your answer!

but where can I define the doktype-id (e.g. 45)






Thx for answer,


for adding icons to pages I use

t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-folderhead',
'../fileadmin/pagetypes/text_heading_3.png');
$TCA['pages']['columns']['module']['config']['items'][] =
array('Headline', 'folderhead',
'../fileadmin/pagetypes/text_heading_3.png');



And there's also a way to add/define a doktype via TCEFORM:
TCEFORM.pages.doktype {
addItems.44 = Sponsor Image
addItems.45 = LLL:EXT:lang/locallang_tca.php:heading
}



But I want to add a new doktype via ext_tables.php in my extension, that
I can define a fix icon for new doktype.

Now I've only one thing that is missing! This is my code, I hope this is
correct cgl and current api... (ext_tables.php in my own extension:)

t3lib_div::loadTCA('pages');

$pageItems = $TCA['pages']['columns']['doktype']['config']['items'];

// DokType 54
$PAGES_TYPES['54'] = array(
'type' = '',
'allowedTables' = '',
'onlyAllowedTables' = '0'
);
t3lib_SpriteManager::addTcaTypeIcon('pages', '54',
'../fileadmin/pagetypes/image.png');
array_push($pageItems, array('Sponsor Image (new)', '54'));


The only one thing which is missing:

In the SELECT where you can choose a DokType: Icon doesn't appear.
Is it possible to fix that also?

thx in advance




Okay...

here's my solution:

t3lib_div::loadTCA('pages');

$pageItems = $TCA['pages']['columns']['doktype']['config']['items'];

// DokType 44
$PAGES_TYPES['44'] = array(
'type' = '',
'allowedTables' = '',
'onlyAllowedTables' = '0'
);
t3lib_SpriteManager::addTcaTypeIcon('pages', '44', 
'../fileadmin/pagetypes/image.png');
array_push($pageItems, array('Sponsor Image', '44', 
'../fileadmin/pagetypes/image.png'));



Is that actually correct in TYPO3 4.5?


--
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-23 Thread Josef Florian Glatz

Am 22.03.2011 21:18, schrieb Kay Strobach:

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');
}


thx kay for your answer!

but where can I define the doktype-id (e.g. 45)

--
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


[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


[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] Getting the UID of a FCE with Typoscript

2011-03-18 Thread Josef Florian Glatz

Am 18.03.2011 14:19, schrieb Morten Kjems:

you could save much time if you look to the manual, it's all in.


Sorry missed it...


register:tx_templavoila_pi1.parentRec.uid


And thanks for the solution. Works perfect :-)

Please can you provide a snippet how you implement the register?

thx

--
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


[TYPO3-english] [news2] Show 2nd media element in listview

2011-03-17 Thread Josef Florian Glatz

Hi list,

I'm actually building my t3videoblog with news2 (Georg convinced me^^ ). 
When I check Show in preview views on two media elements only the 
first media element will be shown in listview.


A) is there a way to get the second media element which has checked 
show in preview views? My idea behind this is that I want to make 
different listviews for typo3tuts. (listview with image (num0) for the 
imageslider an startpage; listview with image (num1) for thumb on 
listview-grid; listview with image (num2) for listview-rows)



B) is there a setting to hide images in detailview, which have show in 
preview views checked?




any suggestions or tipps? :-)

thx in forward


http://forge.typo3.org/projects/extension-news2/


--
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] access rights of single data records?

2011-03-16 Thread Josef Florian Glatz

Am 16.03.2011 08:30, schrieb Xavier Perseguers:

Hello,


is it possible to have data records (i.e. tt_address items), which are
only editable by specific BE-users?

The problem is, that I have a couple of tt_address items in a sysfolder.
Under the Access panel, I can specify a group or user which has backend
access to it. But that way either all tt_address items can be accessed
or none. Is there a way, to say user X can edit item A, user Y can edit
item B and so forth?


Create folders to group your records and assign proper ACL to them.



I think i've found a ext a few years ago, which allows ACL on records. 
But I didn't know the name.. ;-(


--
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] New version of direct_mail

2011-03-15 Thread Josef Florian Glatz

Am 15.03.2011 11:07, schrieb Xavier Perseguers:

Hi there,

A new version of direct_mail has been announced and is available on TER.
Now I wonder why the SVN repository on Forge has not been used to push
changes there. The last update is from 2.6.9, two months ago.



FYI:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2011-002/

--
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] Typoscript in a file

2011-03-14 Thread Josef Florian Glatz

Am 14.03.2011 10:34, schrieb Marcus 'biesior' Biesioroff:

W dniu 11-03-13 19:13, Tomasz Melcer pisze:

Hello,

I am now writing all my TypoScript in a file, and my template record is
just including this file. This makes me easier to coordinate with
changes to html/css template, as I can keep everything in Subversion.

Are there any disadvantages of this method compared to keeping TS in the
database?

Thanks,

Tomasz Melcer


Main disadvantage is that you're not able to use T3editor with syntax
coloring... so... if you feel pretty well with TSref it's no problem.


Since TYPO3 4.5.x its possible to edit those linked files in t3editor :)


This model is quite good, when there is some team that should have
'mirrored' configuration for their local - development environments.

On the other hand, when I'm working alone on projects I prefer to store
templates in DB.

Finally, in case of subtemplates (that Ivano is asking in some post
below) there is possible to use TS conditions to make individual
configuration on the chosen part of tree only.

ie.:

[PIDinRootline = 123, 345]
page.10 
page.10  plugin.tx_someplugin_pi1
page.10.code = SINGLE
[global]




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


[TYPO3-english] Templavoila-FCE random Sections?

2011-03-09 Thread Josef Florian Glatz

Hi,

I've got an simple FCE with Sections. Each Section represents an li 
with content. How can I output this Sections in random order so that the 
ul/li-listing is randomized on different pids.


Any suggestions how I can solve this?

thanks in advance, maybe anyone has a tipp for me :-)

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


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

2011-03-09 Thread Josef Florian Glatz

Am 09.03.2011 15:44, schrieb Bjoern Pedersen:

Am 09.03.2011 15:30, schrieb Katja Lampela:

Hi,

After upgrading the backend is blank, frontend works. Install tool works
too and I have displayErrors to 2
and my IP address in devIPmask, but no errors.

Server error log gives for example:

PHP Fatal error:  Cannot redeclare class t3lib_div in
/home/webadmin/typo3_src-4.4.4/t3lib/class.t3lib_div.php on line 230,
referer: http://www.myaddress.fi/typo3/backend.php



If i remember correctly, I had something similar due to some broken
extension.
Either try manually clearing typo3conf/temp_* or
maybe google can find something?

Björn
My solution was clearing cache und browser refresh. I had the same 
behaviours on some TYPO3 installations on my dev-server.


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


Re: [TYPO3-english] Newsletter distribution via Cronjob - Missing Salutation

2011-02-22 Thread Josef Florian Glatz

Am 22.02.2011 09:23, schrieb Chris:

Hi Guys

we have an error with sending the newsletter via cronjob: The marker
###USER_tx_gender### is not displayed in the newsletter.
Only the last name (###last_name###) is displayed correctly, e.g. Meier.

Though by sending the newsletter manually via  Invoke Mailer Engine
everything is displayed correctly, e.g. Sehr geehrter Herr Meier.

We are using Typo3 4.4.4
direct_mail 2.6.9
(We have entered gender,las_name in the addRecipFields of
direct_mail in the extension manager.)
df_direct_mail_subscription 1.0.5

In our newsletter template the markers are named as follows:
###USER_tx_gender### ###USER_last_name###

We have already changed the backend language english/german. But it
didn't help neither.

Do you know what we are doing wrong?

Thank you in advance
Best Regards
Chris
I didn't found a working extension for that problem. Thats why I'm 
develop a salutation-extension for direct_mail which works for me on 4 
installations:

http://typo3.org/extensions/repository/view/directmail_personalization/current/




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


[TYPO3-english] t3blog - Fatal error: Call to a member function writelog() after posting comment with TYPO3 4.5

2011-02-22 Thread Josef Florian Glatz

Hi,

I've installed current trunk-version of t3blog. After that, I can't 
comment anymore.


When I send the comment an error occurs:

Fatal error: Call to a member function writelog() on a non-object in 
/srv/www/typo3/typo3_src-4.5.0/t3lib/class.t3lib_tcemain.php on line 6774



I've found the same problems in the internet for other extensions:

http://old.nabble.com/mm_forum-1.9.2-Antworten-nicht-m%C3%B6glich-td30970261.html
http://bugs.typo3.org/view.php?id=16843
http://www.bastian-bringenberg.de/willkommen/news/article/update-von-v.html
http://www.typo3.net/forum/beitraege/gaestebuch/103567/


Is there a solution to fix that?

My system:
TYPO3 4.5.0
t3blog: svnversion (22.02.2011)

thanks in advance

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


Re: [TYPO3-english] t3blog - Fatal error: Call to a member function writelog() after posting comment with TYPO3 4.5

2011-02-22 Thread Josef Florian Glatz

Am 22.02.2011 10:12, schrieb Josef Florian Glatz:

Hi,

I've installed current trunk-version of t3blog. After that, I can't
comment anymore.

When I send the comment an error occurs:

Fatal error: Call to a member function writelog() on a non-object in
/srv/www/typo3/typo3_src-4.5.0/t3lib/class.t3lib_tcemain.php on line 6774


I've found the same problems in the internet for other extensions:

http://old.nabble.com/mm_forum-1.9.2-Antworten-nicht-m%C3%B6glich-td30970261.html

http://bugs.typo3.org/view.php?id=16843
http://www.bastian-bringenberg.de/willkommen/news/article/update-von-v.html
http://www.typo3.net/forum/beitraege/gaestebuch/103567/


Is there a solution to fix that?

My system:
TYPO3 4.5.0
t3blog: svnversion (22.02.2011)

thanks in advance


EDIT: The comment will be saved correctly!

if this helps..

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


Re: [TYPO3-english] t3blog - Fatal error: Call to a member function writelog() after posting comment with TYPO3 4.5

2011-02-22 Thread Josef Florian Glatz

Am 22.02.2011 10:43, schrieb Sebastiaan de Jonge:

Hi Josef,

I remember having the same problem, I solved it for my blog by commenting
the blogging lines since at the moment of testing I didn't have any real
time to figure out what was causing it. I was also unable to find anyone
else that could confirm the problem at that time. I figured it was an
isolated incident and didn't bother to look further. Was also only on 4.5,
so perhaps some changes need to be made to T3BLOG to make it compatible with
4.5 or perhaps something is even wrong in the core.

Hope this helps,
Sebastiaan

On Tue, Feb 22, 2011 at 10:14 AM, Josef Florian Glatzty...@josdesign.atwrote:


Am 22.02.2011 10:12, schrieb Josef Florian Glatz:

  Hi,


I've installed current trunk-version of t3blog. After that, I can't
comment anymore.

When I send the comment an error occurs:

Fatal error: Call to a member function writelog() on a non-object in
/srv/www/typo3/typo3_src-4.5.0/t3lib/class.t3lib_tcemain.php on line 6774


I've found the same problems in the internet for other extensions:


http://old.nabble.com/mm_forum-1.9.2-Antworten-nicht-m%C3%B6glich-td30970261.html

http://bugs.typo3.org/view.php?id=16843

http://www.bastian-bringenberg.de/willkommen/news/article/update-von-v.html
http://www.typo3.net/forum/beitraege/gaestebuch/103567/


Is there a solution to fix that?

My system:
TYPO3 4.5.0
t3blog: svnversion (22.02.2011)

thanks in advance

  EDIT: The comment will be saved correctly!


if this helps..


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






Thanks for your answer!

In this moment I've found good news: 
http://blog.web-works.eu/web/typo3-4-5-lts-fehler-beim-frontend-zugriff-auf-clearcachecmd/#more-1191


I'm waiting until morning - 4.5.1 releasedate. maybe...

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


Re: [TYPO3-english] t3blog - Fatal error: Call to a member function writelog() after posting comment with TYPO3 4.5

2011-02-22 Thread Josef Florian Glatz

Am 22.02.2011 10:59, schrieb Dmitry Dulepov:

Hi!

Josef Florian Glatz wrote:

I've installed current trunk-version of t3blog. After that, I can't
comment anymore.

When I send the comment an error occurs:

Fatal error: Call to a member function writelog() on a non-object in
/srv/www/typo3/typo3_src-4.5.0/t3lib/class.t3lib_tcemain.php on line 6774


Please, report to Forge.

hi dmitry,

I've add issue to forge.


thanks!

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


Re: [TYPO3-english] Newsletter distribution via Cronjob - Missing Salutation

2011-02-22 Thread Josef Florian Glatz

Am 22.02.2011 10:50, schrieb Chris:

Am 22.02.2011 09:27, schrieb Josef Florian Glatz:

Am 22.02.2011 09:23, schrieb Chris:

Hi Guys

we have an error with sending the newsletter via cronjob: The marker
###USER_tx_gender### is not displayed in the newsletter.
Only the last name (###last_name###) is displayed correctly, e.g.
Meier.

Though by sending the newsletter manually via  Invoke Mailer Engine
everything is displayed correctly, e.g. Sehr geehrter Herr Meier.

We are using Typo3 4.4.4
direct_mail 2.6.9
(We have entered gender,las_name in the addRecipFields of
direct_mail in the extension manager.)
df_direct_mail_subscription 1.0.5

In our newsletter template the markers are named as follows:
###USER_tx_gender### ###USER_last_name###

We have already changed the backend language english/german. But it
didn't help neither.

Do you know what we are doing wrong?

Thank you in advance
Best Regards
Chris

I didn't found a working extension for that problem. Thats why I'm
develop a salutation-extension for direct_mail which works for me on 4
installations:
http://typo3.org/extensions/repository/view/directmail_personalization/current/







Hi Josef,

thanks for the Extensions. It works but Multilanguage is not supported?
I have 2 Newsletter (one with german salution and one with english
salution)

Best Regards
Chris

No, I didn't know to implement this. If you have an idea how to 
implement this, please write me an email!!! :-)


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


[TYPO3-english] [t3blog] only get plain string von field:title?

2011-02-21 Thread Josef Florian Glatz

hi guys,

I want to get the plain string from the author.

If I use:

10 = TEXT
10.field = title

I get the title with the whole wrap and a-tag.
Is there a possiblity to display the post-title in blogList without wraps?

Thanks in forward!

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


Re: [TYPO3-english] [t3blog] only get plain string von field:title?

2011-02-21 Thread Josef Florian Glatz

Am 21.02.2011 11:47, schrieb Hendrik:

Am 21.02.2011 11:17, schrieb Josef Florian Glatz:

hi guys,

I want to get the plain string from the author.

If I use:

10 = TEXT
10.field = title

I get the title with the whole wrap and a-tag.
Is there a possiblity to display the post-title in blogList without
wraps?

Thanks in forward!



try this...

10 = TEXT
10.field = title
10.stripHtml = 1



THX! basic typoscript - whatelse?!?!?!?!

Thank you for your help.

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


[TYPO3-english] t3blog - searchBox finds same post xtimes

2011-02-21 Thread Josef Florian Glatz

Hi,

I've insert the blgo widget searchbox and it works. But sometimes the 
searchresults displays the same posts more than once?


Does anyone else getting this error?

Thanks in advance

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


Re: [TYPO3-english] t3blog - searchBox finds same post xtimes

2011-02-21 Thread Josef Florian Glatz

Am 21.02.2011 19:25, schrieb Dmitry Dulepov:

Hi!

Josef Florian Glatz wrote:

I've insert the blgo widget searchbox and it works. But sometimes the
searchresults displays the same posts more than once?


Fixed in svn version.


Thank You!

Anyway, after installing trunk:

pi1/widgets/blogList/class.singleFunction.php line 1146: remove last comma



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


Re: [TYPO3-english] t3blog - searchBox finds same post xtimes

2011-02-21 Thread Josef Florian Glatz

Am 22.02.2011 08:30, schrieb Dmitry Dulepov:

Hi!

Josef Florian Glatz wrote:

Anyway, after installing trunk:

pi1/widgets/blogList/class.singleFunction.php line 1146: remove last
comma


Why? Here is the code:

$markerArray = array(
'###TITLE###' = strip_tags($pObjPiVars['blogList']['commenttitle']),
'###TEXT###' = strip_tags($pObjPiVars['blogList']['commenttext']),
'###AUTHOR###' = $this-localPiVars['commentauthor'],
'###EMAIL###' = $this-localPiVars['commentauthoremail'],
'###WEBSITE###' = $this-localPiVars['commentauthorwebsite'],
'###IP###' = t3lib_div::getIndpEnv('REMOTE_ADDR'),
'###TSFE###' = t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST'),
'###POSTTITLE###' = is_array($titleRow) ? $titleRow['title'] : '',
'###LINK###' = $this-getPermalink($this-uid,
$this-getPostDate($this-uid), true)
);


Line 1146 is with ###POSTTITLE###.



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

After downloading trunk there where two commas at the end of line.

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


[TYPO3-english] T3BLOG RSS Feed and RealURL

2011-02-17 Thread Josef Florian Glatz

Hi,

With the rss-widget it is possible to link to posts 0.91, comments 0.91, 
posts 2.0  comments 2.0.


How does realUrl know, which rss-feed is requested. And how can I change 
the title of the rss-feed for comments?


Any suggestions or tipps how I can realize?

Thanks in forward,
Josef Florian Glatz
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] T3BLOG RSS Feed and RealURL

2011-02-17 Thread Josef Florian Glatz


Ah...

define 1 ts-setup for every rss-type and use unique typeNum?

e.g.: realurl: comments.xml - typeNum=101

Did I understand you correct?

thanks
Josef Florian Glatz


Am 17.02.2011 12:15, schrieb Dmitry Dulepov:

Hi!

Josef Florian Glatz wrote:

How does realUrl know, which rss-feed is requested.


Type of the feed corresponds to typeNum GET parameter.



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


Re: [TYPO3-english] T3BLOG RSS Feed and RealURL

2011-02-17 Thread Josef Florian Glatz

Thank you Lorenz,

my Blog-entries are on an subpage of my rootpage. e.g. 
typo3blog.at/blog/atom.xml is it possible to configure realurl in the 
way that I can use for example typo3blog.at/atom.xml


thx in advance,
Josef Florian Glatz

Am 17.02.2011 14:14, schrieb Lorenz Ulrich:

Hi Josef Florian

Use the filenames part in your RealURL config:

// configure filenames for different pagetypes
'fileName' = array(
'index' = array(
'rss.xml' = array(
'keyValues' = array(
'type' = 100,
),
),
'rss091.xml' = array(
'keyValues' = array(
'type' = 101,
),
),
'atom.xml' = array(
'keyValues' = array(
'type' = 103,
),
),
),
),


rss.xml will match to page type 100 etc.

Best regards,


Lorenz


Am 17.02.2011 13:07, schrieb Josef Florian Glatz:


Ah...

define 1 ts-setup for every rss-type and use unique typeNum?

e.g.: realurl: comments.xml - typeNum=101

Did I understand you correct?

thanks
Josef Florian Glatz


Am 17.02.2011 12:15, schrieb Dmitry Dulepov:

Hi!

Josef Florian Glatz wrote:

How does realUrl know, which rss-feed is requested.


Type of the feed corresponds to typeNum GET parameter.







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


Re: [TYPO3-english] T3BLOG RSS Feed and RealURL

2011-02-17 Thread Josef Florian Glatz

No - I think RSS for posts are enough.

thanks
JFG

Am 17.02.2011 15:22, schrieb Lorenz Ulrich:

Hi

  There are problems to get both feeds as:
 
  http://typo3blog.dev/blog/?type=100 (post-feed)
  http://typo3blog.dev/blog/?type=101 (should be comments-feed but is
  post-feed)
  ist there an chance to define die comments-feed through TS?

I also experienced that issue but instead of solving it I dropped the
RSS for comments. Did you ever subscribe to a RSS comments feed?

Maybe it is a bug. Try to track it down in the source.


Lorenz


Am 17.02.2011 15:14, schrieb Josef Florian Glatz:


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


Re: [TYPO3-english] T3BLOG RSS Feed and RealURL

2011-02-17 Thread Josef Florian Glatz

Thank you for your help! It works!

plugin.tx_t3blog_pi1 {
  blogPid = 2
}




Am 17.02.2011 16:24, schrieb Bjoern Pedersen:

Am 17.02.2011 15:19, schrieb Lorenz Ulrich:

Hi


my Blog-entries are on an subpage of my rootpage. e.g.
typo3blog.at/blog/atom.xml is it possible to configure realurl in the
way that I can use for example typo3blog.at/atom.xml


Don't know of any possibility to do that. But that doesn't mean that
there isn't any.

Lorenz

Am 17.02.2011 14:52, schrieb Josef Florian Glatz:

Thank you Lorenz,



If you have the setupo for the feeds in your root template and
configured everything correctly (e.g. starting point of the feeds set
up), then you should be able to access the feeds from every page.

Björn


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


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

2011-02-16 Thread Josef Florian Glatz

Am 15.02.2011 16:09, schrieb Dmitry Dulepov:

What kind of problems do you, guys, have?

Stefano Cecere wrote:

i was struggling with the same setup..

i am quite about to give up t3blog :(
but i hope to give a final last try tomorrow




Hi,

i've got following structure

home
-blog
-blog-detail
-tutorials

..and many more pids..


I want to display on home:
-latest comments in my own special design for this pid
-latest entries with category xy in my own special design for this pid
-latest entries with category aa with just date and title

I want to display on blog:
-a basic blog
--maincontent: listing of entries with pagebrowser
--sidebar: categories, tags, archive

I want to display on tutorials:
-a basic blog with entries from category xy only which point to the 
detailpid



So, how should I include my T3Blog-Parts in my TV-Site? AND how can I 
style each other?



Thanks in forward,
JFG
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


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

2011-02-16 Thread Josef Florian Glatz

:-o WOW. oh.. hmm

THANKS! But how can I modify e.g. TagCloud?
I've found ext/t3blog/pi1/widgets/tagCloud/setup.txt and modify a copy 
in my own TS-setup.


thx in forward,
Josef Florian Glatz

Am 16.02.2011 12:30, schrieb 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 comments, latest 
posts, RSS, searchbox, social bookmarks, tag cloud, most viewed posts


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





**

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 conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.




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


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

2011-02-16 Thread Josef Florian Glatz

Sorry!

I've insert T3Blog Tag Cloud Widget as Content Element Blog Widget 
Selector. The output is correct.


But I want to modify the Output from the originally widget-TS to this one:

plugin.tx_t3blog_pi1.tagCloud {
maxColor = #94DF00
minColor = #E9FFBF


globalWrap = COA
globalWrap {
wrap = div class=sidebar-tags|
10 = TEXT
10 {
wrap = h1|/h1h2Oft benutzte Keywords/h2
field = title
}
20 = TEXT
20 {
field = data
}
}

list = TEXT
list {
			wrap = ul|/ul/divdiv style=clear:both; 
margin-bottom:-8px;/div

field = text
}

item = TEXT
item {
wrap = li|/li
field = text
}
}


But nothing happens.

I don't know which TypoScriptpath I should overwrite.

thanks
Josef Florian Glatz


Am 16.02.2011 16:46, schrieb 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


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



**

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 conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.




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


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

2011-02-16 Thread Josef Florian Glatz

Thank you guys for help!

BTW: I've found a missing translation in the tagCloud-Widget 
http://forge.typo3.org/issues/13099


Regards,
JFG

Am 16.02.2011 17:29, schrieb 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  plugin.tx_t3blog_pi1.tagCloud


Your line is contained also in the file  /t3blog/static/t3blog/pi2/setup.txt
So I guess that this objects are mainly mere copies of their pi1 
counterparts, and I guess that you could have obtained the same results using directly

plugin.tx_t3blog_pi2.tagCloud{
  // all your TS here
}

Instead of making a copy of the object.
BTW: When you want to overwrite TS properties of the objects you use, or just 
see what objects are in use , the TSOB (TypoScript Object Browser) is your best 
friend :D
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


**

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 conto delle responsabilita connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.




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


Re: [TYPO3-english] T3BLOG new post: cannot create content

2011-02-16 Thread Josef Florian Glatz

Thank you! It was TCAmanipulate :-o

Am 15.02.2011 10:28, schrieb Sebastiaan de Jonge:

Hi,

Are you by any chance using the TCAmanipulate extension? I had that
installed, it was giving me some problems (because of deprecated function
calls). I used the Tamper Data addon for Firefox to debug the HTTP requests
that were done. Since the CE elements are added via IRRE, this is all done
via AJAX (so you're not seeing what really happens). What would perhaps help
is to open the AJAX request in a new tab (via Tamper Data). This way I found
out what was wrong with my installation.

Cheers,
Sebastiaan

On Tue, Feb 15, 2011 at 9:52 AM, Josef Florian Glatzty...@josdesign.atwrote:


Am 15.02.2011 09:18, schrieb Dmitry Dulepov:

  Hi!


Josef Florian Glatz wrote:


I'm using TYPO3 4.5.0 and T3BLOG 1.1.0 and when I create a post in the
backendmodule and try to add new post content (Your content / Create
new) nothin happens. It seems that there is no action when I click on
Create new. I tried it also via Backendmodul List - no chance...

Do you have any suggestions?



Check if you have any javascript errors.

  Thanks for your answer dmitry!


There are no js-errors. very strange. I will try to reproduce it on another
TYPO3 installation.

Josef Florian Glatz

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







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


Re: [TYPO3-english] T3BLOG new post: cannot create content

2011-02-15 Thread Josef Florian Glatz

EDIT: I don't use date2cal - so the problem seems to be anywhere else..

JFG

Am 15.02.2011 08:55, schrieb Josef Florian Glatz:

Hi,

I'm using TYPO3 4.5.0 and T3BLOG 1.1.0 and when I create a post in the
backendmodule and try to add new post content (Your content / Create
new) nothin happens. It seems that there is no action when I click on
Create new. I tried it also via Backendmodul List - no chance...


Do you have any suggestions?

Thanks in forward,
Josef Florian Glatz


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


Re: [TYPO3-english] T3BLOG new post: cannot create content

2011-02-15 Thread Josef Florian Glatz

Am 15.02.2011 09:18, schrieb Dmitry Dulepov:

Hi!

Josef Florian Glatz wrote:

I'm using TYPO3 4.5.0 and T3BLOG 1.1.0 and when I create a post in the
backendmodule and try to add new post content (Your content / Create
new) nothin happens. It seems that there is no action when I click on
Create new. I tried it also via Backendmodul List - no chance...

Do you have any suggestions?


Check if you have any javascript errors.


Thanks for your answer dmitry!

There are no js-errors. very strange. I will try to reproduce it on 
another TYPO3 installation.


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


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

2011-02-15 Thread Josef Florian Glatz

Hello,

I'm actually building an personal TYPO3-Blog for video-tutorials. And 
the whole site is built with Templavoila. I've found a few howtos, to 
include T3BLOG in TV, but none of them really worked fine.


I'm using actual versions from T3BLOG  TYPO3.

Has anyone of you finished integrating T3BLOG into TV-website?

Thanks in forward,
JFG
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] T3BLOG new post: cannot create content

2011-02-14 Thread Josef Florian Glatz

Hi,

I'm using TYPO3 4.5.0 and T3BLOG 1.1.0 and when I create a post in the 
backendmodule and try to add new post content (Your content / Create 
new) nothin happens. It seems that there is no action when I click on 
Create new. I tried it also via Backendmodul List - no chance...



Do you have any suggestions?

Thanks in forward,
Josef Florian Glatz
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english