| 08:47 |
PiMB |
morning |
| 09:24 |
kraftb |
good morning ! |
| 09:24 |
kraftb |
uriahheep: hello ! |
| 09:28 |
kraftb |
anyone -> teamspeak: think-open.org:8767 / Server-Password "TYPO3" ;) |
| 09:30 |
uriahheep |
kraftb: heh, sorry, it's 3:30am here ;) time for bed! |
| 09:30 |
uriahheep |
talk to you later :P |
| 09:31 |
kraftb |
oh. sorry. have a good sleep |
| 09:31 |
uriahheep |
lol thanks |
| 09:31 |
uriahheep |
gnight |
| 09:32 |
PiMB |
3.30 am? where you at? |
| 09:32 |
uriahheep |
canada |
| 09:32 |
PiMB |
nice |
| 09:32 |
PiMB |
good night then ;) |
| 09:32 |
uriahheep |
:P |
| 09:32 |
uriahheep |
gnight ;) |
| 09:54 |
maholtz|WORK |
morning |
| 09:55 |
PiMB |
morning |
| 10:21 |
jbaptiste_j |
Im having a template quandary |
| 10:21 |
jbaptiste_j |
I wish to have the RightContent in a DIV that floats INSIDE the div that has maincontent |
| 10:30 |
Prot0 |
morning! |
| 10:31 |
PiMB |
hi! |
| 10:31 |
PiMB |
man that google wave has some interesting stuff |
| 10:39 |
kraftb |
jbaptiste_j: stil have the problem with your templates |
| 10:39 |
kraftb |
as far as I understood, you would like to append the RightContent to your main-content |
| 10:39 |
kraftb |
correct ? |
| 10:40 |
jbaptiste_j |
thanks for helping kraftb |
| 10:40 |
jbaptiste_j |
I think my problem has something to do with wrap |
| 10:41 |
kraftb |
http://www.phlogi.net/f/t3/tsp/sp/-f96bd5a769/ |
| 10:41 |
jbaptiste_j |
I want to end up with something like <open div left> main-content <open div right> right content </ close div right> </close div left> |
| 10:42 |
kraftb |
i assume you are not using templa voila |
| 10:42 |
jbaptiste_j |
I am not using TV, I am using automaketemplate |
| 10:42 |
kraftb |
well ... then assume you havep <div id="maincontent">Lorem Ipsum</div> ... then my pasted link will give you the result: |
| 10:43 |
jbaptiste_j |
thanks I'll try that |
| 10:43 |
kraftb |
<div id="maincontent">#CE 1, #CE 2<div class="your-div-for-right-content">#CE 3, #C4</div></div> |
| 10:44 |
D3ph7 |
Hello I'm searching the Dummy file for Typo3 version 3.5.0 |
| 10:45 |
Prot0 |
Did you look here? http://sourceforge.net/projects/typo3/files/ |
| 10:46 |
Prot0 |
.. |
| 10:46 |
kraftb |
it doesn't seem top be there ... |
| 10:46 |
kraftb |
but most probably you could use this one: |
| 10:46 |
kraftb |
http://sourceforge.net/projects/typo3/files/v.%20old_%20TYPO3%20Dummy%20site/Dummy%203.7.1/dummy-3.7.1.tar.gz/download |
| 10:46 |
Prot0 |
i figured |
| 10:46 |
kraftb |
its for 3.7.1 ... but in the dummy there wasn't much change |
| 10:47 |
Prot0 |
its nice that ppl stay long enough to say "thank you" or "yes i have" or whatever hehe |
| 10:47 |
Prot0 |
ah |
| 10:47 |
Prot0 |
:) |
| 10:47 |
D3ph7 |
hm will see thank you |
| 10:47 |
kraftb |
;) |
| 10:47 |
Prot0 |
hehe |
| 10:47 |
kraftb |
probably there wasn't even a dummy with 3.5 |
| 10:47 |
kraftb |
i really got into T3 with 3.7 or 3.8 |
| 10:47 |
kraftb |
i had to take care of some 3.5 installations ... but I do not know if there was a dummy or not |
| 10:51 |
Prot0 |
All before my time hehe, worked with 3.8 once or twice maybe :] |
| 10:52 |
D3ph7 |
hm i don't know, too but the typo3conf dir is nowhere to find :S |
| 10:54 |
jbaptiste_j |
kraftb your code generates the proper html but the css doesn't seem to apply to the div for the rightcontent |
| 10:55 |
kraftb |
hmm ... your css or the css from css_styled_content ? |
| 10:55 |
kraftb |
and altogether I am no specialist for css ... ;) |
| 11:00 |
jbaptiste_j |
my css works on the static html but it looks like it is not applied to the div created in the TS |
| 11:05 |
kraftb |
well ... this is a css issue |
| 11:05 |
kraftb |
you'll probably have to define more explicit which div you mean. |
| 11:05 |
kraftb |
so if you have "div.mycontent" { bla } and it doesn't work, you'll probably have to set the exact path: |
| 11:05 |
kraftb |
div.container div.maincontent div.mycontent {bla ] |
| 11:05 |
kraftb |
} |
| 11:12 |
jbaptiste_j |
kraftb thanks I'll look into that |
| 11:13 |
jbaptiste_j |
kraftb the TS said class, the div said ID |
| 11:13 |
kraftb |
ah ... ok |
| 11:17 |
D3ph7 |
-.- now it says that the install-tool isn't loaded as an extension..... this is how die localconfig looks like $TYPO3_CONF_VARS['EXT']['extList'] = 'install,phpmyadmin,setup,info_pagetsconfig'; |
| 11:18 |
Prot0 |
lol |
| 11:18 |
Prot0 |
are there multiple $TYPO3_CONF_VARS['EXT']['extList'] vars in your localconf? |
| 11:18 |
D3ph7 |
nope only this one |
| 11:19 |
jbaptiste_j |
kraftb thank you, it worked, I just had to rearrange the order in which the divs are created |
| 11:29 |
PiMB |
D3ph7 , any temp_CACHED files? |
| 11:30 |
D3ph7 |
... |
| 11:30 |
D3ph7 |
yes there where, now i deleted them but nothing changed |
| 11:33 |
PiMB |
strange thing. |
| 11:33 |
PiMB |
and if you set an echo or something in the localconf. it works? |
| 11:37 |
D3ph72 |
... oh it works..... the echo works ^^ |
| 11:38 |
D3ph72 |
but it's interessting.... this is the output -> hallo?>Install Tool is not loaded as an extension. |
| 11:38 |
D3ph72 |
the php end tag is right behind the echo |
| 11:38 |
Prot0 |
that doesnt sound right :) |
| 11:40 |
D3ph7 |
i know i insert a 2nd echo befor the end tag in the localconf file |
| 11:40 |
D3ph7 |
1st echo 2nd echo?>Install Tool is not loaded as an extension. |
| 11:45 |
Provito |
hmm there's no reason the details column in sys_log table is a varchar limited to 255, I've updated my installation to TEXT to ensure that the error messages are correctly logged |
| 11:45 |
PiMB |
so you have 2 echo's? |
| 11:50 |
D3ph7 |
yeas i insert the "2nd Echo" rigth befor the "?>" tag at the and of the localconf |
| 11:51 |
teppi|working |
Provito, i think they wanted to prevent the developers from putting big pamphlets into the details field .. |
| 11:51 |
teppi|working |
only a short error message |
| 11:51 |
teppi|working |
erm log |
| 11:52 |
Provito |
teppi however 255 chars isn't huge when paths are detailed |
| 11:52 |
Provito |
a better option would be to set to text but have a configuration option to define the size the log messages should be |
| 11:53 |
teppi|working |
Provito, ok .. i agree :-) |
| 11:55 |
D3ph7 |
.... I'm back in an hour |
| 12:40 |
kraftb |
hello ! |
| 12:40 |
kraftb |
anyone using T3 beta3 ? |
| 12:40 |
kraftb |
testing the new beta release ? |
| 12:49 |
D3ph7 |
hello |
| 12:49 |
kraftb |
rehi |
| 12:51 |
kraftb |
ping! |
| 12:51 |
kraftb |
anyone is already testing beta3 ? |
| 12:51 |
kraftb |
I have a question regarding an issue .... |
| 12:52 |
maholtz|WORK |
@kraftb: which one |
| 12:52 |
kraftb |
does caching work properly for you ... |
| 12:52 |
kraftb |
there is a bug report: |
| 12:52 |
kraftb |
"I get the correct paged rendered in the frontend at the 'first' time. After every reload I get 'No TypoScript template found!' .... |
| 12:52 |
kraftb |
does this also occur for you ? |
| 12:53 |
kraftb |
it probably depends on "useCachingFramework" setting in install tool |
| 12:54 |
maholtz|WORK |
i have to make an update first |
| 13:00 |
PiMB |
yes I am |
| 13:01 |
PiMB |
works like a charm |
| 13:02 |
PiMB |
can't say I've had this problem |
| 13:02 |
PiMB |
sorry, working on b2 |
| 13:02 |
maholtz|WORK |
perhaps magic_quotes_sybase is ON - seems that it leads to trouble sometimes |
| 13:02 |
D3ph7 |
hey i get few steps closer to the goal .... but now i'm getting this ---> You must use 4+ browsers with Typo3!# |
| 13:07 |
kraftb |
PiMB: you mean beta3 ? |
| 13:07 |
Prot0 |
no he still has to update |
| 13:07 |
kraftb |
no. this problem should only occur in beta3. beta2 had an issue regarding caching - pages never got cached |
| 13:07 |
Prot0 |
;] |
| 13:08 |
kraftb |
i mean: no bug reports except one until now makes me suspicious about this problem |
| 13:08 |
kraftb |
I mean it should not only happen in beta3 but also in trunk - and I only got one bug report. |
| 13:08 |
kraftb |
So I assume the problem of the reporter is a different than my patch. |
| 13:12 |
kraftb |
just give me a ping if you had time to test beta3 ... you just have to do all the database compare/etc. stuff, and then load a FE page a few times. If there really is an error it should sys "No TypoScript template found!" after first load |
| 13:13 |
kraftb |
BTW: Tell me if you use "< INCLUDE_TYPOSCRIPT ...>" syntax on one of those pages. |
| 13:13 |
kraftb |
many thanks in advance!!! |
| 13:17 |
PiMB |
I will, no prob |
| 13:19 |
maholtz|WORK |
@kraftb: i am not using <INCLUDE_TYPOSCRIPT on that page |
| 13:19 |
kraftb |
no prob. tell me your results anyways ... |
| 13:20 |
maholtz|WORK |
seems to be fine |
| 13:20 |
kraftb |
ok. thanks. |
| 13:20 |
kraftb |
also if you log out of the BE ? |
| 13:20 |
kraftb |
and do some reloads? |
| 13:20 |
kraftb |
this guy reporting the problem, didn't tell me if he was logged into the BE or not ... |
| 13:20 |
maholtz|WORK |
yep, reloads two browser |
| 13:20 |
kraftb |
such a lazy guy ;) |
| 13:20 |
kraftb |
ok. thx. |
| 13:21 |
maholtz|WORK |
but |
| 13:21 |
kraftb |
yes? |
| 13:21 |
maholtz|WORK |
i had such errors sometimes when i used magic_quotes_sybase - so there are problems with cached typoscript templates |
| 13:21 |
maholtz|WORK |
magic_quotes_sybase has to be off! |
| 13:21 |
kraftb |
what is magic_quotes_sybase doing ... ok I'll look it up |
| 13:21 |
maholtz|WORK |
http://de3.php.net/manual/de/function.addslashes.php |
| 13:22 |
maholtz|WORK |
it changes behavior of addslashes |
| 13:22 |
kraftb |
ah. ok. |
| 13:22 |
kraftb |
thx for the information. I'll tell him. |
| 13:22 |
maholtz|WORK |
and perhaps could it be related to http://forge.typo3.org/issues/show/1446 |
| 13:22 |
kraftb |
But I'll wait till PiM also has some results ... |
| 13:24 |
kraftb |
yes. something about constants not being replaced. |
| 13:25 |
D3ph7 |
... got the failure ----> You must use 4+ browsers with Typo3! |
| 13:25 |
kraftb |
D3ph7 4+ means what? IE? |
| 13:26 |
D3ph7 |
i don't know i'm trying it with FF 3.5.4 |
| 13:26 |
kraftb |
oh ... your talking about something differen ... |
| 13:26 |
D3ph7 |
:) |
| 13:31 |
maholtz|WORK |
@kraftb: i would give magic_quotes_sybase = off a try |
| 13:34 |
maholtz|WORK |
ant btw. afaik i saw such an issue (loosing constants) with tt_news |
| 13:35 |
kraftb |
ok ... I'll tell him about magic_quotes_sybase |
| 13:37 |
maholtz|WORK |
i am very interested if that solves the problem - or not... |
| 13:39 |
kraftb |
ok ... other thing. funny thing: http://easy-form.goal.bee.pl/index.html |
| 13:43 |
D3ph7 |
xD |
| 13:46 |
BejjWrk |
I have a small typoscript-snippet that loads the first image in Resources, but I want change it to select random if there are more than one image added to Resource. Here is the snippet http://pastebin.org/52424 |
| 13:47 |
BejjWrk |
Ive tried looking in the tsref but as far as i can tell its not supported this way, nor any success on googling |
| 13:50 |
BejjWrk |
any ideas are welcome :) |
| 13:56 |
schabracke |
hello everybody! |
| 13:58 |
D3ph7 |
hello |
| 13:58 |
maholtz|WORK |
@kraftb: hehe, funny |
| 13:59 |
jbaptiste_j |
there are temporary css in the typo3temp, how can I flush this ? |
| 14:00 |
Prot0 |
with the install tool |
| 14:01 |
PiMB |
via the install tool |
| 14:01 |
jbaptiste_j |
okie |
| 14:04 |
D3ph7 |
is here nobody who can help me with this ->>>>You must use 4+ browsers with Typo3! |
| 14:08 |
Prot0 |
where do you get this message? |
| 14:12 |
D3ph7 |
in typo3/install/index.php |
| 14:12 |
Prot0 |
with which typo version? |
| 14:13 |
D3ph7 |
3.5.0 |
| 14:13 |
Prot0 |
did you search through the core? |
| 14:15 |
D3ph7 |
yes and I found the code snippet but if i comment this code out I get uncountable parse errors |
| 14:16 |
Prot0 |
lol |
| 14:16 |
Prot0 |
what does the code do? |
| 14:17 |
D3ph7 |
http://pastebin.org/52431 |
| 14:18 |
Prot0 |
lol |
| 14:18 |
Prot0 |
what browser are you using? |
| 14:19 |
D3ph7 |
FF 3.5.4 |
| 14:19 |
D3ph7 |
i also tried it wit IE 6 |
| 14:19 |
D3ph7 |
but nothing changend |
| 14:25 |
BejjWrk |
isnt typo3 3.5.0 considered a fossile these days tho ? |
| 14:25 |
schabracke |
@kraftb are you around? we do it like you wrote in your offer yesterday! |
| 14:25 |
schabracke |
@kraftb please contact me |
| 14:27 |
D3ph7 |
yeah it is but our company needs to import data from an older t3 3.5.0 server to a new on a virtual host |
| 14:28 |
D3ph7 |
and when these datas are imported we gonna upgrade t3 |
| 14:28 |
maholtz|WORK |
@D3ph7: do you have TYPO3 in an subfolder? sth. like example.com/my-typo3-test/ ? |
| 14:28 |
D3ph7 |
yes |
| 14:28 |
D3ph7 |
... in typo3/typo3 :S |
| 14:34 |
maholtz|WORK |
hm, ok, so i mixed something up... there was a bug using "-" or "_" in the path |
| 14:39 |
D3ph7 |
but these chars i don't use so it must be something else |
| 14:39 |
D3ph7 |
or ? |
| 14:59 |
maholtz|WORK |
@D3ph7: yep, i think so |
| 15:03 |
D3ph7 |
:S |
| 15:04 |
D3ph7 |
can i import the data from 3.5.0 to 4.x ? |
| 15:07 |
jbaptiste_j |
I went to install tool Typo3 temp, asked to delete files repeatedly, I still have 36 files including some .css that are annoying me. I can locate those files in putty (terminal) but I don't see them in winscp (ftp client) |
| 15:08 |
D3ph7 |
nya cya |
| 15:09 |
Prot0 |
jbaptiste_j are the file rights properly set? |
| 15:10 |
PiMB |
and rm via putty otherwise |
| 15:10 |
Prot0 |
true hehe |
| 15:11 |
jbaptiste_j |
In putty with ls -ali I can see this filesheet is owned by www-data which looks right, rights are -rw-r--r-- |
| 15:11 |
Prot0 |
lol |
| 15:11 |
Prot0 |
explains |
| 15:12 |
jbaptiste_j |
when I try to rm it asks if I xant to remove a write protected file |
| 15:12 |
PiMB |
yes\ |
| 15:12 |
jbaptiste_j |
why is it write protected ? is there a risk deleting it ? |
| 15:14 |
Prot0 |
does your apache also run under www-data? |
| 15:14 |
Prot0 |
or under a different user |
| 15:14 |
jbaptiste_j |
Argh I feel like the gardian of the bridge in Monty Python and the Holy Grail |
| 15:15 |
Prot0 |
:D |
| 15:15 |
Prot0 |
normally you can delete all files in the typo3temp folder, without any big damage done |
| 15:15 |
Prot0 |
but you have to leave the directory structure intact |
| 15:15 |
Prot0 |
if you are not sure about this you can always backup the files before you delete them |
| 15:16 |
Prot0 |
ex. tar cvf - typo3temp/ | gzip > typo3temp.tar.gz |
| 15:17 |
jbaptiste_j |
why does typo3 generate those css anyway ? |
| 15:18 |
Prot0 |
they are cached there normally |
| 15:20 |
jbaptiste_j |
reminds me of a song : hom many cache need a man flush before you can call him a man |
| 15:20 |
jbaptiste_j |
or something around those lines, Bob dylan I'd guess |
| 15:20 |
Prot0 |
lol |
| 15:20 |
Prot0 |
very likely |
| 15:21 |
jbaptiste_j |
he must have played with typo3 |
| 15:21 |
PiMB |
obviously |
| 15:21 |
Prot0 |
back in the day ;] |
| 15:21 |
PiMB |
which great artist hasn't |
| 15:22 |
jbaptiste_j |
the next song about typo3 goes : suicide is painless... |
| 15:22 |
BejjWrk |
"wrapped in a snare of typoscript" |
| 15:22 |
animan |
hi. anyone knows how to disable JS validation for PowerMail? |
| 15:23 |
jbaptiste_j |
Okay now I delete the stylesheet, refresh the frontend page and there does the stylesheet pop again |
| 15:23 |
kraftb |
i would be glad if someone could let me know how to disable powermail at all *gg* |
| 15:23 |
kraftb |
;) |
| 15:23 |
jbaptiste_j |
it is recreated everytime I request a page |
| 15:23 |
animan |
for some reason, a form in footer uses html validation but the one on conent page decided to use JS |
| 15:24 |
Conic |
hey all... |
| 15:24 |
Conic |
i have a strange problem: i cannot clear the cache anymore |
| 15:24 |
Conic |
when i click "clear page content cache" nothing changes |
| 15:24 |
animan |
conic, maybe some cache is stored locally in browser as well? |
| 15:25 |
Conic |
but on pages with no_cache=1 it works fine |
| 15:25 |
Conic |
no i really tried different browsers |
| 15:25 |
Conic |
and cleared cache there as well |
| 15:26 |
animan |
hmm.. maybe you're not experiencing a cache issue at all then? |
| 15:26 |
Conic |
maybe, but what then? |
| 15:26 |
Prot0 |
animan: you can disable it in the pi1 i think |
| 15:26 |
Conic |
a part of the page is done via ts, this part is affected |
| 15:27 |
Conic |
let me try the normal CEs |
| 15:27 |
animan |
prot0, i've tried to look up constant that could control it, but all i found was libraryToUse, where i can set it too mootools or "prototype" |
| 15:29 |
Conic |
i have a lib.topmenu = CONTENT |
| 15:29 |
PiMB |
jbaptiste_j it's true your temp css is created every time you request a page. |
| 15:29 |
Conic |
can i disable cache for that generally? |
| 15:29 |
PiMB |
in there are the default styles of extensions for instance |
| 15:29 |
PiMB |
config.nocache = 1 |
| 15:29 |
PiMB |
but be carefull with it. |
| 15:30 |
PiMB |
or config.no_cache |
| 15:30 |
PiMB |
not sure ;) |
| 15:30 |
Prot0 |
animan: ah no sorry that is only for multistep forms |
| 15:30 |
jbaptiste_j |
thanks, what is the risk ? overloading the server ? |
| 15:33 |
Prot0 |
animan: you can set powermailJS > |
| 15:33 |
jbaptiste_j |
the solution I found : using !impotant in my css to overrude the cache |
| 15:33 |
Prot0 |
in the TS setup |
| 15:33 |
Prot0 |
and modify the template: templates/tmpl_formwrap.html |
| 15:33 |
Prot0 |
should do the trick |
| 15:33 |
Conic |
can i say lib.topmenu.no_cache = 1 ??? |
| 15:33 |
Prot0 |
theoretically |
| 15:35 |
Conic |
hm, no i can't i think, cause topmenu is CONTENT, right? |
| 15:37 |
animan |
mhh, i just set libraryToUse = 0 and it disabled the JS validation :P |
| 15:39 |
Prot0 |
:o |
| 15:39 |
Prot0 |
nice :) |
| 15:40 |
Conic |
hehe, this is a nice bug ^^ |
| 15:41 |
Conic |
when you login to the BE and then change your IP address, you can still navigate through the pagetree, edit content, but not clear the cache :D |
| 15:41 |
Conic |
funny... |
| 15:42 |
Conic |
so my problem is fixed |
| 15:44 |
PiMB |
why would you change your ip adress when logged in the be? |
| 15:45 |
Prot0 |
dynamic IP |
| 15:45 |
Prot0 |
? |
| 15:46 |
Prot0 |
i had an ISP who would disconnect me every once in a while (read: 10 times a day) just to reset the whole bunch |
| 15:47 |
Prot0 |
(wasnt a very good one no :]) |
| 16:04 |
jbaptiste_j |
I know this ISP his name is Warbox + aircap |
| 16:05 |
jbaptiste_j |
I know this ISP his name is Warbox + aircrack i mean |
| 16:05 |
Prot0 |
lol |
| 16:06 |
Prot0 |
aircrack is used to crack wifi |
| 16:06 |
jbaptiste_j |
yep this is a ISP that changes your ip 10 times a day isn't it ? |
| 16:08 |
Prot0 |
dont reckon it is |
| 16:08 |
Prot0 |
;] |
| 16:25 |
tommybergeron |
Hi |
| 16:25 |
Prot0 |
hello tommybergeron |
| 16:25 |
tommybergeron |
I'd modified my config file so the caching is disabled. But it does not work at all. I even added config.cache = 0 or something into my setup template... |
| 16:25 |
tommybergeron |
Is there any other way to force it? |
| 16:26 |
Prot0 |
did you try confic.no_cache? |
| 16:26 |
tommybergeron |
yep |
| 16:27 |
Prot0 |
did you try printing it out in the FE? |
| 16:27 |
tommybergeron |
What? |
| 16:27 |
Prot0 |
(so you it is not overwritten by anything else) |
| 16:27 |
Prot0 |
ok, other question |
| 16:27 |
tommybergeron |
I guess I didn't since I don't really know what you're talking about |
| 16:27 |
Prot0 |
on what level are you trying to disable caching? |
| 16:27 |
tommybergeron |
Every level, I even set disableNoCacheParameter to 1 |
| 16:28 |
tommybergeron |
I'm testing something and I need no caching at all to test it out correctly. |
| 16:28 |
Prot0 |
that disables |
| 16:28 |
Prot0 |
the no_cache parameter |
| 16:28 |
tommybergeron |
LMAO |
| 16:28 |
atmos4 |
somehow freenet is a bit prone to netsplits ... |
| 16:28 |
atmos4 |
freenode |
| 16:28 |
tommybergeron |
ahahahahahahahah |
| 16:28 |
tommybergeron |
I'll set it to 0 |
| 16:29 |
Prot0 |
;) |
| 16:29 |
Prot0 |
you can set no cache on page level as well |
| 16:29 |
tommybergeron |
sure i did |
| 16:29 |
atmos4 |
double negation is fun ;-) |
| 16:29 |
atmos4 |
dontDisableNoCacheParameter |
| 16:30 |
tommybergeron |
THAT WORKS!!!! |
| 16:31 |
Prot0 |
:) |
| 16:31 |
tommybergeron |
Thanks a lot |
| 16:31 |
tommybergeron |
Hum now I should set it on only one page |
| 16:31 |
Prot0 |
edit it in the page properties |
| 16:32 |
tommybergeron |
Okay |
| 16:32 |
tommybergeron |
in TSconfig? |
| 16:32 |
Prot0 |
no |
| 16:32 |
Prot0 |
on the first tab |
| 16:32 |
Prot0 |
there is normally a checkbox |
| 16:32 |
Prot0 |
that say no cache |
| 16:33 |
tommybergeron |
hum |
| 16:33 |
atmos4 |
usualy you shouldn't need setting it at all, if you need it it's probably a bug in the extension that generates the links |
| 16:33 |
tommybergeron |
This tab is "General" right? |
| 16:33 |
tommybergeron |
Yep it's a bug... |
| 16:33 |
tommybergeron |
There's type, hide page, hide in menu, pagetitle, subtitle, anvig title, speaking url path, exclude from speaking url |
| 16:33 |
atmos4 |
sometimes the extension don't set no_cache parameter for dynamic pages shown on same page like the form |
| 16:33 |
atmos4 |
that causes trouble |
| 16:34 |
Prot0 |
did you enable the "Show secondary options"? |
| 16:35 |
atmos4 |
look for a check box that says don't cache or no cache next to it# |
| 16:35 |
tommybergeron |
ahhh there it is! |
| 16:35 |
tommybergeron |
Cool! That works |
| 16:35 |
tommybergeron |
Best helpers ever |
| 16:36 |
Prot0 |
and now back to good ol' IE6 debugging |
| 16:36 |
Prot0 |
yay |
| 16:39 |
tommybergeron |
ahahah |
| 16:39 |
tommybergeron |
We all love IE6 |
| 16:39 |
Prot0 |
and customers that can't switch to a newer version |
| 16:48 |
Prot0 |
anyone got an alternative to element.setAttribute('onchange','...');? |
| 16:48 |
Prot0 |
(preferably that works with IE60 |
| 17:57 |
peperoni82 |
Hi |
| 17:57 |
peperoni82 |
I need some help :) |
| 17:58 |
peperoni82 |
somebody there? |
| 17:58 |
kraftb |
no ... we are all gone |
| 17:58 |
peperoni82 |
hehe *gg |
| 17:58 |
kraftb |
whats up ? |
| 17:58 |
peperoni82 |
I have some troubles setting up a workflow |
| 17:59 |
peperoni82 |
I want to have a user group that can access the draft workspace but I need that the users have some filemounts. |
| 17:59 |
peperoni82 |
so I added a new workspace |
| 18:00 |
peperoni82 |
the user just has access to the new workspace and when he inserts a new news record it is insertet as a new version. |
| 18:01 |
peperoni82 |
the problem is, that the youser cant see his new news record in the frontend preview of that workspace |
| 18:01 |
peperoni82 |
user :) |
| 18:04 |
peperoni82 |
anotheis there a way that the last version is automaticly shown in the frontend preview of the new workspace? |
| 18:12 |
peperoni82 |
can somebody help please? |
| 18:17 |
kraftb |
hmm ... there is an option "preview workspace in FE" somewhere ... |
| 18:17 |
kraftb |
do you use IE or FF ? |
| 18:18 |
peperoni82 |
is use firefox and normaly chrome for the backend |
| 18:19 |
peperoni82 |
but I think that is the right direction. |
| 18:20 |
peperoni82 |
my admin has git a checkbox "Frontend Preview:" on the top right |
| 18:20 |
peperoni82 |
the user hasn`t got it |
| 18:24 |
peperoni82 |
no, the admin doesn`t see the new record too |
| 18:27 |
peperoni82 |
the problem is, that there is a new version created and an empty record below that version. The new Version isn`t shown |
| 18:28 |
peperoni82 |
when I go to the version page as admin, I can press "swap with current" and then it is ok |
| 18:30 |
teppi|working |
someone knows the best way to include some js files needed by a plugin only when the plugin is inserted as content and include it also only once? |
| 18:30 |
jbaptiste_j__ |
peperoni82 I don't know if this is relevant but I managed my "news" workflow by creating a news category "valid" and news without this category are not shown in FE. goodnight guys, gotta run |
| 18:37 |
peperoni82 |
you can add the js file to the header inside the plugin when your content is pushed to the frontend tepi. You also can set a glogabl var or something like that to stop doing it two times |
| 18:39 |
peperoni82 |
$GLOBALS['TSFE']->additionalHeaderData[$extKey.'_'.$id] = $headerData; |
| 18:44 |
peperoni82 |
there is a option in the the workspace to disable auto versioning on editing, but that doesn`t when I create a new record |
| 21:13 |
cboltz |
Hi, how can I change the title field of tt_news to multiline? |
| 21:13 |
cboltz |
I tried $GLOBALS['TCA']['tt_news']['columns']['title']['config']['form_type'] = 'text'; |
| 21:13 |
cboltz |
but this resulted in an empty edit form for news :-( |
| 21:13 |
cboltz |
(similar code for a tt_content field works) |
| 21:13 |
cboltz |
what's the trick with tt_news? |
| 21:14 |
schabracke |
has anyone of you worked with macina_banners? cause i really dont see the trick?! |
| 21:15 |
schabracke |
or does noone work it banners ? |
| 21:31 |
cboltz |
found it - the problem is that typo3conf/extTables.php runs too early |
| 21:31 |
cboltz |
the same line in a little extension (that is loaded after tt_news) works :-) |
| 21:33 |
pmk65 |
cboltz: try this one -> http://typo3.org/extensions/repository/view/tcamanipulate/current/ |
| 21:33 |
pmk65 |
it allows you to modify TCA settings using TSConfig.. |
| 21:34 |
cboltz |
well, I also need two additional fields for tt_news |
| 21:34 |
cboltz |
but thanks for your tip - sounds useful nevertheless :-) |
| 21:36 |
pmk65 |
macina_banners is a bad ext. it uses too many resources.. |
| 21:37 |
pmk65 |
a better solution is to use OpenX (phpAdsNew) -> http://sourceforge.net/projects/phpadsnew/ |
| 21:38 |
pmk65 |
theres a couple ext on TER that integrates OpenX in TYPO3. |
| 21:42 |
schabracke |
@pmk65 hey, good to see you! do you know macina_banners ext? |
| 21:43 |
schabracke |
@pmk65 or do you work with banners on your site(s)? |
| 21:44 |
pmk65 |
schabracke: read my previous answers.. |
| 21:44 |
schabracke |
ah damn |
| 21:44 |
schabracke |
im sorry |
| 21:46 |
pmk65 |
:) |
| 21:48 |
schabracke |
but thanks for your help! im trying out your program right now |
| 21:52 |
cboltz |
how can I put the fields I added to tt_news on the first tab, below the "title" input field? |
| 21:55 |
pmk65 |
cboltz: in ext_tables.php there's a line with "addToAllTCAtypes" |
| 21:55 |
schabracke |
@pmk65 may i ask you: should i install openx on the same virtual server as my typo3 site is? |
| 21:55 |
pmk65 |
add 2 extra parameters to that line: ,'','after:title' |
| 21:55 |
cboltz |
yes, I see this line |
| 21:56 |
cboltz |
what do I need to change? |
| 21:56 |
pmk65 |
post the line here. |
| 21:56 |
cboltz |
t3lib_extMgm::addToAllTCAtypes('tt_news','tx_cbttnewsaddfields_title25;;;;1-1-1, tx_cbttnewsaddfields_title50'); |
| 21:56 |
pmk65 |
schabracke> yes it needs a seperate instalation on the same server. |
| 21:57 |
pmk65 |
> t3lib_extMgm::addToAllTCAtypes('tt_news','tx_cbttnewsaddfields_title25;;;;1-1-1, tx_cbttnewsaddfields_title50',,'after:title'); |
| 21:58 |
pmk65 |
you can use either "after" or "before" with one of the current fields. |
| 21:59 |
cboltz |
thanks, that did the trick :-) |
| 21:59 |
schabracke |
haha pmk65 didnt we have this Categorydiscussion few days ago? like, i had no idea how to handle it ... |
| 21:59 |
cboltz |
(the fields are below hide/start/stop, but I can live with that) |
| 21:59 |
pmk65 |
http://typo3.org/fileadmin/typo3api-4.0.0/db/d23/classt3lib__extMgm.html#65c4e9eb4a9bc69868f8a9449640bd10 |
| 22:02 |
pmk65 |
I think it's possible to add it before hide/start/stop too if you use one of those fields as reference. |
| 22:03 |
pmk65 |
I just wrote a small ext that also added an extra field to tt_news records. :) -> http://forge.typo3.org/projects/show/extension-pmkttnewstwitter |
| 22:09 |
cboltz |
I tried several variants, but never reached the place between title and hidden... |
| 22:09 |
cboltz |
but as I already said: I can live with that. |
| 22:10 |
cboltz |
thanks for your help! |
| 22:12 |
pmk65 |
cboltz: that's because those fields is located in a "palettes" |
| 22:13 |
pmk65 |
"palettes" are used when more fields is displayed on the same line. (otherwise it displays one field per line) |
| 22:16 |
schabracke |
@pmk65 so - i registered for that openx community hosting. i want to try it before i install the fullblown adserver |
| 22:16 |
schabracke |
@pmk65 but how can i implement those banners then? |
| 22:17 |
pmk65 |
schabracke: there's some ext in TER that integrates OpenX with TYPO3. (But's its been a long time since I used it. It was back when it was called phpAdsNew) |
| 22:17 |
pmk65 |
http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=openx |
| 22:18 |
pmk65 |
the 1st one looks more GUI based.. |
| 22:18 |
schabracke |
@pmk65 jesus, thats complicate ... why is this banner ext in ter so bad? |
| 22:34 |
pmk65 |
schabracke: macina_banners turns of caching. |
| 23:52 |
flipmoe |
hi |
| 23:54 |
flipmoe |
are there any problems regarding redirection with the fe_login sys extension? |
| 23:54 |
flipmoe |
the input hidden field won't be filled up with the correct values |
| 23:56 |
cboltz |
I need plugin.tt_news.displayLatest.title_stdWrap.cObject.file.10.text.field dependend on the colPos. |
| 23:57 |
cboltz |
I tried several typscript CASE variants, bot nothing worked |
| 23:57 |
cboltz |
does someone know a working condition? |