Hi Marina,
On 11.06.13 08:59, marina t wrote:
> Dear all,
>
> I have followed with increasing desperation the exchange started by
> Jigal van Hemert a couple of days ago.
Could you point me to the exchange you mention?
> When I came across TYPO3 in my research for a usable alternative to
> Word
On 07.06.13 17:09, Muriel le Pair wrote:
> Hi,
>
> My controller contains a bunch of actions listAction(), showAction() etc.
> Why is the listAction() performed by default, and where do I set this?
> And how do I switch from one action to another?
Hi,
your Plugin settings (ext_localconf) defines
What do you do inside your userFunc...
On 15/10/12 10:46, Shahil Sham wrote:
Hi guys,
I've set up a userFunction as per
http://lists.typo3.org/pipermail/typo3-project-templavoila/2009-March/004008.html
It works, but is extremely slow. It takes about 15-20 seconds extra when
cache is cleared.
Personally I did not like the idea to use FLUID templates. As far as I
remember, they are quite slow. TemplaVoila parses everything during
mapping and stores it serialized, so I expect it is even faster than
the marker way and definitely faster than FLUID.
Did anything change with FLUID perf
Hi all,
On 09/10/12 13:14, Thomas Skierlo wrote:
Hello Stefano,
no, you are not the only one who is worried about TYPO3. Over many
years TYPO3 was a perfect base for integrators to build up powerful
websites. Most extensions worked properly up to the 4.5 branch. Today
some very important ext
Hi,
Hi,
Is it possible to strip this folder t3/ from the virtual URL? If yes,
how can this be done? If no, can this be accomplished with CoolURI?
This is not possible from a logical point of view. CoolURI and RealURL
use the .htaccess file in your t3/ folder to map their paths but a
request mu
On 17/02/12 15:08, Oliver Salzburg wrote:
On 2012-02-17 14:37, "Christian Müller (FLOW3 Team)" wrote:
Hi Oliver,
1. ... you would produce a full qualified XML file which is not really what you
want...
Why wouldn't I want that?
Well, I assumed you want to create HTML outp
Hi Oliver,
1. you would have to define that namespace but then again you would
produce a full qualified XML file which is not really what you want...
So you might want to look if can define some default namespace in your
editor.
2. There are no multiple conditions atm, you have to nest the i
Hi,
yes the code you posted is indeed the one responsible for changing the
title, but if I am not mistaken it can only work if TYPO3 actually
autogenerates the title, which is no longer the case if you do
config.noPageTitle = 2.
So an option is to add an extension template to that page that
On 05.04.2011 18:14, Thijs Hakkenberg wrote:
Yes, but seperated from the backend issue.
When visiting the backend (will supply it for this time;
http://dierenrecht.org/typo3 ) it will keep loading.
On Tue, 05 Apr 2011 17:38:23 +0200, Steffen Gebert
wrote:
On 05.04.11 17:33, Thijs Hakkenberg
Hi Katja,
if the extension is not active it should be fairly safe to just delete
them from typo3conf/ext. Only Exception might be if someone included PHP
/ JS / CSS from those folders directly through Typoscript, which is
possible even if the extension is not active. Safe way is to first
rena
Hi Katja,
indeed I found the same. Seemed to me that allowTags is no longer used
in some parts of the code where it should be used. Other than changing
the PHP code no fix I am aware of.
Christian
On 28.03.2011 18:55, Katja Lampela wrote:
Hi,
I have this plugin.powermail.label.allowTags =
Check the Collation setting for the table and field(s), it should match
the other tables and be some utf8 collation.
Christian
On 13.01.2011 16:28, Katja Lampela wrote:
Hi,
sorry for double posting to this list too, but this is a bit urgent and
I'm not sure if it's tt_news related after all.
On 03.01.2011 14:52, Katja Lampela wrote:
Hi,
I'm asking maybe quite an obvious question (but not for me obviously;):
if I have no phpmyadmin in my use, how can I check a certain db table,
what fields it has?
Now I would like to check all the fields of front end user table.
Thanks in advance.
Hi Søren,
Happy New Year!
cObj relies heavily on TSFE, so you need a full TSFE in backend to get a
cObj. Alternative would be to look at tslib_gifbuilder directly.
a fire and forget function to get TSFE in backend that I have stored
away is this, put it into your BE class or as I do in into
On 05.01.2011 14:59, Plamen Petkov wrote:
Hi,
I have a problem with my template when explorer 8 displays it. When I open
my site with Explorer 6, Chrome or Firefox everything is OK.
When I open my template directly with explorer 8 ( not in typo3) everything
is OK.
Problems happen to links with,
On 04.01.2011 18:57, Tonix (Antonio Nati) wrote:
How would it be possible to create a new int(11) unsigned field, using
kickstarter?
I see actually only int(11) are possible, and if I manually change
ext_tables.sql, forcing int(11) unsigned, next time I save the extension
fields are set again int
On 02.12.2010 20:37, Christopher Torgalson wrote:
Hi,
On Thu, Dec 2, 2010 at 11:26 AM, "Christian Müller (Kitsunet)"
wrote:
On 01.12.2010 10:25, Mario Sargac wrote:
Hi,
does anyone know how to insert a line break (a newline feed) after each
TS generated menu item? I have the
On 02.12.2010 16:10, Tomas Havner wrote:
Hi,
My error logs is filled with the following:
PHP Warning: parse_url(http:///404/) [function.parse-url]: Unable to parse url
in /usr/local/typo3/typo3_src-4.2.15/t3lib/class.t3lib_div.php on line 2715
any ideas?
Regards
Tomas
That happens if you
See TSRef for RECORDS, by default it will look for a ts objec, named
like the table the record is from. So in this typical case it looks for
TS "tt_content" which is the default css_styled_content definition
(unless you don't use css_styled_content but something else).
Anyway to define your ow
On 01.12.2010 10:25, Mario Sargac wrote:
Hi,
does anyone know how to insert a line break (a newline feed) after each
TS generated menu item? I have the following situation:
--
lib.qlinks = HMENU
lib.qlinks {
1 = TMENU
1 {
NO.allWrap = |
noBlur = 1
}
}
--
Current output is like this:
i
On 04.08.2010 11:36, Maria van der Laan wrote:
Hi all,
I have certain users who access the TYPO3 Backend.
If they go to:
usertools->user->language & personal data->language
they can change their language for the T3 Backend.
How can I access these languages in the dropdown?
Active languages th
On 28.05.2010 16:16, jochem nabuurs wrote:
Hi,
I'd like to use an interactive flash image inside the TYPO3 backend.
With the flash image, a user is able to drag a marker across a map to
determine some coordinates.
I'd like to add this image to the tt_news module so when a user edits a
news item
On 17.03.2010 10:33, jochem nabuurs wrote:
jochem nabuurs wrote:
jochem nabuurs wrote:
Hi list,
I've created the following code for generating an image with a mask
onto it, to use as a background for a website.
// Fetch one random image from border column,
// apply a mask onto it, and use the
24 matches
Mail list logo