| 02:09 |
aliandrortypo3 |
Hi ive got some issues with static publishing, i have set it up as per the documentation +Real URL ...for some reason i am getting the following error message(looking at the crawler log) "Error: Error! Error! Reason: Segment "publish" was not a keyword for a postVarSet as expected! |
| 08:21 |
Saco |
Hi! I have a wierd problem, yesterday my RTE just disapeared |
| 08:21 |
Saco |
Anyone that knows what the problem might be? It's checked both in setup and install tool |
| 08:41 |
lilalinux |
did you disable javascript? |
| 08:50 |
kraftb |
good morning ! |
| 08:56 |
_pedda_ |
hi al |
| 08:56 |
_pedda_ |
l |
| 09:06 |
lilalinux |
German developers, please help fight software patents: http://www.bikt.de/swpat_g803.html |
| 09:11 |
chefan |
still on that, lilalinux ? |
| 09:11 |
chefan |
corruption sucks |
| 09:13 |
lilalinux |
yeah |
| 09:13 |
chefan |
i remember calling the cdu, asking for the guy responsible for the position in that matter and tried to explain why software patents are a danger and not a blessing to german software industry |
| 09:13 |
chefan |
about 3 or 4 years ago |
| 09:13 |
chefan |
he was very understanding |
| 09:14 |
chefan |
someone must have paid him thereaftre to change his opinion again |
| 09:14 |
chefan |
*g* |
| 09:14 |
chefan |
you should do that again maybe |
| 09:14 |
chefan |
looks like those people need to be reminded every once in a while |
| 09:15 |
chefan |
with the meagre income of a german politician it seems not possible to buy a notebook to remember such facts |
| 09:16 |
lilalinux |
A new german interest group has been founded |
| 09:16 |
lilalinux |
they've setup a statement that has to pe submitted until next week |
| 09:17 |
lilalinux |
the more people (companies) sign it, the better |
| 09:19 |
bluespuke |
good morning @ all |
| 09:20 |
chefan |
lilalinux: check out browsergames |
| 09:21 |
chefan |
there are a couple of companies in germany in that business |
| 09:28 |
DerJo |
Bonjour mes amis, i've got a multilanguage (L=0 de; L=1 en) typo3 site and installed the language_detection by Robert Lemke. I want to know, how to configure the extension properly, that all non-german languages/browsers redirect to the english site (One-Tree-Method) |
| 09:28 |
DerJo |
any ideas? |
| 09:33 |
coolguy_ |
hi there |
| 09:33 |
coolguy_ |
is it possible to rewrite typo3 generated links? |
| 09:33 |
smeringe |
DerJo: that's what the extension does, isn't it. don't think you need to configure anything.. ? |
| 09:33 |
coolguy_ |
i want to manipulate the href of a typo3 generated menu |
| 09:34 |
smeringe |
coolguy_: you mean 'urlrewrite' links? |
| 09:34 |
smeringe |
ah |
| 09:35 |
coolguy_ |
when typo3 generates a menu for me, it writes in the href e.g. href="contact.html" |
| 09:35 |
coolguy_ |
what i need is to rewrite the contact.html in href="mydomain.com/conract.html" |
| 09:36 |
smeringe |
then you use url rewrite.. the ext seo_basic has handy tools for changing those 'aliases' |
| 09:36 |
DerJo |
smeringe:unfortunately not :) I changed the pref. Language in IE7 to fr_FR (deleted cache/cookies) and reloaded the page, but I get the german page and not the english page. |
| 09:38 |
coolguy_ |
do you mean real url? |
| 09:44 |
smeringe |
DerJo: well. I guess that's because german is default, and you don't have french on the site? |
| 09:45 |
smeringe |
DerJo: set plugin.tx_rlmplanguagedetection_pi1.defaultLang = en and I think it should work.. but I've never tried that option myself :S |
| 09:47 |
DerJo |
smeringe: Ext.Manual says, that i should set the defaultLang the same langcode as my sys_language_uid=0... but i'll give a try :) |
| 09:47 |
smeringe |
sorry. couldn't help myself BlueByte_ :) |
| 09:47 |
smeringe |
ops |
| 09:47 |
smeringe |
bluespuke : I meant :( |
| 09:48 |
smeringe |
DerJo : sure you should if you'd like it to fall back on your default language.. but if your default language is german and you want non localized pages to be english which in turn is your optional language.. then.. ;) |
| 09:50 |
DerJo |
smeringe: so, you mean, i messed it up? Should've set uid 0 to english and 1 to german? |
| 09:51 |
smeringe |
if english should be the standard/default/fallback language, then yes. |
| 09:52 |
smeringe |
DerJo: but it depends.. I mean. which lanuage you use as default lang affects how you work with translations and content fallback overall.. |
| 09:54 |
DerJo |
smeringe: hmm, actually not. german should be the standard/default language and english the fallback language for all nongerman languages/browsers... maybe i should install the geoip extension. rlmp_language_detection has the ability to check the visitors-IP-adress |
| 09:54 |
DerJo |
smeringe: and yes, the workflows would be different... a lot differen |
| 09:54 |
DerJo |
t |
| 09:56 |
smeringe |
DerJo: but then the defaultLang option should be enough afaik? |
| 09:57 |
DerJo |
smeringe: tried it, but doesn't seem to work... gonna install the geoip extension |
| 09:59 |
smeringe |
k. good luck. hope it works. the extension itself works fine. I'm using it, but on a site with like 14 languages and english as default. |
| 10:00 |
DerJo |
I administrate several sites with this extension but this customer is very precise :) |
| 10:00 |
smeringe |
:) |
| 10:01 |
smeringe |
pmk65: do you know if it's possible to do a tinymce plugin within/using a t3 ext - ie not having to brutaly put it into the plugins folder of tinymce_rte? |
| 10:04 |
bluespuke |
smeringe: you could use a javascript based rte which transforms all <textarea/> to editor fields^^ |
| 10:05 |
smeringe |
bluespuke: not following really? :S tinymce is javascript based and does that |
| 10:06 |
bluespuke |
yes but you don't have to use the t3extension... |
| 10:06 |
bluespuke |
simply include the JS for the 'normal' version |
| 10:08 |
smeringe |
bluespuke : ahh. you mean so. but then I miss things like update features, t3 file browser, dam integration etc. don't want it to fall to much out of the standard workflow. |
| 10:09 |
bluespuke |
smeringe: that's true... but my comment was more a joke than a real purpose ;-) |
| 10:09 |
smeringe |
hahah. dump me :) |
| 10:09 |
smeringe |
bumb even |
| 10:09 |
smeringe |
^proof |
| 10:16 |
pmk65 |
smeringe: I don't think you can have multiple plugins dirs. So I gusss the only way is to put it into the TinyMCE RTEs plugin folder :( |
| 10:25 |
smeringe |
pmk65: that's my conclusion so far as well :( tuff luck. I'll check with the tinymce forum and see. Would be nice to have such a solution. thanks anyway. |
| 10:33 |
ssc |
I've a problem using ve_guestbook ... |
| 10:33 |
ssc |
When I post a message into the guestbook I get the TYPO3-Error: The page is not configured! [type= 5][] |
| 10:34 |
ssc |
I'm using ve_guestbook v.1.6.5 and TYPO3 v.4.1.10 |
| 10:56 |
falkenberg |
Hi all. I have installed a new extension (julle_events v. 1.2.0) and suddenly get an error when trying to view any page: TYPO3 Fatal Error: Extension key "julle_feedit" was NOT loaded! (t3lib_extMgm::extPath). Anyone who knows about this problem? |
| 10:57 |
falkenberg |
I am able to login to BE and the extension itself was installed without any issues |
| 11:01 |
lilalinux |
Is it possible to duplicate a PowerMail Form? |
| 11:01 |
lilalinux |
I need a second form that is very similar to the first one |
| 11:15 |
falkenberg |
Anyone? |
| 11:21 |
bluespuke |
lilalinux: just copy the CE and change what you need ;) |
| 11:22 |
bluespuke |
and don't forget to reassign the sender mail and name ;) |
| 11:26 |
tux_fiction |
hello! is there an typo3 php function to lookup a page for a given record? |
| 11:26 |
tux_fiction |
I mean to lookup the page of a given record |
| 11:26 |
tux_fiction |
(pid) |
| 11:34 |
tux_fiction |
I know this could also be queried with SQL, but maybe there is already a function for this? |
| 11:44 |
falkenberg |
I have installed a new extension (julle_events v. 1.2.0) and suddenly get an error when trying to view any page: TYPO3 Fatal Error: Extension key "julle_feedit" was NOT loaded! (t3lib_extMgm::extPath). Anyone who knows about this problem? |
| 12:02 |
tux_fiction |
falkenberg, could you properly install the extension? |
| 12:14 |
xbommelx |
Sorry for the question but is there an official german typo3 channel? |
| 12:15 |
tux_fiction |
english only |
| 12:37 |
robert__ |
hello... why does rte convert some whitespaces to a especially the ones behind a comma? |
| 12:37 |
robert__ |
it destroys my design |
| 12:37 |
robert__ |
can i turn that off |
| 12:41 |
kinea |
hi |
| 12:41 |
pmk65 |
robert__: Switch to "TinyMCE RTE", then you won't have that problem. |
| 12:41 |
robert__ |
how that pmk65 ? |
| 12:41 |
kinea |
is it possible to use a tssetup of an extension inside a typoscript condition? |
| 12:42 |
pmk65 |
As for turning it off in HTMLArea, then you'll have to dig into the HUGE htmlarea manual, and look at the transformation part. |
| 12:43 |
kinea |
in that way: [plugin.myextension.enable =1 ] it doesnt work. |
| 12:43 |
pmk65 |
robert__: TinyMCE RTE is a replacement for the default HTMLArea RTE -> http://typo3.org/extensions/repository/view/tinymce_rte/current/ |
| 12:43 |
robert__ |
thank you |
| 12:45 |
[Kiwi] |
Hi |
| 12:46 |
[Kiwi] |
Do know if a french chan for typo3 exist? |
| 12:46 |
pmk65 |
kinea: Try debugging TSFE from PHP, if you can locate your plugin there, you can use the TSFE object to test the value. |
| 12:46 |
[Kiwi] |
Do you* |
| 12:46 |
kinea |
pmk65: good idea. thank you. |
| 12:46 |
pmk65 |
An esier solution, is to store the ext vars in constants, as you can check those directly. |
| 12:47 |
pmk65 |
Example using a constant: -> [globalVar = LIT:1 = {$plugin.pmkslimbox.tt_news.enableSplit}] |
| 12:49 |
pmk65 |
Using TSFE (untested) -> [globalString = TSFE:tmpl|plugin|tx_myplugin|username = test] |
| 12:52 |
robert__ |
pmk65: it also insert |
| 12:53 |
pmk65 |
robert__: Not on my system.. I can insert commaseperated lists without , so there must be something else in your setup that causes those. |
| 12:53 |
robert__ |
probably it is still the normal rte |
| 12:54 |
robert__ |
do i have to change the rte after installing? |
| 12:54 |
robert__ |
or is it done automatically |
| 12:55 |
pmk65 |
you have to turn off the HTMLarea extension in Extension Manager, and then install the TinyMCE (and the TinyMCE language ext, if you want other languages than English and German) |
| 12:57 |
robert__ |
i have installed it before turning off html area |
| 12:57 |
robert__ |
now i just see plein html in the edit mode |
| 12:57 |
robert__ |
sorry for my noob being |
| 12:59 |
robert__ |
well i get some code warning |
| 12:59 |
robert__ |
No XCLASS inclusion code found in file "class.ext_update.php" |
| 12:59 |
robert__ |
No XCLASS inclusion code found in file "patcher/class.pmkpatcher.php" |
| 12:59 |
robert__ |
and further |
| 13:02 |
pmk65 |
what typo3 version are you running? |
| 13:04 |
robert__ |
4.2.6 @ pmk65 |
| 13:06 |
pmk65 |
ok. after installing the TinyMCE package, clear ALL typo3 caches, + the Browser Cache and then reload the TYPO3 Backend. |
| 13:08 |
tux_fiction |
Hello everybody, it there some relation between versioning/draft workspace publishing and realurl/aoe? My urls don't work anymore since I published some pages from draft workspace. URL cache looks okay to me..why the error? thanks |
| 13:10 |
tux_fiction |
sorry my fault, found the problem..had a wrong realurl config loaded |
| 13:14 |
robert__ |
pmk65: doesn't deleting the cache does destroy all my content? |
| 13:14 |
pmk65 |
no. The cache will be regenerated when you view the pages from FE. |
| 13:15 |
robert__ |
okay |
| 13:18 |
robert__ |
pmk65: and what do you mean with "reloading the backend"? |
| 13:20 |
pmk65 |
logout and then login again.. |
| 13:21 |
robert__ |
pmk65: got the same warning like before |
| 13:21 |
robert__ |
ahh but rte works |
| 13:22 |
pmk65 |
the xclass warnings doesn't matter.. |
| 13:22 |
pmk65 |
For configuring the RTE, you can use this utility to design your toolbar layouts. -> http://www.delusionworld.com/files/tinymce_rte-config-utility/ |
| 13:23 |
grubel |
hi all |
| 13:27 |
grubel |
someone can help me how can I change default page of website on multisite setup on one DB ? |
| 13:28 |
robert__ |
pmk65: it works perfectly!!! thank you very much |
| 14:04 |
zzzjjzjzj |
.. |
| 14:05 |
sorenmalling |
Hi, can someone help get a newline in the headerData in my typoscript |
| 14:05 |
sorenmalling |
Right now it doesn't make a newline after each <meta>, look here: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-48f9016adc/ |
| 14:07 |
_backlight |
How do I find out my website's full path? |
| 14:09 |
sorenmalling |
_backlight: What "full path" are you looking for? |
| 14:09 |
_backlight |
the site's root |
| 14:09 |
_backlight |
like http://mydomain.tld |
| 14:11 |
sorenmalling |
Isn't that the path you want? |
| 14:12 |
_backlight |
yeah, hehe, but I need it inside my php code |
| 14:13 |
kinea |
thank you, pmk65, i got it running finally, i had to care for the sorting of the conditions. |
| 14:15 |
pmk65 |
kinea: What kind of condition did you end up with? |
| 14:15 |
_backlight |
Alright, another try then. How can I find the full path to my typo3/ dir via php? There's seems to be nothing useful inside $GLOBALS. |
| 14:16 |
kinea |
pmk65: i used the constant, the other one didnt work, but maybe i had a mess caused by the wrong sorting of the conditions. |
| 14:16 |
kinea |
well it works! thank you. |
| 14:17 |
pmk65 |
I could only get constant conditions to work too.. |
| 14:17 |
pmk65 |
sorenmalling: Why do you want linefeeds? The browser doesn't care if they are there or not.. |
| 14:18 |
sorenmalling |
pmk65: For good looking HTML :) |
| 14:19 |
pmk65 |
sorenmalling: Ok. You could try changing your wraps to multiline. that sometimes allows you to add a lf. |
| 14:19 |
pmk65 |
Example -> http://paste.phlogi.net/-114fae7840/ |
| 14:20 |
pmk65 |
Or you could simply enable Tidy in your config. That wil do it too if I recall correctly. |
| 14:21 |
sorenmalling |
pmk65: Thanks, I'll have a look at it :) |
| 14:28 |
grubel |
how can I cange default startpage on typo3 when I have multisite setup and default startpage is not good website that I want to start by default |
| 14:34 |
sorenmalling |
grubel: If you have a domain record in your page tree, you can simply move that domain record around |
| 14:34 |
jananne |
Hello, i can't 'rightmouse click' on the pages in the tree ( the menu with 'Show', 'New', 'Delete', etc ) in IE8. |
| 14:37 |
grubel |
I will go to see if I found it |
| 14:43 |
tux_fiction |
jananne, check this out: http://bugs.typo3.org/view.php?id=10566 |
| 14:45 |
jananne |
tux_fiction: It says: "When working in the typo3 backend just switch the compatibility mode in IE 8 on and clickmenu should work fine.". How do i switch that mode? |
| 14:45 |
tux_fiction |
I don't use IE8 jananne ..probably some setting in the program options |
| 14:47 |
pmk65 |
jananne: -> http://www.ditii.com/2008/08/28/ie8-standards-mode-and-ie7-compatibility-mode/ |
| 14:48 |
pmk65 |
also look in IE8 for a "broken document" icon. clicking that should go into compability mode.. |
| 14:50 |
jananne |
pmk65: how do i import "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />" into the BE beginning? what file starts the BE with? |
| 14:50 |
tux_fiction |
I think you don't want to do this jananne |
| 14:51 |
pmk65 |
Maybe inserting it somewhere in your TS header setup. I don't use IE8 myself. (I personally hate all IE versions, as every new version turns out crappier than the last.) |
| 14:54 |
pmk65 |
IE6 & IE7 is so buggy, that you have to make all kinds of hacks to get pages to look nice. And in IE8 they made the "compability mode", so now you can decide if you want the old buggy output, or a new (buggy) output... If they just followed the W3C specs and didn't invent their own way of doing it, Ie could have been a good browser. |
| 14:57 |
jananne |
:p |
| 14:57 |
jananne |
i can share that opinion |
| 14:57 |
jananne |
another problem.. |
| 14:57 |
jananne |
in FF |
| 14:57 |
jananne |
i can't edit text |
| 14:57 |
jananne |
:D |
| 14:58 |
jananne |
pmk65: also got an solution for that.. |
| 14:58 |
jananne |
i already installed: mn_ff3_be_bugfix |
| 15:00 |
jananne |
and when i click on the 'code' icon in the editor, after that clicking again, the text is there and i CAN edit. |
| 15:00 |
pmk65 |
jananne: That is fixed if you upgrade to TYPO3 v4.2+ (recommended, as there's a lot of annoying bugs in 4.0-4.1) |
| 15:01 |
jananne |
pmk65: i'm afraid when i upgrade i'll fuckup the typo3 installation.. just scared not based on facts. |
| 15:01 |
pmk65 |
What version are you running now? |
| 15:02 |
pmk65 |
Upgrading from 4.x to another 4.x is usually no problem, but updating 3.8 or older to 4.x can be a pain. |
| 15:02 |
jananne |
4.1.1 |
| 15:03 |
pmk65 |
then it shouldn't be a problem updating. (You can always make a backup of the existing installation) |
| 15:05 |
jananne |
pmk65: where do i find the upgrade options in the BE? |
| 15:08 |
grubel |
where can I found domain record ? I don't see where is it ? |
| 15:10 |
tux_fiction |
grubel, you can see it in the list view of the specific page |
| 15:13 |
grubel |
ok thanks |
| 15:13 |
fred^ |
upgrading 3.8 to 4.1 is really smooth as well, usually |
| 15:18 |
grubel |
my problem is when I go to http://www.myfirstdomain.com i'm on my first site but if I go to http://myfirstdomain.com I arrive on my second site how can I correct this |
| 15:24 |
pmk65 |
grubel: Create 2 domain records, one with www and one without. The one without www, you set to redirect to the one with www |
| 15:30 |
fred^ |
how do ya people handle multilanguage sites with realurl to avoid duplicate content. usually for example / and /en/ is the same |
| 15:34 |
Philiptypo3dk |
Hello.. Can some1 help me with typoscripts? menu_oben & inhalt |
| 15:37 |
pmk65 |
fred^: Im not that experienced in multilang sites, but can't you force adding of /en/ to the default pages? |
| 15:37 |
pmk65 |
Philiptypo3dk: post your code at http://paste.phlogi.net/ |
| 15:40 |
Philiptypo3dk |
http://paste.phlogi.net/inhalt/ |
| 15:48 |
pmk65 |
Philiptypo3dk: What is all the IE conditions for? Is it a dropdown menu? |
| 15:48 |
Philiptypo3dk |
Dunno.. As said, downloaded template. |
| 15:49 |
Philiptypo3dk |
No dropdown menu afaik. |
| 15:49 |
Philiptypo3dk |
I've replaced some pictures, all looks perfect. But the page content aint beeing showing :( |
| 15:50 |
pmk65 |
ok. as it looks extremely messy IMHO. It should be possible to do it much simpler. |
| 15:50 |
Philiptypo3dk |
How it looks like: http://peecee.dk/uploads/042009/typo3side.png ... I created perfect the php id's etc.. |
| 15:52 |
Philiptypo3dk |
Code: <div id="main-inner"> <div id="main-inner-left"> <!-- ###INHALT### --> Inhalt <!-- ###INHALT### --> |
| 15:52 |
pmk65 |
Philiptypo3dk: Content is not related to the menu, so it must be something elee. |
| 15:52 |
Philiptypo3dk |
That's the code in the index |
| 15:53 |
Philiptypo3dk |
if "Inhalt" is misspelled or something, the site craps out :P |
| 15:53 |
Philiptypo3dk |
do you have msn or something? |
| 15:56 |
Philiptypo3dk |
g2g .. |
| 16:11 |
bluespuke |
on the RTE, what the hell is this <font face="some shit"/> crap?? |
| 16:11 |
bluespuke |
why the ditor can't make a 'nice' css-class... |
| 16:31 |
tux_fiction |
bluespuke, rte can do well with css |
| 16:31 |
tux_fiction |
I have no fontface stuff in RTE |
| 16:32 |
tux_fiction |
it's a beast to configure, though |
| 16:34 |
bluespuke |
tux_fiction: damn the htmlareaRTE, all the next projects i'm gonna use tinyRTE |
| 16:40 |
tux_fiction |
bluespuke, I know, this thing can be very frustrating |
| 16:47 |
_pedda_ |
cu all |
| 19:39 |
hphoeksma |
ola |
| 21:39 |
louS |
hi all |
| 21:58 |
foertel |
Good evening |
| 22:05 |
foertel |
Is there a blogging extension for TYPO3 besides timtab which is - concearning to the TER - outdated? |
| 22:08 |
ckoehler |
t3blog maybe... |
| 22:09 |
ckoehler |
you can search the extension repository |
| 22:15 |
snoy_ms |
foertel: http://blog.martinholtz.de/ |
| 22:15 |
snoy_ms |
foertel: he uses the t3blog |
| 22:16 |
snoy_ms |
anyone knows a backend solution for exporting tt_address ? |
| 22:16 |
snoy_ms |
something like csv.. |
| 22:16 |
foertel |
yeah, I saw the pictures on snowflake's page |
| 22:16 |
foertel |
looks good :) |
| 22:43 |
louS |
Does anyone use "Meta tags, extended"? Cause i want to generate the keywords of my news entries automaticly, but it wont work with my Setup. It just creates the meta descr. autom. which includes the subheader, but keywords wont show up |
| 23:02 |
snoy_ms |
louS: by the way, i heard that google didn't analyse meta tags anymore.... |
| 23:02 |
louS |
really? |
| 23:03 |
snoy_ms |
louS: i read it on a blog, but i didnt find it anymore...maybe someone else knows something. |
| 23:03 |
louS |
hmm would be kind of good cause im sitting here since 2 hours to find out how to add the keywords autom. |
| 23:04 |
snoy_ms |
Google always refused the use of Meta tags, and now currently only will index Google Meta Tags. |
| 23:04 |
snoy_ms |
http://www.webmarketingnow.com/tips/meta-tags-uncovered.html |
| 23:05 |
snoy_ms |
i read alot of such informations |
| 23:05 |
louS |
thanks i will read it :D |
| 23:05 |
louS |
so whats important for google? |
| 23:05 |
snoy_ms |
dont know who the author is ?!? |
| 23:05 |
louS |
instead of backlinks |