| 00:06 |
Tsoots |
they really should require some sort of bug reporting capabilities from extensions that are shown at typo3.org/extensions |
| 00:06 |
Tsoots |
this is darn frustrating |
| 01:10 |
pond |
fwiw: php4.3.9 + mysql4.1.? moved to php5.1.6 and Mysql5.0.22, and NO conversions issues at all... |
| 01:10 |
pond |
amazing |
| 01:11 |
pond |
now, I'll see what happens when I bump mysql to 5.1.x |
| 01:11 |
pond |
props to all TYPO3 devs everywhere... |
| 01:14 |
Denyerec |
Hehe |
| 01:24 |
void |
pond: see my query? |
| 01:24 |
void |
hi Denyerec |
| 01:24 |
void |
was your day so hot as you thought? |
| 01:25 |
pond |
void: yeah... |
| 01:32 |
void |
pond: you here? |
| 01:32 |
pond |
heay... |
| 01:33 |
pond |
guess you can not see what I am typingin the other window... |
| 01:33 |
pond |
did you see this one? http://wt.fyreengine.com/fileadmin/winfield-trading-data/new-template/site/index-1.html |
| 01:33 |
pond |
The one you made was pretty good too... but that is the one I bought... |
| 01:34 |
void |
pond: /join #pond |
| 14:12 |
sxsde |
morning guys |
| 14:12 |
codefritz |
good morning everbody |
| 14:12 |
sxsde |
morning! |
| 14:13 |
sxsde |
damn my TMENU dosent works ;S http://phpfi.com/309508 <= the act part dosent work |
| 14:13 |
codefritz |
well i've actually a very strange problem with my typo3 4.1.3 version |
| 14:13 |
codefritz |
anyone here who can/want help me? |
| 14:13 |
sxsde |
go on ;D |
| 14:14 |
codefritz |
well in the template module in the Setup field I can't make any changes persistent |
| 14:14 |
sxsde |
? |
| 14:14 |
sxsde |
check the first page on the install tool, any errors? |
| 14:14 |
codefritz |
if change anything within the field, press the update button it takes a while, and then i get an error "the site cant be found" |
| 14:15 |
codefritz |
ok mom |
| 14:21 |
codefritz |
well there is everything fine |
| 14:21 |
codefritz |
the thing is, i've this problem only with the setup field |
| 14:21 |
sxsde |
can you chance any value on the object browser? |
| 14:21 |
codefritz |
for example the constants field or any other works fine |
| 14:21 |
sxsde |
uhm |
| 14:54 |
codefritz |
hmz |
| 14:54 |
codefritz |
well anyone here who could help me with my config problem |
| 14:54 |
just2b |
codefritz so you did the repair? |
| 14:55 |
codefritz |
yes |
| 14:55 |
codefritz |
unfortunately it didnt help |
| 14:56 |
just2b |
nno other idea |
| 14:56 |
just2b |
never had it |
| 14:56 |
codefritz |
damn |
| 14:57 |
codefritz |
well maybee its a problem of the webserver |
| 15:05 |
codefritz |
well |
| 15:06 |
codefritz |
it seems the problem is that the field contains too much data |
| 15:07 |
codefritz |
although there are only 266 lines |
| 15:07 |
codefritz |
but if i remove them all |
| 15:07 |
codefritz |
then i can update the field |
| 15:16 |
Tanuva |
maybe it just takes some time to upload the content? |
| 15:19 |
codefritz |
well no |
| 15:20 |
codefritz |
after a while an error comes up |
| 15:23 |
codefritz |
can i include an extern file in the setup field where i can place all the config lines? |
| 15:46 |
koomi |
lazy sunday links: http://waxy.org/2008/04/fanboy_supercuts_obsessive_video_montages/ |
| 15:48 |
just2b |
lol |
| 15:55 |
drindt |
i try to run a specific function after creating a record in the backend in my plugin, someone can please tell me which tca part it is? many thanks |
| 15:55 |
just2b |
no tca but hook in tcemain |
| 16:06 |
drindt |
just2b: can you point me to a document? |
| 16:07 |
just2b |
read the hook document at typo3.org |
| 16:07 |
drindt |
ok thanks |
| 16:12 |
nd |
Aloha |
| 17:04 |
schu |
hello, does anyone know how to get tt_address' addresses filtered? which means i want to pass a getvar "lastname=smith" and get all adresses with lastname smith... |
| 17:05 |
void |
schu: how do you render the list now? |
| 17:05 |
void |
with typoscript or with plugin? |
| 17:06 |
schu |
void: by plugin |
| 17:06 |
schu |
void: but it is a bit more complicated than that :) |
| 17:06 |
void |
doesn't plugin have such ability to filter records? |
| 17:06 |
void |
if not, you can use pure TS |
| 17:07 |
schu |
i have companies, which are associated to special products (which is a flexible CE). these special prods have a field "lastname", so i want to get these products by lastname of company holder. |
| 17:08 |
schu |
so there is a list of companies, you click on them and a link with &keyword=<lastname> is passed. |
| 17:09 |
void |
schu: you can do that with TS... |
| 17:09 |
schu |
void: well, I can't :D |
| 17:10 |
schu |
as i realize now, i don't need the tt_addresses filtered but the flexible CEs... |
| 17:11 |
void |
you can filter CEs too.. |
| 17:12 |
schu |
void: good to hear, how can i do that? i already read how to pull GET-vars but i'm not sure how to apply this "filter" on my records (the CEs). can you help? (btw thx for the enlightenment so far) |
| 17:14 |
void |
schu: you can edit DS XML.. and modify in-DS TS to render only needed CE |
| 17:17 |
schu |
void: won't i raise some trouble if i edit the main template DS (since the company->product thing is only a small part of the website)? |
| 17:18 |
void |
schu: i mean FCE DS.. |
| 17:18 |
schu |
yes, i just checked that, sorry, stupid question. but how can i put the GETvar in there? |
| 17:19 |
void |
to test, try 30 = TEXT, 30.data = GPvar:smth |
| 17:19 |
schu |
ok thx so far, i'll try that |
| 17:23 |
Guest2008 |
hello! |
| 17:24 |
Guest2008 |
is there an extension for creating directories with typo3? |
| 17:24 |
just2b |
be, fe... ? |
| 17:25 |
Guest2008 |
sorry, what? |
| 17:25 |
just2b |
backend, frontend, where |
| 17:26 |
void |
Guest2008: did you try to use file>filelist module? |
| 17:29 |
Guest2008 |
i mean by this an extension for the frontend to create a software directory like software.com |
| 17:30 |
void |
Guest2008: ab_linklist ? |
| 17:34 |
Guest2008 |
how do you loke ab_downloads? |
| 17:34 |
Guest2008 |
oh, "like"! :( |
| 17:35 |
Guest2008 |
did you ever test this extension? |
| 17:40 |
void |
Guest2008: yes. it is a link list. =) |
| 17:55 |
Guest2008 |
ok, thank you! |
| 18:38 |
goodie01 |
Hi guys, I've just installed typo 4.1.6 with testsite package anyway I'm unable to login as admin (mentioned password = password didn't work) Is there any wy how to change it? |
| 18:38 |
just2b |
goodie01 installtool > #2 > bottom > crteate admin |
| 18:39 |
goodie01 |
just2b: : thankx! |
| 21:41 |
uschi |
hello tpo3 |
| 21:41 |
uschi |
+y |
| 21:42 |
void |
hi uschi |
| 21:43 |
uschi |
hi void :-)) |
| 21:43 |
void |
uschi: remembered you yesterday... because of trying to get up LLL: localization |
| 21:44 |
uschi |
why is it that someone who is struggeling around with localisation all the time is remembered in this case |
| 21:44 |
uschi |
void, i thought of you in connection with a localisation problem |
| 21:45 |
uschi |
what do you do in russia if you present your site in russian and english and have a list of persons' names |
| 21:45 |
uschi |
do you transliterate russian names for the english version? |
| 21:46 |
void |
uschi: yes |
| 21:47 |
void |
uschi: compare: http://typo3lab.ru/en/about-typo3lab.html and http://typo3lab.ru/ru/about-typo3lab.html |
| 21:48 |
uschi |
thx void |
| 21:49 |
uschi |
void, do you know how that could be resembled with typo3? |
| 21:49 |
void |
uschi: what? do not understand your question... |
| 21:50 |
uschi |
if i wanted to have a list of names coming from an ext like tt_address or tx_party |
| 21:51 |
void |
and? |
| 21:51 |
uschi |
means: names have to be 'translatable' right? |
| 21:51 |
void |
yes... |
| 21:51 |
uschi |
ok |
| 21:51 |
uschi |
thx |
| 21:52 |
uschi |
are ou involved in typo3lab somehow? |
| 21:55 |
schu |
how can i check if a GPvar (say i get ...&keyword=joe) is not empty? i tried globalString and globalVar and nothing works out as planned - please save my sanity |
| 22:01 |
void |
uschi: yes.. I'm Alexey Boriskin =) |
| 22:01 |
void |
schu: [globalVar = GP:keyword > 0] |
| 22:02 |
schu |
well, i thought just that - problem is, the [else] is always put out |
| 22:03 |
xsebi |
then your if is kinda false |
| 22:03 |
xsebi |
hehe : ) |
| 22:04 |
schu |
hmmm, don't think so: the passed keyword = hello and i put [globalVar = GP:keyword > 0] output yes [else] output no |
| 22:04 |
schu |
gosh i hate that |
| 22:06 |
schu |
i shoved my TS here, maybe someone can have a look at my stupidity :P http://aor.pastebin.com/m7f8c464c |
| 22:20 |
schu |
ppl please, can anyone give me a clue where to look for the error? i'm running out of time and i have no idea... |
| 22:21 |
xsebi |
maybe look in tsref for conditions |
| 22:24 |
schu |
xsebi: 'k, i'll check that |
| 22:27 |
schu |
ah, i just noticed that with globalVar = GP... keyword is only correctly check when an integer... |
| 22:27 |
schu |
weird |
| 22:37 |
ndee |
hey there, is there an easy way to upload a file in a backend module? |
| 23:19 |
|Awillys| |
hi there |
| 23:19 |
Awillys |
can anyone remind me how to remove the <p> tags generate automaticaly for the CE. i have issues with tt_news |
| 23:28 |
jananne |
I'm looking for an extension that makes some kind of catalog. Just a simple extension where i can set the fields ( for information for some kind of products et cetera ). Some kind of tt_products without the shoppingcart stuff.. a simplified tt_products. I can do this with tt_news, but it's ALLOT of work, making new fields in the TCA, then adding markers, then making the HTML, etc. |
| 23:29 |
jananne |
Example, i click on a page, i see a list, i click on a link on the list, i see 20 products on the page, i click 1 product, i get a new page with the informatie of the product. |
| 23:29 |
jananne |
information * |
| 23:31 |
xsebi |
jananne: maybe try commerce |
| 23:31 |
xsebi |
i dont know if its the same much work to reconf it |
| 23:41 |
jananne |
xsebi: i'll take a look at it. |
| 23:43 |
jananne |
xsebi: it has to be a simple system. just add a item to a category. no buy stuff or anything. just something like tt_news, only then more simple. simple of adding fields for the item, etc. |