Did you already restart your WampServer?
On 05/03/2012 09:56 AM, tom liu wrote:
Hi,
I am trying to install introductionpackage-4.7.0, I have
WampServer2.1e-x32.exe installed on my WindowXP computer.
When I am trying to install, I see this below info:
#1294587482: TYPO3 Installation Error: The f
Hi list,
Using typo3 4.5, I have an extension and I wanna display my table in
list view with my own condition (relating to BE user group).
SQL statement:
SELECT * FROM my_table WHERE be_groups = 2
What should I need to configure in ext_tables.php ? or I need to create
userFunc? What should I
Hi list,
In TCA, I cannot get ###THIS_UID### when I tried to select only
positions that associates with my current item.
'position' => array(
'label' => 'Position',
'config' => array(
'type' => 'select',
'foreign_table' => 'position',
I also try to change in install tool but it's still not work.
On 03/16/2012 02:41 PM, Hauke Hain wrote:
Hi,
Am 16.03.2012 08:31, schrieb Rayuth You (Yuth):
Hi list,
In BE I want to change my datetime format from default to my customer
format ('8:00 16-3-2012' to '8:00 16
Hi list,
In BE I want to change my datetime format from default to my customer
format ('8:00 16-3-2012' to '8:00 16.3.2012')
'event_start' => array(
'label' => 'Event start',
'config' => array(
'type' => 'input',
'size' => 20,
Hi,
On 03/01/2012 05:17 PM, Jigal van Hemert wrote:
A text field has no width property in TCA. You could make user-defined
eval function which limits the length to 1000 characters.
Thank you for your idea.
--
Rayuth You
Web Developer
M: +855 11 262 078
E: ray...@typo3cambodia.org
TYPO3
Hi list,
I want to limit max length only 1000 characters for my textarea field.
As type 'input' that have property 'max'.
Here is my configuration:
'additional' => array(
'label' => 'Additional',
'config' => array(
'type' => 'text',
'rows' => 30,
t; 'removeNonActiveAccount',
'switchableControllerActions' => array (
'1' => array('controller' => 'QuestionAnswer', 'actions' =>
'removeNonActiveAccount')
)
);
$dispatcher = new Tx_Extbase_Dispatch
Hi list,
In extbase 1.3.0
$bootstrap = t3lib_div::makeInstance('Tx_Extbase_Core_Bootstrap');
$bootstrap->run('', $configuration);
And in 1.2.0, I changed from Tx_Extbase_Core_Bootstrap to
Tx_Extbase_Dispatcher
$bootstrap = t3lib_div::makeInstance('Tx_Extbase_Dispatcher');
$bootstrap->dispatch(
Thanks for your hint, now it works!
On 01/13/2012 12:40 PM, Jigal van Hemert wrote:
Hi,
On 13-1-2012 3:47, Rayuth You (Yuth) wrote:
Using typo3 4.5.10 and DAM 1.2.2 , I got no thumbnail generate in BE and
do not display in FE when the name of image is in German.
Check in the Install Tool if
Hi list
Using typo3 4.5.10 and DAM 1.2.2 , I got no thumbnail generate in BE and
do not display in FE when the name of image is in German.
But it works fine when file name is no such characters like ä, ü , ...
Any body having some hint?
Regards,
Rayuth
--
Khmer TYPO3 User Group
Spirit of sh
Hi Victor
Thanks now it works :)
Rayuth
On 01/03/2012 06:30 PM, Victor Livakovsky wrote:
Hi.
Here is my TypoScript:
page.headerData.10 = TEXT
page.headerData.10 {
field = ###PRODUCT_TITLE###
noTrimWrap = |||
stdWrap.htmlSpecialChars = 1
}
I'm sure, there is no field ###PRODUCT_TITLE### in
Hi list
Using TYPO3 4.5.0 and tt_products 2.7.2, I wanna overwrite with
product's title NOT the page's title anymore.
Here is my TypoScript:
page.headerData.10 = TEXT
page.headerData.10 {
field = ###PRODUCT_TITLE###
noTrimWrap = |||
stdWrap.htmlSpecialChars = 1
}
But what I got is EMPT
13 matches
Mail list logo