| 00:00 |
gmueller |
maybe some path is wrong? |
| 00:06 |
Phlogi |
gmueller: check the install tool.... it will tell you everything |
| 00:08 |
gmueller |
nothing |
| 00:08 |
gmueller |
no error |
| 00:09 |
gmueller |
the kickstarter works |
| 00:09 |
gmueller |
are plugins loaded differently? |
| 00:09 |
gmueller |
i mean fe_plugins |
| 00:10 |
lynucs |
nobody can help with including tt_news via marker? |
| 00:11 |
jsfan |
hello everyone :) |
| 00:11 |
gmueller |
lynucs: including tt_news via marker? what do you mean wit that? |
| 00:12 |
lynucs |
well.. i have a html template where i put a marker like ###latest_news### |
| 00:12 |
lynucs |
and now i'd like kind of to reference that marker to the tt_news plugin |
| 00:12 |
lynucs |
in the main template |
| 00:13 |
lynucs |
i hope you understand what i'd like to say |
| 00:13 |
gmueller |
that not how it works |
| 00:14 |
gmueller |
you want to add the tt_news plugin as content elemt |
| 00:14 |
gmueller |
it is the added together with the other content in the main conent area |
| 00:14 |
lynucs |
yes.. but on a special location |
| 00:14 |
gmueller |
ok |
| 00:14 |
gmueller |
then you need typoscript |
| 00:15 |
gmueller |
mom |
| 00:15 |
lynucs |
i have a stylesheet and html template |
| 00:16 |
lynucs |
i just cant find any documentation on it |
| 00:16 |
lynucs |
how to place tt_news on a special location |
| 00:17 |
gmueller |
in the TS Setup you create a template object and fill the subparts (your marker) with the needed content |
| 00:17 |
gmueller |
like this: temp.mainTemplate = TEMPLATE |
| 00:17 |
gmueller |
temp.mainTemplate { |
| 00:17 |
gmueller |
template = FILE |
| 00:17 |
gmueller |
template.file = fileadmin/templates/bluecore.tmpl |
| 00:17 |
gmueller |
workOnSubpart = body |
| 00:17 |
gmueller |
subparts.menu = COA |
| 00:17 |
gmueller |
subparts.menu.10 < temp.menu |
| 00:17 |
gmueller |
subparts.submenu = COA |
| 00:17 |
gmueller |
subparts.submenu.10 < temp.submenu |
| 00:18 |
gmueller |
subparts.submenu_title = TEXT |
| 00:18 |
gmueller |
subparts.submenu_title.data = levelTitle:1 |
| 00:18 |
gmueller |
subparts.content < styles.content.get |
| 00:18 |
gmueller |
subparts.update = TEXT |
| 00:18 |
gmueller |
subparts.update.strftime = %e. %B %Y |
| 00:18 |
gmueller |
subparts.update.field = SYS_LASTCHANGED |
| 00:18 |
gmueller |
subparts.update.wrap = letzte Änderung: | |
| 00:18 |
lynucs |
gmueller: could you paste it on nopaste for me plz? |
| 00:18 |
gmueller |
subparts.update.if > |
| 00:18 |
gmueller |
} |
| 00:18 |
lynucs |
gmueller: i have already a menu-buttons made via markers |
| 00:19 |
lynucs |
each button = 1 marker |
| 00:22 |
Phlogi |
gmueller: you should use pastebin |
| 00:25 |
mfel |
Insert a news LATEST element in the left column, so that it is visible on all pages: |
| 00:25 |
mfel |
### News LATEST in left column |
| 00:25 |
mfel |
lib.newsLatest < plugin.tt_news |
| 00:25 |
mfel |
lib.newsLatest { |
| 00:26 |
mfel |
moment |
| 00:26 |
mfel |
read yourself :) |
| 00:26 |
mfel |
http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/7/#id2938276 |
| 00:26 |
gmueller |
or: styles.content.getNews |
| 00:26 |
mfel |
hou, that exists? |
| 00:26 |
mfel |
I didn't know |
| 00:27 |
gmueller |
just found it with the TemplateAnalyser |
| 00:30 |
lynucs |
mfel: thank you, i'll take a look |
| 00:30 |
lynucs |
getNews |
| 00:30 |
mfel |
i think it's exactly what you want |
| 00:31 |
lynucs |
err.. maybe there is any documentation to include extensions on markers in general? |
| 00:31 |
lynucs |
that would be nice too |
| 00:34 |
Phlogi |
lynucs: does it work with a normal text object? |
| 00:35 |
lynucs |
Phlogi: with markers? yes.. |
| 00:36 |
gmueller |
stat64("typo3conf/ext/sr_feuser_register/pi1/class.tx_srfeuserregister_pi1.php", 0xbf86e2b4) = -1 ENOENT (No such file or directory) |
| 00:37 |
Phlogi |
lynucs: so wait |
| 00:37 |
gmueller |
strace output. looks like my problem is a server setup problem |
| 00:37 |
Phlogi |
how do you include? |
| 00:37 |
lynucs |
firstly, i put a marker in the html template |
| 00:38 |
Phlogi |
paste the code! |
| 00:39 |
lynucs |
Phlogi: and then i define a template for it in the page template.. |
| 00:39 |
lynucs |
Phlogi: paste the html-template? |
| 00:39 |
Phlogi |
yes how do you use the marker with tt_news? |
| 00:39 |
Phlogi |
what was that line? |
| 00:40 |
lynucs |
i still cant use tt_news.. not yet (i'm a newbie).. but i included it as ###LATEST_NEWS### in a <div> |
| 00:41 |
lynucs |
i mena created a marker |
| 00:42 |
Phlogi |
and that marker is in your autoparser and works with a TEXT object? |
| 00:43 |
lynucs |
no, i didnt try it with a text object.. i used markers for my menu buttons |
| 00:43 |
Phlogi |
try with text object first |
| 00:44 |
Phlogi |
to see if your marker works as expected |
| 00:53 |
gmueller |
Phlogi: thanks for your help! the problem ist, that the plugin classes are not loaded via a absolute oath |
| 01:05 |
Phlogi |
gmueller: np |
| 01:43 |
jan |
hi, does anybody here have experience in asym m:n irre tables? |
| 02:14 |
gerards |
what is a asym mn irre table? |
| 02:17 |
Denyerec |
An asymmetric Many to Many inlinre relational record editing table |
| 02:17 |
Denyerec |
*inline |
| 02:22 |
gerards |
ahhh, good morning Denyerec. |
| 02:22 |
Denyerec |
Hey gerard |
| 02:22 |
Denyerec |
: |
| 02:22 |
Denyerec |
) |
| 02:22 |
gerards |
computer science sure is a useful thing to major in eh? |
| 02:28 |
jaaan |
^^ |
| 02:28 |
jaaan |
Denyerec: right ;) |
| 02:29 |
jaaan |
Denyerec: you used it before? |
| 02:29 |
Denyerec |
Nope |
| 02:29 |
Denyerec |
Read about it |
| 02:29 |
Denyerec |
never used it |
| 02:29 |
jaaan |
damn |
| 02:29 |
Denyerec |
Hehe sorry :) |
| 02:30 |
jaaan |
but maybe you have an idea how to get a sql-debug output in the backend without editing the t3lib files? |
| 03:48 |
jsfan |
back :) |
| 03:48 |
jsfan |
anyone have the complete t3con dvd? |
| 03:48 |
jsfan |
dvds... |
| 03:53 |
jsfan |
i started downloading them on bittorrent but now the tracker has gone down :( |
| 04:52 |
gerards |
hi all, I was looking at sys_workflows, I was hoping that it would help me create a dam entry and a tt_news entry in "one" step. |
| 04:52 |
gerards |
I guess I'm wrong? |
| 04:53 |
gerards |
is there anything that can help do that? |
| 04:53 |
gerards |
sort of like lump one (or many) DAM creation and one tt_news creation? |
| 04:57 |
ries |
hey gerards ! I just roasted my first batch of cafe :) |
| 04:57 |
gerards |
sweet! |
| 04:57 |
gerards |
isn't it a little late for coffee? |
| 04:58 |
ries |
I got 4 Kilo of 'greens' from karina's uncle |
| 04:58 |
ries |
Nope... needs to sit and rest for a bit...(officially 2 days) but will grind it tomorrow to see how it tastes |
| 04:58 |
gerards |
verdes. |
| 04:58 |
ries |
yup... |
| 04:59 |
ries |
I have some nice pictures of you of the metamorf team... |
| 04:59 |
ries |
need to organise it a bit more |
| 04:59 |
ries |
but will send you once it's done |
| 04:59 |
gerards |
:D |
| 04:59 |
gerards |
hey any ideas about the workflow thing I asked? |
| 05:01 |
ries |
I only have done it creating one record at a time |
| 05:01 |
ries |
But isn't there a method that you can do 'something' with SQL? |
| 05:01 |
gerards |
yeah, but I might need to create a BE module to do that. |
| 05:01 |
gerards |
I was hoping sys_workflows can solve it easily for me. :) |
| 05:05 |
ries |
http://www.fao.org/DOCREP/003/X6938E/x6938e05.htm |
| 05:05 |
ries |
I think sys workflows can do something on the SQL level |
| 05:07 |
gerards |
I think I'll do it via a BE module, it might be a lot more flexible. |
| 05:07 |
gerards |
and you know our employer, flexibility is always a good idea. |
| 05:09 |
ries |
gerards: hehehe yes.... |
| 05:09 |
gerards |
;) |
| 05:10 |
ries |
gerards: we might get quite a back change to our database schema.... But will update you when that is discussed and settled |
| 05:10 |
ries |
back == big |
| 05:10 |
gerards |
crap.... |
| 05:10 |
gerards |
i hate big changes to data structure..... |
| 05:15 |
ries |
gerards: it would mean we need to re-write every single SQL we made in the paste |
| 05:15 |
ries |
past |
| 05:16 |
gerards |
yippe. |
| 05:16 |
gerards |
halleluah.... |
| 05:16 |
ries |
will not happen between now and 6 months actually |
| 05:17 |
gerards |
we better have some awesome stuff in teh new schema to justify this. |
| 05:18 |
ries |
it suppose to match better the business model.... I am not sure yet because the first ideas I have seen where far from normalised |
| 05:18 |
gerards |
:) that's your job eh? |
| 05:19 |
ries |
and if normalised it would look like strong to what we have right now |
| 05:19 |
ries |
I just need to check if we don't re-do the thing we already done |
| 05:19 |
gerards |
hey you know some of the truly horrible joins we have right now, don't you think it might be a good idea to define some views in the DB for that? |
| 05:20 |
gerards |
i mean its just read-only. |
| 05:21 |
ries |
Some if them might be doable... However for example for teh catalog I might have a change coming... |
| 05:21 |
ries |
What might be a better idea is that we make stored procedures for some of teh data |
| 05:21 |
ries |
this would make it a bit more flexibl |
| 05:22 |
ries |
I also start to feel.. but need to read a lot more about wsdl... and soap... |
| 05:22 |
ries |
although I don't find it a big +... |
| 05:23 |
ries |
I might need to re-think about that |
| 05:28 |
ries |
I am off to bed |
| 08:04 |
koomi |
moin |
| 08:05 |
foool |
hi umc |
| 08:47 |
umc |
morning |
| 08:47 |
umc |
how's it going ? |
| 09:07 |
foool |
sorry for delay umc was coffee drinking |
| 09:08 |
foool |
Know anything about menus umc |
| 09:16 |
typo3newbie |
Hey. I'm looking for a way to preview tt_news before it's made public. I have a storage folder that contain news-items and a page that shows news list + a page that shows single news item. I can't se hidden news items with the view-module. Any ideas? |
| 09:20 |
foool |
make a test page not in menu for it with news in it. create category preview and in test page set news to see preview category |
| 09:29 |
d|g |
ïðèâåò âñåì |
| 09:29 |
typo3newbie |
thanks foool :) |
| 09:29 |
d|g |
hi all |
| 09:29 |
foool |
welcome pal |
| 09:30 |
foool |
hi there |
| 09:31 |
typo3newbie |
is there a way without switchig it between categories? I don't really use them now, and it would be even better if my backend users didn't have to think about such things (they are very stupid :p) |
| 09:36 |
foool |
It only takes a second to view it chances of anyone seeing it are slim |
| 09:37 |
typo3newbie |
Yes, you are right. It's not really a big problem |
| 09:38 |
animan |
'morning everyone |
| 09:39 |
foool |
mornin' |
| 09:44 |
animan |
does someone know how to set up that tt_news feeds part? i'm tring to make rss feeds from news inside 2 categories but without luck |
| 09:45 |
animan |
it creates the feed, but it's empty |
| 10:11 |
animan |
i was tring to convert a php translition into xml, but got this error: XML_ERR_NAME_REQUIRED |
| 10:11 |
animan |
what did i do wrong? :S |
| 10:11 |
animan |
i used same structure as other extensions do and they work just fine |
| 10:13 |
animan |
ok, needed to change & to & |
| 10:17 |
animan |
but the tt_news feed question remains :/ |
| 10:49 |
chrisivens |
Hi there, does anyone have any experience with the indexed_search module? My db has become a bit huge and I'd like to omit common words from it. |
| 10:52 |
Best |
Hello, is it possible to remove the pagetitle from a page? I removed the div from the template but it's still there ?! |
| 11:23 |
ThoMe |
hello and good morning |
| 11:23 |
ThoMe |
knock knock, wake up :) |
| 11:24 |
animan |
hehe, funny to see how different the timezones are for people here |
| 11:24 |
ThoMe |
:-) |
| 11:24 |
ThoMe |
animan: can u help me please with realurl? |
| 11:25 |
animan |
umm, i don't think i can help |
| 11:25 |
animan |
i have very little experience with realurl myself |
| 11:26 |
ThoMe |
i would like open my site with: http://typo3.freeline.eu/kontakt-impressum.html but typo3 give me the startpage. if i try http://typo3.freeline.eu/?id=kontakt-impressum its works, typo3 give me the contact-seite |
| 11:26 |
ThoMe |
what is wrang. |
| 11:27 |
ThoMe |
Rapp: kannst du helfen? :) |
| 12:40 |
uschi |
does anyone know whether there is something wrong with typo3xdev? |
| 12:40 |
uschi |
i am trying to download latest trunk version of dam |
| 12:40 |
uschi |
but i do get errors |
| 12:40 |
uschi |
svn co and then???? |
| 13:13 |
chrisivens |
.htaccess file? |
| 13:47 |
animan |
strange.. my tt_news shows default and All language news but when i make a alternative language news it doesn't get displayed |
| 13:52 |
animan |
what could cause that? |
| 13:55 |
umc |
anyone using the newsletter ? trying to figure out where to assign a direct mail category to a content element, but I can't find anything like that... |
| 14:02 |
ralze |
hi. today i got some strange behaviour by the typo3 backend. every time i try to edit a table content element the right frame is blank. |
| 14:02 |
ralze |
has anyone had that issue before? |
| 14:02 |
ralze |
or can hint me to a solution? |
| 14:03 |
ralze |
same with every user, all other content element work fine... |
| 14:12 |
m4rtijn |
hi |
| 14:13 |
m4rtijn |
does anyone know how to make a gmenu - breadcrumb? |
| 14:13 |
m4rtijn |
somehow it seems to work fine with tmenubut not gmenu |
| 14:16 |
umc |
ralze: did you check the error logs ? |
| 14:17 |
umc |
it might give you a hint as of why you get a blank page |
| 14:18 |
umc |
if you have root access, try a tail -f /var/log/messages |
| 14:19 |
umc |
or tail -f /var/log/httpd/error_log |
| 14:26 |
ralze |
this errormessage comes up, everytime the error occurs: http://phpfi.com/294940 |
| 14:27 |
ralze |
with changin pid of course |
| 14:29 |
ralze |
actually, the number of notices changes from 1..3 every time... |
| 14:29 |
umc |
doesn't give any more detailed messages of what's going on there ? |
| 14:30 |
umc |
permissions... stuff... ? |
| 14:32 |
ralze |
not in that log, not in the log specified for that virtual host |
| 14:33 |
ralze |
there is a way to set notice level in apache isn't thee? |
| 14:33 |
ralze |
maybe that'll help |
| 14:35 |
simono |
dear typo friends, I just started working on typo3 and inherited a quite big project... first question: how do i completly, absolutly turn of caching for everything |
| 14:37 |
simono |
im 4.0.4 if that makes a difference, i noticed howto disable cache per page and such in the docs, but thats not enogh |
| 14:39 |
animan |
anyone can help me with tt_news localization? for some reason alternate language news just won't show up :S |
| 14:42 |
umc |
simono, did you try searching in the Install Tool configuration list ? |
| 14:42 |
umc |
you might find something there about caching... |
| 14:42 |
umc |
don't know for sure... but it's a place where you can look |
| 14:45 |
simono |
umc: will look at this install tool config list |
| 14:51 |
chrisivens |
Is anybody having trouble with indexed_search slowing the site down? |
| 14:53 |
foool |
anyone using UDM menu? |
| 14:55 |
simono |
stupid question: when i include a php script as a page element, shouldnt the error output of that script still be shown in the normal sever log or does typo some sort of error-handling? |
| 14:55 |
foool |
4.04 is not a good choice simono |
| 14:55 |
simono |
okay, why is that? I inherited that project.. so not my choice :-) |
| 14:56 |
foool |
is it yaml ? |
| 14:56 |
simono |
"yaml" ? |
| 14:56 |
animan |
chrisivens: maybe this can be useful - http://wiki.typo3.org/index.php/Performance_tuning |
| 14:56 |
foool |
template sys or? |
| 14:57 |
simono |
foool: if you are talking to me, i dont get what you want to know, sorry |
| 14:57 |
chrisivens |
animan: Thanks, I'll take a look |
| 14:57 |
foool |
no prob i was using 4.04 and the new extensions don't work with it mootools etc |
| 14:58 |
foool |
I upgraded to 4.15 |
| 14:59 |
simono |
okay, we dont use a lot of extensions.. and those work imho. only problem is i have no clue... I think using typo3 was overhead.. all I see are a lot of php scripts that are included as page elements. and debugging got harder, because of caching |
| 14:59 |
simono |
i dont wanna whine.. i'm still looking for cache-disable and why my php scripts dont log errors into server log ol |
| 14:59 |
simono |
lol |
| 15:06 |
foool |
you could have disabled them all in the time you have been sat here hahaha!!! turning off cache will slow down loading times for users |
| 15:06 |
foool |
you can clear all cashe after saving and debugging |
| 15:07 |
simono |
i debug all the time... i want to know whats going on... no way to totally disable? now i'm looking for the error log... |
| 15:20 |
Denyerec |
BONJOURNO! |
| 15:23 |
Phlogi_ |
simono: you can in TS |
| 15:24 |
simono |
okay i figured out how to disable caching.. thanks |
| 15:25 |
simono |
Phlogi_: can you help me with the error log location, please? im sort of lost |
| 15:25 |
Phlogi_ |
simono: 7.3. "CONFIG": |
| 15:25 |
Phlogi_ |
simono: thats php related I think |
| 15:25 |
Phlogi_ |
not sure about typo3's logging |
| 15:26 |
Phlogi_ |
but if that should be in install tool |
| 15:26 |
simono |
can i run install tool again, even if i already have pages running with that typo3-install? or will it reset data or smth |
| 15:28 |
simono |
also the docs only go to 6. extension, no 7 :-) |
| 15:33 |
animan |
is it possible to make news in different language? i don't mean translating original (def language) news but to make an independent news system for each language |
| 15:39 |
amrun |
hi all. how can i enable that ond can create a new record on pid 0 of my extension? |
| 15:43 |
simono |
now really: typo3 does nothing to php errors happing in an included script? |
| 15:48 |
Phlogi_ |
simono: I mean the normal install tool in typo3 not the setup with steps |
| 16:02 |
amrun |
how can i enable that ond can create a new record on pid 0 of my extension? |
| 16:14 |
Phlogi_ |
amrun: somwhere in the kickstarter or check tca config |
| 16:24 |
Phlogi_ |
anyone has a realurl config for translation of ?no_cache=1 into some realurl thing :) |
| 16:27 |
just2b |
yeah into nc/ ;) |
| 16:28 |
Denyerec |
Phlogi |
| 16:28 |
Denyerec |
yes |
| 16:28 |
Denyerec |
nc/ |
| 16:28 |
Denyerec |
:) |
| 16:28 |
Phlogi_ |
just2b: hehe would be nice... but I just found myself. Hope it works :() |
| 16:29 |
Phlogi_ |
yes seems to work... |
| 16:30 |
Phlogi_ |
and with a fine indentation now. |
| 16:30 |
Phlogi_ |
cal extension does not work correctly here when cache is on |
| 16:31 |
Phlogi_ |
at least not for editing |
| 16:31 |
Denyerec |
mmm |
| 16:31 |
Denyerec |
A lot of extensions seem to drop the ball with the cache |
| 16:31 |
Denyerec |
I mean tt_news gets in a right state sometimes. |
| 16:32 |
just2b |
which exts? |
| 16:32 |
Phlogi_ |
I will investigate if I find time. |
| 16:33 |
Phlogi_ |
mm why can't I just change the string no_cache to nc? Maybe you can give me your realurl config? |
| 16:33 |
just2b |
this is just transofred if you link to a page wit no cache |
| 16:35 |
Phlogi_ |
can you send the part of the config please just2b |
| 16:45 |
informix |
Hi all, I have a difficultly with my current typo3 project... |
| 16:45 |
informix |
Can somesone have a look and help? |
| 16:46 |
typochur |
Did handling of languages change from 3.8.x to 4.1.x |
| 16:47 |
typochur |
I got a field "name" in my extension and I want to allow to give it a german value and an english value |
| 16:47 |
Phlogi_ |
informix: thats the purpose of this channel |
| 16:48 |
informix |
@Phlogi_ You may have a look at http://www.gartenbau-bethlehem.allesfuerdeinkind.de/ |
| 16:49 |
Phlogi_ |
I guess you did not configure tt_news correctly... informix |
| 16:51 |
informix |
@Phlogi: everything worked fine before - with a day delay I noticed this errors than... I already tried hard for a solution about hours, with no result. But what's even worse: When I remove the news and outcomment them in typo script the error is still there!!! |
| 16:52 |
Phlogi |
oh thats bad... |
| 16:52 |
Phlogi |
did you check whats the code on that line in the t3lib? |
| 16:52 |
Phlogi |
what version of typo3 is that? |
| 16:53 |
just2b |
turn sqldebug on and you see the real error, everything else is just guessing |
| 16:53 |
informix |
@Pholgi: TYPO3 4.0.4 |
| 16:53 |
informix |
@just2b: How do I do this? |
| 16:53 |
just2b |
and just delete the cache and everything is fine |
| 16:53 |
just2b |
http://www.gartenbau-bethlehem.allesfuerdeinkind.de/?no_cache=1 |
| 16:54 |
just2b |
informix > install tool > all conf > sqldebug |
| 16:54 |
Phlogi |
just2b: I'm impressed =) |
| 16:55 |
just2b |
.. just the usual suspects |
| 16:55 |
informix |
?!? |
| 16:55 |
Phlogi |
hehe |
| 16:55 |
just2b |
yeah ?!? helps |
| 16:55 |
Phlogi |
just2b: I thought of doing a comparison in install tool as next step |
| 16:56 |
Phlogi |
informix: clear all caches! |
| 16:56 |
just2b |
phlogi no far too earliy |
| 16:56 |
informix |
@Phlogi: one moment, but I did so before - at least fe cache and Cache in typo3conf |
| 16:56 |
just2b |
sqldebug tells what is the error... everything else is wrong |
| 16:57 |
informix |
is there another cache to empty? |
| 16:58 |
just2b |
no |
| 16:58 |
informix |
fe cache and Cache in typo3conf |
| 16:58 |
just2b |
it is enough i guess |
| 16:58 |
informix |
sorry |
| 16:58 |
Phlogi |
informix: now did you turn on the sql debug? |
| 17:00 |
informix |
yes, did so! |
| 17:01 |
Phlogi |
your cache table is crashed.. you need to repair that |
| 17:02 |
just2b |
phlogi > see why the sqldebug is so important? |
| 17:02 |
Phlogi |
just2b: ah yes of course. |
| 17:03 |
informix |
@Phlogi and @just2b: you are a great help! thanks! |
| 17:05 |
informix |
what can be the reason for that crash? A hack? |
| 17:05 |
just2b |
no, ask your sysadmins |
| 17:05 |
just2b |
Phlogi_ which exts? |
| 17:05 |
Phlogi |
informix: mysql problems |
| 17:05 |
informix |
@just2b: I am my own sysadmin |
| 17:05 |
Phlogi |
just2b: cal, mm_forum, tt_news |
| 17:06 |
just2b |
phlogi.. how can you say that? can also be the hdd |
| 17:06 |
informix |
hi timo |
| 17:06 |
Phlogi |
just2b: ok mysql problems caused by * |
| 17:06 |
just2b |
you wanna code a forum or tt:news in 5min? oh lol |
| 17:06 |
informix |
nice people here and quick solutions... :-) |
| 17:06 |
just2b |
informix it can be everything, but a hack... |
| 17:07 |
Phlogi |
just2b: of course it was not too serious but I'm configuring cal now for over 6h and its still unusable |
| 17:07 |
TimoPB |
hi sascha ... i see |
| 17:07 |
informix |
allright, I thought so - is my typo3 Version a stable one or should I upgrade? |
| 17:07 |
just2b |
cal is a real big thing.. if you need a small thing, don't use it |
| 17:07 |
Phlogi |
just2b: typo3 is a mess somehow. A lot should be simplified but of course its great |
| 17:07 |
just2b |
it is stable but there are better versions like the 4.1.2 |
| 17:07 |
just2b |
ah 4.1.5 |
| 17:08 |
just2b |
Phlogi_ i dont see a mess in my typo3s ;) |
| 17:08 |
Phlogi |
Phlogi maybe you're right, I'm working on my first typo3 page ^^^ |
| 17:08 |
informix |
allright, I have anonther not working thing in my search - it does not work right from the field in the start side |
| 17:08 |
informix |
do you also have a hint for this? |
| 17:09 |
Phlogi |
most of the work when including a new ext is css/template stuff anyway... so thats normal |
| 17:10 |
Phlogi |
informix: you did something wrong when you included that search field I guess |
| 17:10 |
informix |
@phlogi @just2b: can you sent me your contact info at my personal eMail? would be great! |
| 17:10 |
just2b |
for what? |
| 17:10 |
just2b |
donations or personal assistant? |
| 17:11 |
informix |
for what? networking ist always one of the most important things... :-) |
| 17:11 |
just2b |
this is a one way network and I only like those if *** I *** can control it |
| 17:12 |
Phlogi |
I don't get it! |
| 17:12 |
informix |
me too |
| 17:13 |
Phlogi |
informix: why do you want my personal info? |
| 17:13 |
Phlogi |
networking? what? |
| 17:13 |
informix |
is xing familiar to you? |
| 17:13 |
just2b |
ok let me get this clear > i hate n00bs asking via icq/mail all the time and I can't turn them off |
| 17:13 |
Phlogi |
aha :) I see... |
| 17:14 |
Phlogi |
yes why not asking here informix? |
| 17:14 |
informix |
@just2b: that's understandable... |
| 17:14 |
Phlogi |
so Ralf why do you want our email then? informix |
| 17:14 |
Phlogi |
ää Sascha? :) gg |
| 17:14 |
just2b |
i am still one of the biggest n00b helpers in the german area.. |
| 17:14 |
informix |
@phlogi, @just2b: allright, I understood... if you don't change your mind... ;-) |
| 17:15 |
Phlogi |
just2b: you're famous |
| 17:15 |
Phlogi |
if we want help we are here thats it |
| 17:15 |
informix |
@Phlogi: great ;-) |
| 17:16 |
foool |
I'm a n00b :( |
| 17:17 |
Phlogi |
foool: hello n00b |
| 17:17 |
informix |
so everyone has been a n00b sometimes... ;-) |
| 17:18 |
just2b |
informix got no problem with that |
| 17:18 |
just2b |
but i doubt I got any benefit from your network |
| 17:19 |
Phlogi |
informix: what network is it actually? |
| 17:21 |
just2b |
Phlogi is it really important? |
| 17:21 |
Phlogi_ |
just2b: nope, I'm curious |
| 17:28 |
animan |
hmm.. i'm experiencing strange thing. my site doesn't want to show me news in alternative languages. it does show them, however, when i set their language to All |
| 17:28 |
animan |
i'd like to make a 3 independent news systems, default language, eng & rus |
| 17:29 |
animan |
(another n00b :P) |
| 17:30 |
Phlogi_ |
animan: normal language works as expected? |
| 17:31 |
animan |
yes |
| 17:32 |
animan |
all the plugins translations and localized pages work like a charm |
| 17:33 |
Phlogi_ |
did you create multiple news site and inserted the plugin on every page or how did you do it? |
| 17:33 |
Phlogi_ |
hmm I set a different template in the constant editor for cal, now I modified that template but I can't see the changes in fe. Any idea? |
| 17:34 |
animan |
i have a simple content element showing news list. it works for default language, but not for others |
| 17:35 |
Phlogi_ |
and that page is only for one language? |
| 17:35 |
Phlogi_ |
maybe it helps to insert the plugin 3 times... its not that nice but |
| 17:35 |
animan |
no, for all |
| 17:35 |
animan |
content element is "translated" as well |
| 17:40 |
animan |
doesn't those "translations" count as an different content elements? they all have different uid so i basically have 3 plugins each for one language |
| 17:42 |
Phlogi_ |
ah damn I edited the wrong template |
| 17:42 |
Phlogi_ |
animan: thats fine actually |
| 17:42 |
Phlogi_ |
are you using tv? animan |
| 17:43 |
animan |
yes |
| 17:44 |
Phlogi_ |
animan: I had that bug too on another site I remember |
| 17:45 |
animan |
bug? |
| 17:46 |
Phlogi_ |
hmm bug is maybe the wrong word... but I don't have access to that page any longer nor I remember how I fixed it... |
| 17:46 |
Phlogi |
there's this option in TS config.sys_language_overlay = hideNonTranslated, but I don't think thats it |
| 17:48 |
animan |
it's currently acting like it doesn't know where/how to get a right language news. if i set a news to be in all languages it works :/ |
| 17:50 |
animan |
what is that ts even for? to hide nontranslated pages? |
| 17:52 |
Phlogi |
oh I just found out that I still have access to the page, so... wait a second |
| 17:52 |
animan |
oh, great :) |
| 17:53 |
Phlogi |
try to create an alternative page language on that page where you inserted the plugins |
| 17:54 |
Phlogi |
that helped there I remember |
| 17:55 |
Phlogi |
animan: do you know what I mean? |
| 17:56 |
animan |
into the page where the plugin is? |
| 17:56 |
Phlogi |
yes |
| 17:56 |
Phlogi |
animan: just for the translated languages |
| 17:57 |
animan |
hehe, i've made it under the sysfolder of my news |
| 17:57 |
Phlogi |
hmm I think you should have it where you inserted the plugin. Thats how I did it on that page at least |
| 17:58 |
animan |
no, got confused.. yes i have all alt.page langs for each localization there |
| 18:03 |
Phlogi |
usually you create that alternative page language somewhere on your root page. But with tv it didn't get inherited correctly. Thats why I had to create it manually on those pages (if I remember correct) |
| 18:04 |
animan |
but my pagetitle is being translated, that should mean it works, right? |
| 18:12 |
dokma |
hi guys |
| 18:14 |
dokma |
Denyerec: would you know how to alter a menu based on a value from tt_news table from TS? |
| 18:18 |
just2b |
which value |
| 18:18 |
just2b |
but i am not Denyerec |
| 18:24 |
dokma |
just2b: let's say I need to add a field in tt_news table |
| 18:24 |
dokma |
let's say this field is a color |
| 18:24 |
dokma |
and now I want to change menu background |
| 18:25 |
dokma |
on the single view page for any particular news item to the color specified in that field |
| 18:26 |
just2b |
no prob |
| 18:26 |
just2b |
you added the field already? |
| 18:27 |
dokma |
no not yet |
| 18:27 |
just2b |
do this witrh the kickstarter |
| 18:27 |
dokma |
but I think it is not such an issue |
| 18:27 |
dokma |
the bigger prob is how to affect the menu with the value from the field |
| 18:27 |
bedlamhotel |
dokma: question: |
| 18:28 |
bedlamhotel |
Is the colour based on a category? |
| 18:28 |
bedlamhotel |
a tt_news category that is? |
| 18:28 |
dokma |
unfortunately no |
| 18:28 |
just2b |
the menu or the single view?? |
| 18:28 |
bedlamhotel |
Ah too bad. I had a simpler solution for you :) |
| 18:28 |
dokma |
if it was I would specify different single view pages |
| 18:29 |
dokma |
just2b: in the single view |
| 18:29 |
just2b |
so add the field and make the rest with a condition |
| 18:29 |
just2b |
a userfunc condition |
| 18:29 |
dokma |
I want the menu on that page to be coloured according to the value in the table |
| 18:29 |
dokma |
userfunc condition? |
| 18:29 |
dokma |
never done that |
| 18:29 |
just2b |
wtf... so the menu and not the single view |
| 18:29 |
bedlamhotel |
dokma & just2b: this sounds like a very suitable use of the CASE cObject... |
| 18:29 |
bedlamhotel |
I doubt a userfunc is required. |
| 18:30 |
dokma |
bedlamhotel: might be |
| 18:30 |
dokma |
so how do you use CASE cObject to say: |
| 18:30 |
just2b |
i just made a similiar thing yesterday with a condition |
| 18:30 |
dokma |
read the color from the tt_news table and change the menu background |
| 18:31 |
just2b |
because the nice thing with a condition is, that you can do faster more manipulative things |
| 18:31 |
foool |
When I try to play FLV file in typo3 IE says 'Operation Not Permitted' it is a new thing in IE7 i was read and the object code has to be changed so all the ext's don't work right now. just2b is your code the new one. Oh! and by the way I installed yours but I upload the file (FLV but it doesn't go in. I guess that is 'cos it is in a sub dir like you said for ecard. |
| 18:31 |
dokma |
just2b: could you post some code? |
| 18:31 |
just2b |
i hat a special field in the category and iif there is a single view with that category, i change a menu to a text ;) |
| 18:31 |
bedlamhotel |
just2b: Maybe true in this case. Doing sql from inside TYPO3 is irritating. |
| 18:31 |
just2b |
got a very nice tt_news website in work ;) |
| 18:32 |
just2b |
the userfunc > http://pastebin.com/d5e5097c |
| 18:32 |
dokma |
just2b: that might be just what I need |
| 18:32 |
bedlamhotel |
But wait...if you add the new field to the rootline, you can just use stdWrap... |
| 18:32 |
just2b |
no rootline here... it is all on 1 page |
| 18:33 |
just2b |
but i will be off now |
| 18:33 |
bedlamhotel |
just2b: right. tt_news not available from page record anyhow... |
| 18:33 |
uschi |
bedlamhotel :-)))))))))))))))))) |
| 18:33 |
uschi |
you here? |
| 18:34 |
bedlamhotel |
Hello uschi. Yes, I'm here. |
| 18:34 |
uschi |
i have not heard from you for ages |
| 18:34 |
uschi |
i missed you a lot |
| 18:34 |
bedlamhotel |
uschi: I have been buried in books. |
| 18:34 |
dokma |
just2b: bye |
| 18:34 |
dokma |
and thanks |
| 18:34 |
dokma |
hi uschi |
| 18:34 |
foool |
bye |
| 18:34 |
bedlamhotel |
see you just2b |
| 18:34 |
uschi |
hi dokma :-) |
| 18:34 |
uschi |
ciao just2b |
| 18:35 |
uschi |
bedlamhotel, see my query? |
| 18:35 |
bedlamhotel |
Uschi: nope. Try again? |
| 18:36 |
uschi |
now? |
| 18:37 |
uschi |
hm, obviously you do not see me, what a pity |
| 18:37 |
bedlamhotel |
Nope. This has happened before. I forget how to fix... |
| 18:38 |
uschi |
i can see you, can you read my answer? |
| 18:39 |
bedlamhotel |
*L* No. |
| 18:39 |
bedlamhotel |
Argh. Hang on a moment. |
| 18:39 |
bedlamhotel |
Tried again :) |
| 18:39 |
uschi |
i can see you, and i typed something |
| 18:40 |
bedlamhotel |
Hm. Still not working. |
| 18:40 |
uschi |
can anyone guide bedlamhotel and myself into a private conversation? |
| 18:40 |
uschi |
there was some trick |
| 18:40 |
void |
you can create a private channel |
| 18:41 |
void |
with random name and protect it with password |
| 18:41 |
uschi |
void somehow query is not working with bedlamhotel |
| 18:42 |
uschi |
i can see him, but he does not see me |
| 18:42 |
void |
uschi: is he authorized on freenode? |
| 18:42 |
void |
uschi: is you authorized? |
| 18:42 |
void |
*are |
| 18:42 |
uschi |
i am, yes |
| 18:42 |
uschi |
bedlamhotel, are you authorized at freenode? |
| 18:42 |
bedlamhotel |
I think I am. My right username seems to be showing etc. |
| 18:43 |
uschi |
hm |
| 18:45 |
bedlamhotel |
back in a minute :) |
| 18:45 |
uschi |
ok |
| 18:47 |
bedlamhotel |
Hm. Ries, are you actually there? |
| 18:47 |
ries |
actually I am |
| 18:47 |
bedlamhotel |
Ries: I *think* it might have been you who told me what to try when I can't PM somebody on IRC...am I mis-remembering? |
| 18:47 |
ries |
bedlamhotel: the person in question needs to allow that using a setting |
| 18:48 |
bedlamhotel |
Hm. That'd be me I guess...funny, it's worked before without my changing stuff. I'll root around in the preferences, thanks. |
| 18:50 |
ries |
np... |
| 18:53 |
uschi |
what a pity, now he is gone |
| 18:54 |
uschi |
can someone help me please? |
| 18:54 |
uschi |
i try to checkout latest version of dam from typo3xdev with the following command |
| 18:54 |
uschi |
svn co https://typo3xdev.svn.sourceforge.net/svnroot/typo3xdev/tx_dam tx_dam |
| 18:55 |
uschi |
but i get an error |
| 18:59 |
Ruudi |
hello |
| 18:59 |
Ruudi |
has anyone ran into problem like "redirect if no translation" ? |
| 18:59 |
diocles |
uschi: What's the error? |
| 19:00 |
bedlamhotel |
Uschi: sent PM |
| 19:00 |
Ruudi |
i want to build one tree concept translated page witch shows translation if there is but if not it would redirect to frontpage |
| 19:00 |
uschi |
bedlamhotel i can see you |
| 19:01 |
bedlamhotel |
...but I can't see you. Aggravating. |
| 19:01 |
uschi |
diocles, in repobrowser of tortoise it says Error * Profind request failed |
| 19:01 |
uschi |
on svnroot |
| 19:02 |
uschi |
and in the shell i am told: Could not open the requested svn filesystem |
| 19:02 |
diocles |
The same command worked for me just now. |
| 19:02 |
diocles |
Perhaps it was a temporary error? |
| 19:03 |
diocles |
Usually that means that you somehow can't access the repository. Try the https://... url in your web browser. |
| 19:04 |
uschi |
diocles, do you know the correct url? |
| 19:05 |
uschi |
hm, somehow it does not work for me |
| 19:05 |
uschi |
do i need a password? |
| 19:07 |
uschi |
hm diocles, are you sure |
| 19:07 |
uschi |
because i still cannot get hold of dam, and i desperately need it |
| 19:08 |
uschi |
did you copy and paste my command? |
| 19:09 |
uschi |
can you paste your command please, diocles? |
| 19:12 |
diocles |
uschi: I copied and pasted your command. |
| 19:13 |
uschi |
and it worked? |
| 19:13 |
diocles |
Yes. |
| 19:13 |
diocles |
Did it work in your web browser? |
| 19:13 |
uschi |
no message that some propfind command is not allowed |
| 19:13 |
uschi |
no |
| 19:13 |
diocles |
Well, if it didn't work in your browser, there's a networking problem. |
| 19:13 |
diocles |
Perhaps https doesn't work. Are you behind a firewall? |
| 19:14 |
uschi |
but it works now, at least on another computer |
| 19:14 |
diocles |
Right. |
| 19:14 |
uschi |
no firewall on board |
| 19:17 |
uschi |
diocles, a typo |
| 19:17 |
uschi |
sorry for bothering you, i checked that url time and again |
| 19:17 |
uschi |
bedlamhotel, it still does not work |
| 19:17 |
uschi |
perhaps i have to allow something? |
| 19:17 |
bedlamhotel |
^$%&#@! |
| 19:17 |
bedlamhotel |
No idea. |
| 19:19 |
Denyerec |
bedlamhotel !! |
| 19:19 |
Denyerec |
Long time no see dude |
| 19:19 |
bedlamhotel |
Denyerec: hey there. |
| 19:22 |
Denyerec |
where've you been bedlam ? |
| 19:22 |
pfek |
Hi everyone, anyone has ever been succesfull setting up a cronjob using the the cli_dispatch method? |
| 19:23 |
bedlamhotel |
Denyerec: I was trapped under the Critique of Pure Reason. |
| 19:23 |
Denyerec |
Ouch |
| 19:23 |
bedlamhotel |
And various other tomes. |
| 19:23 |
Denyerec |
that doesn't sound like a good palce to be trapped |
| 19:24 |
bedlamhotel |
Well, it's all right. Where else can you learn words like 'paralogism' and 'antinomy'? |
| 19:48 |
bedlamhotel |
back in a moment. |
| 19:49 |
pfek |
Hi everyone, anyone has ever been succesfull setting up a cronjob using the the cli_dispatch method? (sry to ask again) |
| 19:53 |
bedlamhotel |
Uschi: query. |
| 19:55 |
uschi |
bedlamhotel do you see me now? |
| 19:56 |
bedlamhotel |
Not yet... |
| 19:56 |
uschi |
bedlamhotel if you cannot see me in the query, i pity you for having to read the critique of pure reason |
| 19:56 |
void |
pfek: no... but which problems do you have? |
| 19:56 |
uschi |
did you happen do understand what it is all about? |
| 19:56 |
bedlamhotel |
Heh :) |
| 19:56 |
bedlamhotel |
Try once again... |
| 19:57 |
bedlamhotel |
Do I understand what the CPR is about? To a fair extent, yes. |
| 19:57 |
uschi |
and, bedlamhotel, can we talk now? |
| 19:57 |
uschi |
i answered |
| 19:57 |
pfek |
void: I dont think the problem is with the cli_dispatch itself, but I still get the usual error Typo3 can't connect to DB with current username, password and host when I try to execute any script as CLI |
| 19:57 |
uschi |
wait, i will close my query and we try it again |
| 19:58 |
uschi |
bedlamhotel. try again |
| 19:58 |
uschi |
otherwise i will quit and come back |
| 19:58 |
uschi |
it must be possible |
| 19:58 |
bedlamhotel |
Well, there's one more thing I can try. Just a sec. |
| 19:59 |
bedlamhotel |
Uschi: try now. |
| 19:59 |
mcc123456 |
hello at all |
| 20:00 |
uschi |
hello mcc123456 |
| 20:00 |
mcc123456 |
hello uschi |
| 20:00 |
uschi |
bedlamhotel ? |
| 20:00 |
uschi |
bedlamhotel did you try to open a query with someone else? |
| 20:00 |
bedlamhotel |
Nope. |
| 20:01 |
uschi |
try,perhaps it is all my fault |
| 20:01 |
bedlamhotel |
But I just completely opened the firewall to see if that was a factor.... |
| 20:01 |
bedlamhotel |
I just received--and answered--a query with void(us?)... |
| 20:02 |
uschi |
hm, so the problem is on my side |
| 20:02 |
uschi |
will try with void |
| 20:03 |
diocles |
uschi: You're not identified with NickServ, so Freenode won't let you send PMs. |
| 20:03 |
uschi |
i must be, i am alway identified |
| 20:03 |
uschi |
i go out of here now and come back |
| 20:04 |
uschi |
i am my very self |
| 20:04 |
void |
uschi: just make /msg nickserv identify once more |
| 20:04 |
uschi |
i am recognized, i am told |
| 20:05 |
uschi |
ok, works |
| 20:05 |
uschi |
funny |
| 20:08 |
bedlamhotel |
Uschi: receive query? |
| 20:55 |
pfek |
void: Got it, to connect to mysql using cli mode, within typo3's mod or not, you must use 127.0.0.1 as server adress and not localhost |
| 20:56 |
void |
pfek: strange |
| 20:57 |
bedlamhotel |
pfek: if it's any consolation, I've encountered the same, but with no explanation... |
| 21:02 |
ries |
bedlamhotel: I think that sometimes happens when PHP cannot find the socket.. so by filling in the IP address you force it to communicate over TCP/IP |
| 21:02 |
bedlamhotel |
Ries: ah sensible. Any idea /why/ php would not be able to find the socket? |
| 21:02 |
pfek |
yeah I read something like that, could be the cause of the problem |
| 21:03 |
bedlamhotel |
Not such a big deal as long as the IP works, but still weird. |
| 21:04 |
nature |
so i'm trying to grab one row from one column from tt_news table and write it as text in part of the main template |
| 21:04 |
ries |
bedlamhotel: no clue... welcome to PHP/Mysql oddities |
| 21:04 |
ries |
I have seen teh same aswel |
| 21:04 |
ries |
I always hate these automated sustems... |
| 21:04 |
ries |
localhost should resilv to what's found in the hosts file.. |
| 21:04 |
ries |
and shouldn't get changed to a socket |
| 21:04 |
ries |
if I want a socket, I will ask for it |
| 21:05 |
bedlamhotel |
*L* |
| 21:05 |
nature |
the TS i've hacked together so far seems close but isn't returning any results |
| 21:06 |
ries |
hehehehe : http://www.grimmy.com/comics.php |
| 21:11 |
timdeluxe |
ries: i don't get it :( |
| 21:13 |
ries |
timdeluxe: don't tell me that!!! |
| 21:13 |
timdeluxe |
hm |
| 21:14 |
timdeluxe |
ok. it is written upside down because they all are staying on their heads |
| 21:14 |
timdeluxe |
but why turn it off? |
| 21:14 |
timdeluxe |
because if disturbing? |
| 21:15 |
smeringe |
ciao |
| 21:16 |
ries |
timdeluxe: hehehe yes... that is because of the yoga... |
| 21:16 |
ries |
hey smeringe |
| 21:16 |
ries |
is that a bye or a hello? |
| 21:17 |
smeringe |
ey ries.. was ment to be a hello, but my italian is a bit limited ;) |
| 21:17 |
ries |
hehehe..... ciao is normally used as 'bye bye'... well, it least in spain |
| 21:18 |
smeringe |
hehe, I got to remember that |
| 21:37 |
nature |
#select short from tt_news where uid=18; |
| 21:37 |
nature |
temp.details = CONTENT |
| 21:37 |
nature |
temp.details { |
| 21:37 |
nature |
wrap = (|) |
| 21:37 |
nature |
table=tt_news |
| 21:37 |
nature |
select.where= {uid:18} |
| 21:37 |
nature |
field=short |
| 21:37 |
nature |
} |
| 21:37 |
nature |
i'm doing something wrong i'm sure but i can't seem to find any documentation (much to my surprise) |
| 21:38 |
void |
nature: select.uidInList = 18 |
| 21:38 |
void |
nature: see TSRef |
| 21:39 |
void |
nature: also, CONTENT doesn't have .field property |
| 21:39 |
void |
you need to use renderObj property... |
| 21:41 |
void |
so correct code would be: http://pastebin.com/m7df35abb |
| 21:41 |
void |
nature: |
| 21:42 |
nature |
cool, thanks |
| 21:44 |
nature |
well... it's still returning empty parens |
| 22:08 |
nature |
void? |
| 22:30 |
nature |
hmmm |
| 22:37 |
nature |
it's really incredibly to me that it would take hours and hours to figure out how to grab one little piece of data from a row in a table |
| 22:40 |
Phlogi |
but you just should read tsref |
| 22:40 |
nature |
i did :( |
| 22:42 |
Phlogi |
wrap = | |
| 22:44 |
nature |
is that suppose to fix it? |
| 22:44 |
Phlogi |
nope :) |
| 22:44 |
Phlogi |
sorry |
| 22:44 |
Phlogi |
are you sure that this temp.details is rendered somewhere correctly? |
| 22:45 |
nature |
well... where it is suppose to render i get '()' |
| 22:45 |
Phlogi |
and are you sure that there is a news entry with uid 18? |
| 22:45 |
nature |
i ran my sql statement to be sure i was getting the data i was looking for |
| 22:45 |
nature |
so... yup |
| 22:46 |
Phlogi |
hmm no idea then |
| 22:49 |
nature |
is uid really looking at the column name? |
| 22:50 |
Phlogi |
hu? |
| 22:50 |
Phlogi |
uid is a number |
| 22:50 |
nature |
right |
| 22:50 |
nature |
of a column in the table i'm looking for the data in? |
| 22:51 |
Phlogi |
yes |
| 22:51 |
nature |
man... i picked a bad day to stop sniffing glue... |
| 22:52 |
Phlogi |
loool |
| 22:55 |
Phlogi |
nature: I get () too |
| 22:58 |
Phlogi |
nature: strange |
| 23:10 |
Phlogi |
nature: I found a possible solution if you're interested |
| 23:10 |
nature |
yeah sure |
| 23:10 |
Phlogi |
use HTML instead of text object |
| 23:11 |
Phlogi |
does it work? |
| 23:12 |
nature |
nope |
| 23:13 |
Phlogi |
paste code now please |
| 23:13 |
Phlogi |
Ah yes there's something else |
| 23:13 |
Phlogi |
please paste ;) nature |
| 23:14 |
nature |
http://pastebin.com/d60261ef9 |
| 23:18 |
Phlogi |
nature: hmm I can get it to work only with pidInlist not uid |
| 23:18 |
Phlogi |
ah got it finally |
| 23:19 |
Phlogi |
http://pastebin.com/m1dc74902 nature |
| 23:19 |
Phlogi |
nature: you should specify pid |
| 23:20 |
nature |
yeah i see that |
| 23:21 |
nature |
oh well would you look at that |
| 23:22 |
Phlogi |
at what? |
| 23:23 |
nature |
well it appears to be working |
| 23:23 |
Phlogi |
:) |
| 23:23 |
nature |
wow... cool |
| 23:23 |
nature |
thanks |
| 23:24 |
Phlogi |
nature: np at all |
| 23:31 |
chicker |
shit |
| 23:31 |
Phlogi |
? |
| 23:31 |
chicker |
there's a lot of people in here |
| 23:32 |
Phlogi |
I don't think so |
| 23:32 |
Phlogi |
gg |
| 23:32 |
chicker |
alright |
| 23:32 |
powerangel |
hi |
| 23:32 |
chicker |
hey |
| 23:33 |
chicker |
so...do you guys like python? |
| 23:33 |
Phlogi |
chicker: lol why? |
| 23:33 |
chicker |
just making conversation |
| 23:33 |
void |
chicker: would you like to sell one for me? |
| 23:34 |
Phlogi |
thats the wrong channel maybe :) |
| 23:34 |
chicker |
oh, I kind of expected you guys to be semi-nerdy at least |
| 23:35 |
nature |
ok... |
| 23:35 |
nature |
so to finish the deal |
| 23:36 |
chicker |
either way, i enjoyed my stay |
| 23:36 |
chicker |
later |
| 23:36 |
nature |
select.andWhere = uid= GP:tx_ttnews[tt_news] |
| 23:38 |
Phlogi |
nature: I'm wondering what you are trying to do? |
| 23:38 |
nature |
lol |
| 23:38 |
nature |
me too |
| 23:39 |
nature |
trying to call the record from tt_news with the id for the news record that is passed in on the query string |
| 23:40 |
nature |
&tx_ttnews[tt_news]=18 |
| 23:40 |
Phlogi |
and then? |
| 23:40 |
Phlogi |
all this tt_news do for you |
| 23:40 |
powerangel |
excuse me, I am new here, is there a channel for typo3 beginners like me? |
| 23:40 |
Phlogi |
if you want to display that |
| 23:40 |
Phlogi |
powerangel: no, just ask here |
| 23:41 |
powerangel |
do you think that typo3 works better on windows than on linux? |
| 23:42 |
smeringe |
powerangel: no, but it works fairly good on windows |
| 23:44 |
powerangel |
thank you for your answer.... I have to try to install typo3 on linux ...and I am not so experienced..... |
| 23:45 |
smeringe |
are you using windows as your desktop os? |
| 23:46 |
powerangel |
yes |
| 23:46 |
smeringe |
then I suggest to begin with one of the prepackaged solutions. easiest start |
| 23:46 |
smeringe |
powerangel: http://typo3.org/download/installers/ |
| 23:46 |
Phlogi |
powerangel: there are even linux live cds with typo3 on it |
| 23:46 |
smeringe |
like the typo3 wamp |
| 23:47 |
smeringe |
then you can spend your time learning typo3 and bother about installation issues later on when ever that becomes neccessary.. |
| 23:48 |
Phlogi |
powerangel: try to get a book |
| 23:49 |
powerangel |
yes I have a book typo3 praxix |
| 23:49 |
smeringe |
cool. armed and ready :P |
| 23:50 |
Phlogi |
powerangel: yes good |
| 23:50 |
powerangel |
yes the book is nice.....:) but it is so much to read and to learn |
| 23:51 |
Phlogi |
powerangel: how many pages? |
| 23:51 |
powerangel |
442 |
| 23:51 |
Phlogi |
powerangel: thats nothing... I read 3 books and I'm still not that fit with typo3 :) |
| 23:51 |
smeringe |
hehe.. well. reading is probably one thing you wont get away from anyway.. |
| 23:52 |
Phlogi |
powerangel: typo3 is a monster! |
| 23:52 |
ries |
Phlogi: but one you can cuddle!!! |
| 23:52 |
powerangel |
maybe, I am a beginner :) maybe never a finisher |
| 23:52 |
Phlogi |
ries: hey how are you? |
| 23:53 |
ries |
not bad... finishing a program |
| 23:53 |
Phlogi |
ries: hehe, I was away from typo3 quite long now =) |
| 23:53 |
ries |
You must feel quite well then :D |
| 23:53 |
smeringe |
haha |
| 23:53 |
powerangel |
thank you for your tipps, have a nice evening |
| 23:54 |
Phlogi |
bb |
| 23:54 |
smeringe |
same powerangel |
| 23:54 |
Phlogi |
ries: hmm yes maybe, how serious was that? =) Typo3 sometimes really is annoying :D |
| 23:54 |
Phlogi |
and you need so much time for small things, because you always have to switch around in the backend, I noticed today.. |
| 23:55 |
Phlogi |
typo3 needs a console :D |
| 23:55 |
ries |
Phlogi: it's a love and hate relations ship... but stick together in the end |
| 23:55 |
smeringe |
+1 |
| 23:55 |
Phlogi |
ries: thats a point |
| 23:55 |
void |
Phlogi: typo3 has a console.. |
| 23:57 |
Phlogi |
void: yes ok I know of it but its not advanced enough :) |
| 23:57 |
ries |
void: with bash? |
| 23:57 |
void |
Phlogi:do you need build-in vim? :) |
| 23:57 |
Phlogi |
ries: exactly thats the point, I want bash in it :D |
| 23:57 |
void |
ries: no.. in the backend |
| 23:57 |
nature |
alright |
| 23:57 |
Phlogi |
void: I can't do vim :( |
| 23:57 |
void |
Phlogi: i too =) |
| 23:57 |
Phlogi |
but I'm looking forward to the new editor ;) |
| 23:57 |
nature |
i missed what you were saying a bit ago |
| 23:58 |
Phlogi |
typo3 should do more error checking btw |
| 23:58 |
ries |
I think typo3 needs a real scripting language... and would love to see lua instead of typoscript :D |
| 23:58 |
smeringe |
ries: what's lua? |
| 23:58 |
Phlogi |
somehow my server/site got quite slow, what could be the main reason for it? (The backend seems to be fine, but fe got very slow) What should I check? |
| 23:58 |
ries |
smeringe: http://www.lua.org/ |
| 23:59 |
void |
ries: i'd like python ;) |
| 23:59 |
ries |
never used it.... |
| 23:59 |
void |
or ruby, maybe |
| 23:59 |
nature |
so i'm trying to use the value of the name tx_ttnews[tt_news] in the requesting url query to select the row from tt_news |
| 23:59 |
ries |
lua has some advantages... I don't kno about python |
| 23:59 |
Phlogi |
I would like to see typo3 done in python/ruby or similar :) |
| 23:59 |
ries |
I tries ruby... but that's to cryptic for me |