| 00:21 |
LightFighter |
hey guys.. I got another problem. when I try to make a text+image content entry, some of my images do not work.. they are uploaded and put into the uploads directory, but on the page it's just an <img src=""> object.. |
| 00:39 |
jo_klug1 |
will TYPO3 4.3 be released today or has there been a delay? |
| 00:49 |
axelgitm |
Typo3 final on Monday: http://lists.typo3.org/pipermail/typo3-team-core/2009-November/033418.html |
| 00:50 |
jo_klug1 |
thanks |
| 01:25 |
axelgitm |
hey, is there a way to access GLOBALS from fluid templates without assigning it to the view in the action? |
| 13:50 |
beli |
moin |
| 13:50 |
beli |
how do i display the user and the creation date of a content element in the frontend? |
| 13:52 |
psychocat |
beli, you could use tt_content.stdWrap |
| 13:53 |
beli |
ok thats what i wanted to use...but how is it done? |
| 13:57 |
psychocat |
try something like tt_content.stdWrap.prepend = TEXT with data = {field:your_database_field} |
| 13:57 |
beli |
hmm ok i will search the ts docu for the fields used |
| 13:59 |
psychocat |
take a look at your database, you should be able to use just the db field name (crdate for creation date afaik) |
| 14:01 |
beli |
ok thanks |
| 14:03 |
kraftb |
good morning ! |
| 14:04 |
psychocat |
morning |
| 14:09 |
beli |
hmpfl... |
| 14:12 |
psychocat |
? |
| 14:12 |
beli |
tt_content.stdWrap.prepend = TEXT |
| 14:12 |
beli |
tt_content.stdWrap.prepend.data = {field:crdate} | |
| 14:13 |
beli |
...no changes |
| 14:20 |
beli |
isnt it possible to do this via the css_styled content? and lib.stdheader? |
| 14:20 |
psychocat |
perhaps try value = something first to make sure it works at all |
| 14:22 |
psychocat |
probably,but that wouldn't change the fact that you should use some kind of stdWrap combination because afaik css styled content has nothing predefined for showing the user or creation date |
| 14:24 |
beli |
http://paste.phlogi.net/-ceae385898/ |
| 14:24 |
beli |
thats from my object browser |
| 14:30 |
psychocat |
this displays the date - if set - in the content element |
| 14:33 |
beli |
hmm thats what i want, or is it for backend? |
| 14:34 |
psychocat |
no, if you open some text element and look at the secondary options beneath the headline (where you can set a layout), there is a field for "date". If you fill something in there it should be displayed in the frontend |
| 14:34 |
beli |
found it |
| 14:34 |
beli |
thats exactly what i want... |
| 14:38 |
psychocat |
ah ok |
| 19:47 |
Conic |
hi all, i have a strange bug in RC2: |
| 19:47 |
Conic |
i can't modify the access Lists of BE usergroups, it always throws an sql error |
| 19:48 |
Conic |
is that known yet? or where do i find that? |
| 19:50 |
natas77 |
hi guys |
| 19:52 |
natas77 |
i have problems on the installation of typo3 on a windows machine |
| 19:52 |
natas77 |
i use xammp the newest version |
| 19:53 |
natas77 |
Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\typo\t3lib\class.t3lib_page.php on line 499 |
| 19:53 |
natas77 |
Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\typo\t3lib\class.t3lib_page.php on line 501 |
| 19:53 |
natas77 |
this are same the exeptions i gat |
| 19:53 |
natas77 |
i hope same one can help me |
| 19:53 |
natas77 |
zhx |
| 19:58 |
flobbie |
PHP 5.3? |
| 19:58 |
natas77 |
yes |
| 19:59 |
flobbie |
use PHP 5.2 |
| 19:59 |
natas77 |
why? |
| 19:59 |
natas77 |
is it better? |
| 19:59 |
flobbie |
because Typo3 4.2 does not work with PHP 5.3 |
| 20:00 |
natas77 |
ok |
| 20:00 |
flobbie |
there is a patch for Typo3 4.3 I think, but it is easier for you to downgrade to PHP5.2 |
| 20:01 |
natas77 |
dou you have a url for the patch? |
| 20:01 |
natas77 |
i try the patch first |
| 20:02 |
natas77 |
i need php 5.3 |
| 20:02 |
flobbie |
not at the moment, and I think there is only a patch for Typo3 4.3, not for Typo3 4.2, but I don't know for sure |
| 20:02 |
natas77 |
ok |
| 20:03 |
natas77 |
dou you use xampp too? |
| 20:03 |
natas77 |
or the install tool exe from typo? |
| 20:06 |
natas77 |
ok thx for you help |
| 20:06 |
natas77 |
thx |
| 20:16 |
beli |
typo3 4.2 works with php 5.3 |
| 20:16 |
beli |
you just need to suppress deprecated warnings |
| 20:17 |
beli |
but if there's no reason tp use php5.3 (let's say for FLOW), use php 5.2. |
| 20:17 |
beli |
s/tp/to/ |
| 23:07 |
Denyerec |
according to the manual I can't access r influence the "style" attribute on a typolink |
| 23:07 |
Denyerec |
is this true? |