| 00:00 |
void |
use "select from all" maybe |
| 00:02 |
sw_bluntman |
Tried select from Global just now. Still didn't get them. It gets them in the Storage Folder for the site, though. I guess I'll just put them there with everything else :) |
| 01:40 |
wacky_ |
Hey guys :) |
| 01:51 |
wacky_ |
I'm having a hard time with the RSS features of tt_news |
| 02:30 |
wacky_ |
ok, works great now :) |
| 02:30 |
wacky_ |
forgot categoryMode categorySelection in the displayXML (quite important! :) |
| 02:34 |
wacky_ |
anyone works with Calendar Base ? |
| 04:37 |
wacky_ |
Calendar base doesn't list the available calendars! |
| 06:38 |
asch |
hi |
| 06:39 |
asch |
there is any plugin for create single user content?? |
| 06:39 |
asch |
avoiding creating unlimited usergroups |
| 11:10 |
porkpie |
hi guy's I have enable realurl on one of my sites and I get this error Reason: Segment "2007" was not a keyword for a postVarSet as expected! when navigating to one of the pages |
| 12:37 |
prospert |
hello. I've got a question about extension development: I need to add a field in the backend of an existing extension. So I added the field to the "columns" and the "types"-array in tca.php, added an entry in locallang_db.php and created that field in the DB-table (and ext_tables.sql). |
| 12:37 |
prospert |
no when I click on a page in the backend, the content area on the right just display a blank page |
| 12:37 |
prospert |
this is fine again when I deinstall the extension. |
| 12:38 |
prospert |
any hints what else I have to take care of when adding that field? |
| 12:43 |
prospert |
anyone? would really be helpful if someone had an idea :) |
| 13:02 |
null |
no clue |
| 13:03 |
prospert |
hmm, ok |
| 13:04 |
prospert |
the blank page is only displayed when activating the list-view actually |
| 13:39 |
Hitman_67 |
I am having trouble with the latest version of sr_feuser_register. The correct language (L0 = German) on my muli-language site is only displayed correctly in 2 fields, all the others are in English |
| 13:41 |
Hitman_67 |
Translation in the extension manager for this extensions shows "OK" for language German |
| 13:44 |
Hitman_67 |
I am on typo3 4.1.3 and use sr_feuser_register 2.5.8 |
| 13:45 |
Hitman_67 |
toggling between languages seems to work fine since the 2 fields that appear correctly in German do change to English as soon as I switch language. They also switch back to German correctly |
| 13:52 |
null |
Hitman_67: it seems sr_feuser_Register's locallang does not have a translation |
| 13:54 |
null |
you will have to do by yourself |
| 13:58 |
null |
in my typo3conf/l10n/de folder there is no sr_FEuser_REgister file after installing the extension |
| 14:00 |
Hitman_67 |
I installed the II-XML extension and the "DE" selection shows all fields in German for locallang_db.xml. |
| 14:02 |
Hitman_67 |
II-XML shows "External filename: typo3conf/l10n/de/sr_feuser_register/de.locallang_db.xml" and then all fields nice and neat in German |
| 14:05 |
Hitman_67 |
One of the 2 fields that are shown correctly in German is "Kommentare". What's weird is that if I change Kommentare in the translation tool (II-XML extension) the change is reflected on the website. So why are only 2 fields picked out of this file and the rest gets displayed in English? |
| 14:06 |
Hitman_67 |
In case you want to see yourself: http://www.heckmaenner.de/index.php?id=111 |
| 14:08 |
null |
hm |
| 14:08 |
null |
i dont use sr_Feuser, i like more sr_email_subscription wich is a german clone of sr_feuser_register |
| 14:10 |
null |
hm. |
| 14:14 |
null |
Hitman_67: |
| 14:14 |
null |
plugin.tx_srfeuserregister_pi1._LOCAL_LANG.languageCode.tableName.fieldName = overridingValue |
| 14:14 |
null |
there you xcan set your own values for german. |
| 14:14 |
null |
maybe the fastest way to fix |
| 14:19 |
Hitman_67 |
I guess I have to play around a bit with this issue - if I can't find the cause problem I will try your workaround - THANKS INDEED! |
| 14:20 |
null |
Hitman_67: try this |
| 14:20 |
null |
.. |
| 14:20 |
null |
plugin.tx_srfeuserregister_pi1._LOCAL_LANG { |
| 14:20 |
null |
de {tt_content.list_type= Registrierung |
| 14:20 |
null |
fe_users.static_info_country= Land: |
| 14:20 |
null |
fe_users.zone= Bundesland: } |
| 14:20 |
null |
} |
| 14:20 |
null |
^^ then you can go through all fields. to change to german |
| 14:22 |
null |
works for me, cause i had the same problem |
| 14:40 |
Hitman_67 |
Hm. I have added this to my TS Setup but it didn't change anything [yes, I deleted the cache... ;-)] |
| 14:47 |
null |
well. then i have no clue |
| 17:25 |
Phlogi_ |
how can I localise that date: date = l, F d/Y? |
| 19:26 |
slash|crisis |
hey everyone. when i add a text object using the RTE or html mode, the <h1></h1> tags are converted to html enitities. this does not happen to e.g. <b></b>. just like <h1> was forbidden. i did not set such an option anywhere. - typo3 4.1.1 on ubuntu (from repo) |
| 19:52 |
void |
slash|crisis: check you RTE config |
| 19:53 |
slash|crisis |
void, where is that config? localconf? |
| 19:54 |
void |
no |
| 19:54 |
void |
it's a TS config (not TS setup). |
| 19:54 |
slash|crisis |
void, ty |
| 19:55 |
void |
read the doc for "rtehtmlarea" extension |
| 19:55 |
void |
i think that doc should explain that config |
| 20:02 |
slash|crisis |
i found out thats i have to edit "allowTags" |
| 20:02 |
slash|crisis |
but i am not sure where |
| 20:02 |
slash|crisis |
in the constants of my template? |
| 20:02 |
socken23 |
Hi all! How can I change the default upload path of an editor?? |
| 20:03 |
socken23 |
Have the problem, that an editor can't upload a csv file for direct_mail, because he doesn't have access to the temp folder... |
| 20:03 |
slash|crisis |
socken23, in your php config |
| 20:04 |
slash|crisis |
socken23, tmp_dir or something like that |
| 20:04 |
socken23 |
thanks, will check that |
| 20:04 |
socken23 |
No way in typo3 then? |
| 20:05 |
socken23 |
Or a way to give the user access to fileadmin/_temp_ ? |
| 20:05 |
slash|crisis |
socken23, dont think so |
| 20:05 |
slash|crisis |
socken23, chmod?! |
| 20:05 |
socken23 |
mhh.. don't have root access on that server |
| 20:05 |
socken23 |
but I'll check php config then! Thanks! |
| 20:17 |
Henrik_ |
Hello I got a problem with FE user reg. I can not get it to sent a mail to the user or admin!?? |
| 20:22 |
slash|crisis |
Henrik_, did you check if its a problem with you mailserver? |
| 20:22 |
slash|crisis |
*your |
| 20:22 |
Diblo |
Yes I can send mail |
| 20:22 |
slash|crisis |
Diblo, btw: sending mails from dynamic ips is often blocked by many isps |
| 20:23 |
Diblo |
Yes, but is instal on a hoste compay |
| 20:23 |
slash|crisis |
Diblo, do you get any error message? |
| 20:23 |
slash|crisis |
Diblo, also check apache log |
| 20:23 |
Diblo |
The problem is probley me |
| 20:29 |
uschi |
anyone around working 4.2alpha2? |
| 20:29 |
uschi |
good evening typo3 :-) |
| 20:35 |
uschi |
hm, where do i find the trunk of 4.2alpha? |
| 20:35 |
Diblo |
I dont fin any problem with the php or apache log. The laste time it have at problem is 3.10 to day |
| 20:38 |
Diblo |
I hav reconfig som finks after and it see to i work. But jeg have use the last 2 days on get the mail to work whit the FE user reg. But the the system have not use the Direct Mail befor now. But I hav test for it's works |
| 20:38 |
Diblo |
sry jeg = I |
| 20:38 |
Diblo |
^^ |
| 20:50 |
Busk |
Hey |