Hi folks,
I found the (a) solution.
Why it works I don't know. May be it has to do with the open_basedir?
But after I emptied the $TYPO3_CONF_VARS['BE'][unzip_path] in the
install tool, everything works fine!
Regards,
Daniel
Daniel Doesburg schreef:
> Hi,
>
> I've problems with the transla
Sundeep,
I think Francois Suter of Cobweb points out information that I didn't
know about regarding the static_info_tables language packages. It'd
probably be a good idea to look at one of those and see how you might
create a Japanese version and then check the sr_feuser_register code
for where th
Hi,
I've problems with the translation of TYPO3.
When I use the translation tool (update from repository) in the EM all
the zipfiles are uploaded to the typo3temp directory.
But the color of the translation markers is red.
And that's all.
If I repeat this, the color becomes green.
But that's
Frank kirjoitti:
> Hi Folks,
> I am looking for a possibility to selectively disable the edit icons in the
> page and list module in the backend (Version 4.1 or 4.2)
>
> I want/need to disable/hide the following icons and buttons for certain
> users:
> 'create new content'/'New content'
> 'move pa
Thank you Peter, Francois and Michael for all your help.
i finally figured out how to change the text inside the dropdowns. like i
said before these drop were custom built using an extension including the
country. so, after all your enlightening comments i figured i should look
inside the locallan
Hi Folks,
I am looking for a possibility to selectively disable the edit icons in the
page and list module in the backend (Version 4.1 or 4.2)
I want/need to disable/hide the following icons and buttons for certain
users:
'create new content'/'New content'
'move page'
'edit page properties'
as wel
Hi,
> Translating the labels won't help with the countries, as they will still be
> displayed in english, as they are not stored in the locallang file, but in
> the DB tables of the extension.
I know :-)
It's just that there were 2 questions asked. One was about translating
labels of sr_feuse
Translating the labels won't help with the countries, as they will still be
displayed in english, as they are not stored in the locallang file, but in
the DB tables of the extension.
But static_info_tables has some addon extensions for setting different
languages:
static_info_tables_de = Germa
Hi,
> Sadly, there's no localization of the static_table or static_info data
> from which the country and state (zone) drop downs are generated from.
> You might be able to edit static_table in Extension Kickstarter,
> enable zone and country localization, then copy that code into an
> extension a
> More Importantly, Is there a better way to convert web pages to
> Japanese rather than using the replace label method. is there a way to
> convert the web pages to japanese automatically??
Well yes, the real solution is to translate the extension itself and not
every label in TypoScript. The
Hi Michael,
Thanks for the pointer. we created a new extension that adds field to the
feuser registration database. This country dropdown and many other
dropdowns were added manually using this new extension. the country
dropdown is called tx_5677_country and all the country information was
added
Hi Matyi.
Posting a solution here won't get the error fixed. Instead you should post
it at http://bugs.typo3.org
That way the developers will see it, and hopefully fix it in the next TYPO3
release..
--
Peter Klein
"Matyi Gábor" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi!
Hi ???
Take a look at tslib/class.tslib_content.php. It contains the typoscript
functions
--
Peter Klein
"Ðáíáãéþôçò ÊïíôáîÞò" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello all,
>
> Is there any way to use TypoScript inside a PHP file/function? I 'm
> searching a way to
More Importantly, Is there a better way to convert web pages to Japanese
rather than using the replace label method. is there a way to convert the
web pages to japanese automatically??
Thanks!!
Hi,
>
> I'm working on the front end localization of my english page to Japanese.
> I installed the
A wild guess...
Are the news records in other languages "standalone records" (have no
connection set to the default language record) or are they translations
of the news records in default language?
If the first option applies, then I suppose you need to set:
plugin.tt_news.showNewsWithoutDefa
Sundeep,
Sadly, there's no localization of the static_table or static_info data
from which the country and state (zone) drop downs are generated from.
You might be able to edit static_table in Extension Kickstarter,
enable zone and country localization, then copy that code into an
extension and up
Hi,
First of all, please don't hijack threads!
> this now replaces the value of the label names password when the language
> value L=1 i.e, japanese. My problem is that i can convert all the labels
> but how do i convert the values that are inside a dropdown selector box.
> say if i have a countr
Hi Tapio.
Try this email address:
[EMAIL PROTECTED]
Remember to remove the uppercase text.)
--
Peter Klein
On Wed, 18 Jun 2008 14:55:45 +0300, Tapio Markula
<[EMAIL PROTECTED]> wrote:
>that would be needed but when trying to send mail to the author, I
>received a message that sending failed.
El 18/06/2008, a las 16:40, Nikolas Hagelstein escribió:
> Rafael Álvarez wrote:
>
>> It´s possible to put the same Front End plugin twice in a page and
>> identify then in order to pass them a parameter using piVars?. I want
>> to show a users list and details of a selected one in the same page
Thanks for your clue, Panagiotis. I knew this option should exist.
Anyway, I'm trying to display these news, each one of them in its own
language. I've created three plugins (type: tt_news LIST). Each plugin
is inside the corresponding page of its language. But I can't make it
work automatically.
Rafael Álvarez wrote:
> It´s possible to put the same Front End plugin twice in a page and
> identify then in order to pass them a parameter using piVars?. I want
> to show a users list and details of a selected one in the same page
> using feusersview.
You could introduce a new parameter unkno
Hi,
It´s possible to put the same Front End plugin twice in a page and
identify then in order to pass them a parameter using piVars?. I want
to show a users list and details of a selected one in the same page
using feusersview.
I use Templavoila, I don´t know if this is an advantage.
Thank
Hello all,
Is there any way to use TypoScript inside a PHP file/function? I 'm
searching a way to configure a plugin and pass its HTML output into a PHP
variable.
In my occasion I would like to use webparser ext to parse some external html
web-pages, then pass webparser's output to a PHP variable
Hi,
I'm working on the front end localization of my english page to Japanese.
I installed the japanese language pack. and confiugred it to support
japanese language. Added Japanese as another website language created an
alternate page language and then configured the typo3 setup so that it can
dis
To be honest I used higher numbers than you do - where you used 1, I
used 10 ( page.includeCSS.10 ), otherwise I did the same, and nothing
got included.
The only thing I can think of is that I might have forgotten a
dangling ] or [ - but I don't think so - because all TS after the
includes worked.
Hi Ray.
I think that part is ignored, if you set the "imgNameNotRandom"
property of your TMENU/GMENU.
See TSRef:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/1/
--
Peter Klein / Umloud Untd
On Wed, 18 Jun 2008 14:19:10 +0200, Raymond Schreiber
<[EMAIL
Hi,
I'm using TYPO3 4.2 and realurl 1.4.0 on multisite website.
I have a main website and two different sub sites (to simplify let's say
Switzerland and China).
First I'd like to use a global www.domain.com with a suffix
/Switzerland/, but I couldn't manage it. All I was able to do is adding
Hi,
I would like to access the automatically generated UniqueID of rendered
images (which are used in the Javascript -> onmouseover/onmouseout) via
Typoscript. This UniqueID seems to consist of 3 parts a img-prefix, the
Uid from the hyperlink and a third part.
If all else fails I could write th
Hi,
I would like to access the automatically generated UniqueID of rendered
images (which are used in the Javascript -> onmouseover/onmouseout) via
Typoscript. This UniqueID seems to consist of 3 parts a img-prefix, the
Uid from the hyperlink and a third part.
If all else fails I could write th
Hi,
Try going to phpmyadmin > be users and clear/edit the 'uc' field.
Elijah
On Wed, 2008-06-18 at 13:25 +0300, Tapio Markula wrote:
> Hi
>
> t3quixplorer 1.7.0 saves the last used folder.
> By accident I used incorrect folder name and when I opened t3... it
> didn't open any folder becau
bernd wilke kirjoitti:
> on Wed, 18 Jun 2008 13:43:38 +0300, Tapio Markula wrote:
>
>> Søren Malling kirjoitti:
>>> Hi,
>>>
>>> Try clearing the cache, with the "Clear all cache" in the upperright
>>> corner, that should do the trick
>> no - it doesn't - some special cookie?
>
> I guess it is sto
on Wed, 18 Jun 2008 13:43:38 +0300, Tapio Markula wrote:
> Søren Malling kirjoitti:
>> Hi,
>>
>> Try clearing the cache, with the "Clear all cache" in the upperright
>> corner, that should do the trick
>
> no - it doesn't - some special cookie?
I guess it is stored in the serialized BE-user-dat
hei,
i am using the same typo3 installation for several sites, and would love
to have independent tt_news category menues.
i created a category tree in which one first level category belongs to
each site therefore i can properly separate the categories of the sites.
in my catmenu i need to lis
Søren Malling kirjoitti:
> Hi,
>
> Try clearing the cache, with the "Clear all cache" in the upperright corner,
> that should do the trick
no - it doesn't - some special cookie?
1.6.0 is ok but it doesn't have PHP syntax checker like 1.7.0 (loosing
of last used folder is not very bad because FF
Stephan de Bruin schreef:
> Hello everybody,
>
> I've got the rgaccordion extension configured to show a menu on my site.
> There are just a couple of things I can't get to work properly.
>
> When I click a menu-item (not the text in it), the menu slides open. But
> when I click on the text, th
Hi,
Try clearing the cache, with the "Clear all cache" in the upperright corner,
that should do the trick
Søren
On Wed, Jun 18, 2008 at 12:25 PM, Tapio Markula <[EMAIL PROTECTED]>
wrote:
> Hi
>
> t3quixplorer 1.7.0 saves the last used folder.
> By accident I used incorrect folder name and when
Hi
t3quixplorer 1.7.0 saves the last used folder.
By accident I used incorrect folder name and when I opened t3... it
didn't open any folder because invalid last set folder name.
I don't figure how to clear the saving information.
___
TYPO3-english mail
>> after enabling PHP error in Install, i have this error message (when
>> trying to edit content element):
>>
>> Fatal error: Cannot re-assign $this in
>> /home/mysite/typo3conf/ext/cal/hooks/
>> class.tx_cal_tceforms_getmainfields.php
>> on line 35
>>
>> found the responsible: old cal extension,
Hello everyone
Information about TYPO3 and RealURL we use:
TYPO3 4.1.6
RealURL 1.3.1
We use automatic configuration and don't have further extensions which are
built on RealURL.
>From time to time it happens that RealURL doesn't work, namely the URL
switches to a combination of domain and page ID
Sune Brodersen
> Im just making some sitespecific changes in the adminpanel like hover on
> elements will bring up the AdmPanel, so for this case your extension is
> a bit overkill, but its defenetly VERY useful in other projects im doing.
>
> But after looking at your extension my attention was
Piotr Burda pisze:
> Piotr Burda pisze:
>> Hi
>>
>> After upgrading (from 4.1.2) to 4.2.1, my backend looks strange when
>> using List, screen:
>> http://www.narty.pl/em/screen_1.jpg
>>
>> Second problem is more serious, when trying to edit content element
>> (pencil icon) i have error HTTP 500 -
Check "Show secondary options (palettes)" when you edit the news entry in
list module, and then select the language.
2008/6/17 Sergio Catalá <[EMAIL PROTECTED]>:
>
> Hi,
>
> Is it possible to display news in different languages using the
> extension "tt_news"? I'm able to display listings (using
Benjamin Mack pisze:
> Hey Piotr,
>
> first thing looks like you haven't cleared the browser cache and the
> browser still takes the old CSS -- is this possible?
>
> Also, make sure to update your extensions where possible.
>
> lates,
> benni.
> -SDG-
>
cache was cleared.
Regarads
Piotr
Hey Piotr,
first thing looks like you haven't cleared the browser cache and the
browser still takes the old CSS -- is this possible?
Also, make sure to update your extensions where possible.
lates,
benni.
-SDG-
Piotr Burda wrote:
> Piotr Burda pisze:
>> Hi
>>
>> After upgrading (from 4.1.2) to
--- Original Nachricht ---
Absender: Ivan Kartolo
Datum: 17.06.2008 22:58:
> Hi,
>
[...]
>> I try to debug an extension with cc_debug, but unfortunately I don't see
>> any debug message.
>>
>> If I put f.e. the print_r($this) , I see the printed varables. Also the
>> krumo($this) work. Bu
45 matches
Mail list logo