| 05:44 |
XPeter |
Hello to all |
| 05:50 |
XPeter |
why typo3 not having a proper forum like vB or phpBB? |
| 06:16 |
XPeter |
HOw do i post on support.typo3.org ? |
| 06:27 |
tomsdale |
XPeter: try the mailing lists. http://typo3.org/community/mailing-lists/ I use mozilla thunderbird as newsreader which is quite usable |
| 06:27 |
XPeter |
thanks to tomesdale |
| 06:28 |
tomsdale |
np, the most frequent list is typo3.english, And use your real name - it's netiquette in the lists :-) |
| 06:38 |
XPeter |
noted... |
| 06:40 |
XPeter |
the search function doesnot seem to work well for mail archive |
| 06:42 |
XPeter |
I mean for this page: |
| 06:42 |
XPeter |
http://support.typo3.org/general/english/ |
| 07:58 |
lous |
good morning guys |
| 07:59 |
lous |
and girls :) |
| 09:11 |
nd_ |
I wonder why NO.allWrap doesn't work at all but NO.wrapItemAndSub sort of works..? |
| 09:11 |
nd_ |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/ <-- they are both listed for TMENUITEMs |
| 09:13 |
_pedda_ |
hi all |
| 09:14 |
lous |
hi pedda |
| 09:15 |
maholtz|WORK |
morning:) |
| 09:15 |
lous |
good morining :) |
| 09:15 |
nd_ |
morning you all |
| 09:25 |
nd_ |
and I still don't get things like stdWrap.wrap = ... |
| 09:26 |
maholtz|WORK |
@nd_: read that: http://wiki.typo3.org/Ts45min |
| 09:26 |
nd_ |
I will (again) |
| 09:26 |
maholtz|WORK |
hm... |
| 09:27 |
maholtz|WORK |
ok, what is missing there? |
| 09:27 |
maholtz|WORK |
(well, i know a lot;) |
| 09:27 |
nd_ |
Lemme read it first |
| 09:27 |
nd_ |
can't tell yet |
| 09:27 |
maholtz|WORK |
ok, i promise i will try to help you, to get that stdWrap stuff:) |
| 09:28 |
maholtz|WORK |
there are a few imortant things: |
| 09:28 |
maholtz|WORK |
1) dont make typos |
| 09:28 |
nd_ |
To accomplish that, let me get another coffee. Then it's a safe bet ;) 2min |
| 09:28 |
maholtz|WORK |
2) you have to know, which object you are working with |
| 09:29 |
maholtz|WORK |
3) check, which propertie is provieded by that object |
| 09:29 |
maholtz|WORK |
@nd_: there are different translations ... |
| 09:29 |
maholtz|WORK |
of the 45 minutes typoscript thing |
| 09:30 |
nd_ |
I'm working with a TMENU or more specific TMENUITEM (NO) which provides wrapItemAndSub (using this currently), allWrap, linkWrap, stdWrap, stdWrap2 (great name...) and allStdWrap. |
| 09:31 |
nd_ |
I'd say I have no problems reading english text, so the untranslated version works for me. |
| 09:31 |
maholtz|WORK |
well, the untranslated version is in german;) |
| 09:32 |
nd_ |
Ok then, so I can also read this one... doesn't really matter. |
| 09:32 |
maholtz|WORK |
4) be aware of the scope you are in... |
| 09:33 |
nd_ |
You got me here... Given my understanding of scope I'd say I'm in a HMENU.TMENU.TMENUITEM.NO-scope, if that's what you mean? |
| 09:34 |
maholtz|WORK |
not really |
| 09:34 |
nd_ |
dang... |
| 09:34 |
maholtz|WORK |
that the object you are in |
| 09:34 |
nd_ |
I'm working in lib.sitemap which is later copied into tt_content.menu.20.4 |
| 09:34 |
maholtz|WORK |
there is a internal cObj->data array which holds all fields |
| 09:35 |
maholtz|WORK |
if you are on page object, it is filled with page data |
| 09:35 |
maholtz|WORK |
if you are in an CONTENT, RECORDS, or split, it is filled with the data you got there |
| 09:35 |
maholtz|WORK |
so usually tt_content |
| 09:35 |
maholtz|WORK |
in Menu you get pages-data |
| 09:35 |
nd_ |
I see... so I'm in COA (lib.sitemap) |
| 09:36 |
maholtz|WORK |
if you use field = .. you will get informations of the page |
| 09:36 |
maholtz|WORK |
brb |
| 09:36 |
nd_ |
ok |
| 09:48 |
lous |
i know that i can put a limit on the characters of the subheader of tt_news, but is it possible to show just 1 line? |
| 09:55 |
maholtz|WORK |
re |
| 09:55 |
nd_ |
re |
| 09:56 |
maholtz|WORK |
@nd_: in an menu TMENUITEM you will get the fields from pages |
| 09:56 |
nd_ |
yes... |
| 09:56 |
maholtz|WORK |
and the order of execution is the order how it is defined in TSref |
| 09:56 |
nd_ |
Would it help that I show you what I already have? |
| 09:56 |
maholtz|WORK |
i could help you with that issue, if i can help you to understand.. i dont know |
| 09:56 |
maholtz|WORK |
show me:) |
| 09:57 |
nd_ |
That's one of my problems, as wrapItemAndSub is the second thing, and all I could use before is allWrap |
| 09:57 |
nd_ |
maholtz|WORK: http://paste.phlogi.net/-0ac1928ccb/ |
| 09:58 |
nd_ |
So what is obviously not working is the field:title thing in wrapItemAndSub. What I just learned it's because this is of type wrap, not stdWrap. Right? |
| 09:59 |
nd_ |
So the only change of stdWrapping this with field:title is allWrap, which is executed before. I, at the moment, don't see how I can get the title into the class definition with this... |
| 10:01 |
maholtz|WORK |
@nd_: wrapItemAndSub.insertData = 1 |
| 10:01 |
maholtz|WORK |
ah, you are right, wrapItemAndSub was only a wrap |
| 10:01 |
maholtz|WORK |
but in 4.2.6 it has stdWrap property |
| 10:01 |
maholtz|WORK |
so, insertData = 1 should work then |
| 10:02 |
maholtz|WORK |
bug {field:title} would not be processed without activation - you have to set insertData = 1 or use an dataWrap for that |
| 10:03 |
nd_ |
hell, how is one supposed to know that :) |
| 10:04 |
nd_ |
So I see, it pays of to read the 4.2.0 tsref instead of 4.1.0 |
| 10:05 |
nd_ |
Great so far, maholtz|WORK |
| 10:06 |
nd_ |
Where do I find insertData in TSREF? |
| 10:06 |
maholtz|WORK |
stdWrap |
| 10:06 |
nd_ |
ah, ok |
| 10:06 |
maholtz|WORK |
thats the swiss army knife of typoscript;) |
| 10:06 |
nd_ |
:) |
| 10:07 |
nd_ |
I got around TS pretty good so far, but I think I have to learn (and learn to enjoy) it in the short term future |
| 10:10 |
nd_ |
maholtz|WORK: So I could also set wrapItemAndSub to {field:title} only, then set .htmlSpecialChars = 1 on it, then wrap it again with .wrap = <div class="box |"></div> couldn't I? |
| 10:11 |
maholtz|WORK |
should work |
| 10:11 |
nd_ |
nice |
| 10:12 |
nd_ |
And another problem I have, which is more general: After clearing the cache I keep getting loads of Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource... warnings. Integrity of my db is said to be perfect.. ;/ |
| 10:14 |
maholtz|WORK |
hard to say then, perhaps an extension...? |
| 10:14 |
nd_ |
Yeah, I'm disabling them right now to try that |
| 10:14 |
lous |
hmmmmmm |
| 10:14 |
lous |
displayLatest.subheader_stdWrap.crop = 55 | ... | 1 |
| 10:14 |
lous |
this works fine for me |
| 10:15 |
lous |
displayLatest.subheader_stdWrap.crop = 0 |
| 10:15 |
lous |
that not :) Why? |
| 10:15 |
nd_ |
lous: Why would you crop to 0? |
| 10:15 |
nd_ |
Don't want it displayed at all? |
| 10:15 |
lous |
no |
| 10:15 |
lous |
aaah damn it |
| 10:16 |
lous |
i forgot, i can "disable" it in the template |
| 10:16 |
lous |
sorry bout that :) |
| 10:16 |
crisb2010 |
hi there |
| 10:17 |
crisb2010 |
i just imported some feusers via a csv file, unfortunately the ext didn't allowed uppercase passwords. did someone ever had this problem too? |
| 10:18 |
pmk65 |
nd_: in the Install Tool, enable [SYS][sqlDebug] Then you'll get a more detailed info about SQL errors (and where they originate from) |
| 10:19 |
pmk65 |
crisb2010: what ext are you using for importing the csv? |
| 10:20 |
crisb2010 |
rs_userimp |
| 10:21 |
nd_ |
pmk65: Thank you.. it seems cooluri is the culprit |
| 10:22 |
pmk65 |
crisb2010: ok. There's also this one -> http://typo3.org/extensions/repository/view/wil_importcsv/current/ |
| 10:22 |
pmk65 |
Not as nice userinterface as in rs_userimp |
| 10:23 |
crisb2010 |
maybe i'm giving this one a try. thanks for the hint |
| 10:34 |
nd |
re |
| 10:36 |
lous |
wb |
| 10:53 |
crisb2010 |
pmk65 just commented out the password stuff, works now ... |
| 10:54 |
crisb2010 |
but i am really wondering why he is doing that. i don't see a reason for not allowing uppercase passwords |
| 11:04 |
pmk65 |
maybe he was thinking of the username, which has to be in lowercase? |
| 11:09 |
crisb2010 |
there is a function to check both username _and_ password ... whatever, it's working now ;-) |
| 11:12 |
lilalinux |
moin moin |
| 11:12 |
lous |
moin |
| 11:21 |
ndee |
does anyone know a good extension with which you can edit records from various extension in the frontend? E.g.: I create an extension for soccer players and want to admin them in the frontend. What would be the easiest way to do that? |
| 11:31 |
lilalinux |
Why can't I find "t3sec_saltedpw" via extension manager? |
| 11:34 |
lilalinux |
LOL, t3sec_saltedpw sends plaintext passwords, so without SSL it's not of much use |
| 11:37 |
Nuno |
Hi.. Can any one help me? I have all the files of a typo3 website. I have IIS and Mysql locally installed. Can I perform a restore of the site on my PC? |
| 11:49 |
lilalinux |
How do I sort entries in a HMENU so that the current language will be respected? |
| 11:49 |
maholtz|WORK |
@Nuno: should be possible - perhaps it would be easier if you use WAMP (apachefriends) for that |
| 11:53 |
HardPhuck |
anyone using t3blog? |
| 12:02 |
maholtz|WORK |
@HardPhuck: me |
| 12:03 |
maholtz|WORK |
but only for testing... |
| 12:03 |
maholtz|WORK |
blog.martinholtz.de |
| 12:03 |
maholtz|WORK |
german:( |
| 12:04 |
lilalinux |
How do I sort a TMENU so that it is sorted correctly in each language? |
| 12:06 |
lilalinux |
http://lists.netfielders.de/pipermail/typo3-english/2008-September/053395.html |
| 12:06 |
lilalinux |
OMFG |
| 12:08 |
lous |
does anyone know, how old a news (tt_news) has to be, till it shows up on "latest"? |
| 12:09 |
just2b |
depends on your configuration |
| 12:09 |
lous |
how can i set it up? |
| 12:10 |
lous |
cause i got a box with my latest news. But one news is from last year sept. it doesnt show up anymore |
| 12:10 |
just2b |
look at the manual |
| 12:10 |
lous |
okidoki |
| 12:10 |
m0oman |
lilalinux: that's one of the four million reasons why on all our sites we went for the multi tree solution, it's far, far more flexible and not that much more work to manage. |
| 12:12 |
lilalinux |
m0oman: but then you can't easily switch the language in FE for the current page |
| 12:12 |
m0oman |
you can, but it's annoying to set up and link the pages. |
| 12:16 |
lilalinux |
Does anybody know alfresco? |
| 12:27 |
lilalinux |
m0oman: do you know if it's possible to have one-tree with pages that don't exis in the base language? |
| 12:28 |
lilalinux |
or have a page hidden in the base language and visible for the alternative page language? |
| 12:28 |
_pedda_ |
you can disable the default language of a page |
| 12:28 |
_pedda_ |
yes it is possible |
| 12:29 |
_pedda_ |
page properties -> Language settings |
| 12:29 |
teppi|work |
lilalinux, jap .. i know alfresco |
| 12:29 |
lilalinux |
teppi|work: is it good? |
| 12:30 |
teppi|work |
well .. its not very intuitive, i would say |
| 12:30 |
teppi|work |
like typo3 |
| 12:30 |
teppi|work |
but it works afaik |
| 12:31 |
teppi|work |
i just wrote an import for alfresco documents from alfresco into typo3 |
| 12:32 |
teppi|work |
if you are german .. my boss wrote an article in the latest T3N magazine |
| 12:33 |
lilalinux |
gr8 |
| 12:33 |
lilalinux |
thx |
| 12:41 |
Tsiden |
i have 3GB RAM (LAMP). What must be innodb_buffer_pool_size? |
| 12:44 |
lous |
is there a extension to generate keywords automaticly for tt_news ? |
| 12:57 |
lilalinux |
How do I update the database so that history won't break? |
| 12:57 |
lilalinux |
e.g. I want to update pages.l18n_cfg of all pages via a SQL query |
| 12:58 |
lilalinux |
but I would like to have that documented in "Admin Tools"->Log |
| 13:04 |
SmaxTheFrog |
if any yaml users are online, how do i change the main template from yaml to own ? |
| 13:28 |
pmk65 |
lous: Try my PMK Autokeywords ext. -> http://typo3.org/extensions/repository/view/pmkautokeywords/current/ |
| 13:29 |
pmk65 |
It generates keywords based on the content on the page. Works with or without TV, and supports multilanguage sites. |
| 13:29 |
just2b |
hi peter, wanna help me? ;) |
| 13:32 |
pmk65 |
sure. :) |
| 13:33 |
just2b |
i need to create dynamically a zip file holding up to 400mb of files.. you ever done something like that? |
| 13:34 |
pmk65 |
You mean adding files to the zip file dynamically? |
| 13:35 |
just2b |
yes |
| 13:35 |
just2b |
this is no prob if the size < memory_limit |
| 13:36 |
pmk65 |
I can imagine it would be heavy on resources, once the file grows big. as it replaces the old archive with a new one whenever you add a new file. |
| 13:37 |
pmk65 |
how do you add to the zip file? using a PHP Zip class, or calling an executable zip. |
| 13:37 |
just2b |
using zip class |
| 13:39 |
flowdab |
hello... i have two static menus (not submenus) |
| 13:39 |
flowdab |
is it possible to handle them seperated? |
| 13:39 |
just2b |
sure |
| 13:39 |
flowdab |
in my typoscript |
| 13:39 |
flowdab |
how? |
| 13:39 |
pmk65 |
you could try with an executable zip. As with a pkzip it's possible to add to a HUGE file, even if the memory limit is lower than the filesize. |
| 13:41 |
flowdab |
just2b: with special? |
| 13:42 |
pmk65 |
apparently most of the zip classes have memory problems |
| 13:42 |
just2b |
flowdab i dont know what you wanna do |
| 13:42 |
just2b |
pmk65 hm ok, oh i hate sometimes those limitaitions of php |
| 13:43 |
flowdab |
just2b: for example... i have a topmenu: home skills.... and a leftmenu (with submenus) and at least... a small menu with imprint, conditions, etc... |
| 13:43 |
flowdab |
i don't know how to handle that |
| 13:43 |
just2b |
yes with special = directory |
| 13:44 |
pmk65 |
just2b: I just checked a couple sites with PHP zip classes, and a lot of the comments is about hitting the memory limit. :( |
| 13:50 |
Pepelargo |
hi guys |
| 13:50 |
Pepelargo |
Is there anyway to tell Typo to not show anything until all the resources are loaded? |
| 13:51 |
just2b |
damn, but thx |
| 13:51 |
Pepelargo |
I ask this because I see in my web site that the text is shown first, and then the images, which is really annoying |
| 13:52 |
just2b |
why do you rthink that this is typo3 related? |
| 13:52 |
Pepelargo |
just2b, I havent say it is a typo3 related |
| 13:52 |
Pepelargo |
Have anyone heard me saying so? |
| 13:53 |
Pepelargo |
I am saying that since Typo3 controls the headers, etc.. how can I do that without crossing typo3 philosophy and TemplaVoila |
| 13:53 |
just2b |
you control what typo3 does |
| 13:53 |
Pepelargo |
really? |
| 13:53 |
just2b |
but what is displayed first in browser is browser issue |
| 13:53 |
just2b |
really |
| 13:53 |
just2b |
;) |
| 13:54 |
Pepelargo |
just2b, well, so Typo3 is not as good as I thought |
| 13:54 |
Pepelargo |
since most of the CMS first load the pictures, and then render the thml |
| 13:55 |
Pepelargo |
that's what I am asking |
| 13:55 |
just2b |
how can a cms tell the browser which should be loaded first? |
| 13:55 |
Pepelargo |
just2b, using META tags for example? |
| 13:56 |
just2b |
you can set those too |
| 13:56 |
Pepelargo |
just2b, and not WHICH should be loaded first, but WHEN show the content page which is diferent |
| 13:56 |
Pepelargo |
just2b, ok, so finaly you understood. IN order to set up those MEta, I wonder if typo3 has another way in typoscript, andwe get back to the origin of my question |
| 13:57 |
just2b |
what you mean with another way? |
| 13:57 |
just2b |
you can set meta tags in many ways, but TS is one of it, maybe the fastest |
| 13:57 |
Pepelargo |
just2b, so that's what I am asking |
| 13:58 |
just2b |
if nothing is in the source code of your html, you can use any way, otherwise look at tsref first how to override something (if it doesnt come from another ext) |
| 14:00 |
Pepelargo |
just2b, the thing is that I am using pictures as backgrounds for diferent sections, but when accessing the pages, everything comes up before these images. It is very ugly, so I remmebered that there is a meta tag to tell the browser to wait until everything is loaded, and since I am using Typo, instead fo putting META directly to my template I thought it ight be another way |
| 14:01 |
just2b |
yeah, use page.headerData |
| 14:05 |
fred^ |
hmm, how do i enable clear cache button for backend users in 4.2? |
| 14:10 |
pmk65 |
Pepelargo: Use page.META to set your meta tags. But all browsers 1st reads the HTML/CSS and the last ting it reads is the images. |
| 14:11 |
Pepelargo |
pmk65, ahhh ok, that's the reason then... |
| 14:13 |
pmk65 |
you could create a small javascript, that waits for the onload event. before it reveals the content. |
| 14:14 |
Pepelargo |
pmk65, that sounds interesting |
| 14:14 |
Pepelargo |
pmk65, but I am not so expertise with typo3 to add that stuff to my TV template |
| 14:18 |
flowdab |
typo3 overwrites my utf-8 charset with iso-??? how can i prevent it doing that? |
| 14:22 |
Pepelargo |
62.16 KB jpeg, I didn't knwo it was so big.. |
| 14:22 |
pmk65 |
Pepelargo: A trick to get your images to appear faster, is join all small control images into one big image. and/or load them via CSS. Otherwise you'll have to create some kind of image preloader in javascript. |
| 14:22 |
just2b |
set expire heads accordingly,... |
| 14:23 |
flowdab |
where do i get the page-id's from for a special.value in a menu |
| 14:23 |
pmk65 |
Pepelargo: example of a JS image preloader (slow) -> http://www.sharemation.com/typo3test/sortable.html |
| 14:24 |
pmk65 |
Example of a "1 for all" image solution (fast): -> http://www.sharemation.com/typo3test/tbe.html |
| 14:24 |
pmk65 |
The last one only uses 1 image for all the buttons. The buttons is then defined in CSS using bg image position. This makes it load really fast. |
| 14:26 |
pmk65 |
flowdab: What do you mean by it overwrites your utf8? Have you configured your BE and FE to use utf-8? |
| 14:28 |
flowdab |
pmk65: i have configured my template to use utf-8 |
| 14:28 |
flowdab |
it's a constant in my template |
| 14:28 |
pmk65 |
Typoscript? |
| 14:29 |
flowdab |
but typo3 adds a new line with a iso charset |
| 14:29 |
flowdab |
no in my template.html |
| 14:32 |
pmk65 |
You also have to set UTF-8 in the install tool (for the BE) and using TS for the FE.. |
| 14:33 |
pmk65 |
if your content (DB) is iso, then the output will be iso too. |
| 14:36 |
flowdab |
okay... thank you |
| 14:36 |
flowdab |
got it |
| 14:37 |
flowdab |
pmk65: can you also tell me where i find the page-id's to use in menu directory? |
| 14:38 |
pmk65 |
flowdab: also make sure you don't use the Quixplorer ext to edit the HTML template. As it has a bug where it turns everything into iso format when it saves. |
| 14:39 |
flowdab |
i made the page iso now :) |
| 14:39 |
flowdab |
seemed to be more simple imo |
| 14:39 |
pmk65 |
flowdab: Hoover over the page icon (not the title) in the pagetree. the titletip should show you the ID of that page. |
| 14:39 |
flowdab |
ah thank you |
| 14:56 |
nd |
I'm on my first steps with TV, how can I insert a sub-template into a container on my main-template? Or do I have to copy my template.html, change the content, then wizard it again ..? |
| 14:58 |
fred^ |
how do i enable clear cache button for backend users in 4.2? do i need an ext. like in 4.1? |
| 14:59 |
Pepelargo |
nd, you create a flex component |
| 15:01 |
Pepelargo |
nd, bassically yo follow the same process as the main template with TV but you have to save it as content element instead of Page template, and then from the page editing place you can add it as an element |
| 15:08 |
lilalinux |
How do I reset the speaking url of one page, if I moved that page to a different location? |
| 15:09 |
lilalinux |
the page was example.com/glossar/a-f/foo and I moved it to example.com/glossar/foo |
| 15:09 |
lilalinux |
however the url is still .../a-f/... (which is usually good, but in my case i need the new url) |
| 15:11 |
lilalinux |
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['pagePath']['autoUpdatePathCache'] = true; |
| 15:11 |
lilalinux |
maybe that one? |
| 15:14 |
nd |
Pepelargo: Thank you |
| 15:15 |
pmk65 |
lilalinux: Install this one -> http://typo3.org/extensions/repository/view/realurlmanagement/current/ |
| 15:15 |
pmk65 |
It allows you to clear parts of the RealUrl cache and other nice features. |
| 15:17 |
pmk65 |
fred^: If you use TV, then a clear cache is available from the selectbox under the "Advance options" tab. |
| 15:31 |
SmaxTheFrog |
if any tv crack is online - after remapping all my content is gone, in list view alle elements are shown, but not displayed in view mode - new elements added are shown, so to my understanding the relations are kind of gone - any idea how o fix that via sql or so ? |
| 15:49 |
lilalinux |
pmk65: thx alot |
| 15:51 |
SmaxTheFrog |
if any tv crack is online - after remapping all my content is gone, in list view alle elements are shown, but not displayed in view mode - new elements added are shown, so to my understanding the relations are kind of gone - any idea how o fix that via sql or so ? |
| 15:52 |
pmk65 |
SmaxTheFrog: It's because your content has lost their TV connection. (maybe you have changed the id of the container) |
| 15:52 |
pmk65 |
The elemts are still there, you just have to insert them in TV again. |
| 15:53 |
pmk65 |
If you look under the "Unused elements" Tab on a TV page, you'll see your CE's. You can then reinsert them on the page. (I think one of the options can do it) |
| 15:54 |
SmaxTheFrog |
jep i know i was looking for an sql way to do that automatically |
| 15:54 |
SmaxTheFrog |
ill have a look at that thx |
| 15:55 |
pmk65 |
There's also an extension which should be able to do it, but it's for a really old version of TV, so Im not sure if it still works. But you might be able to extract the SQL cals and use them.. -> http://typo3.org/extensions/repository/view/eu_tradvoila/current/ |
| 15:56 |
SmaxTheFrog |
you were right , i see them, now i need to find a way no to have to manually fill them in again |
| 15:58 |
lilalinux |
SmaxTheFrog: you always have the option to undo edits using "Admin Tools"->Log |
| 15:58 |
lilalinux |
as long as you don't use sql directly |
| 16:03 |
SmaxTheFrog |
well i have to do the change anyway so i will recopy the ces thx for the hints |
| 16:14 |
Pepelargo |
Drupal! LOL |
| 16:29 |
ndee |
I have to create a backend module which creates an invoice and gets printed out. How would you guys do that? Is it somehow possible to open a window from the backend and fill it with custom html? |
| 16:35 |
pmk65 |
ndee: just show the form in the right BE frame.. |
| 16:35 |
ndee |
and then they just have to click back if they want to get to the overview again |
| 16:35 |
ndee |
and then just use a print.css |
| 16:36 |
ndee |
the thing is, they have to print out 3 different forms for one "article" |
| 16:38 |
pmk65 |
ndee: http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/2/1/ |
| 16:39 |
Defender |
Hi |
| 16:39 |
ndee |
thanks |
| 16:40 |
Defender |
I've trouble in backend administration, hope someone can help |
| 16:40 |
SmaxTheFrog |
or you crate pdfs and link to them in backend |
| 16:40 |
Defender |
Creating new pagecontent (wizard) gave me this error: http://pastebin.com/d7d26ff12 |
| 16:41 |
Defender |
typo3 is 4.2.6 |
| 16:41 |
Defender |
ubuntu 8.04 |
| 16:44 |
ndee |
SmaxTheFrog: how would you create the PDFs? I thought about xml and xsl-fo, etc. but it all looked too complicated |
| 16:45 |
SmaxTheFrog |
ndee 2 easy ways - if design is not too complicatet use html 2 pdf - example is in tx commerce ext for commerce |
| 16:45 |
SmaxTheFrog |
ndee other thing with totalcontrol would be usage of fpdf/fpdi |
| 16:46 |
Pepelargo |
FLOW or CakePHP guys? |
| 16:46 |
ndee |
SmaxTheFrog: ok. The thing is, it's all pretty static and I thought I could just create a CSS which formats the page, since the formatting has to be done anyway. |
| 16:47 |
ndee |
that was the reason why I didn't want to go down the pdf way :) |
| 16:48 |
SmaxTheFrog |
jep but the html2pdf way means you create template based html and just let html2pdf do the work - for the html content you use regular typo3 way with markes, subparts etc |
| 16:49 |
ndee |
SmaxTheFrog: ok. |
| 16:52 |
_pedda_ |
cu all |
| 17:15 |
wacky_ |
is it possible to store PDF files, docs and stuff in a way only registered users can download them ? |
| 17:15 |
wacky_ |
If I drop things in fileadmin/blah.. everyone can download it, even though they don't know the directories, it's always possible |
| 17:18 |
maholtz680 |
secure_downloads |
| 17:22 |
Nekdo |
does anyone know how to disable generating everthing outside <body></body> |
| 17:23 |
maholtz680 |
config.disableHeaderCode = 1 ... sth like that |
| 17:25 |
Nekdo |
not working |
| 17:25 |
Nekdo |
already there |
| 17:25 |
Nekdo |
im trying to get css2inline running |
| 17:26 |
Nekdo |
but it has it's own header wrap |
| 17:26 |
Nekdo |
so in the end i get 2 body and head tagsž |
| 17:27 |
Nekdo |
and im using TV |
| 17:29 |
Nekdo |
ah |
| 17:29 |
Nekdo |
got it |
| 17:35 |
maholtz680 |
@Nekdo: what was it? |
| 17:38 |
Nekdo |
i had config.disableHeaderCodes |
| 17:38 |
Nekdo |
instead disableHeaderCode |
| 17:38 |
Nekdo |
without s |
| 18:01 |
Nekdo |
does anyone know how to add attribute to body tag? |
| 18:11 |
lous |
hey all |
| 18:24 |
lous |
i got a sys folder with news. All are in english. And one is full of german news. But both got as language "default" (german). So how can i say typo3 that the 1. folder contains only engl. news? |
| 18:40 |
teppi|work |
lous, you could make a condition on the L parameter in typoscript |
| 18:41 |
teppi|work |
[globalVar = GP:L = 0] |
| 18:41 |
teppi|work |
newspid = x |
| 18:41 |
teppi|work |
[global] |
| 18:41 |
teppi|work |
something likem this |
| 18:48 |
lous |
ah okay, thanks teppi|work |
| 19:58 |
lous |
when im viewing a german news(singleview) and switch to english lang. then i get "no news_id given". How can i handle it, that if somebody switch to engl. in single view. Then he goes back to single view of the current category? |
| 20:04 |
flowdab |
how can i add a copyright to my footer menu which is a non-link? |
| 20:13 |
teppi|work |
flowdab, make it a COA |
| 20:13 |
flowdab |
coa? |
| 20:13 |
teppi|work |
lib.footermenu = COA |
| 20:13 |
teppi|work |
lib.footermenu.10 < youmenu |
| 20:13 |
teppi|work |
lib.footermenu.20 = TEXT |
| 20:13 |
teppi|work |
lib.footermenu.20.value = blabla cpoyright |
| 20:14 |
flowdab |
ah okay thank you |
| 20:18 |
lilalinux |
or page.stdWrap.append = | (c) foo |
| 20:24 |
teppi|work |
Oo |
| 20:24 |
teppi|work |
append requires a cObject afaik |
| 20:24 |
teppi|work |
whatever |
| 20:25 |
teppi|work |
have a nice weekend |
| 20:27 |
lilalinux |
indeed |
| 20:52 |
tomsdale |
!typo3 |
| 20:53 |
tomsdale |
nop - no smartbot here. |
| 20:53 |
phil90 |
!help |
| 20:54 |
phil90 |
hm |
| 20:54 |
phil90 |
egal |
| 20:56 |
flowdab |
lilalinux: i tried out your way... http://rafb.net/p/281cpT92.html ... and got this result (in the footer) http://gartenlandschaft.de/gartenlandschaft |
| 21:00 |
lous |
ive edit the locallang_db.xml for tt_products, but everytime i try to edit a product i get "File "EXT:lang/locallang_db.xml" not found!" But its there |
| 21:15 |
lilalinux |
flowdab: yeah, actually I have no clue what I'm talking about :-) |
| 21:15 |
lilalinux |
OTOH, it looks ok, right? |
| 21:16 |
flowdab |
but actually it was right |
| 21:16 |
flowdab |
:) |
| 21:16 |
lilalinux |
i see :-) |
| 21:17 |
lilalinux |
btw: are we all germans here? :-) |
| 21:18 |
lilalinux |
flowdab: this might of interest for you: http://blog.undkonsorten.com/typo3-tmenu-wrap-wrapitemandsub-allwrapallstdwrap-linkwrap |
| 21:51 |
flowdab |
sorry... got it too late |
| 21:51 |
flowdab |
but it works fine now :) |
| 21:52 |
flowdab |
i just have one question remaining... is it possible to handle two content elements with my template? |
| 21:54 |
lilalinux |
flowdab: not sure what you mean] |
| 21:54 |
lilalinux |
do you mean you copyright thingy? |
| 21:55 |
flowdab |
well... i have that image banner in the header |
| 21:55 |
flowdab |
and i want it to get changed on every site |
| 21:55 |
lilalinux |
do you use templavoila? |
| 21:56 |
lilalinux |
with templavoila you can design you webpage with your favorite editor upload the html and tell typo3 what elements to substitute with dynamic content |
| 21:57 |
lilalinux |
there you could have an image in the header that you define as TSOP (typoscript object path) |
| 21:57 |
flowdab |
i use that auto template stuff |
| 21:58 |
lilalinux |
and with typoscript in your template setup you define an object that gets the right image for the page |
| 21:58 |
lilalinux |
I recommend using TV |
| 21:58 |
lilalinux |
actually I never used anything else |
| 21:58 |
lilalinux |
I don't even know how do that "normally" |
| 21:58 |
lilalinux |
TV is definitely the future |
| 21:59 |
lilalinux |
I'll paste you some code for choosing an image dynamically |
| 21:59 |
flowdab |
okay thank you |
| 22:01 |
lilalinux |
http://www.phlogi.net/fresh/t3/tspastebin/showPost/dynamic_image/ |
| 22:05 |
flowdab |
mhhh... but this is a random image, isn't it? |
| 22:13 |
lilalinux |
no |
| 22:13 |
lilalinux |
it slides |
| 22:13 |
lilalinux |
if there is an image in the resources of the current page, take it |
| 22:14 |
lilalinux |
if not, see if there is one in the page one level above |
| 22:23 |
flowdab |
lilalinux: is there no way to create that by using the "image site content"? |
| 22:27 |
lilalinux |
I don't know |
| 22:27 |
lilalinux |
I only know TV :-) |
| 22:36 |
flowdab |
lilalinux: i think i can do that by inserting content to the "Left" column |
| 22:37 |
flowdab |
is there a way to modify the columns... i have left, main, right and rand |
| 23:08 |
techgurufloyd |
Does rlmp_tvnotes work with the newest versions of tv? |
| 23:54 |
lous |
hey |
| 23:54 |
lous |
someone there? |
| 23:55 |
lous |
i got in my submenu following: |
| 23:55 |
lous |
allWrap = <li>|</li> |
| 23:55 |
lous |
but i want that after every submenupoint a " | " is. I tried: allWrap = <li>|</li> | But it wont work |
| 23:55 |
lous |
got anyone an idea? |