| 03:29 |
ckoehler |
hello, hello, hello, hello....(echo) |
| 08:13 |
FloLeBlanc |
hi all |
| 09:01 |
_pedda_ |
hi all |
| 09:15 |
dokma |
morning everyone |
| 09:15 |
dokma |
have a successful week! |
| 09:25 |
FloLeBlanc |
hi all: is it possible to configure the crawler to only index words in a specific part of my site? (I have a newsflash that is displayed on all sites and therefore the crawler indexes the keywords for those news on all sites) |
| 09:25 |
maholtz|WORK |
morning |
| 09:25 |
lilalinux |
aloha maholtz|WORK |
| 09:25 |
FloLeBlanc |
hi maholtz |
| 09:26 |
maholtz|WORK |
@FloLeBlanc: there is an marker for indexed-search if the marker is present, only content within that marker will be indexed |
| 09:26 |
FloLeBlanc |
maholtz: great, thank you |
| 09:31 |
lilalinux |
is there a reason to favor field=foo over wrap=...{field:foo}...; insertData=1? |
| 09:33 |
maholtz|WORK |
imho insertData means parsing text field=foo is simple so if there is no need to use {field:foo} use field = foo |
| 09:34 |
lilalinux |
fine |
| 09:34 |
lilalinux |
how do I do linebreaks in typoscript |
| 09:34 |
lilalinux |
? |
| 09:34 |
maholtz|WORK |
wrap = ( |
| 09:34 |
maholtz|WORK |
) |
| 09:35 |
maholtz|WORK |
and between there linebreaks |
| 09:35 |
lilalinux |
thx |
| 09:37 |
FloLeBlanc |
is there a way to clear the indexed search to reindex everything with sql? (listing it with info in the backend takes forever :() |
| 09:43 |
_pedda_ |
FloLeBlanc: clear the tables in the be |
| 09:43 |
_pedda_ |
db |
| 09:44 |
_pedda_ |
clear the tables of indexed search in the DB ;) (just in case you will follow my 1st advice) |
| 09:47 |
FloLeBlanc |
_pedda_: all of them? |
| 09:49 |
_pedda_ |
only the ones for indexed content |
| 09:50 |
FloLeBlanc |
_pedda_: ok so it would be a "best guess" practice.. I hoped that there was a wiki entry or something on WHICH tables to clear :) |
| 09:50 |
_pedda_ |
there is as well |
| 09:51 |
_pedda_ |
http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/2.10.0/view/1/8/ |
| 09:51 |
_pedda_ |
these are the indexed search tables |
| 09:51 |
_pedda_ |
took me a few seconds on google ;) |
| 09:52 |
FloLeBlanc |
been there, but I thought these were ALL indexed search tables, not just the ones that store the search date - have been wrong though thank you |
| 09:52 |
FloLeBlanc |
date = data |
| 09:57 |
dec___ |
hi i have a problem with templavoila, the tab translations is nowhere to be found when i have the page module open... ive added the <langDisable>1 thing in my DS and have added languages to the root of the site (the globe), what could be wrong |
| 10:09 |
lilalinux |
dec___: you have to add website languages for all foreign languages, but not for the default language |
| 10:10 |
lilalinux |
and you have to add "alternative page language" to each page that you want to translate |
| 10:10 |
dec___ |
where do i do this? |
| 10:10 |
lilalinux |
context menu of the page |
| 10:10 |
lilalinux |
new -> Alternative Page Language |
| 10:11 |
dec___ |
right so i wont have to add the default language |
| 10:11 |
dec___ |
in my website language list |
| 10:12 |
Bluespuke |
hellloooooooo :D |
| 10:15 |
Bluespuke |
i've a problem: the image function click-enlarge isn't shown in my po-up... |
| 10:16 |
Bluespuke |
can this happen because i modified the editor via TS? |
| 10:32 |
dec___ |
anyone know whats wrong with the following typoscript? http://pastebin.com/mdee4108 .. trying to use a L=1 to set the language to english, but its not working (i have translated stuff on the page) |
| 10:39 |
lilalinux |
dec___: this is my setup: http://paste.phlogi.net/multilanguage_setup/ |
| 10:41 |
dec___ |
cheers |
| 10:41 |
dec___ |
did u configure real url too? |
| 10:41 |
lilalinux |
dec___: yes |
| 10:41 |
dec___ |
to look sometihng like www.domain.com/en |
| 10:42 |
dec___ |
can u show me please? |
| 10:43 |
lilalinux |
http://www.phlogi.net/fresh/t3/tspastebin/showPost/realurl_setup/ |
| 10:43 |
lilalinux |
but you have to tweak the realurl config file, too,iirc |
| 10:43 |
dec___ |
yeah |
| 10:43 |
dec___ |
can you show me that? |
| 10:43 |
dec___ |
the preVars section |
| 10:44 |
lilalinux |
where do I find that? |
| 10:44 |
dec___ |
typo3conf folder |
| 10:44 |
lilalinux |
it's been a long time :-) |
| 10:45 |
dec___ |
realurl_autoconf.php, that's where i always edit mine anyway |
| 10:45 |
dec___ |
could be a conf file in the realurl folder too |
| 10:46 |
lilalinux |
http://paste.phlogi.net/realurl_prevars-1/ |
| 10:47 |
dec___ |
thanks, any idea how to show one on default? when there's no L available i still want to see /en/ in the url.. should i solve it with a redirect to /en/ ? |
| 10:47 |
lilalinux |
beware of duplicate content |
| 10:47 |
lilalinux |
google won't like this |
| 10:47 |
lilalinux |
so you have _always_ to use 301 redirects |
| 10:48 |
lilalinux |
or 302 |
| 10:48 |
dec___ |
yea |
| 10:48 |
dec___ |
should be able to solve this with real url though |
| 10:55 |
akira_ |
hi, anyone using ecorss I really need some help. thanks in advance |
| 10:59 |
dec___ |
sys_language_uid is always the same or can you put any value here? |
| 11:00 |
dec___ |
i cant seem to find any documentation on this |
| 11:02 |
_pedda_ |
can the kickstarter be used to modify the labels of be fields of a certain extension (sr_feuser_register) ? |
| 11:02 |
dec___ |
cause i try to set the language on DE using &L=2, but it sets it on english instead |
| 11:07 |
nkuttler |
akira_: just ask your real question |
| 11:10 |
NiFkE |
I have a homemade plugin. If I go to my website I see my plugin in English. But if I insert my plugin on another page (for example a German page) I need my plugin in German language. How can configure that in my plugin that you can select in the BE (in my plugin) with a dropdownlist with all available languages and that the FE changes to the selected language from my pluginsetting? (so not the regular BE language configuration, because I also want for example an |
| 11:10 |
NiFkE |
:) |
| 11:10 |
akira_ |
nkuttler: I have installed ecorss using the ext manager I have added the extension at the include in the main site template if i access http://my.site/index.php?type=103&ecorss |
| 11:10 |
akira_ |
i will get the last 10 records |
| 11:11 |
akira_ |
i need to publish a tree of pages not the whole site |
| 11:13 |
akira_ |
from what I understood reading the docs I have to create a page template in that page which should be published and then add in the setup area the code from docs |
| 11:13 |
akira_ |
am I right? |
| 11:19 |
Denyerec |
Mornin |
| 11:20 |
NiFkE |
anybody? |
| 11:21 |
Denyerec |
NiFkE ? |
| 11:21 |
Denyerec |
Ah |
| 11:22 |
Denyerec |
Um |
| 11:22 |
NiFkE |
yes my question :p |
| 11:22 |
Denyerec |
Mmm |
| 11:22 |
Denyerec |
You could set an extension on that particular page to set the site language to German ? |
| 11:22 |
Denyerec |
I don't know much about extensions yet, well, certainly not multilanguage ones :/ |
| 11:22 |
NiFkE |
I just want my extension to be translated, not the entire site |
| 11:23 |
Denyerec |
AH |
| 11:23 |
NiFkE |
like if I have an English site I want my extension be in Russian because I selected in the BE of my pluginconfiguration that it needs to be in Russian |
| 11:24 |
dec___ |
http://pastebin.com/m95d5a74 can someone tell me why the german language isnt working? doing &L=1 but wont show german, english works fine.. theres translations for both |
| 11:25 |
maholtz|WORK |
@NiFkE: so, your plugin should not react as usual - you should add an simple select box and manage the stuff in your plugin by yourself... do not understand where is the problem |
| 11:25 |
NiFkE |
If I insert my plugin/extension 2 times in the same page I want to be able to change the language of the plugin so that I could have like an English page, with a first russian version of my plugin and a second spannish version of my plugin |
| 11:25 |
NiFkE |
just with 1 a simple dropdownlist in the plugin/element configuration of my plugin |
| 11:26 |
NiFkE |
:x |
| 11:27 |
maholtz|WORK |
so, where is the problem? just do it... |
| 11:27 |
Denyerec |
I think he's concerned about *how* to do it. |
| 11:34 |
dec___ |
where can i find documentation on sys_language_uid |
| 11:35 |
NiFkE |
yes but I don't have much experience with it, what's the best way because of doing it. I can place some typoscript myself with the language that it should be. But if somebody else needs to do it, he needs to change typoscript. I can't find how to change it with the dropdownlist so that there is no need for inserting typoscript manually |
| 11:55 |
lilalinux |
How do I tell directmail to use a smtp server instead of sending directly? what sendmail_params do I need? |
| 12:03 |
Denyerec |
Sendmail.... *shudder* |
| 12:03 |
Denyerec |
There be dragons |
| 12:07 |
lilalinux |
:-) |
| 12:08 |
lilalinux |
that's what directmail uses |
| 12:08 |
lilalinux |
not my choice |
| 12:08 |
akira_ |
anyone knows how to publish some records with ecorss not the entire site? thanks |
| 12:09 |
lilalinux |
I can add parameters to PHP's mail() function using sendmail_params= |
| 12:09 |
lilalinux |
but what parameter is that? |
| 12:09 |
lilalinux |
additionally I can configure a smtp server in php.ini, but that is only for win32 |
| 12:13 |
drindt |
lilalinux: mail cant use smtp auth you have a own code to handle such |
| 12:14 |
drindt |
sendmail also cant handle such requests for you |
| 12:14 |
drindt |
lilalinux: you can use a virtual alias map for sending mails |
| 12:15 |
drindt |
i want using a picture what has the same name like `page.alias` how i can do so in typoscript? |
| 12:18 |
lilalinux |
drindt: I don't need smtp auth |
| 12:18 |
lilalinux |
I have a static ip |
| 12:19 |
drindt |
lilalinux: what is then your problem? |
| 12:19 |
lilalinux |
I don't know where to configure which smtp server to use |
| 12:20 |
lilalinux |
not in directmail and not in php |
| 12:20 |
lilalinux |
the only smtp option is only for win32 |
| 12:24 |
milpoer |
hi all.. |
| 12:26 |
milpoer |
i hava a problem with sr_email_subscribe, i use it for registering user to my newsletter, the problem is when editing useraccount, the Date of birth format (mm-dd-yyyy) is not accepted. i have changed the: tx_srfeuserregister_pi1.dateFormat to: d-m-Y but the evaluation fails, if i type the us version: 2009-03-16 it works but not with the 16-03-2009 (dd-mm-yyyy) format.. |
| 12:36 |
crisb2010 |
hi there |
| 12:37 |
crisb2010 |
question: i added a few fields to the feusers table. one of this fields is required so in entered it in the ts (i.e requiredFields = myNewField). unfortunately the extension doesn't validate the field. but it does validate all the standard fields. any ideas? |
| 12:46 |
nkuttler |
akira_: with ecorss you can define the root somewhere, iirc in the template. it's documented |
| 12:48 |
akira_ |
ntuttler: I know, this is not the issue right now, I have added the extension at the include in the main site template, now any of the settings I make doesn't seem to affect the setup at all |
| 12:50 |
akira_ |
in order to generate the feeds after I apply the plugin at the root level, the settings should be performed also at the root level or should I create a template at the page level and put the settings over there? |
| 12:50 |
akira_ |
whatever I do seems that I can't even change the title of the feed :| |
| 12:51 |
drindt |
someone can please help me with a simple snippet of typoscript http://rafb.net/p/qTAXIW23.html the substitution of the variable in line 17 doesnt work. someone can please help me? |
| 12:54 |
nkuttler |
akira_: i think you need to use the root template, had issues with it myself. and the syntax for the configuration is kind of tricky with incomplete examples in the docs |
| 12:54 |
drindt |
lilalinux: afaik the php common part doesnt handle smtp auth natively |
| 12:55 |
drindt |
lilalinux: with linux :) |
| 12:55 |
drindt |
lilalinux: you need smtp auth? |
| 12:59 |
akira_ |
ntuttler: do you have a workable config definition which can be shared? |
| 13:01 |
Stev33e |
hello |
| 13:01 |
Stev33e |
i want to make a multilingual extension |
| 13:01 |
Stev33e |
i create my own ext. with kickstarter |
| 13:02 |
Stev33e |
does anybody know, how i can change my ext for another languages? |
| 13:02 |
Stev33e |
exists a manual? |
| 13:04 |
drindt |
someone can please help me with a simple snippet of typoscript http://rafb.net/p/qTAXIW23.html the substitution of the variable in line 17 doesnt work. |
| 13:07 |
lilalinux |
[12:20] <lilalinux> drindt: I don't need smtp auth |
| 13:07 |
lilalinux |
drindt: curly brackets are for wraps only |
| 13:08 |
drindt |
lilalinux: you have a clue? why that not work? |
| 13:08 |
swemark |
Good afternoon Typo3 |
| 13:08 |
lilalinux |
[13:10] <lilalinux> drindt: curly brackets are for wraps only |
| 13:08 |
lilalinux |
drindt: try: field:title only |
| 13:08 |
drindt |
omg you mean i should delete them? |
| 13:09 |
lilalinux |
try it |
| 13:09 |
drindt |
replaceWith = field:title |
| 13:09 |
swemark |
I have a slight headache, i want to make a SEO-friendly menu while still uding GMENU. |
| 13:09 |
swemark |
using* |
| 13:09 |
nkuttler |
akira_: http://rafb.net/p/JzH3kJ28.html |
| 13:09 |
drindt |
lilalinux: that doesnt work also |
| 13:09 |
nkuttler |
akira_: not sure if it works 100% though, not in production yet |
| 13:10 |
lilalinux |
drindt: tsref doesn't now anything about replaceWith |
| 13:10 |
swemark |
I was thinking i might wrap the gifbuilder image with a span but i cant figure out howto do that |
| 13:10 |
lilalinux |
what is that supposed to do? |
| 13:10 |
drindt |
lilalinux: i want replacing a class="" to the page title so that css can work there |
| 13:12 |
swemark |
map the class with templavoila and use typoscript to just output pagetitle |
| 13:12 |
drindt |
swemark: thanks for the suggestion but iam using automaketemplate |
| 13:12 |
swemark |
Oh, then i dont have a clue. |
| 13:13 |
drindt |
swemark: but, why ts not assignt the value there? isnt that part of the tsparser? |
| 13:14 |
akira_ |
nkuttler: thanks a lot I will try it |
| 13:14 |
swemark |
Belive it or not, ive never bothered learning the "old style template making". |
| 13:15 |
crisb2010 |
can someone tell me why this doesn't work: http://pastie.org/417580? the field is a select field and all i want is that he validates the field as required |
| 13:22 |
akira_ |
nkuttler: I need to brush it a bit but it works, thanks a lot man, now I finally got it :) |
| 13:28 |
Stev33e |
does somebody gain experiences with creation of multilingual extensions? |
| 13:29 |
Stev33e |
i need a manuel or sth. else to come forward |
| 13:29 |
Stev33e |
i have a multilingual structure in BE, but i need help for the frontend programming |
| 13:30 |
NiFkE |
www.twitpickr.com |
| 13:34 |
lilalinux |
Anybody here using directmail? |
| 13:34 |
lilalinux |
I don't know how to attach a "bounce account" |
| 13:48 |
swemark |
Anyone know what i did wrong when tt-news links start showing <link blabla="" yaddayadda="" /> instead of the <a></a>? |
| 13:57 |
lilalinux |
swemark: you might need another parseFunc run |
| 13:57 |
Stev33e |
bye |
| 14:00 |
lilalinux |
How do I specify the cron job for directmail's bounce functionality? Should I do that manually via cron or is there a typo3 way of specifying cron jobs? |
| 14:05 |
swemark |
we use cron to do it |
| 14:05 |
swemark |
Think it just need a default backend-user |
| 14:06 |
swemark |
As for my link problem, tt-news semi-kindof strips html tags in list-mode |
| 14:08 |
maholtz|WORK |
does someone knows an benchmark tool for checking a whole site - not only one page? atm i am using "ab" or yslow-plugin |
| 14:12 |
swemark |
maholtz|WORK: siege |
| 14:15 |
maholtz|WORK |
@swemark: ok, found it: siege.org thx |
| 14:15 |
lilalinux |
My directmail installation doesn't have returnmail.phpsh anymore has that been renamed? |
| 14:15 |
maholtz|WORK |
ups, no - its something different? |
| 14:18 |
maholtz|WORK |
fyi: http://www.opensourcetesting.org/performance.php |
| 14:19 |
maholtz|WORK |
thanks swemark - found:) |
| 14:19 |
lilalinux |
http://www.joedog.org/index/siege-home |
| 14:20 |
maholtz|WORK |
thx @lilalinux |
| 14:33 |
swemark |
:) |
| 14:36 |
Bluespuke |
i try to embedd calendar base with this TS: http://paste.phlogi.net/calendar_base_prob/ |
| 14:36 |
Bluespuke |
it shows me: "Controller function not found: " |
| 14:36 |
Bluespuke |
someone an idea? |
| 14:38 |
nkuttler |
Bluespuke: who is 'it'? |
| 14:41 |
Bluespuke |
typo3 |
| 14:42 |
Bluespuke |
it's written in the place where the list should be... |
| 14:47 |
Bluespuke |
ok i got it... |
| 14:48 |
Bluespuke |
i forgot allowedViews = 1 |
| 14:53 |
untouch |
hi |
| 14:53 |
untouch |
is there a slim extension using the newest 2.1.2 mootools out? |
| 14:54 |
untouch |
1.2.1 |
| 14:54 |
untouch |
i meant sry |
| 14:54 |
untouch |
slimbox based on mootools 1.2.1 |
| 15:09 |
nkuttler |
untouch: hm, i'd rather include that myself. it's like adding three lines to your template |
| 15:10 |
Bluespuke |
how can i link events in the calendar? |
| 15:14 |
phil90 |
what do you mean ? |
| 15:14 |
Bluespuke |
i have the events in the list view but they aren't linked to the single view... |
| 15:14 |
Bluespuke |
(calendar base) |
| 15:16 |
nkuttler |
Bluespuke: i think you just need to define a single view |
| 15:16 |
padso |
hi |
| 15:16 |
nkuttler |
or enable |
| 15:18 |
padso |
could someone help me to finde the *.css file for the standard mailform please |
| 15:19 |
phil90 |
@padso: try to override the style with your own stylesheet |
| 15:20 |
padso |
i cant find the original one ^^ |
| 15:21 |
swemark |
firebug can help you :) |
| 15:22 |
swemark |
Speaking of help, I'm trying to add a span with display:none; besides each of the images generated by GMENU. Any ideas for that? |
| 15:22 |
untouch |
nkuttler: whaddayamean |
| 15:22 |
padso |
@phil90 qry plz :) |
| 15:25 |
crisb2010 |
does none of you guys know how to validate a select box within feuserregister? |
| 15:25 |
crisb2010 |
this thing really drives me insane |
| 15:26 |
untouch |
im having this chgallery extension combined with perfectlightbox 2 - i need to use the newest mootool for some other stuff (1.2.1) since perfect lightbox is using an very old version of mootools and it wasnt possible for me to change the mootools version in the extension itself, i was now gonna use pmk_slimbox but i just found out the that newest pmk_slimbox 3.0.0 wich uses moo 1.2) cannot be combined with ch gallery |
| 15:26 |
untouch |
thats basically my problem right now |
| 15:27 |
untouch |
@nkuttler |
| 15:27 |
drindt |
swemark: can you assist me during the mapping of that class you suggested me to do so? |
| 15:27 |
nkuttler |
untouch: can't you just remove the js stuff from chgallery? |
| 15:29 |
untouch |
and then? |
| 15:29 |
untouch |
i cannot follow you why would i want to do that |
| 15:29 |
nkuttler |
untouch: to add your own mootools and slimbox of course |
| 15:30 |
untouch |
i dont have a own slimbox |
| 15:30 |
nkuttler |
untouch: .... download it |
| 15:31 |
untouch |
ok so you mean : dont use lightbox as an extension include it to the chgallery extension? |
| 15:38 |
phil90 |
just follow the chgallery manual... it works |
| 15:39 |
untouch |
i had chgallery working with lightbox a 100 times already |
| 15:39 |
untouch |
its just now that lightbox uses an old mootools version |
| 16:10 |
yosmanyga |
And the final CMS winner is???????? |
| 16:10 |
maholtz|WORK |
drupal |
| 16:11 |
maholtz|WORK |
or plone |
| 16:11 |
maholtz|WORK |
:) |
| 16:11 |
yosmanyga |
plone is very slow |
| 16:12 |
yosmanyga |
maybe drupal |
| 16:12 |
maholtz|WORK |
well, TYPO3 is faster? |
| 16:13 |
drindt |
how i can enable the 123 mode with the installer back again? |
| 16:13 |
drindt |
i have dropped all tables and want reinstall the database |
| 16:18 |
jbaptiste_j |
Hello, my html static template passes the W3C validator, but the page generated by Typo3 shows 74 errors. Any idea how to fix that ? |
| 16:37 |
slash |
hi. how can i make a linebreak in a TMENU? |
| 16:38 |
slash |
i want to break a menuitem manually |
| 16:43 |
Denyerec |
Try hammer(); |
| 16:43 |
Denyerec |
¬_¬ |
| 16:43 |
nkuttler |
slash: wrap = ( |
| 16:43 |
nkuttler |
) |
| 16:43 |
nkuttler |
iirc according to maholtz |
| 16:44 |
slash |
? |
| 16:44 |
nkuttler |
?? |
| 16:44 |
slash |
??? |
| 16:44 |
nkuttler |
good luck |
| 16:45 |
slash |
i mean something like "Menuitemfirstline|menuitemsecondline" |
| 16:45 |
slash |
the title of the menu |
| 16:46 |
nkuttler |
no idea what you mean |
| 16:48 |
slash |
the title is "xxxxxxxx yyyyyy zzzzzzz". and i want that the menutitel has a linebreak after "xxxxxxx yyyyyyyy". |
| 16:49 |
slash |
i want to set the linebreak by myself |
| 16:50 |
nkuttler |
um, good luck with that. i guess you'll have to dig through the source, i'm not sure if there are hooks in such places |
| 16:50 |
nkuttler |
there's some filtering going on with titles iirc, so maybe it's possible |
| 16:50 |
maholtz|WORK |
@slash: i didnt follow - but whats wrong with "|" solution? just use it:) |
| 16:50 |
maholtz|WORK |
use typoscript |
| 16:51 |
nkuttler |
if i understand correctly his page titles are too long |
| 16:52 |
slash |
nkuttler: no |
| 16:52 |
nkuttler |
well, you want the linebreak at a different place because they are too long :) |
| 16:53 |
slash |
Molecular Membrane Biology and Neurobiology .... breaks after "and" |
| 16:53 |
slash |
but i want the break before "and" |
| 16:54 |
nkuttler |
slash: look into parseFunc maybe, see tsref |
| 16:56 |
nkuttler |
hm, not sure, but i seem to remember that you can put html entities into page titles... |
| 16:57 |
nkuttler |
at least i once tried something like that, i'm not sure if i had to hack the core |
| 16:57 |
maholtz|WORK |
@slash: stdWrap#listNum |
| 16:57 |
maholtz|WORK |
or split |
| 16:58 |
maholtz|WORK |
or use <br /> |
| 16:58 |
slash |
maholtz|WORK: thx. i will try it |
| 17:26 |
cooky1976 |
Anybody here being familiar with TV flexible content elements |
| 17:35 |
slash |
maholtz|WORK: hmm. when i use htmlSpecialChars = 1 then i cant insert a <br /> into my menu. |
| 17:38 |
cooky1976 |
Anybody here being familiar with TV flexible content elements? |
| 17:41 |
maholtz|WORK |
@slash: http://wiki.typo3.org/User:Maholtz#HTML_in_Feldern_erlauben |
| 17:41 |
maholtz|WORK |
that code allows <u> in headline |
| 17:43 |
slash |
thank you. |
| 17:43 |
maholtz|WORK |
hth |
| 19:34 |
iOops |
hi |
| 19:38 |
tmeixner |
cooky1976: just ask, if someone knows they will answer. |
| 19:40 |
cooky1976 |
I have a strabge behaviour since 2 days |
| 19:41 |
cooky1976 |
flexible content elements on the right side and on the frontend and in the backend the content of the FCE (RTE enabled) is always rendered withour brackets and paragraphs |
| 19:41 |
cooky1976 |
Nothing changed and nobody logged in |
| 19:41 |
cooky1976 |
Example ... DB: |
| 19:43 |
cooky1976 |
<value index="vDEF"><h4 class="align-center"><link 53 - internal-link "Ã\endash ffnet internen Link im aktuellen Fenster"><img alt="Ã\endash ffnet internen Link im aktuellen Fenster" src="typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif" />Moderation - <br />Vorträge - Events</link></h4></value> |
| 19:43 |
cooky1976 |
Frontend: |
| 19:43 |
cooky1976 |
h4 class=align-centerlink 53 - internal-link Öffnet internen Link im aktuellen Fensterimg alt=Öffnet internen Link im aktuellen Fenster src=typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif /Moderation - br /Vorträge - Events/link/h4 |
| 19:44 |
cooky1976 |
so there is no retransformation ..... |
| 19:53 |
tmeixner |
cooky1976: is this only happening for RTE text in FCE's or generally. |
| 19:55 |
cooky1976 |
Only for RTE texts in FCE |
| 19:57 |
tmeixner |
so it sounds like it good rte and normal text field mixed up ...? |
| 19:58 |
tmeixner |
what happens if you create a new FCE with just a div and an RTE - same behaviour? |
| 19:59 |
cooky1976 |
I tried to reassign the FCe but I will try |
| 19:59 |
cooky1976 |
the strange thing is, that this is since this week end and nobody did anything |
| 20:13 |
cooky1976 |
Nothing changes .... |
| 20:26 |
untouch_ |
there is a ghost in my ts setup |
| 20:26 |
untouch_ |
can someone please do some exoszism |
| 20:26 |
untouch_ |
this just cannot be |
| 20:26 |
untouch_ |
the most unlogical thing ive ever seen |
| 20:33 |
cooky1976 |
perhaps it could be some debian package update, but there is was no login (access files and Typo syslog) |
| 20:33 |
cooky1976 |
And I can't explain it to myself |
| 20:41 |
cooky1976 |
The error has to be in processDataValues in class.tx_templavoila_pi1.php |
| 20:47 |
pmk65 |
cooky1976: In your FCE, is there a tag named HSC ? If yes, try toggling the value (If it's 1, set it to 0. If it's 0 set it to 1) |
| 20:49 |
cooky1976 |
Toggling HSC changes nothing |
| 20:59 |
pmk65 |
ok. That usually helps, as HSC = HtmlSpecialChars is used for converting special characters to HTML entities |
| 21:00 |
cooky1976 |
At the moment, I think, that the problem is perhaps on the OS level .... |
| 21:00 |
cooky1976 |
But I will debug this t3lib .... |
| 21:33 |
tmeixner |
what's the best way of updating a typo3 install if you have many global extensions installed? |
| 21:34 |
cooky1976 |
?? many extensions installed global? |
| 21:34 |
cooky1976 |
Or many global extensions installed? |
| 21:34 |
cooky1976 |
The extensions won't miss |
| 21:34 |
cooky1976 |
in the new package |
| 21:35 |
cooky1976 |
I always install typo with symlinks |
| 21:36 |
cooky1976 |
Ok, sorry ... wring answer, I see ... |
| 21:36 |
cooky1976 |
Install the new version and make a copy -a old new |
| 21:36 |
cooky1976 |
You only have to copy the ext-directory ... |
| 21:36 |
cooky1976 |
And everything should work fine .... |
| 22:21 |
nd |
How would you guys build a language menu with flags? GMENU? The menu itself is build as TMENU so far, using directory as it's no language switcher but just links to other sites... |
| 22:45 |
mangan |
good evening everbody. big problem here: can't get direct mail extension run on postgresql DB: Anybody any idea? -> ERROR: column "uid" of relation "cache_hash" does not exist LINE 6: "uid" ^ in /var/local/typo3_src-4.2.6/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php on line 115 |
| 22:46 |
cooky1976 |
Do you have the table cache_hash? |
| 22:51 |
roadi |
have a small problem with the RTE; if i enable 'click to enlarg images' i have a missing / after host/server url so that the path to the image is wrong; for example www.bla.orgimages/image.gif. does anyone have a hint where i have to add the missing '/'? thx |
| 22:52 |
roadi |
btw everything else working :) |
| 22:52 |
mangan |
@cooky: of course, but theres no field uid in it |
| 22:54 |
cooky1976 |
Install Tool -> Database Analyser -> Compare should do the job |
| 22:58 |
mangan |
I tried Database Analyser, too, but this also throws an error: ERROR: Query could not be parsed: "SQL engine parse ERROR: No field name found: near ") "". Query: "ALTER TABLE cache_hash ADD ) ;" |
| 22:59 |
mangan |
seems like theres an error in the .sql file |
| 23:00 |
cooky1976 |
In my opinion it is an mysql-file, so perhaps you have to change a little bit |
| 23:01 |
cooky1976 |
But I didn't look in the source sql file |
| 23:01 |
nd |
How do I get my flags in there? I'm quote close with using a stdWrap.override = de || en || la and allWrap = <img src="|.png" />... but instead of de.png it puts in <a href... |
| 23:01 |
nd |
ideas? |
| 23:03 |
nd |
What I want to have is: <a href="path/to/site"><img src="path/to/img/DE.png" alt="DE" /></a> where the DE is conditional |
| 23:05 |
mangan |
@cooky: I will check the files .. |
| 23:14 |
NiFkE |
anybody who knows a Josh Lowensohn ? |
| 23:16 |
mangan |
@cooky: your basic idea with COMPARE was a bulls eye. Despite some difficulties with .sql files around I managed to fix the tables. Thank you a lot! |
| 23:19 |
cooky1976 |
You're welcome |
| 23:26 |
nd |
Gna, all I need is to know how to get DE instead of <a href as output to use it in an img... |
| 23:28 |
nd |
anyhow, good night |
| 23:29 |
cooky1976 |
good n8 |