| 00:09 |
shibbi |
It works.Next Problem: The layout is moving ca. 5px when there is content |
| 00:09 |
Houmark |
he he |
| 00:10 |
Houmark |
try looking at the scroller in the right side... |
| 00:10 |
Houmark |
thats the reason ;) |
| 00:10 |
Houmark |
shibbi... |
| 00:10 |
shibbi |
you mean the menu? |
| 00:10 |
Houmark |
there is nothing you can do about this, when you are running a centered content website |
| 00:10 |
Houmark |
you mean the entire content right? |
| 00:11 |
shibbi |
no. there are also 3 sites at the page where is no menu or something ate the site. there is only at the head a litle menu and at the foot |
| 00:12 |
Houmark |
can you send the link of the website? |
| 00:12 |
shibbi |
http://www.quartiersbuero.de/head-nav/quartiersmanagement.html |
| 00:13 |
shibbi |
when you klick on the top at impressum you will see what it should be |
| 00:13 |
shibbi |
ok not |
| 00:13 |
Houmark |
well |
| 00:13 |
Houmark |
i will try to explain again |
| 00:13 |
shibbi |
at impressum there is a new problem, but that one i can solve |
| 00:14 |
Houmark |
it depends on the users resolution first of all.. |
| 00:14 |
Houmark |
ie. my browser is much bigger than any content, so i never get a scroller in the right side, no matter what page i look at on that site... |
| 00:14 |
Houmark |
but it seems yours is not |
| 00:15 |
shibbi |
i also have no scroller |
| 00:15 |
Houmark |
so when you have content that is more than you browser can show, the browser shows a scroller in the right side |
| 00:15 |
Houmark |
that scroller is about 5-10px wide... |
| 00:15 |
Houmark |
and will push the content to the left... |
| 00:16 |
shibbi |
i will try again tomorrow. I am done for today |
| 00:16 |
Houmark |
that is the reason... there is not much you can do about it.... i did see some CSS at some point that makes the browser reserve the space for the scroller no matter if the scroller is needed or not |
| 00:16 |
Houmark |
but i am not sure if that CSS will validate... |
| 00:16 |
Houmark |
understood my point? |
| 00:16 |
shibbi |
yes, i think |
| 00:17 |
Houmark |
okay |
| 00:17 |
shibbi |
thanks |
| 00:17 |
shibbi |
good n8. it is already 0:30 in the night here |
| 00:18 |
shibbi |
this day suckz |
| 00:18 |
shibbi |
bye |
| 07:30 |
FloLeBlanc |
hi all |
| 09:21 |
FloLeBlanc |
hi maholtz and all others :) |
| 09:22 |
maholtz|WORK |
morning:) |
| 09:28 |
_pedda_ |
hi all |
| 09:33 |
FloLeBlanc |
hi pedd |
| 09:33 |
FloLeBlanc |
a |
| 09:40 |
_pedda_ |
:) |
| 10:00 |
FloLeBlanc |
is there a way to preview the rendering of a mail in outlook 2007 without having outlook or word 2007 ? |
| 10:31 |
mquintus |
Ahoy |
| 10:31 |
mquintus |
I need to set up a bomb |
| 10:31 |
mquintus |
blog |
| 10:31 |
lommes |
a blog about bombs? |
| 10:32 |
mquintus |
Whats better: T3blog or timtab |
| 10:32 |
mquintus |
lommes: just a mistake |
| 10:32 |
lommes |
hehe |
| 10:32 |
lommes |
i never tried t3blog |
| 10:33 |
mquintus |
so you can recommend timtab? |
| 10:34 |
lommes |
i used it a while and it was ok |
| 10:34 |
FloLeBlanc |
mquintus: LOL.. america will be after you now :) |
| 10:35 |
lommes |
i should have a template for timtab with ve_guestbook (for comments) with captcha in it somewhere |
| 10:36 |
mquintus |
Do you know about combining timtab and fe_user avatars? |
| 10:36 |
maholtz|WORK |
@mquintus: use wordpress |
| 10:37 |
mquintus |
wordpress in typo3? |
| 10:37 |
lommes |
wordpress standalone |
| 10:37 |
maholtz|WORK |
ok, you really need the blog in typo3? |
| 10:37 |
mquintus |
yes, i do, it's a quite big project, and I can't habe different accounts per user |
| 10:38 |
mquintus |
have* |
| 10:39 |
lommes |
i don't know if the avatar thing is implemented in timtab but it should be easy to do so i think |
| 10:40 |
maholtz|WORK |
t3blog has an own modul |
| 10:40 |
iamjay |
lo there |
| 10:42 |
mquintus |
Uses someone avatars for fe_users? Opinions whats best? |
| 10:43 |
mquintus |
So for now i'm going to stick to timlab, for there eg. i know how fe_users can add blog posts |
| 10:44 |
mquintus |
(blog posts are tt_news entries) |
| 10:45 |
mquintus |
wait, i fond some: gravatarpostfornews is the extension i need. Thank you all. |
| 10:45 |
mquintus |
found* |
| 11:02 |
Denyerec |
Mornin |
| 11:04 |
fpereira |
hi all, question please can i use sr_feuser_register and felogin and md5 passwords without javascript? |
| 11:08 |
chaser |
hi, is there any way to increase the image columns limit for images in content elements? right now i cannot set it to more than 8 columns |
| 11:09 |
FloLeBlanc |
fpereira: the idea of using javascript is hashing the password BEFORE submitting it (security issues) - so short answer: not if you don't "hack" the code and introduce security leaks |
| 11:20 |
fpereira |
FloLeBlanc: thanks! What's the best way to do this? I can change 2 lines on view/class.tx_srfeuserregister_display.php or create another extension with a fe plugin that extends tx_srfeuserregister_display? |
| 11:21 |
fpereira |
because if you dont have js enabled the passwd gets saved as a plain text, then user can't login. i wanna hash it in php before it saves in plain |
| 11:21 |
fpereira |
:) |
| 11:31 |
Rickard |
I have a simple problem that I need help with. I have the following typoscript (simplified): http://paste.phlogi.net/-aaecb203bc/ |
| 11:31 |
Rickard |
Now I want to add a printer friendly page. I've used tx_make_printlink and it works great. However, I want to load a specific .html template for the print page. How would I do that? |
| 11:32 |
Rickard |
I've removed a bunch of stuff so ignore the fact that I don't assign getRight to any mark. |
| 11:33 |
Rickard |
I understand that a printer friendly page is a different typenum (98), but I don't understand how to load a different template for that typenum. |
| 11:36 |
Rickard |
I got it to work by adding plugin.alt.print under "Include static", but I want to use my own html template and not that one. |
| 11:38 |
_pedda_ |
Rickard: the pastebin snippet |
| 11:38 |
_pedda_ |
you have to modify it |
| 11:38 |
Rickard |
ok |
| 11:38 |
_pedda_ |
you see line 28 |
| 11:38 |
_pedda_ |
there is the typenum definition |
| 11:38 |
Rickard |
yup |
| 11:39 |
_pedda_ |
this just a second |
| 11:50 |
ManDay |
My "uploads/"-dir resides in the page's root. Is there a way to configure typo3 so the uploads-dir goes under "fileadmin" instead of root? |
| 11:53 |
Rickard |
_pedda_: Were you going to type more? |
| 11:53 |
_pedda_ |
sorry had a phone call |
| 11:53 |
Rickard |
Ah, np :) |
| 11:53 |
Rickard |
Take your time. |
| 11:55 |
Rickard |
BRB |
| 12:26 |
ManDay |
My "uploads/"-dir resides in the page's root. Is there a way to configure typo3 so the uploads-dir goes under "fileadmin" instead of root? |
| 12:33 |
maholtz|WORK |
@ManDay: Symbolic link - but it is not recommended to do so |
| 12:34 |
ManDay |
Ok, didn't intend to use a symlink eihter |
| 13:31 |
hohenheim |
Hello, is there a cooluri user here ? |
| 13:37 |
maholtz|WORK |
@Phlogi: in your pastebin - how do you get the links for HTML stdWrap etc? |
| 13:38 |
Phlogi |
maholtz|WORK: its a dirty search and replace... why? and hi |
| 13:38 |
maholtz|WORK |
i would like to use it for the browsersearch |
| 13:38 |
Phlogi |
maholtz|WORK: where? |
| 13:39 |
maholtz|WORK |
http://wiki.typo3.org/OpenSearch |
| 13:39 |
Phlogi |
maholtz|WORK: do you want that dirty code? maybe you could clean it up and refresh the links anyway... |
| 13:39 |
maholtz|WORK |
atm i have a whitelist which redirects to wiki.typo3.org/TSref/typolink f.e. |
| 13:40 |
maholtz|WORK |
perhaps it could help, perhaps we could use the same code base to share it? |
| 13:41 |
maholtz|WORK |
but that is different to that, what is used in the wiki.typo3.org itself? |
| 13:41 |
maholtz|WORK |
see http://wiki.typo3.org/Ts45min#select |
| 13:42 |
Phlogi |
yes... I once talked to someone, and they said there is a highlight extension that supports TS with links |
| 13:42 |
Phlogi |
but that one I found on forge is not well under development |
| 13:42 |
Phlogi |
shall I just send you the code? I didn't write that myself btw |
| 13:42 |
maholtz|WORK |
would be nice |
| 13:43 |
Phlogi |
maholtz|WORK: you wanna give me your email... |
| 13:44 |
Phlogi |
I just checked the file and somhow it is aligned very bad... dunno maybe it was the editor.. :) |
| 13:44 |
maholtz|WORK |
ups, i did via pm - but typo3 @ martinholtz.de :) |
| 13:45 |
Phlogi |
its out |
| 13:45 |
Phlogi |
I got the pm btw |
| 13:45 |
maholtz|WORK |
thx |
| 13:46 |
hohenheim |
I'm looking for an easy implementation of SEF in typo3, should I use realUrl or CoolUrl ? |
| 13:55 |
maholtz|WORK |
@hohenheim: i think realurl is used widely, but i never heard something bad about coolurl... so 50:50 i would say.. |
| 14:02 |
hohenheim |
@maholtz|WORK thank you for your answer |
| 14:03 |
maholtz|WORK |
np:) |
| 14:25 |
_pedda_ |
if i have an fce and i manipulate the uploaded image via gifbuilder.. how can i wrap the image with a link ? |
| 14:25 |
_pedda_ |
to be available for lightbox |
| 14:29 |
_pedda_ |
this is where i stuck |
| 14:29 |
_pedda_ |
http://paste.phlogi.net/-e32ff8a714/ |
| 14:32 |
_pedda_ |
any hints why imageLinkWrap doesn't work ?1 |
| 14:33 |
_pedda_ |
is it limited to non-manipulated images ? |
| 14:33 |
coolguy |
hello there. i got an qustion about languages in typo3. |
| 14:33 |
coolguy |
is somebody here who can help me? |
| 14:33 |
_pedda_ |
just ask |
| 14:34 |
_pedda_ |
hmpf: NOTE: ONLY active if linkWrap is NOT set and file is NOT GIFBUILDER (as it works with the original imagefile) |
| 14:34 |
coolguy |
ok i defined in typo3 as standard language (language 0) the german language, and as language 1 the english |
| 14:34 |
coolguy |
all content being added is therefore in german and can be translated into english |
| 14:35 |
coolguy |
through the german/english flag it is possible to switch them, if an site is translated |
| 14:36 |
coolguy |
but now i have an site which default language should be english instead of german (its one page inside the whole website with deualt language german) |
| 14:36 |
coolguy |
how can i realise that? |
| 14:36 |
_pedda_ |
will this page be only available in english ? |
| 14:36 |
coolguy |
yes |
| 14:36 |
_pedda_ |
or is it possible to switch to german? |
| 14:36 |
_pedda_ |
ok |
| 14:36 |
_pedda_ |
well |
| 14:37 |
coolguy |
maybe it will be translated later |
| 14:37 |
_pedda_ |
you can create atemplate record on that page and tell only this page the def. language to be L = 1 |
| 14:37 |
_pedda_ |
as you did in the root template |
| 14:37 |
_pedda_ |
so the def. language settings will be overwritten |
| 14:37 |
_pedda_ |
this can be realized with a condition as well |
| 14:38 |
coolguy |
ah okay |
| 14:38 |
coolguy |
ill try |
| 14:46 |
coolguy |
is it possible to set in typoscript $_GET viriables e.g. L |
| 14:46 |
coolguy |
variables, sorry |
| 15:01 |
_pedda_ |
? |
| 15:01 |
_pedda_ |
in order to be attached in the url ? |
| 15:04 |
lilalinux |
does powermail save the entered form data and fills out the form automatically? |
| 15:04 |
lilalinux |
or is that my firefox? |
| 15:08 |
ckoehler |
lilalinux: i would bet that's ff |
| 15:08 |
ckoehler |
easy to test: use another browser |
| 15:10 |
maholtz|WORK |
@lilalinux: powermail uses cookies for that |
| 15:10 |
maholtz|WORK |
imho |
| 15:11 |
maholtz|WORK |
@coolguy: .data = GPvar:L - but for L you want to set config.linkVars = L(int) |
| 15:13 |
hohenheim |
I've installed cooluri (standard install for one domain), but it doesn't seem to be working... could anyone help me a bit ? I've switch on rewrite rules in apache, edited the .htaccess, added the lines in my TSconfig at the root of my project, configured the CoolUri.xml... |
| 15:13 |
lilalinux |
maholtz|WORK: damn |
| 15:13 |
lilalinux |
Just tested with safari |
| 15:13 |
lilalinux |
how do I disable that? |
| 15:13 |
ManDay |
Hi, in which entry in the TCA is stored which field is displayed as title in the LIST of typo33?? |
| 15:13 |
ManDay |
Hi, in which entry in the TCA is stored which field is displayed as title in the LIST of typo3?? |
| 15:14 |
lilalinux |
echo echo |
| 15:16 |
ManDay |
Where is determined which field(s) is/are displayed in LIST? |
| 15:16 |
FloLeBlanc |
lilalinux, ManDay: normally people are at work while they are in this channel, please post your question once and be patient - if someone knows the answer he/she will post it |
| 15:17 |
lilalinux |
FloLeBlanc: I am patient, my echo was meant for manday |
| 15:17 |
FloLeBlanc |
hehe |
| 15:39 |
FloLeBlanc |
hey... voidus.. long time no see :) |
| 15:50 |
ManDay |
My /uploads folder resides in the website root - thats just wrong - how can I fix it? |
| 16:05 |
FloLeBlanc |
ManDay: you can define the uploads folder in the install tool |
| 16:05 |
ManDay |
Can I |
| 16:06 |
ManDay |
Where is that setting? |
| 16:11 |
FloLeBlanc |
should be under "all configuration" if I remember correct, you should also be able to set filemounts per usergroup |
| 16:19 |
ManDay |
[userUploadDir] |
| 16:19 |
ManDay |
Suffix to the user home dir which is what gets mounted in TYPO3. Eg. if the user dir is "../123_user/" and this value is "/upload" then "../123_user/upload" gets mounted. |
| 16:19 |
ManDay |
[BE][userUploadDir] = |
| 16:19 |
ManDay |
? |
| 16:20 |
ManDay |
How can I clear all indecies? |
| 16:21 |
ManDay |
meaning everything that has been indexed |
| 16:28 |
ManDay |
My /uploads folder resides in the website root - thats just wrong - how can I fix it? |
| 16:42 |
nick108 |
I'm wondering where I can see the default TSconfig in TYPO3 backend? |
| 16:43 |
nick108 |
the user TSconfig and page TSconfig fields are all empty |
| 16:43 |
nick108 |
so where the heck can I make the RTE default TSconfig visible? |
| 17:06 |
tomsdale |
nick108: have you tried the info module |
| 17:08 |
nick108 |
thx for the pointer tomsdale |
| 17:14 |
anteatersa |
does anyone know if the typoscript "if" or "isTrue" stuff works in typo 3.8?? |
| 17:17 |
teppi|work |
anteatersa, yes definitely |
| 17:18 |
anteatersa |
ah thanks |
| 17:31 |
BrianSlezak |
Hey all, I've got a (hopefully) quick question to throw out. What is the leading Web Services solution in TYPO3 right now? NuSOAP? |
| 17:54 |
ries2 |
BrianSlezak: I don't believe there is any leading.... |
| 17:55 |
BrianSlezak |
ries2: There is no one solution that is more used than another right now? |
| 17:58 |
ries2 |
BrianSlezak: let.s 'out it like this, TYPO3 is not used a while lot to create webservices |
| 17:58 |
ries2 |
so I don't feel there is a leading method |
| 17:58 |
ries2 |
I assume you want to create a webservice rather then to consume one? |
| 18:00 |
BrianSlezak |
Possibly create and consume. I am interested because we wish to start integrating our TYPO3 install to other applications, and vice versa, so I wanted to know the most common way of doing this. |
| 18:01 |
theduk3 |
I'm moving my typo3 installation to another server |
| 18:01 |
theduk3 |
and I got a server error while importing the t3d file |
| 18:01 |
theduk3 |
most of the site works fine, but I have an important templavoila FCE which appears, but is always empty |
| 18:01 |
theduk3 |
so no data for the FCE was imported |
| 18:01 |
theduk3 |
tried the whole thing 3 or 4 times, always the same |
| 18:01 |
theduk3 |
any suggestions? |
| 18:04 |
tomsdale |
theduk3: permissions for your templavoila template file? |
| 18:04 |
theduk3 |
the template works fine, the template structure shows up |
| 18:04 |
theduk3 |
just without the content |
| 18:14 |
theduk3 |
where does templavoila save the content for FCE's? |
| 18:14 |
theduk3 |
maybe I could manually copy the data |
| 18:33 |
theduk3 |
anyone |
| 18:33 |
theduk3 |
? |
| 18:36 |
lommes |
what kind of content? |
| 18:42 |
theduk3 |
well, I'm using an FCE for a product info box with a headline, a teaser and a short description |
| 18:42 |
theduk3 |
and a picture |
| 18:42 |
theduk3 |
those are missing |
| 18:43 |
lommes |
missing extension template? |
| 18:44 |
theduk3 |
no, as I said, the box with the css styling and everything shows up |
| 18:44 |
theduk3 |
just not the texts that are supposed to be in there |
| 18:44 |
theduk3 |
they dont show up in the BE either |
| 18:44 |
theduk3 |
so i guess the export or the import doesnt work |
| 18:44 |
lommes |
the template -> edit whole record -> include -> include static from extension |
| 18:45 |
lommes |
or is it normal content like text? |
| 18:45 |
lommes |
then it should be stored in tt_content |
| 18:46 |
theduk3 |
the problem is with flexible content elements, which are normal contant on pages |
| 18:46 |
theduk3 |
and the FCE elements are in tt_content, they do show up in the backend and frontend |
| 18:46 |
theduk3 |
with a correct title |
| 18:47 |
theduk3 |
just the FCE data fields are empty (headline, descrption, etc ) |
| 18:50 |
theduk3 |
ahh, the tx_templavoila_flex column is always empty on the new server |
| 20:03 |
tomsdale |
If I have an extension without any database tables, which part in the ext_tables.php do I have to delete (comes with the kickstarter) Right now it throws error messages because it expects something to be in the database. |
| 20:57 |
ndee |
hey guys, if you would have to make a total simple registration process, would you roll your own or would you use an existing one? |
| 20:58 |
ndee |
s/existing/existing extension |