| 01:32 |
drindt |
i had upgraded from a 4.1 to 4.3 with the updater tool, but now in the fe just appear a white page with the well known commend about typo3 and a body tag where can i start searching? |
| 01:34 |
drindt |
when i click in the backend the menu on the right, then it doesnt appear anything |
| 01:38 |
drindt |
emptying the cache was successful |
| 08:56 |
marcuslind|WORK |
Hello chan, I'm still having some problems with uploading higher resolution images. (Over 600px width and it starts failing). Am I alone with this problem? I'm starting to think that maybe it's failing because the width of the image is widther then the <div> it's in so it must resize it with ImageMagick and maybe this is where the problem is. Does that sound logical at all? How do I check if ImageMagick works as intended? |
| 08:58 |
BejjWrk |
marcuslind|WORK: check imageprocessing in installtool |
| 08:59 |
marcuslind|WORK |
OK thanks I'll star those tests |
| 09:07 |
marcuslind|WORK |
BejjWrk: I get a few errors on the first test ("Reading image formats"). First off my main problem. The .PNG part is just blank, this is my problem. Some .PNG images that I upload just turns out as white... Mainly larger images. |
| 09:07 |
marcuslind|WORK |
I don' get any error for this though |
| 09:08 |
marcuslind|WORK |
My errors are for not being able to read TGA, PDF or AI files |
| 09:09 |
BejjWrk |
marcuslind|WORK: there should be a list on accepted filetypes in the config somewhere |
| 09:09 |
marcuslind|WORK |
ye but it says that it can read .png. i dont get any errors for that |
| 09:09 |
marcuslind|WORK |
So the configurator says it can read the .png but still it's white |
| 09:09 |
BejjWrk |
marcuslind|WORK: there is one thing that truck my mind, is the file saved with CMYK colors ? :) |
| 09:10 |
marcuslind|WORK |
BejjWrk: No |
| 09:10 |
marcuslind|WORK |
ImageMagick enabled: 1 (5.5.7), GDLib enabled: 1, GDLib using PNG: 0, GDLib 2 enabled: 0 |
| 09:10 |
BejjWrk |
are you sure ? |
| 09:10 |
marcuslind|WORK |
Should GDLib using PNG be 1? |
| 09:11 |
marcuslind|WORK |
I'm in RGB in my Photoshop .psd file where I sliced the images from |
| 09:12 |
betzi_mob |
hi guys, i got a problem with clear: both; http://www.weinstabl.at.hosting.i-kiu.at/typo3/index.php at this page. if you use firebug to view the page, you can see that class "tx_kuloplayer_pi1-player" has paramter clear: both; set. it is set via "style="..." ", so i can't overwrite it with my css sheet. how can i change this clear:both; to clear: none; ? Thanks for ya help |
| 09:12 |
bitcrusher_ |
hi guys |
| 09:14 |
marcuslind|WORK |
betzi_mob: Just edit the .html file? |
| 09:14 |
BejjWrk |
betzi_mob: you could override it with !important (css) if you are unable to change the templates |
| 09:14 |
betzi_mob |
marcuslind|WORK, it is autogenerated content from typo3. which html file should i edit in this case? Oo |
| 09:14 |
marcuslind|WORK |
If the clear: both; is in the tx_kuloplayer_pi1-player div-class there should be a .html template file in that extension directory |
| 09:15 |
marcuslind|WORK |
If you can't edit it you could change the clear: both; to clear: none with jQuery |
| 09:15 |
BejjWrk |
altho its not a "pretty" fix :P |
| 09:16 |
betzi_mob |
i cant find the directory of the extension... |
| 09:17 |
BejjWrk |
betzi_mob: typo3conf/ext/tx_kuloplayer something |
| 09:18 |
betzi_mob |
arghs, ok, it generates templates for each new plugin... |
| 09:18 |
marcuslind|WORK |
betzi_mob: Depends. If the creator of the plugin created a template for it |
| 09:18 |
marcuslind|WORK |
then yes |
| 09:19 |
marcuslind|WORK |
The template file is usually located in a /res directory |
| 09:19 |
marcuslind|WORK |
but not allways |
| 09:19 |
betzi_mob |
there is no template or anything like it, there's only a folder for each plugin i added with a class.tx_kulo... with the depending pid... |
| 09:19 |
marcuslind|WORK |
no .tmpl file or a .html file? |
| 09:19 |
betzi_mob |
ah, there is a .js file, could this be the template? |
| 09:19 |
BejjWrk |
no |
| 09:20 |
BejjWrk |
betzi_mob: in your css, make your "clear:both !important;" |
| 09:20 |
BejjWrk |
prolly the fastest fix for you |
| 09:20 |
betzi_mob |
BejjWrk, is this really workin if there set a class with "clear:none !important;" and in same line in html file is set a "style="clear:both;" |
| 09:21 |
betzi_mob |
i think the !important parameter is still overwritten by the fuckin style="..." of the extension template.... |
| 09:21 |
betzi_mob |
sry 4 my language |
| 09:22 |
BejjWrk |
betzi_mob: It takes you like 5 seconds to try it ? |
| 09:22 |
betzi_mob |
BejjWrk, i've done, doenst work at all |
| 09:23 |
marcuslind|WORK |
But there should be an template file. :) |
| 09:23 |
marcuslind|WORK |
Have you read the extension manual? |
| 09:24 |
betzi_mob |
http://typo3.org/extensions/repository/view/kulo_player/current/ there is no template file lsited |
| 09:25 |
marcuslind|WORK |
Then the <div style="clear:both;"> is in the code |
| 09:25 |
marcuslind|WORK |
Open the pi1 and search for "clear:both;" |
| 09:25 |
betzi_mob |
marcuslind|WORK, i told u twice, that the clear:both is in "style" section of the div layer. |
| 09:25 |
BejjWrk |
betzi_mob: , I dont think the problem is the css or the ext template, rather, you should have a <div class="clear"></div> in the bottom of your content wrapper, to ensure that content sticks inside its holder |
| 09:26 |
betzi_mob |
and this code is handled after the css sheet, so clear: none is overwritten by clear: both again |
| 09:26 |
marcuslind|WORK |
-sigh- |
| 09:26 |
marcuslind|WORK |
http://typo3.org/extensions/repository/view/kulo_player/current/info/pi1%252Fclass.tx_kuloplayer_pi1.php/ |
| 09:27 |
marcuslind|WORK |
... |
| 09:27 |
marcuslind|WORK |
$endcontent = '</div><p style="clear:both;"></p></div>';? |
| 09:28 |
marcuslind|WORK |
There is like 5 clear: both; in that code. Just look it up and edit the one you want to edit. |
| 09:29 |
betzi_mob |
marcuslind|WORK, thank you very much :) |
| 09:30 |
marcuslind|WORK |
Please try next time |
| 09:30 |
marcuslind|WORK |
=) |
| 09:30 |
betzi_mob |
thought the class. .,... files were autogenerated by the extension with adding a new plugin to pagecontent |
| 09:30 |
marcuslind|WORK |
gl with the rest! :) |
| 09:30 |
betzi_mob |
ty :) |
| 09:31 |
marcuslind|WORK |
BejjWrk: About my .png problem. Maybe it's a server issue. We get our new server from our new host today so I'll try if the .png problem resolves on the "live" server instead of my local testserver. |
| 09:31 |
BejjWrk |
betzi_mob: note tho, that when "hacking" extensions you need to do that again if you update the extension, fyi |
| 09:31 |
BejjWrk |
marcuslind|WORK: go in installtool, look at "all configuration", search for png and enable all those |
| 09:31 |
betzi_mob |
BejjWrk, thanks for the hint, i'll care of it in future! Ty all! :) |
| 09:32 |
betzi_mob |
i'll take care of it, sry... |
| 09:32 |
betzi_mob |
kind of early :( |
| 09:35 |
marcuslind|WORK |
BejjWrk: Did that, didnt resolve anything. but like I said, I put this bug-searching on hold til I try it on the other server |
| 09:35 |
marcuslind|WORK |
to see if it's a typo3 conf problem or a serverproblem |
| 09:36 |
mcfly_ |
good morning |
| 09:36 |
mcfly_ |
apparently a friends typo3 has been hacked |
| 09:37 |
mcfly_ |
its really old and is going to be relaunched soon |
| 09:37 |
maholtz|WORK |
well, which version? |
| 09:37 |
mcfly_ |
index.php?id=54&L=http%253A%252Fhonamfishing.co.kr%252Fphpmysqladmin%252Flibraries%252Foduzov%252Fneloze%252F |
| 09:37 |
maholtz|WORK |
thats not an hack |
| 09:37 |
mcfly_ |
3.8.1 |
| 09:37 |
maholtz|WORK |
dont panik |
| 09:38 |
iaj |
is there any risk to upgrade 4.1 to recent typo? |
| 09:38 |
maholtz|WORK |
set config.linkVars = L(int) |
| 09:38 |
maholtz|WORK |
clear cache |
| 09:38 |
mcfly_ |
im not panicing ;) |
| 09:38 |
maholtz|WORK |
good:) |
| 09:38 |
maholtz|WORK |
well, but that is not an hack |
| 09:38 |
mcfly_ |
its no big deal since everything still works |
| 09:38 |
mcfly_ |
i'm not big on it-lingo |
| 09:38 |
maholtz|WORK |
yep, its even not an css |
| 09:38 |
mcfly_ |
what's then called then? :> |
| 09:39 |
marcuslind|WORK |
iaj: Some people had problems with 4.3.0. I've had none though. I upgraded one of our sites to 4.3.0 |
| 09:39 |
marcuslind|WORK |
It runs flawless from what I've noticed so far. |
| 09:39 |
mcfly_ |
that fixed it maholtz|WORK. thanks! |
| 09:39 |
marcuslind|WORK |
But I've read about other people in the chat having problems with it. |
| 09:39 |
maholtz|WORK |
np:) |
| 09:39 |
mcfly_ |
how did those korean fishers do it though? |
| 09:39 |
mcfly_ |
i crawled through all the typoscript |
| 09:39 |
maholtz|WORK |
well add to an page L=whatever |
| 09:40 |
mcfly_ |
then i looked into the rte files |
| 09:40 |
maholtz|WORK |
and check if your links on that page (menu etc) have that |
| 09:40 |
maholtz|WORK |
click on that links - so the next page will have that too |
| 09:40 |
maholtz|WORK |
check if your language switch works |
| 09:40 |
maholtz|WORK |
i am not sure, when L(int) has been introduced for config.linkVars |
| 09:41 |
mcfly_ |
its just a single language page |
| 09:41 |
mcfly_ |
so they basically snuck into the cache? |
| 09:41 |
maholtz|WORK |
so, remove L from config.linkVars |
| 09:41 |
maholtz|WORK |
yep |
| 09:41 |
maholtz|WORK |
but do not hurt |
| 09:41 |
maholtz|WORK |
only looks ugly:) |
| 09:42 |
mcfly_ |
hehe ye |
| 09:42 |
Georges_Abitbol |
I need to add fields to directmail subscription. I have name and email for the moment. I'd like to have firstname and lastname but I can not find doc or tutorial for it. Does anyone have a link or example ? |
| 09:42 |
mcfly_ |
well thanks anyway |
| 09:42 |
mcfly_ |
one more reason to get the relaunch underway |
| 09:43 |
maholtz|WORK |
that does not depend on the version! |
| 09:50 |
iaj |
marcuslind|WORK: thanks for the insight |
| 09:51 |
iaj |
guess I just have to try -_-... problem is - I cannot try in on another db since I only got one I can use on that server |
| 09:51 |
iaj |
so if its not working I'm uhmm...fucked;( |
| 09:55 |
marcuslind|WORK |
Well |
| 09:55 |
marcuslind|WORK |
export your current database |
| 09:55 |
marcuslind|WORK |
to your PC as a .sql file |
| 09:56 |
marcuslind|WORK |
and save the site as a backup |
| 09:56 |
marcuslind|WORK |
If anything goes wrong then just import your .sql file to your database and paste your backup |
| 09:56 |
marcuslind|WORK |
=) |
| 09:56 |
marcuslind|WORK |
iaj: |
| 10:08 |
iaj |
mh |
| 10:08 |
iaj |
thats all I need to do ? |
| 10:08 |
iaj |
so yeah, basically - that's doable :D |
| 10:08 |
iaj |
mysqldump I suppose |
| 10:28 |
PiMB |
morning! |
| 10:29 |
Georges_Abitbol |
Ayone could help me on newsletter (tt_address) subscription ? I just want lastname, firstname and email without configmration ... dmail_subscription has no doc so it is quite hard. |
| 10:29 |
PiMB |
try using powermail |
| 10:30 |
PiMB |
you're able to map fields to other DB tables via some simple TS |
| 10:30 |
Georges_Abitbol |
PiMB: ok, thx. I'll take a look |
| 10:48 |
iaj |
Morning PiMB |
| 10:49 |
PiMB |
morning |
| 11:10 |
fuchur |
hi guys |
| 11:13 |
fuchur |
is it possible to use t3lib_div::_GP() to fetch GET-Arrays? |
| 11:13 |
fuchur |
like tx_myvar_pi[arrayname][value1] like tx_myvar_pi[arrayname][value2] like tx_myvar_pi[arrayname][value3] |
| 11:13 |
fuchur |
i'd like to do something like t3lib_div::_GP('tx_myvar_pi[arrayname]'); |
| 11:16 |
teppi|work |
fuchur, if you write: t3lib_div::_GP('tx_myvar_pi'); you should receive an array with all the values of GET['ty_myvar_pi'] .. |
| 11:16 |
fuchur |
yep ... |
| 11:19 |
PiMB |
then use that one to extract the values from there. |
| 11:19 |
PiMB |
in a for loop or something. |
| 11:20 |
PiMB |
and btw if you know for sure that it is only get. might be saver to use _GET instead of _GP |
| 11:22 |
sorenmalling |
fuchur: You should be able to use "piVars" in your extension for that |
| 11:23 |
fuchur |
piVars don't work ;) |
| 11:23 |
fuchur |
i don't need a loop |
| 11:23 |
fuchur |
just $valuesTmp = t3lib_div::_GP('tx_myext_pi'); |
| 11:24 |
fuchur |
$values = $valuesTmp['arrayname']; |
| 11:24 |
fuchur |
;) |
| 11:38 |
PiMB |
well then it works |
| 11:52 |
xaver |
i use typo3 kickstarter for new extensaions, normal i build only a frontend, but now i need a backend |
| 11:53 |
xaver |
is anywhere a good tutorial for dynamic flex forms |
| 12:06 |
PiMB |
most definetly is. |
| 12:06 |
PiMB |
and if you would have looked on Google for 'flexform TYPO3' you would have found this: http://wiki.typo3.org/index.php/Extension_Development,_using_Flexforms |
| 12:19 |
gquevedo |
Hello, I updated the typo3 version 4.1.2 to 4.2.11, but now the menu tree dont appear.. is it a bug? |
| 12:21 |
many_ |
run database update |
| 12:21 |
many_ |
http://yoursite/typo3/install/ |
| 12:21 |
many_ |
(do what it wants, enter your install password) |
| 12:22 |
many_ |
DB Analyzer => COMPARE => UPDATE |
| 12:23 |
gquevedo |
I did it |
| 12:24 |
many_ |
the tree will be back after the db update |
| 12:30 |
gquevedo |
ok |
| 12:30 |
gquevedo |
thanks |
| 12:47 |
piphi |
hi |
| 12:48 |
piphi |
I got a strange error message in the 4.3.0 BE |
| 12:48 |
piphi |
trying to start 'user settings' it says: 'Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1601332596 bytes) in Unknown on line 0' |
| 12:49 |
piphi |
how can I get more infos? |
| 12:57 |
PiMB |
php is doing something that he cannot do. |
| 12:58 |
PiMB |
see logfiles for more info on that? |
| 13:16 |
iaj |
'lo |
| 13:18 |
iaj |
hm - I've got a request - I used a GMENU to create my navigation menu on the left side, now I have several entries there which should be linked to the same page - but if I chose use page content from ... I get a doublette find - e.g. www.domain.org/foo is the same as www.domain.org/bar .. even tho the main content is stored on foo and bar should just be an ahref :/ |
| 13:19 |
PiMB |
yeah but this way TYPO3 sees it as 2 different pages. |
| 13:19 |
PiMB |
what you need then is a redirect to internal page setting. |
| 13:19 |
PiMB |
instead of display from this page instead |
| 13:23 |
drindt |
i upgraded from 4.1 to 4.2.6 and have the problem when i ran the database analyzer that he told me that a lot of updates in the tables: static_template, sys_template are required, but when i let do them, after that the page is broken website templates broken and such, someone have a hint for me? |
| 13:24 |
drindt |
the updater wants to update this http://pastebin.com/d2e06c424 |
| 13:25 |
drindt |
with the result of broken templates |
| 14:02 |
PiMB |
drindt, did you try reference checks and full DB compare? |
| 14:02 |
thisfooljay |
hi..hmmm I asked a question before but got dropped somehow - was about different pages with the same CEs... to be the same.. GMENU (nickname was iaj) |
| 14:02 |
thisfooljay |
did anybody reply to it - sorry my logging was off ;/' |
| 14:02 |
PiMB |
I did, |
| 14:03 |
drindt |
PiMB: yes i had dumped the table now via my own hand and ran that query and import the table stuff without structure works now properly seems that the conversion goes wrong in the field |
| 14:03 |
PiMB |
the way you've described it is a way wherein TYPO3 sees it as 2 different pages, so 2 different indexing, so 2 searchresults |
| 14:03 |
PiMB |
you need probably redirect to internal page. |
| 14:03 |
PiMB |
drindt, strange, shouldn't be a problem. |
| 14:04 |
PiMB |
unless some of your data in the field is very wrong. |
| 14:04 |
drindt |
PiMB: i think not, there are few records in |
| 14:04 |
drindt |
but now it works |
| 14:04 |
thisfooljay |
Redirect to internal Page - can I do that with a GMENU |
| 14:05 |
thisfooljay |
or you mean in the page tree? |
| 14:05 |
thisfooljay |
^ PiMB |
| 14:11 |
PiMB |
in the page tree |
| 14:14 |
thisfooljay |
PiMB: Redirect to internal Page - where can I find that? |
| 14:22 |
PiMB |
I believe it's page type 'shortcut' |
| 14:32 |
thisfooljay |
PiMB: thats what I use :/ |
| 14:34 |
thisfooljay |
PiMB: you can throw a look yourself if you don't mind www.marcgalal.com ... on the left hand menu theres 'Gratis Abendseminare' which is linked to 'Verkaufstraining' - nls(r) Gratis Abendseminare and those are identified from google as 2 identical pages - but I want it to be recogznized as one page only |
| 14:37 |
jbaptiste_j |
is 4.3 running without bugs ? |
| 14:37 |
PiMB |
nothing is running without bugs ;) |
| 14:38 |
jbaptiste_j |
yes even dogs aren't |
| 14:38 |
PiMB |
:) |
| 14:38 |
thisfooljay |
iiih. |
| 14:39 |
PiMB |
thisfooljay, just use shortcut page type in the tree, this will solve the problem. |
| 14:40 |
thisfooljay |
PiMB: yeah I tried that -_- still doesnt work, its recogn. as 2 sites |
| 14:41 |
thisfooljay |
it creates an id for that page |
| 14:41 |
thisfooljay |
thats the problem |
| 14:41 |
thisfooljay |
so its a marcgalal.com/index.php?id=xxxxxx |
| 14:41 |
thisfooljay |
well -- currently I set an alias to it.. but if I remove it - the id still will get found |
| 14:41 |
PiMB |
yes, but I believe that if you do a shortcut it should use the id of the other page instead |
| 14:42 |
thisfooljay |
mhh |
| 14:42 |
PiMB |
not sure though.. |
| 14:44 |
thisfooljay |
check it |
| 14:44 |
thisfooljay |
its using its own |
| 14:44 |
thisfooljay |
gnaaaaaaaa..makes me sick |
| 14:44 |
thisfooljay |
cant I just remove that some how :/ |
| 14:44 |
thisfooljay |
TMENU or sth I could imagine |
| 14:50 |
xaver |
i have 2 textlayer menus in a site |
| 14:50 |
xaver |
1 doesent calculate |
| 14:50 |
xaver |
the position |
| 14:59 |
PiMB |
thisfooljay, being very nasty, you could try on setting a shortcut to external page. and set it to the full url of the page you want it to go to. Then you'll have what you want. |
| 15:05 |
thisfooljay |
PiMB: yeah? Ill try |
| 15:05 |
thisfooljay |
Thanks :) |
| 15:05 |
thisfooljay |
btw was it you who wanted to aid me with the page form?? |
| 15:05 |
thisfooljay |
(iaj) |
| 15:15 |
thisfooljay |
PiMB^ tried but again - it gives an own id to that pg |
| 15:17 |
animan |
hi. is there a slimbox that works with 4.3? |
| 15:18 |
animan |
currently using shadowbox, but after typo3 update to 4.3 it doesn't work anymore |
| 15:36 |
JunGle |
jbaptiste_j ouaip j'avoue |
| 15:36 |
JunGle |
c'est plus actif ^^ |
| 15:37 |
jbaptiste_j |
but you have to speak english here ;) |
| 15:37 |
JunGle |
Oh year .. sry ! |
| 15:38 |
jbaptiste_j |
there's probably 90 percent germans speaking english... for the sake of us French guys. |
| 15:38 |
thisfooljay |
any1 using safari as browser? |
| 15:38 |
thisfooljay |
Id need a hint on which plugins are useful |
| 15:57 |
thisfooljay |
oops -_- |
| 15:58 |
lindbergh |
hallo chan |
| 15:59 |
lindbergh |
anyone used extjs_2.2.0 extension |
| 15:59 |
lindbergh |
for typo3 4.2.10 |
| 16:17 |
gquevedo |
hello again, |
| 16:17 |
gquevedo |
I had problem with a update of the typo3 version |
| 16:20 |
gquevedo |
the menu tree page dont appear, and I already did the update compare |
| 16:20 |
gquevedo |
and I have the same aplication, in one server is working.. and in another didnt work :( |
| 16:22 |
gquevedo |
in the frame where should be loaded the Menu tree, the javascript arent be load is called in the source page(html) |
| 16:26 |
marcuslind|WORK |
I know this aint a CSS channel but do anyone know if I can set a margin on a background? If I got a div that's 300px high I dont want the background to start until 100px down. |
| 16:31 |
arne_ |
hi |
| 16:32 |
arne_ |
can someone help me? i have a problem with a coa.. |
| 16:32 |
arne_ |
i have an <ul> showing three news items. i want to display the page title above, but it doesnt work |
| 16:33 |
arne_ |
pastie: http://pastie.org/731914 |
| 16:33 |
arne_ |
in line 15-19 i try to show the page title, typo displays nothing |
| 16:34 |
arne_ |
if someone has an idea how to do that.. please tell me :-) |
| 16:38 |
gquevedo |
typo3 4.2.10 work with php 5.1? |
| 16:49 |
xaver |
gquevedo: yes |
| 16:49 |
xaver |
gquevedo: no ^^ |
| 16:49 |
gquevedo |
yes or no? |
| 16:50 |
gquevedo |
hehehe |
| 16:50 |
xaver |
no |
| 16:50 |
xaver |
gquevedo: http://buzz.typo3.org/people/stucki/article/leaving-php4-behind/ |
| 16:50 |
xaver |
TYPO3 4.2 is going to be based on PHP 5.2 |
| 16:50 |
xaver |
If you are using PHP 5.1 then you might be in luck... |
| 16:51 |
xaver |
why no update |
| 16:51 |
xaver |
http://news.typo3.org/news/article/typo3-42-alpha-3/ here 5.2 |
| 16:52 |
gquevedo |
the custumer's server is php 5.1 |
| 16:52 |
xaver |
why no update |
| 16:52 |
gquevedo |
just there didn't work |
| 16:52 |
xaver |
say its better |
| 16:52 |
xaver |
OO |
| 16:53 |
gquevedo |
woul be good I am sure that is it |
| 16:53 |
arne_ |
has anybody an idea how to display the title? (http://pastie.org/731914) |
| 17:08 |
maholtz|WORK |
@arne_: use typolink |
| 17:08 |
maholtz|WORK |
20 = TEXT |
| 17:09 |
maholtz|WORK |
20.field = title |
| 17:09 |
maholtz|WORK |
20.typolink.parameter.field = pid |
| 17:09 |
maholtz|WORK |
well, perhaps you want to use uid instead of pid? |
| 17:12 |
arne_ |
maholtz|WORK: you are my hero for today |
| 17:12 |
arne_ |
i searched 2 hours for a solution of 3 lines code |
| 17:12 |
arne_ |
thanks :-) |
| 17:12 |
arne_ |
now it works perfectly |
| 17:13 |
maholtz|WORK |
your welcome:) nice to be a hero;) |
| 17:13 |
maholtz|WORK |
i tried to write some introduction for typoscript some days ago: http://wiki.typo3.org/index.php/Ts45min |
| 17:13 |
maholtz|WORK |
perhaps it helps |
| 17:14 |
maholtz|WORK |
the last wiki update made some trouble, but imho it should be still readable |
| 17:33 |
PiMB |
it's a good start that 45 min doc. |
| 17:33 |
PiMB |
want to thank you for that. |
| 17:33 |
PiMB |
made a good layout to optaining certified status last T3CON |
| 17:33 |
PiMB |
thanks made ;) |
| 17:33 |
PiMB |
you where my hero 2 years ago ;) |
| 17:37 |
Wolos |
hi @ all |
| 17:39 |
Wolos |
i usw Typo3 4.3 with templavoila 1.4.1 and wenn I creat a template |
| 17:39 |
Wolos |
i cant see text elements or images |
| 17:41 |
jbaptiste_j |
I have never used templaVoilà but i heard if you are using the latest Typo you are better off using Fluid or Jetts |
| 17:48 |
lindbergh |
gentleman |
| 17:48 |
lindbergh |
I need help |
| 17:48 |
lindbergh |
:( |
| 17:48 |
lindbergh |
I made new FE extension |
| 17:49 |
lindbergh |
and now some old extensions dont work wnymore |
| 17:49 |
lindbergh |
anymore |
| 17:51 |
jbaptiste_j |
I would like to make it so that when someone creates a news (tt_news) and selects a certain category for that news then the subtitle and content of the news are pre filled with a model content that people can then modify |