| 01:09 |
strubbl |
hi, i installed the new typo3 4.4 and after the installer i get an error: "Error! No pages are found on the rootlevel!" although i estimated to see the new intro package. |
| 01:10 |
strubbl |
where is the intro package? |
| 01:13 |
Fruchthoernschen |
< don't know :) |
| 01:14 |
Fruchthoernschen |
but sounds like you need the test - package or an small TYPO3 Intro Guide which delivers the typoscript and some knowledge |
| 01:18 |
strubbl |
perhaps... but i thought after finishing step 4 from the installer i would be redirected to the new intro page like this one: http://typo3.org/index.php?eID=tx_cms_showpic&file=uploads%2Fnewsimporter%2FIntro_Package.png&width=500m&height=500&bodyTag=%3Cbody%20bgColor%3D%22%23ffffff%22%3E&wrap=%3Ca%20href%3D%22javascript%3Aclose%28%29%3B%22%3E%20|%20%3C%2Fa%3E&md5=beaa24d95261ccdd17b8c4228790b2b1 |
| 01:49 |
strubbl |
okay, i have found out that it has to do with the postgres-db. i installed on the same server but with mysql and after installation i get the introduction-website |
| 10:03 |
PiMB |
what's up all! |
| 10:08 |
PiMB |
cooperbear, 2 things, why is your name displayed like your stating things with /me command and not regular way? |
| 10:08 |
PiMB |
and 2nd, does your page cache? then probably the page is cached and the content is not posted |
| 10:19 |
dec__ |
is it possible to load a typo3 frontend plugin using typoscript? |
| 10:20 |
PiMB |
cooperbear, you're good with the displayment, and other suggestion depends on things used. what form do you have? |
| 10:20 |
dec__ |
by giving it a userFunc for example? |
| 10:20 |
PiMB |
dec__ sure it is |
| 10:20 |
dec__ |
how? |
| 10:20 |
PiMB |
why would you do that? |
| 10:20 |
dec__ |
dunno, not sure what the proper way is |
| 10:20 |
PiMB |
something like page.10.marks.PLUGIN < plugin.tx_myplugin_pi1 |
| 10:20 |
PiMB |
from the top of my head that is |
| 10:21 |
dec__ |
i wanna assign a piece of typoscript to a mapped templavoila element, like lib.top |
| 10:21 |
dec__ |
then i simply write lib.top.10.marks.plugin < plugin.tx_plugin_pi1 ? |
| 10:21 |
PiMB |
or lib.top < plugin.tx_plugin_pi1 |
| 10:22 |
dec__ |
k ill try that |
| 10:31 |
PiMB |
and you have build the extension? |
| 10:33 |
PiMB |
so if you, for instance, print_r or debug the piVars that are posted that's possible? |
| 10:33 |
PiMB |
might be a start to see if it outputs that one. |
| 10:33 |
PiMB |
then it's in the extension, if not, it probably has something to do with caching |
| 10:36 |
PiMB |
redirected to the same page? |
| 10:36 |
PiMB |
and if you disable realurl for a sec (on that page or global) |
| 10:45 |
ironm |
good moring :) - for all of you using typo3 4.4.0 with php 5.3 I have added a small patch for the direct_mail extension - "Code compatibilty with PHP 5.3.2 for the direct_mail extension" - http://bugs.typo3.org/view.php?id=15041 - it would be helpfull if you could verify and test it - thank you in advance ;) |
| 10:49 |
PiMB |
no problem cooperbear, and now take a look at your displayment, it's still not good :) |
| 10:49 |
PiMB |
you're a comment to me, I tend to ignore those ;) |
| 10:50 |
ironm |
Hello PiMB - I was able to solve the "missing category" issue for sr_feuser_register and direct_mail after modifying the code (to php 5.3) and : "It is a MUST to put the TS-setting or include the ts-file (s. below) in the _local_TS_setup of the SYS-FOLDER with users - OTHERWISE it will not display the "category subpart" on the pages for fe_users and "recipients lists"." - see: http://bugs.typo3.org/view.php?id=14973 (direct_mail) and http:// |
| 10:50 |
ironm |
bugs.typo3.org/view.php?id=14976 (sr_feuser_register) - thanks a lot for your hints and time PiMB :) |
| 10:51 |
PiMB |
no problem mate |
| 10:51 |
PiMB |
thanks for solving and sharing |
| 10:51 |
PiMB |
will save me time ;) |
| 10:51 |
cooperbear |
test |
| 10:51 |
PiMB |
better ;) |
| 10:52 |
ironm |
PiMB: however you should patch the 4.4.0 core a bit .. http://bugs.typo3.org/view.php?id=14970 |
| 10:52 |
cooperbear |
thought it was :) now figureout how I can keep sending multiple lines while still sending proper msges :) |
| 10:52 |
PiMB |
I thinkg with |
| 10:52 |
untouh23 |
hi |
| 10:52 |
cooperbear |
it seems to be when sending with ctrl+enter |
| 10:52 |
PiMB |
ctrl-enter? |
| 10:52 |
cooperbear |
yeah... |
| 10:52 |
PiMB |
test |
| 10:53 |
PiMB |
no, shift / alt / ctrl all send it :) |
| 10:53 |
cooperbear |
ctrl+enter in Colloque |
| 10:53 |
PiMB |
fd |
| 10:53 |
cooperbear |
test |
| 10:53 |
untouh23 |
phpversion on my server is :5.1.6 , when accessing my typo3 directory via url i only get TYPO3 requires PHP 5.2.0 or higher. |
| 10:53 |
untouh23 |
what kind of bug is that?? |
| 10:54 |
untouh23 |
i removed a line in the init.php where this message is given out by die() but that didnt do anything |
| 10:54 |
ironm |
untouh23: new versions of typo3 core or extensions use a newer PHP version |
| 10:54 |
PiMB |
what is your TYPO3 version? |
| 10:54 |
untouh23 |
phpversion on my server is :5.1.6 |
| 10:55 |
PiMB |
and TYPO3 version? |
| 10:55 |
untouh23 |
oh |
| 10:55 |
untouh23 |
sorry |
| 10:55 |
untouh23 |
the newest |
| 10:55 |
untouh23 |
4.4.0 |
| 10:55 |
PiMB |
4.4? |
| 10:55 |
PiMB |
then you need 5.2 or higher |
| 10:55 |
untouh23 |
but ive tryd 4.3 before also |
| 10:55 |
PiMB |
so it will not work |
| 10:55 |
PiMB |
also needs 5.2 or higher |
| 10:55 |
untouh23 |
k |
| 10:55 |
Prot0 |
morning |
| 10:56 |
untouh23 |
i have a new root server paying 80 bucks/ month |
| 10:56 |
untouh23 |
should be able to use 5.2.0 at least isnt it? |
| 10:56 |
PiMB |
untouh23 if you're unable to upgrade php version then 4.1.x is the highest you can go |
| 10:56 |
PiMB |
Prot0, morning mate! |
| 10:57 |
Prot0 |
:-) |
| 10:57 |
ironm |
cooperbear: do you know the "realurl_clearcache" extension? .. it is quite helpfull if you play with realurl settings around |
| 11:00 |
cooperbear |
ironm: No I haven't.. it clears the url-cache I suppose? Will look it up, thanks :) |
| 11:00 |
PiMB |
yeah it does ;) |
| 11:00 |
cooperbear |
hehe :) |
| 11:02 |
ironm |
PiMB / Prot0 : are there some rules that you have to put your setting in the local ts-setup for a particular page or sys-folder like in http://bugs.typo3.org/view.php?id=14973 ... "It is a MUST to put the TS-setting or include the ts-file (s. below) in the _local_TS_setup of the SYS-FOLDER with users - OTHERWISE it will not display the "category subpart" on the pages for fe_users and "recipients lists"." |
| 11:06 |
ironm |
untouh23: if you rent your own server you should be able to install there a more current version of an operating system with the newest PHP verions like 5.3 or 5.2 with typo3 4.4.0 or 4.3.3 .. |
| 11:06 |
Prot0 |
ironm: i have no idea m8, its been a while since i used it, but i guess its possible |
| 11:07 |
untouh23 |
ill try thanks |
| 11:07 |
untouh23 |
iron |
| 11:07 |
untouh23 |
n pimp |
| 11:11 |
ironm |
Prot0: I have put first the ts-settings (due to module_sys_dmail_category - s. http://paste.phlogi.net/ts_setup-1) for direct_mail and sr_feusers_registers in the ts-setup of the root page but it didn't work - you can inlcude also the content of the link before .. like <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/staticTS/direct_mail_local_setup.txt"> |
| 11:35 |
Serpiente |
where do I have to edit RTE-Settings? can I add them in my ts-script? like RTE.default.option=value? <- this does not work.. takes no effect at all |
| 11:36 |
Serpiente |
the only thing I can change is the default configuration for that extension in the extension manager, but my additional settings do not take any effect |
| 11:37 |
maholtz|WORK |
@Serpiente: page-TS-config or user-TS-config |
| 11:37 |
Prot0 |
dang, too slow :f |
| 11:37 |
Serpiente |
page-TS-config |
| 11:38 |
maholtz|WORK |
@Prot0: :p |
| 11:39 |
Serpiente |
I copied the whole stuff from demo/page-TS-config into my normal typoscript. but its just beeing ignored.. |
| 11:39 |
Prot0 |
:-) |
| 11:40 |
Serpiente |
do I have to control it like plugin.RTE? |
| 11:42 |
Phlunk3 |
hi guys, basic question I am guessing for you extension creators. Where can I tell an extbase extension that it is meant to create an uploads folder when it is created? |
| 11:43 |
milpoer |
hi.. i have a HMENU/TMENU with a | spacer, howto remove this for the last item ? such not shown ?? any tricks ? |
| 11:43 |
Prot0 |
i guess still in ext_emconf.php? |
| 11:43 |
Prot0 |
milpoer: use optionsplit |
| 11:43 |
Phlunk3 |
haha too true, thx Prot0 |
| 11:43 |
milpoer |
Prot0, thx.. will google. |
| 11:43 |
Prot0 |
:) |
| 11:44 |
Prot0 |
milpoer: look in TSref under TMENU |
| 11:44 |
Prot0 |
or optionSplit |
| 11:44 |
Prot0 |
:-) |
| 11:44 |
milpoer |
thx |
| 11:46 |
Serpiente |
@maholtz|work: page-TS-config |
| 11:47 |
Prot0 |
milpoer: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/ |
| 11:47 |
maholtz|WORK |
@Serpiente: in info-modul there you can have a look at page-tsconfig |
| 11:47 |
Prot0 |
Serpiente: no |
| 11:47 |
milpoer |
Prot0, thx.. had fouund i |
| 11:47 |
milpoer |
it |
| 11:47 |
maholtz|WORK |
so you can see what is done there |
| 11:47 |
maholtz|WORK |
for examples you might have a look in rtehtmlarea folder, there are three different configurations |
| 11:48 |
Serpiente |
http://nopaste.info/b6ea76f580.html |
| 11:49 |
maholtz|WORK |
@Serpiente: put the RTE stuff into your page-TS-config |
| 11:49 |
maholtz|WORK |
Page TSconfig for htmlArea RTE |
| 11:50 |
untouh23 |
wich was the latest typo3 4.1.X version? |
| 11:51 |
maholtz|WORK |
@untouh23: http://typo3.org/download/packages/ |
| 11:51 |
untouh23 |
oh thanks |
| 11:52 |
aterriblechaos |
anybody has a tip how i can add headers to typo3 from a frontend plugin? i want to set Cache-Control: no-cache|Pragma: no-cache etc after saving a form to avoid browser cache |
| 11:52 |
Prot0 |
header()? |
| 11:53 |
maholtz|WORK |
or use typoscript |
| 11:53 |
Prot0 |
indeed |
| 11:53 |
Serpiente |
where do I find the page-ts-config for my backend? I think I did not use it before |
| 11:54 |
maholtz|WORK |
@Serpiente: edit your root page, there is a typoscript field |
| 11:54 |
Prot0 |
Serpiente: if you want to configure the RTE, place it inside the page > options of the root page |
| 11:54 |
Prot0 |
:f |
| 11:54 |
maholtz|WORK |
hehe :) |
| 11:54 |
maholtz|WORK |
ok, but your description was better... |
| 11:54 |
Prot0 |
lol |
| 11:54 |
aterriblechaos |
thank you for the tips, will try that |
| 11:55 |
Serpiente |
prot0: thanks found it :D |
| 11:55 |
Serpiente |
lets try it.. |
| 11:55 |
Serpiente |
can I do there something like <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/templates/ts/rootTSsetup.txt"> too? |
| 11:56 |
Prot0 |
anyone ever tried making powermail use jquery instead of prototype? |
| 11:56 |
Prot0 |
Serpiente: I don't think so, but you can try it :-) |
| 11:56 |
Prot0 |
try without first to see if it works? |
| 11:56 |
Prot0 |
*-? |
| 11:58 |
Serpiente |
looks like it does not work |
| 11:59 |
Prot0 |
:-) |
| 11:59 |
Serpiente |
but it should^^ i think this config crap just does not work :D |
| 12:00 |
Prot0 |
TS files are cached |
| 12:01 |
Serpiente |
cache cleared |
| 12:01 |
Prot0 |
normally if you would include a TS file, or change one you need to clear the configuration cache |
| 12:01 |
Serpiente |
even if I copy the bunch of code directly in that field it takes no effect |
| 12:07 |
maholtz|WORK |
@Serpiente: did you find the modul to see what is active? like object browser for typoscript setup? |
| 12:08 |
Serpiente |
yes I did |
| 12:09 |
maholtz|WORK |
so, you can see there, what you can change |
| 12:09 |
maholtz|WORK |
or what you did change |
| 12:09 |
Serpiente |
theres no change. looks like the typical configuration for the rte |
| 12:10 |
maholtz|WORK |
but you should be able to just change a value which you see there, if you put it into the page-ts config |
| 12:12 |
Serpiente |
you mean web->info->page-TSconfig |
| 12:12 |
Serpiente |
i just see an object browser there, no way to change |
| 12:13 |
Serpiente |
and as I already said, the config i pastet into that field for pageTSconfig takes no effect. |
| 12:31 |
teppi|work |
if I try to change the access rights of a be_group only a fixed amount of fields is changed .. maybe 200 or so .. it doesn't matter in which fieldgroup (non_exclude_fields, explicit_allowdeny etc.) I select or deselect a field .. the maximal count of database entries seems to be fixed at a certain point .. someone has an idea which configuration option is responsible for this? |
| 12:31 |
teppi|work |
I already rised $TCA["be_groups"]["columns"]["non_exclude_fields"]["config"]["maxitems"] = 9999; .. and so on .. |
| 12:32 |
teppi|work |
but it doesn't change something at this fixed threshold .. |
| 12:33 |
ironm |
teppi|work: what typo3 / php version do you use? |
| 12:34 |
teppi|work |
4.2.6 |
| 12:34 |
ironm |
php ? |
| 12:34 |
teppi|work |
sry 4.2.12 |
| 12:34 |
aterriblechaos |
teppi|work: did you try increasing the db fields? non_exclude_fields etc |
| 12:34 |
teppi|work |
yes |
| 12:34 |
teppi|work |
its already TEXT .. and it seems have nothing to do with this .. because I can add manually fields in the DB |
| 12:35 |
teppi|work |
but it fails if I select / deselect fields in the BE |
| 12:35 |
ironm |
teppi|work: on the sql-command line? |
| 12:35 |
teppi|work |
ironm, sry .. what do you mean? |
| 12:36 |
ironm |
[10:34:15] <teppi|work> its already TEXT .. and it seems have nothing to do with this .. because I can add manually fields in the DB |
| 12:36 |
teppi|work |
ironm, yes of course .. |
| 12:37 |
ironm |
teppi|work: are you sure it is enough to "only" add some DB fields without changing some other stuff in the DB ? |
| 12:38 |
teppi|work |
I think PHP version doesn't matter .. I think its more a TYPO3-configuration thing .. but I don't have a clue what could prevent this .. |
| 12:39 |
teppi|work |
ironm, yes because thats .. what is not working .. |
| 12:39 |
teppi|work |
:-) |
| 12:40 |
ironm |
salut Denyerek ;) ... I was able to solve the "missing category" issue for sr_feuser_register and direct_mail after modifying the code (to php 5.3) and : "It is a MUST to put the TS-setting or include the ts-file (s. below) in the _local_TS_setup of the SYS-FOLDER with users - OTHERWISE it will not display the "category subpart" on the pages for fe_users and "recipients lists"." - see: http://bugs.typo3.org/view.php?id=14973 (direct_mail) |
| 12:40 |
ironm |
and http://bugs.typo3.org/view.php?id=14976 (sr_feuser_register) .. SO don't worry .. I will not ask again ;) |
| 12:42 |
ironm |
teppi|work: I don't know the stuff enough to answer your question ... I could only to try to do the same as you on typo3 4.4.0 / php 5.3.2 and look if I have the same troubles |
| 12:44 |
teppi|work |
ironm, its ok .. I just tought someone might have an idea |
| 12:44 |
teppi|work |
I will start debugging it .. i think :-( |
| 12:44 |
FloLeBlanc |
hi all |
| 12:44 |
teppi|work |
hi |
| 12:45 |
FloLeBlanc |
can anyone please tell me how I can use templavoila to insert a specific content element (in my page tree in a storage folder called "Boxes") to all pages using this template? (I have a "contact" box that users can edit themselves) |
| 12:46 |
FloLeBlanc |
I think I have to edit the typoscript tag in the DS template, but I've never done that and I'm not sure :) |
| 12:50 |
aterriblechaos |
teppi|work: strange .. according to this bugreport http://bugs.typo3.org/view.php?id=2879 setting tca should work .. |
| 12:51 |
teppi|work |
aterriblechaos, yes this was what I found too .. but it seems that there is a limitation over all fields .. and I don't know where it's coming from :-( |
| 12:51 |
Denyerek |
ironm: I can help you! |
| 12:52 |
ironm |
Denyerek: how ? :) |
| 12:52 |
Denyerek |
but... it seems like you already solved it :( |
| 12:52 |
Denyerek |
(I am of course joking ;)) |
| 12:52 |
Denyerek |
I'm glad that you solved it. |
| 12:54 |
ironm |
Denyerek: there still many pitfalls I have to find out ! *_* |
| 12:55 |
maholtz|WORK |
@aterriblechaos: you need more than 999 elements in there? |
| 12:58 |
Denyerek |
ironm: Of course. it's Typo3. |
| 12:58 |
Denyerek |
;) |
| 12:58 |
Denyerek |
At least you got the issue patched for the next extension release. |
| 12:58 |
Denyerek |
That's a good resolution. |
| 13:00 |
ironm |
Denyerek: and the 4.4.0 core ;) .. http://bugs.typo3.org/view.php?id=14970 |
| 13:04 |
Denyerek |
Woo! |
| 13:14 |
aterriblechaos |
maholtz|WORK not me, teppi|work needs them ;) |
| 13:14 |
teppi|work |
yep |
| 13:14 |
teppi|work |
:) |
| 13:14 |
teppi|work |
and not 999 but at least some more as now .. |
| 13:15 |
teppi|work |
:-/ |
| 13:15 |
PiMB_ |
guys, quick summary of my problem |
| 13:15 |
PiMB_ |
I have a no_cache = 1 according to my admPanel |
| 13:16 |
PiMB_ |
but no page properties set, no TS set, no extension which does a set_no_cache (EVIL!) etc. |
| 13:16 |
PiMB_ |
I'm out of options, but it still gives me the no_cache = 1 |
| 13:16 |
PiMB_ |
where can this be? |
| 13:17 |
teppi|work |
afk .. some minutes ;) |
| 13:17 |
maholtz|WORK |
@teppi: i know that there is a hard limit for showing pages which is set to 999 |
| 13:17 |
maholtz|WORK |
in pagebrowser |
| 13:17 |
maholtz|WORK |
PiMB: you see the no_cache in admin-panel? |
| 13:18 |
maholtz|WORK |
imho that is a bug |
| 13:18 |
PiMB_ |
yep |
| 13:18 |
maholtz|WORK |
because the admin-panel it self sets no_cache |
| 13:19 |
PiMB_ |
yeah, but it's inside the admpanel where it states no_cache = 1 and on it's parent page it says no_cache = 0 |
| 13:19 |
PiMB_ |
so yeah, it sets the no_cache but it displays the actual state it should have when not using admPanel |
| 13:33 |
maholtz|WORK |
ok, you can render the whole typoscript |
| 13:38 |
maholtz|WORK |
there you should find COA_INT / USER_INT etc |
| 13:49 |
atlantys33 |
Hello |
| 13:50 |
atlantys33 |
I search information about certification T3 |
| 13:50 |
atlantys33 |
i toke it there nearly 2 month.. without news.. :( |
| 13:53 |
maholtz|WORK |
@atlantys33: http://certification.typo3.org/ |
| 13:53 |
maholtz|WORK |
or you did the certification and wonders if you did id or not? |
| 13:54 |
[SySteM] |
yes i wait result. |
| 13:54 |
maholtz|WORK |
check that list: http://certification.typo3.org/index.php?id=63 |
| 13:54 |
maholtz|WORK |
but tow months are ok, imho |
| 13:54 |
maholtz|WORK |
it needs some time |
| 13:55 |
maholtz|WORK |
or just send them a mail: http://certification.typo3.org/index.php?id=47 |
| 13:55 |
[SySteM] |
i check list every days :) |
| 13:56 |
[SySteM] |
a collegue send mail to certification@ there is 1 month withtout answer too.. |
| 13:56 |
maholtz|WORK |
really? |
| 13:56 |
[SySteM] |
yes. |
| 13:56 |
[SySteM] |
we are 3 to wait here.. |
| 13:56 |
maholtz|WORK |
just do it again, wait two weeks and if you do not get any answer, forward it to info@ typo3 org |
| 13:56 |
[SySteM] |
its important for us. |
| 13:56 |
maholtz|WORK |
sure |
| 13:57 |
maholtz|WORK |
where was your certification? |
| 13:57 |
[SySteM] |
Certication website informs : "take a couple of weekds" |
| 13:57 |
[SySteM] |
Paris on 14th May |
| 13:58 |
maholtz|WORK |
sometimes they are having new questions, to weight them they have to week (afaik) |
| 13:58 |
maholtz|WORK |
ups they have to meet :) |
| 13:59 |
[SySteM] |
:) |
| 13:59 |
PiMB_ |
It took 6-8 weeks for me and some colleagues to get a response |
| 13:59 |
[SySteM] |
reponse to mail ? or result to certif ? |
| 14:00 |
PiMB_ |
result :) |
| 14:00 |
[SySteM] |
ok :) |
| 14:00 |
PiMB_ |
got an email and snail mail |
| 14:00 |
[SySteM] |
thanks maholtz|WORK & PiMB for your help |
| 14:00 |
PiMB_ |
np |
| 14:00 |
PiMB_ |
you think you've passed? |
| 14:00 |
maholtz|WORK |
np, your welcome |
| 14:00 |
Prot0 |
i had to contact the cert team |
| 14:01 |
Prot0 |
they never send my certificate |
| 14:01 |
Prot0 |
:D |
| 14:01 |
[SySteM] |
difficult to answer.. i dont think if question is difficult or not for certication un know ? |
| 14:01 |
[SySteM] |
impossible to image how many points.. |
| 14:01 |
[SySteM] |
imagine* |
| 14:01 |
maholtz|WORK |
@SySteM: fyi: http://typo3-fr.org/ |
| 14:01 |
[SySteM] |
and difficult with my poor english too :D |
| 14:02 |
Prot0 |
as long as you dont fail on 0.07% its fine ;-) |
| 14:02 |
[SySteM] |
yes i see new french website ! |
| 14:02 |
[SySteM] |
its perfect |
| 14:02 |
[SySteM] |
and we have lots of references :p |
| 14:21 |
FloLeBlanc |
can anyone please tell me how I can use templavoila to insert a specific content element (in my page tree in a storage folder called "Boxes") to all pages using this template? (I have a "contact" box that users can edit themselves) |
| 14:24 |
dt-david-c |
Hello everyone - first off - im sorry to jump in here like that .. but it's kind of an emergency.... |
| 14:24 |
aterriblechaos |
FloLeBlanc: just map a typoscript object path and add it with typoscript RECORDS or CONTENT (you need content for comfortable multilanguage editing, else you can use records) |
| 14:24 |
Serpiente |
lets say it like this: typo3 looks good, it has great capabilities. but it sucks at all with documentation |
| 14:25 |
dt-david-c |
i work for a hosting company and one of our large customers has manually deleted his cache files (typo3temp/) ... because it was getting too large (+4gb) |
| 14:25 |
dt-david-c |
then the reference index was updated through the DB check Module... no more images on the site.. |
| 14:25 |
dec__ |
how do i remove a project from typo3 forge? |
| 14:27 |
dt-david-c |
now we have tried to throw in the pics from a backup - and most of the images on the site are being displayed again.. but a lot are not... - no img src in the frontend - 'thumb missing' in the backend.. file-reference in the respective media-tab of the ce is correct.... -> DOES ANYONE HAVE ANY IDEA?? (t3v4.2.1 |
| 14:27 |
dt-david-c |
) |
| 14:29 |
dt-david-c |
we do not want to 'break' any more, and since the db alone is 500+ MB it is kind of hard to work with copies etc... since time is a matter in this case.. |
| 14:30 |
aterriblechaos |
dt-david-c: i would use the install tool "Clean up" and clean up everything, than delete all cache in backend than thumbs should be regenerated |
| 14:31 |
Serpiente |
dt-david-c: did you check imagemagick, gdlib etc.? |
| 14:31 |
Serpiente |
that was the problem at my page |
| 14:31 |
Serpiente |
imagemagick did not resize the images properly so no the src tag was empty |
| 14:44 |
FloLeBlanc |
aterriblechaos ok so I can use something like temp.mybox in the templavoila xml and create the object normally in the template? |
| 14:45 |
aterriblechaos |
FloLeBlanc: map is a typoscript object path and use that name in template |
| 15:17 |
Serpiente |
dt-david-c still there? |
| 16:15 |
teppi|work |
[SySteM], we took part at the certification on 24.04.2010 and received our results on 17.06. .. |
| 16:20 |
[SySteM] |
Ok teppi|work thx :) |
| 16:26 |
[SySteM] |
teppi|work: did you pass? :) |
| 16:26 |
teppi|work |
yep .. 86.67% \o/ |
| 16:26 |
teppi|work |
hehe |
| 16:26 |
zjk |
hi, where can i have the number of extensions in typo3 extension repository ? |
| 16:32 |
newbie |
hello, |
| 16:32 |
newbie |
i need some help for my website |
| 16:32 |
newbie |
can anyone help me? |
| 16:32 |
newbie |
thanks |
| 16:33 |
Prot0 |
just ask your question please :-) |
| 16:33 |
[SySteM] |
ask newbie =) |
| 16:33 |
newbie |
im doing seo work for my website |
| 16:34 |
newbie |
i just noticed that, the title tag is linked to my h1 tag |
| 16:35 |
newbie |
as well as some of the page title |
| 16:35 |
newbie |
the problem is once i change the title tag, the content of title tag shows in the content area of the page |
| 16:36 |
newbie |
it looks terrible |
| 16:36 |
newbie |
i dont know how to edit those two seperately |
| 16:39 |
newbie |
i dont want to show my title in the content area, but dont know how, please help |
| 16:42 |
newbie |
hello |
| 16:44 |
tomsdale |
newbie: this is no standard typo3 behaviour - are you using the templavoila framework from wec and bn? |
| 16:47 |
maholtz|WORK |
@newbie: set header-layout to "hidden" |
| 16:47 |
newbie |
How to do that <maholtz|WORK> ? |
| 16:48 |
maholtz|WORK |
1) edit the record |
| 16:48 |
maholtz|WORK |
2) activate "Show secondary options (palettes)" |
| 16:48 |
maholtz|WORK |
3) select "Type" and change it to "hidden" |
| 16:49 |
maholtz|WORK |
if you use templavoila it could be the same, but it can be totally different, ask your admin if it does not work like that |
| 16:50 |
newbie |
my admin is a dick ! He told me that he can change it but i have to manually add new titles to each page, i have about 200 pages on my website.... |
| 16:51 |
maholtz|WORK |
sorry, i think i missunderstood |
| 16:51 |
maholtz|WORK |
you are talking about <tilte>? |
| 16:51 |
maholtz|WORK |
of the <h2>title of the content element</h2> ? |
| 16:56 |
newbie |
yeah |
| 16:56 |
newbie |
actually it's h1 tag |
| 16:56 |
newbie |
at the top of the page |
| 16:56 |
newbie |
see this link http://www.mcgarrellreilly.ie/mcgarrell-reilly-news/offices-for-letting-dublin-4-offices-dublin-2-offices/ |
| 16:58 |
[SySteM] |
and ? |
| 16:59 |
teppi|work |
ironm, aterriblechaos .. I have the suspicion that the installed suhosin module limits the parameters of the posted data and thats why some fields aren't saved properly .. just for your information and thx for your help. |
| 17:01 |
ironm |
teppi|work: I mean the limit was like 4 ... I can't remember what I has done to avoid it |
| 17:02 |
ironm |
teppi|work: what extension or issue do you speak about now? .. I am sure if I follow you ... |
| 17:03 |
ironm |
I am NOT sure ... |
| 17:03 |
teppi|work |
about the problem this morning .. fields that aren't saved properly in the access lists of be_groups .. |
| 17:04 |
ironm |
right .. |
| 17:04 |
teppi|work |
I'm nearly convinced that the suhosin module cuts the $_POST array at some certain index .. |
| 17:05 |
ironm |
do you a solution or workaround teppi|work ? |
| 17:05 |
ironm |
teppi|work: do you use the safe_mode of php? |
| 17:05 |
teppi|work |
yes .. the parameter has to be changed .. but its not my job .. :D |
| 17:05 |
teppi|work |
has nothing to do with that |
| 17:05 |
ironm |
+have .. two of my lines above ;) |
| 17:06 |
teppi|work |
it was just for your information ;) |
| 17:06 |
ironm |
teppi|work: I can remember that the safe_mode of PHP reduced the number of allowed parameters in the mail() php-funktion |
| 17:07 |
ironm |
tnx teppi|work :) |
| 17:16 |
Serpiente |
safe_mode of php sucks.. in php6 there's not safe_mode |
| 19:13 |
compojoom |
hey guys. I'm building a dropdown menu and I wonder how can I set the elements in first level to not link to a page - just a general # tag |
| 19:36 |
SebastianJu |
iam editing tables from a created extension in a sysfolder in backend. But i dont know how to specify in the extension what fields are shown as standard in the listform. I mean at the moment there is the uid shown. But I want to show the feuser-id too. The fields in the recordsets are set in tca.php. But i dont know where to set the listviewsetting. |
| 19:37 |
SebastianJu |
and a second question. where to edit the headers of the tablecolumns? its not in tca.php... |
| 19:50 |
SebastianJu |
i found the translation now its in locallang_db.xml |
| 19:50 |
SebastianJu |
but where to edit the fields that are shown in the list of records in a sysfolder? |
| 20:06 |
Denyerec |
Anyone know why my Click to Enlarge images (Standard text w/image CE) aren't clickable ? |
| 21:04 |
compojoom |
any ideas how to make a menu link just a placeholder? |
| 21:04 |
compojoom |
for example all first level links should be placeholders |
| 21:37 |
Denyerec |
compojoom - can you make it an external link, and just set the link target to # ? |
| 21:37 |
compojoom |
that are pages |
| 21:39 |
compojoom |
no I can't |
| 21:39 |
compojoom |
when I set the page as external |
| 21:39 |
compojoom |
it still shows the pageid |
| 21:39 |
compojoom |
when you click the link then typo3 makes the redirect to the external page |
| 21:39 |
compojoom |
in my case root of the page |
| 21:49 |
kraftb |
what do you want to achieve ? |
| 21:49 |
kraftb |
what do you mean by "placeholder" ? |
| 21:49 |
kraftb |
if all 1. level menu items are just placeholdert (not clickable) you won't be able to select any menuitem !??!?! |
| 21:50 |
kraftb |
I mean what should happen when you click on them? |
| 21:50 |
kraftb |
ah. just read. You could try making them a "spacer" type page |
| 21:50 |
kraftb |
like if you choose "Advanced" or "sys-folder" for pages, you could also select "Spacer" |
| 21:50 |
kraftb |
and then create apropriate configuration |
| 21:51 |
kraftb |
probably it will also work without using spaces but normal pages and just set the ".doNotLinkIt = 1" option of the first menu level. |
| 21:51 |
kraftb |
but I do not know if the onmouseover works then. |
| 21:51 |
kraftb |
else I would just use the correct property of the first menu-level TMENU (or whatever you use) to set the link to "#" like Denyerec suggested. |
| 21:52 |
kraftb |
then nothing will happen if you click on them but they will still get rendered as link |
| 22:11 |
Denyerec |
hey kraftb |
| 22:11 |
kraftb |
helly denyerec ... |
| 22:11 |
kraftb |
whaz up ? ;) |
| 22:11 |
kraftb |
have you been on the dev days ? |
| 22:11 |
Denyerec |
No :( |
| 22:11 |
Denyerec |
I could have stayed cheaply with a friend, but he has left Hamburg :( |
| 22:12 |
Denyerec |
Plus, I'd be about as useful at the Dev Days as a chocolate teapot. |
| 22:12 |
Denyerec |
:) |
| 23:03 |
tmkd |
hi, where PATH_typo3 and PATH_site are defined? |
| 23:09 |
keith_ |
Hey, I was wondering if anyone has had experience with setting typo3 to authenticate against AD |
| 23:32 |
tmkd |
ok, i know:) |