| 01:30 |
theconic |
hi all, does someone know the TS for "if a certain file exists" ? |
| 01:31 |
theconic |
i know it will have to start with "if.isTrue..." but what has to follow!? |
| 01:31 |
theconic |
i would be happy about a little aid... |
| 03:46 |
theconic |
hello guys, still someone online in here? |
| 03:46 |
theconic |
got a question about the typolink function |
| 04:01 |
to-rpa |
hey guys, is it possible to form a FCE (templavoila) in the way it can hold other "normal content elements" like TEXT or MAILFORM? |
| 04:02 |
to-rpa |
hey HardPhuck ;) |
| 04:05 |
to-rpa |
mh |
| 07:24 |
MasterYin |
Morning T3-World :) |
| 07:26 |
MasterYin |
Hey just2b you are one of the last I know to ask: Is there a way to have colPos - Dependend Configurations of the TCEFORM? |
| 09:03 |
coolguy |
hi there. iam setting in the page object the meta tag description with: meta.keywords.field |
| 09:04 |
coolguy |
but how can i add default keywords if the users dont add them? |
| 09:04 |
coolguy |
meta.keywords.field.ifEmpty = balh |
| 09:04 |
coolguy |
does not work |
| 09:04 |
maholtz|WORK |
you wand to read from frield balh? |
| 09:04 |
maholtz|WORK |
;) |
| 09:05 |
maholtz|WORK |
meta.keywords.ifEmpty = blah:) |
| 09:05 |
maholtz|WORK |
if keywords supports stdWrap |
| 09:05 |
coolguy |
no i want to set them by myself like blah is a string |
| 09:06 |
coolguy |
NICE! it worked ;-) thanks a lot! |
| 09:07 |
MasterYin`work |
maholtz|WORK you are really fast in answering :) |
| 09:08 |
maholtz|WORK |
thx |
| 09:09 |
maholtz|WORK |
i do my best - and only sometimes i can help... |
| 09:09 |
_pedda_ |
moin moin |
| 09:10 |
_pedda_ |
maholtz|WORK: did you ever modify the filelist appearence of tt_news |
| 09:15 |
_pedda_ |
anyone else ? |
| 09:21 |
_pedda_ |
good morning pimb |
| 09:21 |
_pedda_ |
:) |
| 09:22 |
PiMB |
moin _pedda_ |
| 09:22 |
PiMB |
why the ':)'? |
| 09:23 |
_pedda_ |
probably because of the song i was listening to |
| 09:23 |
_pedda_ |
i was in the mood to do so |
| 09:24 |
_pedda_ |
kings of leon - arizona |
| 09:24 |
ndl |
how to set admin user to clear cache? |
| 09:24 |
ndl |
i set options.clearCache.all = 1 |
| 09:25 |
ndl |
and options.clearCache.pages = 1 in TSconfig |
| 09:25 |
_pedda_ |
for what reason ? @nd |
| 09:25 |
ndl |
but i do not know why it not work |
| 09:25 |
_pedda_ |
during development ? |
| 09:25 |
_pedda_ |
or to clear cache in this mode by default ? |
| 09:25 |
ndl |
because sometimes admin user edit some content |
| 09:26 |
ndl |
but it not effect |
| 09:26 |
PiMB |
admin user has always has the clear cache buttons |
| 09:26 |
ndl |
i have to clear cache to see it |
| 09:26 |
ndl |
i mean the editor |
| 09:27 |
ndl |
(sub admin) |
| 09:28 |
PiMB |
set: options.clearCache.all = 1 in the user TSConfig |
| 09:29 |
ndl |
yes, i have tried that |
| 09:29 |
_pedda_ |
hmm i was too slow.. |
| 09:29 |
ndl |
but it not work |
| 09:29 |
PiMB |
workes for me |
| 09:29 |
_pedda_ |
me too |
| 09:29 |
PiMB |
what TYPO3 versiono are you on? |
| 09:29 |
_pedda_ |
i looked it up |
| 09:29 |
ndl |
4.1.6 |
| 09:29 |
PiMB |
hmm, i'm on 4.2.3 maybe that's a difference |
| 09:31 |
PiMB |
in the older versions there is a checkbox 'enable clear all cache button' in the userGroup |
| 09:31 |
PiMB |
(so not the user, but the usergroup_ |
| 09:32 |
ndl |
oh, i will find it |
| 09:34 |
ndl |
so sorry, i donot see it :) |
| 09:36 |
PiMB |
hmm |
| 09:36 |
PiMB |
your BE user is connected to a BE group right? |
| 09:40 |
ndl |
yes |
| 09:48 |
PiMB |
when you edit the usergroup, all the way in the bottom does it have a checkbox? |
| 09:55 |
ndl |
you mean about check box :Show secondary options (palettes) |
| 09:55 |
ndl |
and Show field descriptions . right? |
| 09:57 |
PiMB |
no |
| 09:57 |
PiMB |
are you logged in as an administrator? |
| 10:12 |
maholtz|WORK |
re |
| 10:12 |
maholtz|WORK |
@pedda: you asked me about tt_news filelist... |
| 10:14 |
ndl |
yes |
| 10:14 |
ndl |
i am log in as an administrator |
| 10:17 |
maholtz|WORK |
@_pedda_: should be possible via TypoScript? |
| 10:18 |
PiMB |
yes it should be, but it doesn't work :)_ |
| 10:19 |
_pedda_ |
... as PiMB says.. |
| 10:23 |
maholtz|WORK |
check tt_news code - sometimes the docs says stdWrap but it is only wrap |
| 10:24 |
maholtz|WORK |
you are in single-view? then you could read gp-vars and take tt_news record and render that via typoscript without influencing tt_news |
| 10:24 |
maholtz|WORK |
you need than only something where you can append that |
| 10:25 |
_pedda_ |
maholtz|WORK: the docu says newsFiles.stdWrap.wrap = <dd>|</dd> |
| 10:25 |
_pedda_ |
to create wraps around each filelink |
| 10:25 |
_pedda_ |
but it becomes ignored |
| 10:26 |
maholtz|WORK |
does newsFiles.stdWrap = <dd>|</dd> work? |
| 10:26 |
_pedda_ |
no |
| 10:26 |
_pedda_ |
icon = 0 neither |
| 10:27 |
_pedda_ |
ut when i change newsFiles_stdWrap.wrap = <dl class="news-single-files">|</dl> |
| 10:27 |
_pedda_ |
to newsFiles_stdWrap.wrap = <div class="news-single-files">|</div> |
| 10:27 |
_pedda_ |
it becomes rendered in a div |
| 10:27 |
_pedda_ |
just a part of tt_news config becomes ignored |
| 10:27 |
_pedda_ |
very strange |
| 10:28 |
_pedda_ |
i have css_filelinks and dam_filelinks also installed |
| 10:28 |
_pedda_ |
but they shouldn't affect the tt_news... |
| 10:28 |
MasterYin`work |
It seams like there is an ignore for spezial-wraps... |
| 10:40 |
maholtz|WORK |
seems, that you have an typo or some xhtml-cleaning? |
| 10:40 |
_pedda_ |
typo cleaning ? |
| 10:47 |
kraftb |
morning .... |
| 10:47 |
_pedda_ |
morning |
| 10:47 |
maholtz|WORK |
morning:) |
| 10:47 |
kraftb |
hey you two ... |
| 10:47 |
maholtz|WORK |
@_pedda_: if you can insert Divs but not dl-s it is not an tt_news issue |
| 10:47 |
kraftb |
btw: does anybody know a way to remove a background (image) from a pdf file |
| 10:48 |
maholtz|WORK |
automatically? |
| 10:48 |
kraftb |
i got slides at university ... containing stome stupid background - and if I print them my laser toner would be emptry probably after page 100 |
| 10:48 |
kraftb |
would be the best thing ... |
| 10:48 |
kraftb |
i tried "PDFedit" for linux ... it achieved to remove the background ... |
| 10:48 |
_pedda_ |
i can insert dl's and divs... i just wanted to say, that this declaration becomes accepted |
| 10:48 |
kraftb |
and it can also get scripted ... so I "could" do it this way .... but I would have to write such an PDFedit script - whose API I do not know |
| 10:49 |
kraftb |
and I didn't found ANYTHING useful on the net ... but I think it is a common problem for students, pupils, etc. |
| 10:51 |
HardPhuc_ |
hey |
| 10:51 |
HardPhuc_ |
nick HardPhuck |
| 10:51 |
HardPhuc_ |
ah |
| 10:51 |
HardPhuc_ |
:) |
| 10:52 |
maholtz|WORK |
@kraftb: no idea, but let me know if you found a solution:) |
| 10:57 |
maholtz|WORK |
@_pedda_: i think, i did not understand what do you want |
| 10:57 |
_pedda_ |
it seems as if a part of newsFiles declarations would be ignored and another part of them not |
| 10:58 |
_pedda_ |
newsFiles_stdWrap.wrap = <dl class="news-single-files">|</dl> becomes respected |
| 10:58 |
_pedda_ |
the docu says newsFiles.stdWrap.wrap = <dd>|</dd> , but it is ignored in my project |
| 10:59 |
_pedda_ |
just a part of the commands seems to be respected.. that is my problem |
| 10:59 |
_pedda_ |
newsFiles.stdWrap.wrap = <dd>|</dd> should wrap a <dd> tag around my filelinks, but this doesn't happen |
| 11:00 |
_pedda_ |
newsFiles_stdWrap.wrap = <dl class="news-single-files">|</dl> is processed correctly instead |
| 11:00 |
Phlogi |
hey guys |
| 11:00 |
_pedda_ |
hey Phlogi |
| 11:00 |
Phlogi |
I recently updated a site to latest typo3 version and now htmlarea is broken: http://paste.phlogi.net/-1ebdd0e60c/ |
| 11:00 |
maholtz|WORK |
but tt_news would not filter content of the wrap - so i bet it does not depend on tt_news |
| 11:01 |
Phlogi |
Its really weird that this bug should have been fixed long ago: http://bugs.typo3.org/view.php?id=5105 - however for me its happening in backend not frontend... |
| 11:01 |
Phlogi |
hi maholtz|WORK |
| 11:01 |
Phlogi |
hi kraftb |
| 11:01 |
_pedda_ |
as i said.. i have css_filelinks and dam_filelinks installed.. perhaps they're in conflict with newsfiles |
| 11:01 |
maholtz|WORK |
hi Phlogi |
| 11:01 |
Phlogi |
hi smeringe btw :) |
| 11:02 |
maholtz|WORK |
@_pedda_ i would think it has something to do with xhtml cleaning |
| 11:02 |
Phlogi |
and HardPhuck seems to be here much too :) |
| 11:04 |
Phlogi |
what rte version do you use on your updated typo3 installtion? |
| 11:05 |
kraftb |
hi Phlogi |
| 11:06 |
kraftb |
everyone comes into this channel when he/she has nothing to do ; |
| 11:06 |
kraftb |
;) |
| 11:06 |
_pedda_ |
not really ... :p |
| 11:07 |
kraftb |
ok ... or if one hast questions ... |
| 11:07 |
kraftb |
i mean - it would be nice if one logs into the channel whenever he thinks "o man ... today i really got a lot of answers" ... |
| 11:07 |
maholtz|WORK |
not really ... *g* |
| 11:07 |
kraftb |
but thats rather seldom i guess |
| 11:07 |
krutt|work |
good morning all |
| 11:07 |
kraftb |
morning krutt |
| 11:07 |
_pedda_ |
morning krutt |
| 11:08 |
Phlogi |
kraftb: you mean me? :) hehe no, because I have to fix a typo3 update :) |
| 11:09 |
Phlogi |
thats what is there about the version of the rte: 1.4.4 1.5.1 Local SL |
| 11:09 |
Phlogi |
hmm isn't that strange? Anyway should rte be used from system or from ter? I'm confused |
| 11:10 |
Phlogi |
why is the latest version I can choose 1.4.4? |
| 11:10 |
krutt|work |
do you guys have any ideas why i get those errors? http://microtux.org/index.php?id=1 |
| 11:10 |
krutt|work |
i cant see any reason in line 58 |
| 11:11 |
maholtz|WORK |
@Phlogi: rte is system extension, so remove local extension |
| 11:11 |
krutt|work |
line 56-59: |
| 11:11 |
krutt|work |
// Defining this variable and setting it non-false will invoke the install-screen called from init.php |
| 11:11 |
krutt|work |
define('TYPO3_enterInstallScript', '1'); |
| 11:11 |
krutt|work |
require ('../init.php'); |
| 11:11 |
krutt|work |
?> |
| 11:12 |
Phlogi |
maholtz|WORK: oki doki |
| 11:15 |
Phlogi |
maholtz|WORK: thanks that did the trick :) |
| 11:17 |
Phlogi |
krutt|work: what did you do that htis happened? |
| 11:17 |
Phlogi |
Maybe the paths are wrong or something |
| 11:18 |
krutt|work |
i dont know exactly. yesterday i "forgott" my admin pass, so i enter the installer script, for adding new admin user. then i edited the old admin users password inside of typo3 |
| 11:19 |
krutt|work |
and after that, my site was broken |
| 11:19 |
Phlogi |
really strange yes |
| 11:20 |
krutt|work |
mmh |
| 11:20 |
krutt|work |
suxx |
| 11:20 |
krutt|work |
:( |
| 11:21 |
PiMB |
does the file exists? |
| 11:21 |
krutt|work |
if i uncomment line 57,58 the errors are gone, but my site is still missing |
| 11:21 |
krutt|work |
yes it does |
| 11:21 |
Phlogi |
krutt: did you add that? |
| 11:21 |
krutt|work |
and i havent changed anything |
| 11:22 |
krutt|work |
Phlogi no |
| 11:22 |
Phlogi |
kraftb: what typo3 version ? I don't have that |
| 11:22 |
PiMB |
how are rights on that file |
| 11:22 |
maholtz|WORK |
@krutt: php4 / php5 issue? |
| 11:22 |
krutt|work |
its the default index.php of /typo3_src |
| 11:22 |
krutt|work |
maholtz|WORKno, the site worked before |
| 11:23 |
krutt|work |
just broken yesterday, after the admin thing |
| 11:24 |
tf |
i have installed realurl and it works. but i cant login into the backend. ...segment "typo3" was not a keyword..... |
| 11:24 |
krutt|work |
maybe i dod something wrong by editing localconf.php ? |
| 11:25 |
krutt|work |
yesterday i needed to edit this file, for entering installer |
| 11:25 |
krutt|work |
but the errors are for typo_src/index.php |
| 11:25 |
krutt|work |
so im not sure |
| 11:25 |
PiMB |
but you use typo_src as your TYPO3 folder? |
| 11:25 |
krutt|work |
of course not |
| 11:25 |
PiMB |
not the default typo3 |
| 11:26 |
PiMB |
okay, sorry :) |
| 11:26 |
krutt|work |
its a default typo3 install |
| 11:26 |
krutt|work |
all files where there they have to be |
| 11:26 |
krutt|work |
omfg, my english |
| 11:26 |
krutt|work |
sorry |
| 11:26 |
krutt|work |
"are in their default places" |
| 11:28 |
PiMB |
nm your english ;) |
| 11:28 |
PiMB |
strange thing |
| 11:28 |
krutt|work |
lol , true |
| 11:28 |
PiMB |
if you deinstall realurl what does it do? |
| 11:29 |
krutt|work |
waaah, dont know what to do...nothing.grbr |
| 11:32 |
PiMB |
start over |
| 11:34 |
tf |
i have "RewriteRule ^typo3$ - [L]" and "RewriteRule ^typo3/.*$ - [L]" but i cant login to backend with www.domain.de/typo3 |
| 11:35 |
PiMB |
is your mod_rewrite available? |
| 11:36 |
tf |
yes. realurl works good. i get urls like "domain.de/subfolder/site.html |
| 11:42 |
krutt|work |
wahh, what the hell is going on. |
| 11:50 |
tf |
hmm works now. i have nothing changed...... |
| 11:53 |
krutt|work |
i wish it would do the same happen to me |
| 11:53 |
krutt|work |
*would happen the same to me |
| 11:54 |
tf |
:-) |
| 12:05 |
maholtz|WORK |
afk |
| 12:09 |
krutt|work |
PiMB would you have a look into my typo3 and some files plz? |
| 12:10 |
krutt|work |
maybe you see what is hidden for me ^^ |
| 12:16 |
HardP_ |
:/ |
| 12:19 |
krutt|work |
any other "high skilled" typo3 supporter? =) |
| 12:19 |
krutt|work |
google told me nothing about my error |
| 12:26 |
_pedda_ |
how can i modify the width of the dam field in be |
| 12:26 |
_pedda_ |
when i go media -> files -> click on folder containing pdf's |
| 12:26 |
_pedda_ |
in ie there is not enough width to display all icons |
| 12:27 |
_pedda_ |
like edit, delete, rename |
| 12:31 |
HardP_ |
does tmenu support capitalization of all menu items |
| 12:31 |
HardP_ |
so 'who we are' would come 'Who we are' |
| 12:38 |
PiMB |
sorry krutt|work, i was out to lunch |
| 12:38 |
PiMB |
what is the problem? |
| 12:40 |
ndl |
hi PiMB |
| 12:40 |
ndl |
lucky me, i figure out that problem |
| 12:40 |
ndl |
so simple |
| 12:41 |
ndl |
about clear cache |
| 12:43 |
HardP_ |
hm... NO.stdWrap.case seems to be the solution, but i can only see 'upper' and 'lower' nothing else :S |
| 12:45 |
PiMB |
ndl: what was the problem? |
| 12:46 |
PiMB |
HardP_: can't this be done via css quite easily? |
| 12:46 |
dreas |
Hi guys. I have a major issue. I just discovered the mailform is not working anymore. |
| 12:46 |
HardP_ |
yes but css turns ALL words into uppercase |
| 12:47 |
dreas |
I am using default mailform from Typo3. Latest version 4.2.3. Does anyone know what can be wrong? |
| 12:47 |
dreas |
http://www.typo3-jack.net/typo3-english-lists-netfielders-de/17143-typo3-english-mailform-does-not-send-anything.html seems to have a similar issue and is referring to a patch. But I cannot find it. |
| 12:47 |
PiMB |
HardP_ I noticed it |
| 12:48 |
PiMB |
I call first, check second ;) |
| 12:50 |
PiMB |
dreas: the link you've posted is about powermail, is your problem about powermail as well? |
| 12:50 |
krutt|work |
PiMB the "old" problem with the line 58 error |
| 12:50 |
krutt|work |
in my index.php file |
| 12:50 |
PiMB |
still is? |
| 12:50 |
krutt|work |
yes |
| 12:51 |
dreas |
No, I am using standard Typo3 mailform |
| 12:52 |
dreas |
I get redirected correctly to the thank you page. But the email just "disappears" |
| 12:54 |
dreas |
The test from the installer works fine for the default. But seems to fail for t3lib_htmlmail. |
| 12:54 |
HardP_ |
dreas do you use the default mailform |
| 12:54 |
HardP_ |
or did you modify it with TS? |
| 12:55 |
dreas |
I am using the default I think |
| 12:56 |
HardP_ |
hmm |
| 12:57 |
HardP_ |
htmlmail also fails in installer? |
| 12:57 |
TaucherMK |
does anyone knows how to use another static template with templavoila, than css_styled_content (sb_accessiblecontent) |
| 12:57 |
HardP_ |
brb |
| 12:58 |
dreas |
The Yes, t3lib_htmlmail also fails from the installer. The "normal" test works fine |
| 13:09 |
dreas |
wb :) |
| 13:10 |
dreas |
(01:16:52 PM) dreas: The Yes, t3lib_htmlmail also fails from the installer. The "normal" test works fine |
| 13:10 |
HardPhuck |
ty |
| 13:10 |
HardPhuck |
strange, have you tried googling |
| 13:11 |
jananne |
Hello, i'm not an expert on typooscript so i hope someone can help me out with the following question: |
| 13:11 |
jananne |
i wrapped my 'content' element for tt_news for for the list view so i don't have any BREAKS in it.. but i do want BREAKS in the SINGLE view |
| 13:11 |
dreas |
Yep. Can't find anything :S And I have no clue how much email we've "lost" |
| 13:11 |
jananne |
this is my code: |
| 13:11 |
dreas |
I am running unmodified Typo3 code. Any clue how I can debug this? |
| 13:11 |
jananne |
http://phpfi.com/393984 |
| 13:12 |
jananne |
http://www.dehaanmedia.nl/voorbeeld/lifealliance/index.php?id=evenementen |
| 13:12 |
jananne |
here it go's wrong: |
| 13:12 |
jananne |
http://www.dehaanmedia.nl/voorbeeld/lifealliance/index.php?id=evenementenbericht&tx_ttnews[tt_news]=60&tx_ttnews[backPid]=100&cHash=c3ed21204c |
| 13:13 |
HardPhuck |
dreas check mail logs |
| 13:13 |
HardPhuck |
sendmail |
| 13:13 |
HardPhuck |
and apacehe error log |
| 13:20 |
center |
hi |
| 13:22 |
center |
i have a problem with finding the right way to upload a file, that is saved into the database. somebody created the webside and there are aleady files uploaded, but the "file_upload" is not the folder where those files were saved. no i can not find the form to upload file the plugin |
| 13:23 |
jananne |
enter, what plugin? |
| 13:23 |
jananne |
center * |
| 13:24 |
center |
jananne: its a custom plugin... |
| 13:24 |
center |
i am new to typo, so i am a bit lost here |
| 13:24 |
center |
BUT appearently the guy did upload at least 15 files the right way... |
| 13:24 |
dreas |
Sorry was on phone. HardPuck .. I'll see what I can find. So far I cannot find anything in the logs. But this is a shared host |
| 13:24 |
center |
.. so there must be a way |
| 13:25 |
jananne |
where did you configure the path to the folder? |
| 13:25 |
slashcrisis |
hey everyone. what can cause a folder not to appear in the fileadmin? not even on chmod 777. it gets created by typo3 but it just doesn't appear in the fileadmin. this happens only in one folder. all other folders work. ty |
| 13:26 |
center |
jananne: i didn´t do anything.. my boss told me to make changes on that site... |
| 13:26 |
jananne |
center.. look into typoscript or the constant editor for any leads :). |
| 13:27 |
dreas |
HardPuck .. I do see a line in the error_log [Tue Jan 06 13:44:19 2009] [error] [client 137.120.119.1xx] File does not exist: /Users/<removed>/public_html/support/contact, referer: http://www.xx.com/support/contact.html |
| 13:27 |
dreas |
Does that provide a clue? (I hid some text with xx) |
| 13:27 |
center |
jananne: the folder is in the root folder |
| 13:29 |
dreas |
Ok :) Things get more interesting. One of our translation pages does work .. that's weird |
| 13:32 |
center |
is there a adminpart what does support the "not user files" |
| 13:32 |
center |
or developer files...? |
| 13:32 |
center |
where i can access the folder "uploads" in toor? |
| 13:47 |
center |
toor = root :D |
| 13:48 |
dreas |
Okay for those interested. My mail problem seems to have something to do with RealURL or something.. it works from some URLs/translated pages. And not from others. Strangely the test from the Install page does not work. |
| 13:57 |
dreas |
Ok. To continue, the returnpath extension seems to be part of the problem. With it enabled, none of my forms work. With it disabled. my forms work if the path of the URL is correct (language string is required for some reason) |
| 14:05 |
ockmonix |
hi |
| 14:06 |
ockmonix |
does someone know how to adjust the calBase extension? |
| 14:06 |
maholtz|WORK |
re |
| 14:06 |
dreas |
Disabling [SYS][forceReturnPath] repairs the t3lib_htmlmail test. Now the form only doesn't work unless the language is specifically set |
| 14:39 |
ockmonix |
does anyone know a good source where i can learn how t make my own extensions? |
| 14:58 |
jananne |
hello, i removed all tags within my content element of tt_news in LISTVIEW. But somehow all my tags get removed also on SINGLEVIEW. This is my code: http://phpfi.com/394011. You can find the example on: http://www.dehaanmedia.nl/voorbeeld/lifealliance/index.php?id=evenementen. When you click on 'Lees meer...' you'll see the problem. |
| 14:58 |
jananne |
Can someone help me out :)? |
| 14:59 |
maholtz|WORK |
you removed general_stdWrap - that is for list, single etc. |
| 14:59 |
jananne |
maholtz|WORK: how can i set this ONLY for listview? |
| 15:00 |
xy12345 |
hi all :) |
| 15:01 |
xy12345 |
hello |
| 15:01 |
jananne |
hi |
| 15:02 |
jananne |
PiMB: i'm dutch :) |
| 15:03 |
xy12345 |
im german :) |
| 15:03 |
jananne |
PiMB: Why you're asking :) |
| 15:03 |
jananne |
i have to register first :). |
| 15:03 |
jananne |
PiMB: Add me on msn: (obscured mail address) |
| 15:03 |
xy12345 |
exit |
| 15:04 |
xy12345 |
:exit |
| 15:04 |
xy12345 |
q! |
| 15:04 |
xy12345 |
^^ |
| 15:04 |
xy12345 |
quit |
| 15:04 |
PiMB |
register for what? |
| 15:05 |
maholtz|WORK |
@jananne: afaik you cant override general_stdWrap for list only, but you can override the config you do not want on list |
| 15:05 |
jananne |
for PMing.. |
| 15:06 |
jananne |
maholtz|WORK: how do i do this? i'm a little short on knowledge about typoscripting :c. |
| 15:10 |
maholtz|WORK |
@jananne: sry, not enough time these days to guide you through typoscript |
| 15:10 |
maholtz|WORK |
read tsref, tt_news manual |
| 15:10 |
jananne |
maholtz|WORK: no problem. |
| 16:08 |
m4rtijn |
hi all |
| 16:08 |
m4rtijn |
happy newyear |
| 16:09 |
maholtz|WORK |
hey m4rtijn - happy new year:) |
| 16:15 |
PiMB |
happy newyear m4rtijn |
| 16:15 |
kraftb |
have you been caught in a time-trap ? |
| 16:17 |
m4rtijn |
nope, just vacation |
| 16:21 |
PiMB |
nice, been anywhere? |
| 16:22 |
m4rtijn |
nope, just at home being very lazy |
| 16:22 |
m4rtijn |
and I had some catching up to do with my daughter :) |
| 16:22 |
maholtz|WORK |
sounds good:) |
| 16:23 |
m4rtijn |
I love being lazy |
| 16:23 |
PiMB |
really good |
| 16:54 |
ndl |
are there any extension that use for front end user to upload video files and shared each other? |
| 17:06 |
m4rtijn |
erm.. what? :p |
| 17:06 |
|Xabbu |
Can anyone help me with a problem concerning "multiple Collumns" and multilanguage? Since adding an additional website language, I can not see the different Collumns (Left, right, ...) in the "Page"-Modul in the BE. |
| 17:09 |
ndl |
Xabbu, do you see localization view tab |
| 17:12 |
|Xabbu |
ndl: I'm not sure, I know what you mean. I'm in the "page" modul, and have "Column" selected. But I only see the middle Column, instead of the original 4 (in my setup: Top, Left, Middle, Right), when I select "Languages" I see the two languages created. |
| 17:15 |
|Xabbu |
I still can change the Column on the General-Tab of the content-Element, and it is visible (no matter what column selected) in the List-Module, but if I set it to anything other "middle" it is not shon in the "page"-module. |
| 17:40 |
sorenmalling |
Hi, can anybody tell me why this peace om HTML template mamrking doesnt output anything? |
| 17:40 |
sorenmalling |
http://paste.phlogi.net/-a366ab99d6/ |
| 17:43 |
maholtz|WORK |
no return $content;? |
| 17:49 |
sorenmalling |
maholtz|WORK: It returns content at the end of the script |
| 17:58 |
maholtz|WORK |
does it returns "ost"? |
| 17:58 |
maholtz|WORK |
$templateHtml != $this->templateHtml:) |
| 17:58 |
maholtz|WORK |
=> typo |
| 17:59 |
maholtz|WORK |
in substituteMarker |
| 18:11 |
maholtz|WORK |
@sorenmalling: i am wrong? |
| 18:27 |
sorenmalling |
maholtz|WORK: Sorry, i was just away, I changed the typos, but didn't change the output |
| 18:27 |
sorenmalling |
http://paste.phlogi.net/-83be8cd9da/ |
| 18:29 |
maholtz|WORK |
$this->pi_getLL("saved_email"); isnt empty? |
| 18:31 |
maholtz|WORK |
third parameter of substituteMarker should be array... |
| 18:31 |
maholtz|WORK |
hm... no |
| 18:31 |
maholtz|WORK |
was MarkerArray... |
| 18:32 |
maholtz|WORK |
output $this->templateHtml - isnt empty? |
| 18:34 |
sorenmalling |
The locallang is definedHm, $this->templateHtml is empty.. |
| 20:47 |
clara |
?list |
| 20:59 |
tczern |
hello |
| 21:42 |
turuburu |
hi |