| 01:00 |
Jananne |
I want to change the name 'subheader' into 'news short' and add a news 'form' in the record called 'articles'. how can i change this? |
| 01:00 |
Denyerec |
um |
| 01:00 |
Denyerec |
edit the template? |
| 01:00 |
Denyerec |
:) |
| 01:01 |
Denyerec |
Or search the tt_news CSS/static template for the word "Subheader", see where it sneaks in, and edit i. |
| 01:01 |
Denyerec |
it |
| 01:01 |
Jananne |
Denyerec |
| 01:01 |
Jananne |
but how do i add something? |
| 01:02 |
Jananne |
don't i need some ###marker### and stuff for this or something? |
| 01:03 |
Denyerec |
Oh you want to add a new market ? |
| 01:03 |
Denyerec |
marker |
| 01:03 |
Jananne |
yes |
| 01:03 |
Jananne |
with a news window in a record like subheader has. |
| 01:03 |
Denyerec |
I think you are dealing now with modifying the plugin itself |
| 01:03 |
Denyerec |
Which will require fiddling with the plugin code, and the TCA |
| 01:03 |
Jananne |
i got an unofficial extension called cornexchange_news where i can make my own markers.. but still i don't have the knowledge to do it. |
| 01:03 |
Denyerec |
it's beyond me, that's all I know. |
| 01:05 |
Jananne |
i know how to make a marker.. but not how to make a new window in a record. |
| 01:12 |
Denyerec |
for that you meddle with the TCA I think |
| 01:18 |
Jananne |
Denyerec ill take a look at it, thx for yur time. |
| 01:55 |
andreasbalzer |
how can I log into the irc channel? |
| 01:55 |
andreasbalzer |
what was the command to enter pwd? |
| 02:10 |
void |
andreasbalzer: pwd for what? |
| 02:10 |
void |
andreasbalzer: do you need to enter password-protected channel? |
| 02:11 |
andreasbalzer |
#java |
| 02:12 |
void |
andreasbalzer: that channel doesn't require pwd, i think |
| 02:13 |
andreasbalzer |
You need to be identified to join that channel: ##java |
| 02:13 |
andreasbalzer |
[01:53] ##java: #java |
| 02:14 |
void |
andreasbalzer: aha.. so, you need to make /msg nickserv identify <password> |
| 06:59 |
dax77 |
good morning @all |
| 07:03 |
tsrepadmin |
good morning #typo3!!! |
| 07:16 |
dax77 |
hi tsrepadmin |
| 07:18 |
tsrepadmin |
hi dax77 |
| 07:48 |
amitext |
Hi, I want to use the contents of a TV FCE from a root page to be displayed over other pages as well.. how do I go about it? |
| 08:22 |
Dyne |
page.10 = HTML // page.10.value = Hello Channel |
| 10:09 |
umc |
hey guys. do you know if there is some plugin for showing some items based on categories ? and with some searches... etc... |
| 10:09 |
umc |
for example, for a company that sells all sorts of stuff... but not an e-shop |
| 10:10 |
umc |
just informational... and you can look at details pictures... etc |
| 10:25 |
foool |
is paypal easy to set up in tt_products? |
| 11:00 |
Fanty |
How do I get a gmenu item to link to a file? |
| 11:01 |
Denyerec |
umc - youc ould use tt_news for that |
| 11:01 |
Denyerec |
its categorised, has multiple views, and allows you to specify related items and images. |
| 11:01 |
umc |
Denyerec: I need to add products... stuff like that... different categories... |
| 11:01 |
umc |
isn't that too simple ? |
| 11:04 |
umc |
could I use that extension for the shop without the actual ordering part ? :-? |
| 11:08 |
umc |
or another nice question... :) How can you translate parts of the template ? |
| 11:11 |
umc |
or better yet, can you make some pages (like contact, about us, etc) appear in other places and not in the same place as the other pages (that appear in the normal menu) ? |
| 11:20 |
Denyerec |
Um |
| 11:20 |
Denyerec |
that last question is a little vague |
| 11:22 |
Fanty |
1.NO { disableAltText = 1 imgParams = alt="Gramatikbog" ... } <-- Why oh why does this end up giving two alt texts? |
| 11:22 |
Fanty |
on the same image tag |
| 11:28 |
smeringe |
fanty, uhm.. not sure, but is disableAltText on a GMENU state obj? try it on the 1, such as 1.disableAltText=1.. |
| 11:28 |
Fanty |
1.disableAltText = 1 and not 1.NO.disableAltText .. however this just makes an alt="" and dosen't remove the alt tag all together so I can make another one :( |
| 11:28 |
Fanty |
smeringe: yep |
| 11:28 |
smeringe |
;) |
| 11:40 |
umc |
Denyerec: for example... I'm making a site for a restaurant. and there's a big button in one corner, that should point to the reservation form... |
| 11:41 |
umc |
that's coded in the template... and should have text Reservate or Reserveer (Dutch) |
| 11:41 |
umc |
and I don't know how to make it nice depending on what language I'm in |
| 11:42 |
umc |
I figure from TS... create a marker or something, add conditions for languages, and from TS replace that marker with the right translation ? |
| 11:42 |
umc |
is that the way to do it ? |
| 11:43 |
Denyerec |
If the button is graphical, you might need to use the L flag thing to change which image you use based on language |
| 11:43 |
Denyerec |
if it's text, then you use the LLL XML translation thiingy |
| 11:45 |
umc |
it's just a div with a text on it... I made it from css to look nice |
| 11:45 |
Denyerec |
Ok well then you can use the LLL XML thin |
| 11:45 |
Denyerec |
I have a snippet for you |
| 11:45 |
Denyerec |
1 moment |
| 11:45 |
umc |
thank you |
| 11:46 |
Denyerec |
http://phpfi.com/277273 |
| 11:46 |
Denyerec |
Thank uschi for this one |
| 11:49 |
umc |
looks great |
| 11:49 |
umc |
thanks. I'll try later |
| 11:49 |
foool |
is paypal easy to set up in tt_products? |
| 11:49 |
umc |
now it's time for the regular job :) |
| 11:49 |
foool |
denyerec did you fix your harddrive? |
| 11:50 |
umc |
foool: are you using some extension for showing products or something ? |
| 11:50 |
Denyerec |
no :( |
| 11:50 |
foool |
tt_products - i am trying it out, but could use other if it is easier. I need to have it with paypal |
| 11:51 |
foool |
did you recover your files |
| 11:52 |
umc |
and Denyerec, I suppose I need to map that div in TV... right ? |
| 11:52 |
umc |
that "tv.some_TV_path" |
| 11:54 |
Denyerec |
yes |
| 11:55 |
foool |
which shop do you recommend? |
| 12:59 |
num000 |
hello |
| 13:12 |
num000 |
is there a tutorial how to add be users as authors for writing only news? |
| 13:22 |
dokma |
hello num |
| 13:22 |
dokma |
did you try to play around with users permissions? |
| 13:22 |
dokma |
for example |
| 13:22 |
dokma |
if you store news in a sysfolder |
| 13:23 |
dokma |
you could try giving your be users access to only that folder |
| 14:33 |
num000 |
hello |
| 14:37 |
FloLeBlanc |
hi all |
| 14:45 |
timo |
can someone tell me how to use two instances of a lib/dib based extension on the same site, without both getting reaction for both? |
| 14:45 |
timo |
on the same page |
| 14:47 |
FloLeBlanc |
timo: I don't know if this is possible. for which extension would you need this scenario? |
| 14:48 |
timo |
for my own extension |
| 14:48 |
timo |
can it set diffrent designators or something linke that? |
| 14:53 |
FloLeBlanc |
hmm don't know |
| 14:58 |
FloLeBlanc |
I'm afraid I asked this before but I can't find it in my files :) how can I get the backend_user ID in a backend module (own extension) please? |
| 14:58 |
FloLeBlanc |
(with php) |
| 14:59 |
ries |
FloLeBlanc: isn't there a be_user class inutialised? |
| 14:59 |
ries |
Initialized |
| 15:00 |
FloLeBlanc |
ries: I only see $BE_USER->modAccess($MCONF,1); // This checks permissions and exits if the users has no permission for entry. so the war has to be somewhere in $MCONF I guess I'll try to output the array |
| 15:01 |
ries |
dump $BE_USER and see what you get |
| 15:01 |
num000 |
how can i restrict a backend user, so that he only sees several parts of the datatree, i would like one user just to be able to write news |
| 15:02 |
m4rtijn |
hi |
| 15:02 |
ries |
num000: page tree you mean? |
| 15:02 |
num000 |
ries yes |
| 15:02 |
ries |
num000: make DB mount points |
| 15:02 |
num000 |
i'm looking for a comfortable way to allow some uses restricted parts |
| 15:03 |
num000 |
db mount points? first time i hear about mount points, have you got a documentation link for me ries? |
| 15:03 |
m4rtijn |
would anyone know if its possible to change the layout of tt_news List items.. like in the tables, class="even" and class="uneven" |
| 15:03 |
m4rtijn |
so even news items have another layout then uneven news items |
| 15:05 |
dokma |
num000: mount points are very simple |
| 15:06 |
dokma |
you have a page tree setup |
| 15:06 |
dokma |
mount point simply says |
| 15:06 |
num000 |
dokma can you give me an example |
| 15:06 |
num000 |
yes |
| 15:06 |
ries |
num000: in the BE, check BE user groups |
| 15:06 |
ries |
it's in there |
| 15:06 |
num000 |
ok |
| 15:06 |
dokma |
from this node downward include everything |
| 15:06 |
dokma |
so you basically select a subtree |
| 15:06 |
dokma |
from that node |
| 15:06 |
dokma |
does that make sense? |
| 15:06 |
num000 |
thank you, but if I do this the storage place is in the root, if I do this he will be able to change the rest aswell |
| 15:09 |
FloLeBlanc |
num000: set access rights? (edit, delete, create) |
| 15:09 |
m4rtijn |
ah, I found an extension which answers my question :p |
| 15:10 |
dokma |
num000: true |
| 15:11 |
dokma |
perhaps the easiest solution is to move news records |
| 15:11 |
dokma |
to a separat sysfolder |
| 15:11 |
dokma |
if you used categories to display them |
| 15:11 |
dokma |
it should be relatively easy to do |
| 15:11 |
dokma |
and it will give you great level of control |
| 15:11 |
dokma |
with that approach you can give access to that folder alone |
| 15:12 |
dokma |
and you have maximum security |
| 15:12 |
num000 |
are there extensions for user restrictions and tt_news? |
| 15:13 |
num000 |
mayabe a login |
| 15:13 |
num000 |
a separate login page with a different user interface |
| 15:32 |
num000 |
i would like to change the "more" link into my local language |
| 15:32 |
num000 |
plugin.tt_news { |
| 15:32 |
num000 |
_LOCAL_LANG.de { |
| 15:32 |
num000 |
more = z.b.: weiterlesen |
| 15:32 |
num000 |
} |
| 15:33 |
num000 |
this didn't work unfortunately, what am I doing wrong? |
| 15:34 |
pmk65 |
num000: tt_news should be translated to German, so my guess is that you haven't set correct language settings for your site |
| 15:35 |
num000 |
actually i use turkish, the more is translated to turkish in the FE, but the translation is unfortunately wrong so I was trying t change it, the installation here has templavoila and yaml |
| 15:35 |
num000 |
i was trying to overwrite it with the above ts, but it didn't work |
| 15:36 |
num000 |
if i wanted to do this for the default lang, do i have to do something like _LOCAL_LANG { more =whatever } |
| 15:36 |
pmk65 |
with the above code, you are setting the German label for "more" not Turkish. |
| 15:36 |
floxx |
num000: did u update translation handling after installing tt_news? |
| 15:37 |
num000 |
floxx i didn't, but the local language here is turkish and it also shows the turkish translation (which is wrong) in tt_news |
| 15:38 |
floxx |
correct is definitively: plugin.tt_news._LOCAL_LANG.de.more = [mehr] |
| 15:39 |
floxx |
if u have this and it doesn't work, the fault must be somewhere else |
| 15:40 |
pmk65 |
plugin.tt_news._LOCAL_LANG.de.more = [mehr] sets a new label for GERMAN Language, not TURKISH.. |
| 15:40 |
floxx |
ah sorry |
| 15:40 |
pmk65 |
You need to know the correct language code for Turkish (de=german, dk=danish etc.) |
| 15:40 |
floxx |
didnt read properly |
| 15:41 |
floxx |
tr if im right |
| 15:41 |
jimmisandham |
hello people |
| 15:41 |
pmk65 |
then plugin.tt_news._LOCAL_LANG.tr.more = [whatever] should work, providing the site language settings is setup correct. |
| 15:42 |
floxx |
yep |
| 15:44 |
floxx |
default is: <label index="more">(daha)</label> |
| 15:44 |
floxx |
for language tr |
| 15:44 |
num000 |
floxx exact and the (daha) is very bad turkish |
| 15:44 |
num000 |
where can i change this? |
| 15:44 |
floxx |
in typoscript |
| 15:44 |
floxx |
dirty solution would be in extension locallang file |
| 15:44 |
num000 |
how, the above ts didn't change it |
| 15:45 |
floxx |
values are defined in typo3conf/ext/tt_news/pi/locallang.xml |
| 15:46 |
floxx |
but it's the dirty way to edit this file - if you uipdate tt_news, same problem again |
| 15:47 |
num000 |
i can change it in locallang.xml, but maybe the author should get this information aswell |
| 15:47 |
floxx |
yes, mail him your suggestions |
| 16:11 |
jimmisandham |
when mapping with TV, do all seperate elements in the html template need div and id tags? |
| 16:18 |
jimmisandham |
when mapping with TV, do all seperate elements in the html template need div and id tags? |
| 16:24 |
Denyerec |
jim |
| 16:24 |
Denyerec |
they don't need ID tags |
| 16:24 |
Denyerec |
or anything really |
| 16:24 |
Denyerec |
as it stores their relative position in the XML DOM |
| 16:24 |
Denyerec |
the only caveat is that if you change the HTML template and upload it again, if they DONT have Id's then you may end up remapping everything again. |
| 16:33 |
jimmisandham |
ok thanks |
| 16:35 |
jimmisandham |
so you can assign each mapped field_ to a certain id if you want? |
| 16:45 |
num000 |
the site here i'm working on has the tt_news categories stored in a separate sysfolder instead of the news storage folder, is this normal? |
| 16:46 |
superslims |
random |
| 16:52 |
_maGe |
hm, in cal 0.15.5 it displayed my list-templ |
| 16:52 |
_maGe |
in cal 0.16 not |
| 17:01 |
alexwx |
helo, can i change with TS some paremeters for tt news ext. just for one marker? |
| 17:04 |
Briareos1 |
Hi, quick question: is there a sophisticated tool for doing editorial workflows in typo3 yet? I basically think of automatic notification to the responsible translators as soon as the main language of a page is changed. Maybe it would also include approval progress: Editor changes records, administrator receives approval request - upon approval the tranlators receive the info again - the approval is done for the translation as |
| 17:04 |
Briareos1 |
well and then the new content goes online? |
| 17:05 |
Briareos1 |
(I know about WorkSPACES, but as far as i know they don't feature the workflow for translations and are not powerful enough for the sophisticated process) |
| 17:25 |
jimmisandham |
anyone wana talk me through mapping a navigation left menu? with TV?> |
| 17:25 |
jimmisandham |
im half way there i think |
| 17:26 |
jimmisandham |
but now lost |
| 17:27 |
jimmisandham |
aaaaannnyyyyooonnnneeee even here? |
| 17:53 |
dax77 |
hola @all |
| 17:56 |
wacky_ |
Anyone ever had a problem with RTE not loading ? |
| 17:56 |
wacky_ |
(or loading for eternity ?) |
| 18:46 |
void |
wacky_: yes |
| 18:48 |
wacky_ |
and how did you fix it ? !:P |
| 18:52 |
void |
wacky_: do you have an firefox 2.0.0.2 or .3? |
| 18:53 |
num000 |
hello void |
| 18:53 |
void |
hello num |
| 18:53 |
num000 |
how is it going_ |
| 18:56 |
num000 |
void i've a sysfolder called general storage and also a news storage folder, the categories for tt_news are stored in the general sysfolder is this normal? |
| 18:57 |
void |
num000: normal.. |
| 18:57 |
void |
why not? |
| 18:57 |
num000 |
i would have expected it to be in the news storage folder |
| 18:58 |
dax77 |
num000: have a look at the extension settings. there is an option to disable the grsp |
| 18:58 |
void |
tt_news require categories to be stored in GRSP |
| 18:58 |
num000 |
grsp? |
| 18:58 |
void |
dax77: this option cause bugs |
| 18:58 |
num000 |
what is grsp? |
| 18:58 |
dax77 |
oh, it does? |
| 18:59 |
dax77 |
ok, then forget it :) |
| 18:59 |
dax77 |
general record storage page |
| 18:59 |
num000 |
so it is ok that it is sitting in a sysfolder |
| 18:59 |
void |
dax77: http://bugs.typo3.org/view.php?id=5103 |
| 19:17 |
num000 |
;) |
| 19:18 |
num000 |
just2b rgsmoothgallery great extension |
| 19:52 |
just2b |
thx |
| 20:06 |
flo7613 |
hi guys |
| 20:08 |
flo7613 |
i've configured realurl for a site and it works, but the rootpage is also in the urls like http://www.mydomain.com/rootpage/firstlevelpage is there a way to avoid this? |
| 20:12 |
num000 |
just2b are you still here |
| 20:13 |
just2b |
kind of yes |
| 20:13 |
num000 |
there is a patch in the tER |
| 20:13 |
num000 |
do i need this for rgsmoothgallery |
| 20:13 |
just2b |
for? |
| 20:14 |
just2b |
which one |
| 20:14 |
num000 |
rgsmoothgallery_bugfix |
| 20:14 |
num000 |
it is called rgsmoothgallery_bugfix |
| 20:14 |
num000 |
the version i have is called 1.1.1 |
| 20:14 |
num000 |
and the bugfix has aversion 0.0.1 |
| 20:14 |
just2b |
read the manual.. it has been already depricated when the idiot of author sent it in |
| 20:15 |
just2b |
the ext just waits to be deleteds |
| 20:15 |
num000 |
so there is no need for it |
| 20:15 |
just2b |
no |
| 20:19 |
JensH_ |
:) |
| 20:27 |
wacky_ |
void: i have Firefox 2.0.0.8 |
| 20:27 |
wacky_ |
and it doesn't load in IE either |
| 20:28 |
wacky_ |
(I mean the non-loading RTE :) |
| 20:28 |
void |
wacky_: weird |
| 20:29 |
void |
wacky_: you should ask yourself what you recently did |
| 20:37 |
wacky_ |
hmm.. yeah, I did, indeed |
| 20:45 |
num000 |
just2b I couldn't find anything about localization of the smoothgallery |
| 20:45 |
just2b |
there is not really one |
| 20:45 |
num000 |
although there is only the close button |
| 20:45 |
num000 |
can i change this somehow? |
| 20:45 |
just2b |
this is a gfx |
| 20:45 |
num000 |
ohh |
| 20:45 |
num000 |
well |
| 20:45 |
num000 |
where is the image |
| 20:51 |
num000 |
just2b it also says image 2 of 32 for example, can i localize this? |
| 20:54 |
just2b |
no |
| 20:54 |
just2b |
sry |
| 20:55 |
num000 |
ohh |
| 20:55 |
num000 |
is it hardcoded? |
| 20:55 |
just2b |
yes, in the js file |
| 20:55 |
num000 |
which one is it |
| 20:55 |
just2b |
thejd.gallery1010.js |
| 20:55 |
num000 |
thank you |
| 20:56 |
just2b |
somebody knows how i can set a hexadezimal or decimal char in html? |
| 21:00 |
num000 |
just2b unfortunately i can not find it in jd.gallery1010.js |
| 21:00 |
just2b |
just search for "of" should be there |
| 21:01 |
num000 |
sure it is not in a different file, i searched for of and image |
| 21:02 |
num000 |
it is in slightbox107.js |
| 21:15 |
wacky_ |
void - found the problem. |
| 21:16 |
void |
wacky_: ? |
| 21:16 |
wacky_ |
it was a RewriteRule that broke one of the .js links from being loaded |
| 21:16 |
wacky_ |
in the .htaccess |
| 21:16 |
wacky_ |
nothing to do with Typo3 or Firefox here :P |
| 22:24 |
JohKa |
hey everybody |
| 22:26 |
JohKa |
how can I change the color of the linktext in typoscript for every page when I have a GMENU? |
| 22:34 |
void |
any eclipse coder here? |
| 22:34 |
void |
JohKa: do you want to change text color in GMENU? |
| 22:42 |
wacky_ |
Is it normal that, clicking on a task in the Task-center just reloads the frame with nothing more ? |
| 22:42 |
wacky_ |
Shouldn't it display the details of that task :P |
| 22:43 |
void |
wacky_: i think that module just don't work |
| 22:46 |
wacky_ |
is there anything else to replace it ? |
| 22:46 |
wacky_ |
how would you create a workflow, otherwise ? |
| 22:48 |
wacky_ |
ok, it displays for certain items, I guess it's some permissions stuff.. |
| 22:50 |
num000 |
did someone ever use full backup for t3? |
| 22:50 |
num000 |
i need to transfer a windows based website to a linux machine and the backup i did from the windows machine doesn't work |
| 22:51 |
num000 |
has someone got experiences with this_ |
| 22:51 |
num000 |
? |
| 22:53 |
void |
num000: did you try w4x_backup? |
| 22:53 |
num000 |
yes |
| 22:53 |
num000 |
exact |
| 22:54 |
num000 |
void did you ever transfer a backup file ? |
| 22:54 |
void |
num000: no.. |
| 22:54 |
num000 |
do you always develop on the target machine? |
| 22:58 |
void |
num000: last time - yes |
| 23:05 |
Phlogi |
hey guys, anyone here? |
| 23:06 |
JohKa |
void: yes i want to change the text color in GMENU |
| 23:07 |
void |
JohKa: so, change it in your TS... |
| 23:07 |
void |
Phlogi: yes |
| 23:07 |
Phlogi |
I' using this TS to show a hello message with username to my logged in fe_users. How is it possible that a wrong (!) username is displayed? Some of my fe users reported that! http://pastebin.ca/784895 <-TS |
| 23:07 |
Phlogi |
void: hello man :) |
| 23:07 |
Phlogi |
num000: salü |
| 23:07 |
num000 |
Phlogi hi |
| 23:08 |
JohKa |
void: what a information, but it doesn't work |
| 23:08 |
void |
JohKa: show your ts |
| 23:09 |
void |
Phlogi: really weird. |
| 23:10 |
Phlogi |
num000: Wie bestimme ich das Konvergezgebiet der folgenden Laplace Tranformierten Funktion? X(s)=16/(s^2+2s+2) *lol* |
| 23:10 |
Phlogi |
void: yes and 2 different users already reported it to me. One even did a screenshot. |
| 23:10 |
num000 |
hehe |
| 23:10 |
num000 |
Phlogi ausrechnen wuerde ich sagen |
| 23:10 |
Phlogi |
void: but they really are the correct users I guess, because if they post in the forum its correct..... |
| 23:10 |
Phlogi |
num000: *gggg, na ja du weisst es also nich? =) |
| 23:11 |
num000 |
zuruecktransformieren in den zeitbereich und dann |
| 23:11 |
num000 |
konvergenzregeln anwenden |
| 23:11 |
Phlogi |
num000: hmm das geht doch auch einfach oder? |
| 23:11 |
num000 |
tut es auch |
| 23:11 |
mayeco |
hello |
| 23:11 |
Phlogi |
ich glaube es ist das gebiet rechts vom rechtesteten pol :) also RE{s}>1 ^^ |
| 23:11 |
Phlogi |
num000: anyway we should talk english here |
| 23:12 |
mayeco |
can somedoby explain to me what is the deal with the menus with XY = [10.w]+21,23 |
| 23:12 |
Phlogi |
void: the 10.data is correct? Or is there another way maybe? |
| 23:12 |
num000 |
muss es das konvergenzgebiet sein? lass doch einfach den endwertsatz oder den anfangswertsatz drauf los, dann weisst du zumindest was am anfang oder am ende passiert |
| 23:12 |
mayeco |
I dont understand what mean XY = [10.w]+21,23 |
| 23:12 |
num000 |
;) |
| 23:12 |
Phlogi |
mayeco: what do you mean? |
| 23:12 |
void |
Phlogi: that is correct... |
| 23:12 |
mayeco |
what is this [10.w]<- |
| 23:13 |
Phlogi |
ah mayeco it means that the size of the picture is the size of the element 10 (which is a text obejct I guess + 21px and 23px in y-direction |
| 23:13 |
mayeco |
yes |
| 23:13 |
Phlogi |
mayeco: that gets the width of the object 10 |
| 23:13 |
mayeco |
I want to make text aligned |
| 23:13 |
Phlogi |
centered? |
| 23:13 |
mayeco |
ahhhhhhhhhhhhhhhhhhhh |
| 23:13 |
mayeco |
yes yes! |
| 23:13 |
mayeco |
but I dont get why that 10 |
| 23:13 |
mayeco |
10 is the item? |
| 23:13 |
Phlogi |
yes mayeco like this you can dynamically create the size of the image |
| 23:13 |
Phlogi |
its another object |
| 23:14 |
Phlogi |
show the whole TS please. its maybe a text object further in your TS |
| 23:14 |
mayeco |
let me try a thing |
| 23:14 |
Phlogi |
void: so it must be a really really weird bug? |
| 23:15 |
void |
Phlogi: i think yes. maybe some caching problem. or database returns wrong result... dunno. |
| 23:15 |
mayeco |
I understand now that [10.w]+ mean that that object will be aigned right? |
| 23:16 |
mayeco |
and what about the 21,23? |
| 23:16 |
mayeco |
i seet the image with 123 and that create the image more big |
| 23:16 |
Phlogi |
void: the TS is in a TS CE, done with an extension |
| 23:16 |
Phlogi |
typoscript code is the name of the EXT |
| 23:16 |
mayeco |
my text item is 10, and I want that item center aligned and the image with a 130 width |
| 23:17 |
Phlogi |
mayeco: you can use align on the text object |
| 23:17 |
mayeco |
not like this XY = [10.w]+130,25? |
| 23:17 |
Phlogi |
mayeco: with a fixed 130 width? |
| 23:17 |
Phlogi |
mayeco: then it adds 130... |
| 23:17 |
mayeco |
130 no more no less |
| 23:17 |
Phlogi |
to the width of the the object 10 |
| 23:17 |
Phlogi |
then use: XY=130,25 ;) |
| 23:17 |
Phlogi |
but if the text is bigger its cutted... |
| 23:17 |
num000 |
did someone ever use fullbackup? |
| 23:18 |
Phlogi |
show the whole TS please |
| 23:18 |
Phlogi |
num000: yes and i think its crap |
| 23:18 |
mayeco |
but like this the text cant be aligned |
| 23:18 |
num000 |
void do you know if i can just untar the whole tarball |
| 23:18 |
Phlogi |
typo3 has - sad but true - no real good backup ext, its the best to do the backups on your own |
| 23:18 |
Phlogi |
oh 4.2 alpha 2 is out, anyone tried? |
| 23:18 |
num000 |
well, i've a windows machine where the stuff is developed and i want to untar it on linux now |
| 23:19 |
void |
Phlogi: i did tried |
| 23:19 |
mayeco |
Phlogi: http://phpfi.com/277425 |
| 23:20 |
mayeco |
I want the text aligned center and the image allways 130 no more, no less |
| 23:20 |
mayeco |
whit that the image is bigger |
| 23:21 |
Phlogi |
void: is it working stable enough, what do you think about it? |
| 23:21 |
void |
Phlogi: no. i reported some bugs.. |
| 23:21 |
Phlogi |
mayeco: I told you how to do it |
| 23:21 |
Phlogi |
void: ok :) |
| 23:21 |
Phlogi |
void: major? |
| 23:21 |
void |
Phlogi: hm.. what is "major"? :) |
| 23:22 |
void |
1) installer creates db, but say that it failed |
| 23:22 |
Phlogi |
http://phpfi.com/277428 mayeco |
| 23:22 |
void |
2) installer didn't create fe_users table, dunno why |
| 23:22 |
Phlogi |
void: that is major :d |
| 23:22 |
Phlogi |
hmm quite problematic :D |
| 23:22 |
Phlogi |
thats enough I won't try it :) |
| 23:22 |
void |
3) search in the setup don't work properly |
| 23:23 |
void |
Phlogi: http://typo3.biz/cms-typo3/news/skrinshoty.html <-- some screenshots\ |
| 23:25 |
Phlogi |
void: strange language |
| 23:25 |
mayeco |
Phlogi: THANK YOU! |
| 23:25 |
void |
Phlogi: i think chineese is much more stranger :) |
| 23:26 |
Phlogi |
that graphical thing looks nice :) |
| 23:26 |
Phlogi |
jap :D |
| 23:26 |
Phlogi |
mayeco: keep cool, np |
| 23:27 |
mayeco |
:D |
| 23:27 |
mayeco |
coool! |
| 23:31 |
void |
anyone use eclipse in development? |