| 08:36 |
Jo3 |
hello everybody |
| 08:38 |
Jo3 |
anyone here |
| 08:38 |
Jo3 |
? |
| 09:03 |
maholtz|WORK |
morning |
| 09:03 |
PiMB |
morning |
| 09:11 |
Jo3 |
morning |
| 09:26 |
dec__ |
how can i change the standard mailform error message "You must fill in these fields:" ? |
| 09:29 |
Neo3 |
Does anyone have experience with the "linkhandler" extension? |
| 09:41 |
HardPhuck |
monday morning... yay |
| 09:42 |
Prot0 |
indeed.. |
| 09:42 |
Prot0 |
:-( |
| 09:59 |
maholtz|WORK |
@Neo3: ask your question |
| 10:01 |
Neo3 |
I've made a custom extension and I would like to link text within the RTE with items from the custom extension. I've set the following TS for the frontend but my defined link is not visible on the FE: http://paste.phlogi.net/-2924049d75/ |
| 10:02 |
Neo3 |
linkhandler works with tt_news |
| 10:02 |
Neo3 |
maybe I am missing something with my own extension |
| 10:19 |
Prot0 |
Neo3: You dont have a 'parameter' configure |
| 10:19 |
Prot0 |
d |
| 10:21 |
Neo3 |
True, I have no parameters at this time but that is not the problem because it should be ignored. I realized that if I write "tx_mpglossary_pi1" instead of "tx_lightbox_pi1" which is another extension of mine, it works. The strange is that the output is coming from tx_lightbox_pi1->main. |
| 10:22 |
Neo3 |
Maybe I have to include the extension on each page? |
| 11:11 |
enzo |
I have a strange thing, (i'm using typo3 4.1.0), but on rich text editor, when I add a link to an external URI like http://www.yahoo.fr, the RTE always add /typo3/ before my link making it a local redirection, and the link doesn't work, any idea ? |
| 11:28 |
teppi|working |
enzo, its a know bug and where is a patch available |
| 11:28 |
teppi|working |
erm there |
| 11:29 |
teppi|working |
also you can upgrade your typo3 |
| 11:32 |
Prot0 |
enzo: only in firefox? |
| 11:32 |
enzo |
Yes I've read the bug on typo3 issues indeed, so I'm upgrading to last version 4.2, seems to be corrected since 4.2.7 |
| 11:33 |
enzo |
I'm reading the upgrade process, It seems that only ascii is allowed in the template config right ? |
| 11:34 |
enzo |
so I have in this file; _LOCAL_LANG.fr { and some é à in it, I have to convert into html é etc... ? |
| 11:34 |
Prot0 |
htmlspecialchars() |
| 11:35 |
enzo |
ok, I clean this file |
| 11:39 |
Prot0 |
anyone ever installed mnogosearch under mac os x? |
| 11:41 |
enzo |
but htmlspecialchars(é) gives é, so this character is not a problem in config file for upgrade Prot0 ? |
| 11:46 |
Prot0 |
my bad, htmlentities i mean :) |
| 11:49 |
enzo |
ok Prot0 thanks |
| 12:17 |
enzo |
that's strange, I've upgraded to 4.2, I'm in Installation, in the update wizard, I do NExt for changeCompatibiliteVersion, it tells at the end update successful, but when i go back to the update wizard, i see again the changeCompatibilityVersion |
| 12:17 |
enzo |
any idea ? |
| 12:18 |
PiMB |
check the localconf.php in your typo3conf folder by hand |
| 12:18 |
PiMB |
probably 2 settings of versions in there. |
| 12:18 |
PiMB |
4.2 and further down 4.1 |
| 12:18 |
PiMB |
so it still thinks you're using 4.1, while actually everything is set correc.t |
| 12:19 |
enzo |
ah yes I can read $TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.1'; and $TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.2'; |
| 12:19 |
PiMB |
:) |
| 12:19 |
enzo |
so I delete all occurences except the good one with 4.2 right ? |
| 12:19 |
PiMB |
delete/comment the 4.1 |
| 12:19 |
enzo |
ok |
| 12:19 |
PiMB |
and you're good to go |
| 12:24 |
enzo |
it's ok PiMB thanks |
| 12:25 |
enzo |
Last (big) problem, in Web > Page, I don't see my website structure... any idea ? |
| 12:25 |
enzo |
frontend is working good however |
| 12:27 |
enzo |
ah yes tables compare was missing... seems to work now ! |
| 12:34 |
enzo |
Well, using now last version of 4.2, and on RTE, when I add a link and save, in frontoffice, i see <link 11 - "...">foo</link> but it's not correct html code of course |
| 12:34 |
enzo |
any idea on what is going on ? |
| 12:43 |
enzo |
it appears only in tt_news actually |
| 13:29 |
HardPhuck |
i have a contact form on my site, how can i send the page url with the mail (the page which the contact data was sent from) |
| 13:30 |
HardPhuck |
(because i have the contact form on all pages) |
| 13:42 |
Prot0 |
HardPhuck: what kind of contact form? |
| 13:42 |
Prot0 |
powermail? |
| 13:43 |
HardPhuck |
no, classic |
| 13:43 |
HardPhuck |
the build in one |
| 13:48 |
HardPhuck |
how do i convert GPvar from string to an actual variable |
| 13:48 |
HardPhuck |
URL = TEXT |
| 13:48 |
HardPhuck |
URL.value = {GPvar:url} |
| 13:48 |
Prot0 |
URL = TEXT |
| 13:48 |
Prot0 |
URL.data = GPvar:url |
| 13:49 |
Prot0 |
for yours you need insertData = 1 as well |
| 13:49 |
HardPhuck |
as in URL.insertData = 1 |
| 13:49 |
HardPhuck |
? |
| 13:49 |
Prot0 |
yeh |
| 13:53 |
HardPhuck |
strange |
| 13:53 |
HardPhuck |
<input type="hidden" value="" name="URL"> |
| 13:53 |
HardPhuck |
i get this |
| 13:59 |
HardPhuck |
the value is always empty |
| 14:00 |
PiMB |
are you sure the url is in the get/post? |
| 14:08 |
HardPhuck |
hmm you are right the action of the form is the thank you page |
| 14:09 |
PiMB |
no problem mate :) |
| 14:09 |
HardPhuck |
http://www.ograje-komar.si/reference/balkonske-ograje/?tx_chgallery_pi1[dir]=1&cHash=c03c1d0ab0#c36 |
| 14:09 |
HardPhuck |
this is the page |
| 14:09 |
HardPhuck |
and all other gallery entries have contact forms as well |
| 14:10 |
HardPhuck |
and i want the url to be appended to the mail so my client knows which gallery are they refering to when people send inquries |
| 14:12 |
PiMB |
and you want to send the page url along with the form? |
| 14:12 |
PiMB |
like a tell-a-friend? |
| 14:13 |
maholtz|WORK |
@HardPhuck: you need to put your form then in an COA_INT - so the form will be generated dynamically (otherwise the link will be cached) |
| 14:19 |
HardPhuck |
PiMP well if you send an inquiry now to my client saying "I want a fence like this" he won't know what fence were you looking at when you sent it |
| 14:20 |
HardPhuck |
maholtz|WORK ah so the form needs to be generated by TS? |
| 14:21 |
PiMB |
you could use a prefill the hidden field in powermail with for instance a page id? |
| 14:21 |
PiMB |
or something |
| 14:25 |
maholtz|WORK |
@HardPhuck: have a look there http://wiki.typo3.org/index.php/Talk:De:ts45min#Link_zu_einem_Mailformular_mit_R.C3.BCcksprung_zur_urspr.C3.BCnglichen_Seite |
| 14:26 |
maholtz|WORK |
i cannot assure, that it works ... |
| 14:27 |
maholtz|WORK |
you only need imho tt_content.mailform.20.dataArray |
| 14:27 |
maholtz|WORK |
but keep caching in mind |
| 14:27 |
HardPhuck |
hmmm let me check :) |
| 14:36 |
HardPhuck |
with forms aside, how could one refer to the URL in the TS setup? |
| 14:37 |
HardPhuck |
ah nvm, GPvar :) |
| 14:49 |
Bitcrusher |
hey guys |
| 14:51 |
Bitcrusher |
a quick, and semi deperate question, what table in the mysql database holds the relations between the what tt_content elements are linked to be shown on a page? i'm using TV, if that matters |
| 14:52 |
Bitcrusher |
because the tt_content element, as far as i can see, does not use the hidden field, when they are not linked to anything |
| 14:59 |
StaffanE |
Has anybody any news about 4.4b3? Should been out 6 days ago according to the release manager |
| 15:03 |
HardPhuck |
TYPO3 is always late |
| 15:03 |
HardPhuck |
. |
| 15:07 |
StaffanE |
HardPhuck: yes... and is starting to lag behind more and more :-( |
| 15:08 |
StaffanE |
The Forge is a proof that TYPO3 is in an unfit condition. A project should eat it's own dog food |
| 15:09 |
HardPhuck |
TYPO3 is fine. Everything around it is not :) |
| 15:19 |
teppi|working |
Bitcrusher, the field pid in the table tt_content is the uid of the page where the content element is shown. |
| 15:21 |
Bitcrusher |
teppi|working: afaik the pid is what page the content element is located on, it does not show if the display if the element is linked to a content area and actually being displayed in the frontend |
| 15:23 |
aterriblechaos |
Bitcrusher: afaik tv stores that in a field in pages |
| 15:24 |
Bitcrusher |
aterriblechaos: hmm, that does not sound unlikely, will check it in a bit |
| 15:25 |
Bitcrusher |
thanks to the both of you, teppi and chaos |
| 15:26 |
teppi|working |
its definitely not saved in pages .. |
| 15:27 |
teppi|working |
you are responsible to map yout template correctly .. |
| 15:31 |
teppi|working |
normally everything what the templavoila page module shows in the backend should be also shown in the frontend |
| 15:31 |
Neo3 |
Did someone uses linkhandler with a custom extension? |
| 15:31 |
teppi|working |
if not .. you have a wrong mapping imho |
| 15:43 |
Bitcrusher |
teppi|working: i want to be able to differentiate between elements that are on the page and linked to a content area on the page (being showed in the FE) and elements that are just on the page but NOT linked to being showed in any content areas. Does that make sense? |
| 15:46 |
teppi|working |
Bitcrusher, i think contentareas are identified by the old column field colPos .. |
| 15:47 |
Bitcrusher |
teppi|working: hmm, so if colPos=0 it's not mapped to be showed anywhere? |
| 15:49 |
teppi|working |
it will not be shown in the frontend .. but maybe in the backend .. depends on your datastructure etc |
| 15:49 |
teppi|working |
depends on the datastructure of your page type iirc |
| 16:07 |
marcuslind |
How do I create a new backend user that got rights to edit pages that admin has created? |
| 16:07 |
marcuslind |
At the moment I need to access the Web->Access and change the access-rights from there on the pages. |
| 16:08 |
marcuslind |
I want to set the user to have full rights on modifying admin-created pages and pagecontent. |
| 16:08 |
PiMB |
you could set a tsconfig to automatically set pages to a certain access level upon creation |
| 16:09 |
PiMB |
http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/ |
| 16:09 |
PiMB |
check for permissions.user |
| 16:09 |
PiMB |
should do the trick |
| 16:10 |
marcuslind |
ok thanks. |
| 16:10 |
marcuslind |
I guess I set that pageconfig on the root-page? |
| 16:10 |
marcuslind |
top of the tree. |
| 16:10 |
PiMB |
guess so :) |
| 16:10 |
PiMB |
depends on where you need it. |
| 16:10 |
PiMB |
but probably on entire page |
| 16:14 |
marcuslind |
PiMB: it worked like a charm :> |
| 16:14 |
marcuslind |
Thanks mate. |
| 16:14 |
PiMB |
np |
| 17:20 |
ironm |
Hi guys :) - is there a possibility to switch ALL possible caches in typo3 off? - I am getting wrong links when using multi domain / multi language (domain / language switch) with simulate static documents and the https_enforcer :-/ ... thank you in advance for any hints |
| 17:21 |
ironm |
it makes me mad and crazy for days :-( |
| 17:23 |
ironm |
the baseURL, https_enforcer.unsecure_typo3_root & https_enforcer.secure_typo3_root variables have the right values |
| 17:24 |
ironm |
I display them extra on the page ... only the https (login) link is wrong |
| 17:38 |
teppi|working |
ironm, config.no_cache = 1; but read this before plz: http://typo3blogger.de/config-no_cache-1-ist-bose/ |
| 17:39 |
ironm |
thanks a lot teppi|working :) |
| 17:39 |
ironm |
teppi|working: first I would like to see what is going wrong .. so the speed is not important |
| 17:40 |
teppi|working |
its ok for development .. |
| 17:41 |
ironm |
teppi|working: is it possible to place the constant also in the setup part of the root template? ... and what about the order ? |
| 17:41 |
ironm |
constants ... |
| 17:41 |
teppi|working |
this is setup |
| 17:41 |
teppi|working |
and it should be placed in the root template |
| 17:42 |
ironm |
teppi|working: sometimes I had the the filling that some constants can be ONLY placed in the CONSTANTS part of the root template .. |
| 17:42 |
ironm |
and some ONLY in the SETUP part ... |
| 17:42 |
ironm |
I am not sure if I am wrong .. |
| 17:43 |
teppi|working |
normally a constant should be defined in the constants part .. and setup typoscript in the setup part |
| 17:43 |
teppi|working |
if not .. its not constant / setup :p |
| 17:43 |
teppi|working |
*a |
| 17:44 |
ironm |
well .. I don't really know the reason WHY |
| 17:45 |
teppi|working |
its because what i wrote |
| 17:45 |
teppi|working |
its not constant / setup .. :-) |
| 17:45 |
ironm |
hmm .. |
| 17:46 |
teppi|working |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view |
| 17:46 |
ironm |
teppi|working: merci :) |
| 17:47 |
teppi|working |
thats the actual one: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.1/view/ |
| 17:47 |
ironm |
teppi|working: I hope it is allowed to place [global ... ] statements in the CONSTANTS part .. to make different settings depending on the URL etc |
| 17:50 |
ironm |
like: [globalString = IENV:HTTP_HOST=www. ... ] |
| 21:35 |
Amr0d |
hi everyone |
| 21:35 |
Amr0d |
I have small problem, I created a template for templavoila and at Step 3: Begin Mapping I only have the Cancel wizard button and nothing else |
| 22:27 |
ironm |
Amr0d: probably it is better NOT to use TemplaVoila .. in a longterm view |
| 22:28 |
ironm |
I was using it 2.5 years ago .. |
| 22:28 |
Amr0d |
deinstalled it and then installed it again and it works no |
| 22:28 |
Amr0d |
w |
| 22:35 |
Danisax |
salve a tutti qualcuno parla italiano? |
| 22:38 |
ironm |
no |
| 22:57 |
anarcotraffic |
must i connect to the database to work with mod1/index.php to create a ext? |