| 00:01 |
dinsdale07 |
btw anyone out there still using emacs ts-mode for typoscript development ? |
| 00:27 |
scubes13 |
thanks dinsdale07! |
| 00:48 |
AlexTheGer |
hi there. |
| 00:49 |
AlexTheGer |
After creating a new upside inside TYPO3 and editing it I read in the properties "Current value not allowed (2)". Any ideas why? |
| 00:55 |
dinsdale07 |
upside inside ? have you tried it inside out? |
| 00:56 |
AlexTheGer |
well I found a forum-post how told me to use the update-wizard. Thanks anyway |
| 00:56 |
dinsdale07 |
sorry I don't know what you mean. |
| 00:57 |
dinsdale07 |
ok - update |
| 07:53 |
Phlogi__ |
http://news.typo3.org/news/article/typo3-bug-day-coming-up-on-july-25th/ |
| 08:18 |
mikhas |
morning folks! |
| 08:41 |
xN33D |
#ubuntu |
| 08:41 |
chefan |
#minix |
| 08:41 |
chefan |
what's that? |
| 08:41 |
chefan |
ubuntuspam? |
| 08:42 |
xN33D |
lol, srry, forgot to typo3 /join :P |
| 08:42 |
chefan |
*g* |
| 08:44 |
chefan |
xN33D: /save;layout save with the right client makes that easier |
| 08:55 |
xN33D |
ehh what about /save;layout or something? |
| 09:00 |
chefan |
saving client layout. most clients have some option for that. saves bothering with manually connecting to the channels you need |
| 09:01 |
xN33D |
or ya.. i can set it up here.. good suggestion ;) |
| 09:26 |
PanTerra |
Hi |
| 09:27 |
PanTerra |
Can anyone help me with a typo3 question ? |
| 09:28 |
PanTerra |
I want to include a username in 1 of the menu items |
| 09:28 |
maholtz|WORK |
the actual username? |
| 09:28 |
PanTerra |
yep |
| 09:29 |
GeorgesAbitbol |
hi all |
| 09:29 |
maholtz|WORK |
it could be an performance issue |
| 09:29 |
maholtz|WORK |
but it is possible |
| 09:29 |
PanTerra |
I`ve got a page that is personal for all users |
| 09:29 |
PanTerra |
it is for 50 users |
| 09:29 |
PanTerra |
on a dual xeon machine |
| 09:30 |
maholtz|WORK |
should be no problem then:) |
| 09:30 |
PanTerra |
:) |
| 09:30 |
maholtz|WORK |
can you output the username anywhere? |
| 09:30 |
PanTerra |
In typo3 im a newbe and used the yaml template to start |
| 09:31 |
PanTerra |
Ive programmed in php |
| 09:31 |
maholtz|WORK |
are you able to output "hello world" anywhere? |
| 09:31 |
PanTerra |
I think so |
| 09:31 |
maholtz|WORK |
do you speak german? |
| 09:31 |
maholtz|WORK |
anyway: http://wiki.typo3.org/De:TSref/getText#Informationen_.C3.BCber_angemeldete_Benutzer_ausgeben |
| 09:31 |
PanTerra |
I can understand it |
| 09:32 |
maholtz|WORK |
good |
| 09:32 |
PanTerra |
ok and this will give the username somewhere on the page |
| 09:33 |
maholtz|WORK |
yep |
| 09:33 |
PanTerra |
the big question is then how do i get this in the page name |
| 09:33 |
maholtz|WORK |
to get started with typoscript, perhaps http://wiki.typo3.org/De:TSref/45MinutesTypoScript can help you (some parts are translated) |
| 09:33 |
maholtz|WORK |
nope, that is not the big questions: you have to do some simple stepps, which are not simple for an newbie;) |
| 09:34 |
maholtz|WORK |
get the username on your website |
| 09:34 |
maholtz|WORK |
then i will help you for the next steps |
| 09:34 |
PanTerra |
ok give me a few minutes :-) |
| 09:34 |
maholtz|WORK |
yep, i am at work, so you will wait for answers for an hour or so... |
| 09:41 |
PanTerra |
ok i`ve got the username on my page |
| 09:41 |
PanTerra |
:-) |
| 09:41 |
maholtz|WORK |
perfect:) |
| 09:42 |
maholtz|WORK |
step 2: find your menu rendering - add some dummy text |
| 09:42 |
PanTerra |
Where can I find my menu rendering ? |
| 09:43 |
PanTerra |
is this in the typoscript object browser ? |
| 09:43 |
maholtz|WORK |
afaik there is a sysfolder with typoscript templates in it |
| 09:44 |
PanTerra |
I`ve a General Storage sysfolder |
| 09:44 |
PanTerra |
in here i have templavoila objects |
| 09:45 |
maholtz|WORK |
ah, perhaps there is an templavoila object with your menu in it |
| 09:45 |
maholtz|WORK |
do not know many of templavoila |
| 09:46 |
PanTerra |
I know all my variables of the menu are set in lib.nav |
| 09:46 |
maholtz|WORK |
ok, go to lib.nav is it an TMENU Object? |
| 09:46 |
maholtz|WORK |
(you will find there HMENU and TMENU if it is) |
| 09:47 |
PanTerra |
lib.nav.20 = hmenu |
| 09:47 |
PanTerra |
lib.nav.20.1 = tmenu |
| 09:48 |
PanTerra |
lib.nav = COA |
| 09:56 |
maholtz|WORK |
well typoScript is case sensitiv! |
| 09:56 |
PanTerra |
ok |
| 09:56 |
maholtz|WORK |
there are lib.nav.20.1.NO ACT CUR etc |
| 09:56 |
maholtz|WORK |
they are MENUITEMS |
| 09:56 |
maholtz|WORK |
have an look at TSref |
| 09:56 |
maholtz|WORK |
what is possible in MENUITEMS |
| 09:57 |
PanTerra |
ok |
| 09:57 |
PanTerra |
I have NO and ACT |
| 09:58 |
xN33D |
maybe someone can help me here.. i've made a Typo3 website for somebody, and i gave him (as editor) access to all the stuff he need. but he can't add some element in the LEFT COLUMN |
| 09:59 |
maholtz|WORK |
add some text in your menuitems |
| 09:59 |
xN33D |
if he does that, then the element comes in the NORMAL COLUMN, and can't find the solution.. |
| 10:00 |
xN33D |
if i move the element to the LEFT COLUMN, he CAN edit it.. |
| 10:00 |
maholtz|WORK |
he can not see element "column"? |
| 10:01 |
xN33D |
No... he can't place an element(like TEXT or plugin) IN the "LEFT COLUMN" |
| 10:01 |
PanTerra |
I think I ve seen where to put it :-D |
| 10:01 |
PanTerra |
I have in NO = 1 the AtagTitle |
| 10:02 |
PanTerra |
this has a propertie field = abstract//description//subtitle |
| 10:02 |
maholtz|WORK |
sets tilte-attribute |
| 10:03 |
maholtz|WORK |
use allWrap |
| 10:03 |
maholtz|WORK |
or before |
| 10:03 |
maholtz|WORK |
or after |
| 10:03 |
maholtz|WORK |
or stdWrap.wrap |
| 10:03 |
maholtz|WORK |
use an property with datatype "stdWrap" |
| 10:03 |
maholtz|WORK |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/ |
| 10:04 |
maholtz|WORK |
should the menutitle the name of the user only? |
| 10:04 |
PanTerra |
no it should be about <username> |
| 10:05 |
PanTerra |
but it is for only 1 page |
| 10:05 |
maholtz|WORK |
ok, if you have there some additionaltext in your elements, have an look at stdWrap.cObject |
| 10:05 |
PanTerra |
ok |
| 10:06 |
PanTerra |
lib.nav.20.1.NO.allWrap =<li>|</li> |
| 10:06 |
maholtz|WORK |
(at first we will do it for all pages;) |
| 10:06 |
PanTerra |
should I change this ? |
| 10:06 |
xN33D |
moholtz|WORK: you don't know that problem i guess? :( |
| 10:06 |
maholtz|WORK |
try and look what happens, read tsref:) |
| 10:06 |
PanTerra |
ok |
| 10:08 |
maholtz|WORK |
@xN33D: check if he can select the column (i answerd you above) |
| 10:10 |
PanTerra |
I changed it to test and now only 1 of four menu items is visible, however it is not showing the text "test" in the source it does |
| 10:11 |
PanTerra |
but I think I know what to do to get it to work so it shows the username |
| 10:12 |
PanTerra |
is the easiest way to get this only in 1 menu item to make a conditional on pageid ? |
| 10:12 |
maholtz|WORK |
you cannot do it via condition |
| 10:12 |
PanTerra |
the text "test" is on my screen |
| 10:12 |
maholtz|WORK |
condition is on pagelevel |
| 10:12 |
PanTerra |
ok |
| 10:12 |
PanTerra |
of course |
| 10:12 |
maholtz|WORK |
so you can change behavior per page, but the menu is renderd on all pages |
| 10:13 |
PanTerra |
so it should be in the menu |
| 10:14 |
maholtz|WORK |
have an look at stdWrap->override and stdWrap -> if in combination you can add your username on an specific page |
| 10:14 |
dot1 |
hello guys |
| 10:19 |
PanTerra |
I think I get the idea |
| 10:20 |
PanTerra |
so I get a normal stdwraw wich shows the page name and if the override conditions are true it will put in the username :-D |
| 10:21 |
maholtz|WORK |
yep:) |
| 10:21 |
maholtz|WORK |
if you want to show some code please use pastebin |
| 10:21 |
maholtz|WORK |
if it works please put it into support.typo3.org/snippets |
| 10:21 |
PanTerra |
I use the web irc |
| 10:22 |
PanTerra |
I will |
| 10:23 |
PanTerra |
I also have a sub menu, is there a quick std property to hide the levels before the actual level and always show level 0 ? |
| 10:24 |
GeorgesAbitbol |
I have created an extension that get some pages according to language. When pages are not translated, I want to get the orinigal one. How could I do it ? |
| 10:33 |
m4rtijn |
hi all |
| 10:36 |
xN33D |
hi m4rtijn |
| 10:41 |
PanTerra |
I have to reboot |
| 10:41 |
maholtz|WORK |
@xN33D: problem solved? |
| 10:48 |
xN33D |
maholtz|WORK: no... but if i swith to his account, then i can see the LEFT COLUMN, he can edit all elements in the LEFT COLLUMN, but when he add a TEXT element in de LEFT COLUMN, he comes in the NORMAL COLUMN.. |
| 10:49 |
xN33D |
the TEXT element is for example.. |
| 10:49 |
maholtz|WORK |
hi PanTerra: i am not sure, if i understood your question about submenu, but do it after you have your username like you want |
| 10:49 |
PanTerra |
:D |
| 10:49 |
maholtz|WORK |
@xN33D: there is a selectbox "columns" in all of your elements if you did everything right |
| 10:50 |
xN33D |
hmm can't see it with his account, i switch to my acc |
| 10:50 |
PanTerra |
ok I tried getting the username in the menu lib.nav.20.1.NO.linkWrap = <span>| TSFE:fe_user|user|username</span> but obviously this isn`t working |
| 10:51 |
xN33D |
hmm you're right.. |
| 10:51 |
Grumbl |
Hi, does anyone know if there is an extension like which does something like "gui for page ts config"? |
| 10:52 |
PanTerra |
I see the text TSFE:fe_user|user|username in my menu so it is on the right place |
| 10:52 |
PanTerra |
i think |
| 10:52 |
maholtz|WORK |
only in the one menuelement you want to? |
| 10:52 |
Roofiej0 |
Hi all |
| 10:52 |
maholtz|WORK |
you did it via override? |
| 10:52 |
PanTerra |
nope still all menu items |
| 10:52 |
maholtz|WORK |
@hello Roofiej0 |
| 10:53 |
xN33D |
I'am so stupid.. but it works now maholtz|WORK :) thanks for the info |
| 10:53 |
Roofiej0 |
Where can I find a good tutorial about RSS with tt_news |
| 10:53 |
maholtz|WORK |
do it via override and use override.cObject = TEXT etc |
| 10:53 |
maholtz|WORK |
@xN33D: np:) |
| 10:53 |
maholtz|WORK |
@Roofiej0: in the manual |
| 10:53 |
Roofiej0 |
But it doesn't work to me :P |
| 10:55 |
maholtz|WORK |
perhaps there is something in the wiki.typo3.org |
| 10:55 |
maholtz|WORK |
if not, you could start a tutuorial |
| 11:00 |
Jigal |
I have a TemplaVoila DS/DO which I want to use for several pages, but on some of the pages I need one of the data elements which is set for Content Elements to show the results from some Typoscript. |
| 11:00 |
Jigal |
Is there a way to replace the content set in the Page module with the output from some TS? |
| 11:38 |
Jigal |
Solved it by adding a new element to the DS (for the Typoscript) and creating a second TO. First TO maps content element to the div, second TO maps Typoscript to the div. TemplaVoila still feels complicated to me :-( |
| 11:40 |
maholtz|WORK |
afaik it should be easy for editor not for administrator? |
| 11:42 |
dokma |
hi guys |
| 11:42 |
dokma |
was trying to use splitChar on NO.linkWrap to be able to split links with vertical bars but did not work |
| 11:42 |
dokma |
NO.linkWrap = : | |*| : | |*| : |
| 11:42 |
dokma |
NO.linkWrap.splitChar = : |
| 11:42 |
dokma |
what's the deal? |
| 11:43 |
maholtz|WORK |
where did you take "splitChar" from? i cannot see it in tsref |
| 11:44 |
maholtz|WORK |
(on linkWrap) |
| 11:47 |
PanTerra |
maholtz, how can i send code to you ? |
| 11:48 |
maholtz|WORK |
http://phpfi.com |
| 11:51 |
PanTerra |
and then ? |
| 11:52 |
PanTerra |
this is the title : username in menu (not working yet) |
| 11:58 |
Rover_ |
Hi |
| 11:58 |
Rover_ |
What is a good plugin for making an RSS feed off tt_news |
| 11:59 |
Rover_ |
What is a good plugin for making an RSS feed off tt_news |
| 12:00 |
Rover_ |
+tn |
| 12:01 |
Rover_ |
+help |
| 12:01 |
kingston |
hi |
| 12:01 |
Rover_ |
Hi |
| 12:01 |
kingston |
I have a problem with my website with typo |
| 12:01 |
Rover_ |
Just ask |
| 12:01 |
deborah^ |
kingston: sounds familiar |
| 12:02 |
kingston |
I can not open all sites, but I only used one template |
| 12:02 |
Rover_ |
What is a good plugin for making a RSS feed from tt_news |
| 12:02 |
kingston |
look at www.delta-h.de/typo3 |
| 12:03 |
kingston |
this comment was for deborah^ |
| 12:04 |
dokma |
maholtz|WORK: you're right |
| 12:04 |
dokma |
it wasn't there |
| 12:04 |
dokma |
seemed logical to me that it should be |
| 12:04 |
dokma |
I am playing with NO.stdWrap2 now |
| 12:04 |
kingston |
ah |
| 12:05 |
kingston |
but how can I reset my problem |
| 12:14 |
FloLeBlanc |
hi all |
| 12:18 |
Jigal |
FloLeBlanc: you're absolutely right :-P |
| 12:18 |
FloLeBlanc |
I know. Jigal is right that I'm right! :) |
| 12:18 |
FloLeBlanc |
hi Jigal |
| 12:19 |
Jigal |
Hi Flo! |
| 12:20 |
Jigal |
I'm fighting with TemplaVoila... TV is still winning :-( |
| 12:22 |
FloLeBlanc |
:( sorry never used it |
| 12:25 |
deborah^ |
Any LDAP users here? |
| 12:48 |
deborah^ |
AD maybe? :/ |
| 13:03 |
maholtz|WORK |
@PanTerra: back now - if you paste your code to phpfi.com post the link to your item here |
| 13:18 |
theconic |
hey guys, since i updated typo3 on 4.2.1 my Modern FAQ extension doesn't work anymore... |
| 13:19 |
theconic |
someone here who has/had the same problem? |
| 13:19 |
m4rtijn |
nope.. I have 4.2.1 with irfaq running fine |
| 13:20 |
theconic |
ok, then the problem is me ;) |
| 13:20 |
theconic |
thanks |
| 13:20 |
m4rtijn |
maybe ure using an old irfaq version? |
| 13:20 |
theconic |
no... |
| 13:21 |
theconic |
i updated irfaq and since then it only shows the headline |
| 13:21 |
m4rtijn |
did u include the new styled content |
| 13:21 |
theconic |
er... |
| 13:21 |
m4rtijn |
from the extension |
| 13:22 |
theconic |
probably not... |
| 13:22 |
theconic |
how do i do that? ^^ |
| 13:23 |
theconic |
this is foreign to me... |
| 13:23 |
m4rtijn |
template module on your root |
| 13:23 |
m4rtijn |
then.. edit the include section |
| 13:23 |
m4rtijn |
and add irfaq styles |
| 13:25 |
theconic |
in "resources" ? |
| 13:26 |
theconic |
don't understand why i have to do this, because before the extension worked fine... |
| 13:26 |
theconic |
without including anything |
| 13:26 |
m4rtijn |
maybe u were lucky |
| 13:26 |
m4rtijn |
its needed |
| 13:26 |
theconic |
ok |
| 13:26 |
theconic |
then i was lucky |
| 13:27 |
theconic |
template module -> root -> info/modify? |
| 13:28 |
theconic |
never did that before |
| 13:32 |
m4rtijn |
jep info - modify |
| 13:34 |
theconic |
Include static (from extensions): 2 of 9 selected |
| 13:34 |
theconic |
i wasn't aware of that before |
| 13:35 |
m4rtijn |
very important |
| 13:35 |
m4rtijn |
:p |
| 13:35 |
theconic |
what does that include? are these settings? or stylesheets? ^^ |
| 13:35 |
m4rtijn |
depends on the extension |
| 13:35 |
theconic |
hmm |
| 13:36 |
m4rtijn |
and on what u include |
| 13:36 |
theconic |
ans is there a reason to not include that? |
| 13:36 |
theconic |
aaaaaaaaaaah |
| 13:36 |
m4rtijn |
hmm, I cant think of any |
| 13:36 |
theconic |
now i see ;) |
| 13:36 |
m4rtijn |
mostly its for styles |
| 13:36 |
theconic |
e.g. for tt_news there are different stylesheets... |
| 13:36 |
m4rtijn |
but it also allows some settings in the -constants - section |
| 13:36 |
theconic |
right? |
| 13:37 |
m4rtijn |
yep |
| 13:37 |
theconic |
now it makes sense |
| 13:37 |
m4rtijn |
but if its not included for tt_news for example.. |
| 13:37 |
m4rtijn |
you couldn't set the number of list items to be shown in the -constants- section of your template |
| 13:38 |
theconic |
aha... |
| 13:38 |
theconic |
i see |
| 13:38 |
theconic |
thanks, hope it will work now |
| 13:40 |
theconic |
but until now i only had css_styled_content and tt_news included and there are many others (of course) |
| 13:40 |
theconic |
why did everything work until now? ^^ |
| 13:41 |
m4rtijn |
lucky |
| 13:42 |
m4rtijn |
its like with the heading of irfaq - standard html is no problem |
| 13:42 |
m4rtijn |
that was displayed.. |
| 13:42 |
theconic |
ok... |
| 13:42 |
PanTerra |
Im back now |
| 13:42 |
theconic |
then if i install a new extension i should look there first |
| 13:42 |
m4rtijn |
yep |
| 13:42 |
theconic |
before i want to run it |
| 13:42 |
skipjack |
Hello |
| 13:43 |
m4rtijn |
hi |
| 13:43 |
theconic |
ok, thanks |
| 13:43 |
m4rtijn |
yw |
| 13:43 |
theconic |
one day i will write a book like "the first 1000 thinks you have to look for before running a typo3 site" ;P |
| 13:43 |
m4rtijn |
hehe |
| 13:44 |
skipjack |
I have some trouble with rteHtmlarea .. I have defined RTE.classes.greentext {name = Grün value = color: #44A12A; } and RTE.default.classesCharacter = greentext, author |
| 13:44 |
skipjack |
but I can't see any style |
| 13:45 |
m4rtijn |
try without using german char ü |
| 13:45 |
m4rtijn |
just in case thats the problem... |
| 13:47 |
theconic |
m4rtijn: works! thanks.... |
| 13:47 |
m4rtijn |
you're welcome |
| 13:48 |
skipjack |
m4rtijn: my style does not appear also without german char |
| 13:52 |
m4rtijn |
skipjack - which typo3 version? |
| 13:52 |
PanTerra |
@maholtz http://phpfi.com/334917 |
| 13:52 |
skipjack |
m4rtijn: 4.1.5 |
| 13:53 |
skipjack |
http://phpfi.com/334918 |
| 13:53 |
m4rtijn |
check this code: maybe it helps.. http://www.typo3-jack.net/typo3-english-lists-netfielders-de/10651-typo3-typo3-rte-rte-not-showing-paragraph-classes-firefox-opera-ie7-0-only-ie6.html |
| 13:53 |
nd__ |
Aloha |
| 13:54 |
nd__ |
Anyone into tt_address? I cannot get it to output my email-address as a link (and encrypted)... |
| 13:54 |
m4rtijn |
hi nd |
| 13:54 |
maholtz|WORK |
@PanTerra: works? |
| 13:54 |
PanTerra |
nope not yet |
| 13:55 |
PanTerra |
the condition works |
| 13:55 |
maholtz|WORK |
remove doNotLinkIt |
| 13:55 |
maholtz|WORK |
remove typolink.parameter |
| 13:55 |
maholtz|WORK |
you do not want to change a link-parameter |
| 13:56 |
PanTerra |
ok |
| 13:56 |
maholtz|WORK |
stdWrap.override |
| 13:57 |
theconic |
is it right that i only have to write something like "config.locale_all = deu_deu" in my main template to set the default extension language to my language? (just yes/no) |
| 13:59 |
PanTerra |
now i get numbers in my menu |
| 14:00 |
PanTerra |
only id 10 is about or COA_INT |
| 14:00 |
maholtz|WORK |
paste again |
| 14:02 |
PanTerra |
http://phpfi.com/334920 |
| 14:02 |
PanTerra |
now I see the username in the menu |
| 14:02 |
PanTerra |
:D |
| 14:03 |
nd__ |
Anyone has a clue? Here http://phpfi.com/334921 are my two templates. One works -- I get the email, the other does not. I cannot see my error... |
| 14:03 |
maholtz|WORK |
eyerything fine? |
| 14:03 |
PanTerra |
only the numbers need to change to the title |
| 14:03 |
PanTerra |
and a standard prefix before the username |
| 14:03 |
maholtz|WORK |
@PanTerra: you have override twice |
| 14:03 |
maholtz|WORK |
you override your override |
| 14:04 |
maholtz|WORK |
stdWrap.override.if... |
| 14:04 |
maholtz|WORK |
only |
| 14:04 |
maholtz|WORK |
stdWrap.override < temp.. too |
| 14:04 |
PanTerra |
can you put it in phpfi ? |
| 14:05 |
maholtz|WORK |
http://phpfi.com/334922 |
| 14:07 |
PanTerra |
:D this works |
| 14:07 |
PanTerra |
where can i put in a prefix before the username |
| 14:08 |
maholtz|WORK |
into your temp |
| 14:08 |
PanTerra |
in php it would be something like about . username etc |
| 14:08 |
maholtz|WORK |
10.noTrimWrap = |prefix | postfix| |
| 14:08 |
maholtz|WORK |
without trimmed spaces |
| 14:09 |
theconic |
ok worked it... (with the language) |
| 14:11 |
PanTerra |
This works |
| 14:11 |
PanTerra |
:D |
| 14:11 |
PanTerra |
can I put lib.nav.20.1.ACT = lib.nav.20.1.NO ??? |
| 14:12 |
maholtz|WORK |
use =< (reference) instead of setting an value |
| 14:12 |
maholtz|WORK |
ore use < (copy) |
| 14:14 |
HankS |
hi guys, i am new here. is there anyone who can help me quick or show me where to read in the internet to get my problem solved? I want to know if there is a possibility to automaticly enter the page:title in the normal Text-content (like I use <LINK>). i.e. Text: Welcome to the part <page:title> |
| 14:14 |
PanTerra |
yep it works perfect |
| 14:15 |
HankS |
do i need an extentions for it? |
| 14:15 |
PanTerra |
how can I put this code on the typo 3 snippets ? |
| 14:17 |
maholtz|WORK |
http://support.typo3.org/snippets/ |
| 14:17 |
maholtz|WORK |
if you have an typo3.org account (you get it for free) then you have to log in |
| 14:17 |
PanTerra |
http://phpfi.com/334924 |
| 14:17 |
maholtz|WORK |
on the topright there is a point "new snippet" |
| 14:17 |
PanTerra |
this is wat it is now |
| 14:17 |
PanTerra |
I put in some comments |
| 14:17 |
maholtz|WORK |
yep |
| 14:18 |
maholtz|WORK |
does it work? |
| 14:18 |
maholtz|WORK |
like you want |
| 14:18 |
PanTerra |
yup |
| 14:18 |
PanTerra |
perfectly |
| 14:18 |
maholtz|WORK |
was it difficult? |
| 14:19 |
PanTerra |
I had a good helpdesk ;) |
| 14:19 |
maholtz|WORK |
thanks:) |
| 14:19 |
ries2 |
. |
| 14:21 |
PanTerra |
I have put in in the typo3 snippets |
| 14:22 |
maholtz|WORK |
perfect:) |
| 14:22 |
PanTerra |
now I can brag to my colleages :p |
| 14:22 |
PanTerra |
but I will also refer to u |
| 14:22 |
maholtz|WORK |
:) np |
| 14:23 |
PanTerra |
thanks |
| 14:24 |
PanTerra |
for the other challenge i`ll come back later |
| 14:24 |
PanTerra |
bye |
| 14:25 |
m4rtijn |
HankS - u dont need an extension |
| 14:29 |
pulponair |
is there a way to pass the t3 be session id via get in case the client does not support cookies? |
| 14:29 |
m4rtijn |
HankS - u can use smth like this: http://phpfi.com/334926 |
| 14:47 |
martinklepsch |
hello, could anybody explain me how to not show a complete module group? google didnt helped |
| 14:47 |
m4rtijn |
hm, not show it how? |
| 14:47 |
martinklepsch |
in special i use DAM and i didnt need the file module |
| 14:48 |
martinklepsch |
but it will show because of an ext for upload... |
| 14:49 |
martinklepsch |
i would that the module group doesnt display at any time |
| 14:51 |
m4rtijn |
hmm i dont know.. |
| 15:00 |
skipjack |
waa I hate this rte editor .. |
| 15:17 |
dinsdale07 |
martinklepsch: I don't know whether I understood correctly but you can remove a module for a particular user in the user admin |
| 15:20 |
dinsdale07 |
hide is maybe the better word: it's in list-the world globe - access rights - modules. |
| 15:21 |
dinsdale07 |
skipjack: tried tinyRTE yet? |
| 15:26 |
Jigal |
martinklepsch: dinsdale07 is right about hiding items in the left menu. Best to create a group and set all the settings in the group, then put all BE user who need these settings in that goup |
| 15:27 |
Jigal |
martinklepsch: first need to enable the access lists with the checkbox on the Access Lists tab, then you select which items should be shown for that group. |
| 15:27 |
maholtz|WORK |
@Jigal, dinsdale07: martinklepsch has left |
| 15:28 |
Jigal |
maholtz|WORK: thanks didn't see it, but yes it says that he left :-( |
| 15:28 |
maholtz|WORK |
if he had 9 minutes more time he would have been happy:( |
| 15:28 |
dinsdale07 |
bummer :-) |
| 15:29 |
Jigal |
that's often the case: ask question, shout complaint... wait 2 minutes... leave. |
| 15:32 |
dinsdale07 |
on the contrary, does anyone know whether you actually can "export" "import" user/group settings easily? I'm thinking about a standard user with less backend options I could use as a starting point in my projects. |
| 15:33 |
mrobilla |
hey guys |
| 15:33 |
m4rtijn |
you can copy the user-group dinsdale07 |
| 15:34 |
dinsdale07 |
like just export it as t3d? |
| 15:35 |
m4rtijn |
ah, you mean from one typo3 site to another? |
| 15:35 |
mrobilla |
question in typoscript, i want to give the choice of language for the users of my website. The multilingue is working but I want a link for it like: French / English |
| 15:36 |
dinsdale07 |
yes. Actually setting up a user is quite timeconsuming and many of my clients actually asked when they saw the backend whether this is to administer the website or fly a plane :-) |
| 15:37 |
mrobilla |
here is what i have at the moment: ## language [start] |
| 15:37 |
mrobilla |
lib.language = HMENU |
| 15:37 |
mrobilla |
lib.language.wrap = | |
| 15:37 |
mrobilla |
lib.language.special = language |
| 15:37 |
mrobilla |
lib.language.special.value = 1,2 |
| 15:37 |
mrobilla |
lib.language.1 = TMENU |
| 15:37 |
mrobilla |
lib.language.1.NO { |
| 15:37 |
mrobilla |
stdWrap.field = subtitle |
| 15:37 |
mrobilla |
linkWrap = |Yo| |Yo2| |
| 15:37 |
mrobilla |
##target = page |
| 15:37 |
mrobilla |
##allwrap = <a href="">|</a> |
| 15:37 |
mrobilla |
} |
| 15:37 |
mrobilla |
lib.language.1.ACT { |
| 15:37 |
mrobilla |
target = page |
| 15:37 |
mrobilla |
} |
| 15:37 |
mrobilla |
maybe someone can explain me how linkwrap wrok |
| 15:37 |
mrobilla |
work* |
| 15:37 |
maholtz|WORK |
@mrobilla: please read forum topic: paste code into phpfi.com and poste here only link to it - so it is really hard to follow your code |
| 15:38 |
dinsdale07 |
mrobilla - tried the extension sr_language_menu yet? |
| 15:38 |
mrobilla |
no, is this good? |
| 15:39 |
hatschi |
hey, I'm using typo3 4.0.2 and I'm trying to install cal extension. I'm only receiving "No file uploaded! Probably the file was too large for PHPs internal limit for uploadable files". Can anyone help me? |
| 15:40 |
dinsdale07 |
mrobilla: that's what I use for my projects. to be honest for my purpose it just works, I did not have to do to many modifications. |
| 15:42 |
m4rtijn |
mrobilla - i used it as well |
| 15:42 |
Mangan |
hello everybody! I've got a quite simple question, that took me already many many hours. In TypoScript I often need values from extensions, that I read with "value = GPvar : extension | value" ... To use this I create typolinks with additional "&extension[value]" to make them present. This is indeed no good solution. So I would like to directly read from SESSION VARIABLES in TYPOSCRIPT - any hints, ideas, snippets? Thanks! |
| 15:42 |
dinsdale07 |
:hatschi, do you have ftp access to your server? |
| 15:42 |
hatschi |
dinsdale07, no |
| 15:43 |
Jigal |
mrobilla: in the document Frontend Localization Guide (http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/current/) there are nice examples of language menus in Typooscript |
| 15:43 |
hatschi |
dinsdale07, I suppose you wanted to tell me, to upload the .t3x file directly into typo3conf/ext/ ? |
| 15:43 |
dinsdale07 |
:hatschi that's what I was thinking about |
| 15:44 |
maholtz|WORK |
@Mangan: i am not sure, but perhaps getIndpEnv:HTTP_COOKIE_VARS|xyz could work |
| 15:44 |
hatschi |
well, I already tried it when I had access to it, but it looked like it was not there |
| 15:45 |
mrobilla |
thanks I trying it at the moment |
| 15:47 |
dinsdale07 |
hatschi: and changing the upload limit in your php.ini? |
| 15:48 |
hatschi |
php_admin_value upload_max_filesize 10M |
| 15:48 |
hatschi |
# Maximum allowed size for uploaded files (PHP defaults to 2MB) |
| 15:48 |
hatschi |
php_admin_value upload_max_filesize 10M |
| 15:48 |
hatschi |
# Maximum amount of memory a script may consume (PHP defaults to 8MB) |
| 15:48 |
hatschi |
php_admin_value memory_limit 16M |
| 15:48 |
Jigal |
Mangan: in TSRef, page 8 is a list of everything you can retrieve. Maybe the data you search is in TSFE, environment vars, db, etc? |
| 15:48 |
hatschi |
no idea about php.ini but it should be something over 3mb |
| 15:48 |
Mangan |
Hello maholtz, a quick try with getIndpEnv:HTTP_COOKIE_VARS|value brought no result ... |
| 15:48 |
hatschi |
and cal extension is about 3,3MB |
| 15:49 |
Mangan |
Hello Jigal: is there a standard place where extensions store their session data? |
| 15:49 |
dinsdale07 |
I remember there were 2 different settings in php.ini for file uploads, if it's a file size upload problem |
| 15:49 |
Jigal |
Mangan: of course not :-) |
| 15:50 |
hatschi |
dinsdale07, If I had ftp access, where should I upload the t3x file ? |
| 15:50 |
hatschi |
I tried it on my local installation which is the same |
| 15:50 |
Jigal |
Mangan: session data, as in PHP $_SESSION[] may not be available in TS. |
| 15:51 |
hatschi |
and typo3 simply doesn't recognize the new *.tex file |
| 15:51 |
dinsdale07 |
post_maxsize and upload_max_filezize I think |
| 15:52 |
dinsdale07 |
I think if you simply upload it, it is still missing in the extension array in typo3conf/localconf.php |
| 15:53 |
hatschi |
jesus, no idea what to type in |
| 15:53 |
dinsdale07 |
what is the exact error message when you try to import from TER? |
| 15:53 |
maholtz|WORK |
you must not edit typo3conf/localconf.php by hand for that |
| 15:53 |
hatschi |
No file uploaded! Probably the file was too large for PHPs internal limit for uploadable files |
| 15:53 |
hatschi |
written in red letters |
| 15:54 |
maholtz|WORK |
you can upload an unpacked cal (perhaps from an different typo3 installation) to typo3conf/ext/cal |
| 15:54 |
maholtz|WORK |
and than install it via em |
| 15:54 |
hatschi |
does that work? |
| 15:54 |
hatschi |
isnt there anything else that gets "registered" somewhere? |
| 15:54 |
maholtz|WORK |
not if it not installed yet |
| 15:55 |
hatschi |
how sure are you, if I might ask? |
| 15:55 |
maholtz|WORK |
so you can upload it and then in em you can see it as not installed extension |
| 15:55 |
maholtz|WORK |
100% |
| 15:55 |
hatschi |
k |
| 15:55 |
hatschi |
i'll try that |
| 15:55 |
maholtz|WORK |
but you need the files |
| 15:55 |
maholtz|WORK |
not the t3d file |
| 15:55 |
hatschi |
no problem |
| 15:55 |
hatschi |
I guess I have about 4 typo3 installations localy |
| 15:55 |
teppi|working |
OK! |
| 15:56 |
hatschi |
just one online with restricted access :( |
| 15:59 |
hatschi |
seems to work |
| 15:59 |
hatschi |
when I import the plugin as 'usual' |
| 16:00 |
hatschi |
it gives me the messages: SUCCESS: $path./typo3conf/ext/devlog/ |
| 16:00 |
hatschi |
and |
| 16:01 |
HankS |
HI all. I have talked this over with m4rtijn (thank you m4rtijn), but we have found no solution: I want to replace VARIABLES in the RTE with pre-defined Text and Grafics. Not in the Template, in the RTE! I found a extension "customlogo" where i can define Variables to change them to grafics, something like this:tt_content.text.20.parseFunc.short.GRAFIC = <img src="typo3conf/ext/customlogo/image.gif"> . Everytime |
| 16:01 |
hatschi |
TYPO3_MOD_PATH and $BACK_PATH was updated in "typo3conf/ext/devlog/mod1/conf.php" |
| 16:01 |
hatschi |
can I ignore this or do I have to be afraid of? |
| 16:05 |
dinsdale07 |
hm - that seems to come from the devlog, not the cal extension - no? |
| 16:05 |
hatschi |
yeah, I tried it with devlog as I already have installed cal |
| 16:05 |
hatschi |
i'm setting up a new typo3 to test it with cal right now |
| 16:06 |
dinsdale07 |
To me it sounds alright - I think the extension has to be aware of where it can be found and these variables have been updated. |
| 16:07 |
hatschi |
yes but when I just copy the files I can't import the extension, so this dialog step is missing |
| 16:07 |
mrobilla |
It work now with the sr_language_menu ! is there a mean to change the style of select box? |
| 16:08 |
dinsdale07 |
does the extension show up in Extension manager? |
| 16:08 |
hatschi |
yes |
| 16:08 |
dinsdale07 |
does it ask you to do the database updates? |
| 16:08 |
maholtz|WORK |
@hatschi:if you have uploaded the extension, you only need to go to "install extensions" |
| 16:08 |
maholtz|WORK |
and install it |
| 16:08 |
maholtz|WORK |
no import need then |
| 16:09 |
hatschi |
yes the prompt for database tables appears |
| 16:09 |
dinsdale07 |
I think you shoudl be fine then. I'd try the extension to see whether it works properly |
| 16:11 |
dinsdale07 |
rmrobilla: - if you look in module Template - typoscript Object Browser for plugin.sr_language.menu.templatefile you see the template it uses |
| 16:13 |
hatschi |
seems to be ok |
| 16:19 |
beeeviz |
hey, is there a way to do some kind of "else" on userFunc conditions? |
| 16:19 |
beeeviz |
currently i've got: |
| 16:19 |
beeeviz |
[userFunc = user_res(1)] |
| 16:19 |
beeeviz |
do.Stuff |
| 16:19 |
beeeviz |
[end] |
| 16:20 |
beeeviz |
now i need something like [userFunc = user_res(1)]do.stuff[else]do.other.stuff[end] |
| 16:20 |
beeeviz |
any idea? |
| 16:20 |
Tsoots |
[else]? |
| 16:20 |
Tsoots |
and then [global] |
| 16:20 |
beeeviz |
does it work on userfunctions? |
| 16:20 |
Tsoots |
no idea |
| 16:20 |
Tsoots |
was my idea |
| 16:21 |
Tsoots |
not too hard to test tho |
| 16:21 |
maholtz|WORK |
yep, should work |
| 16:23 |
HankS |
HI all. I have talked this over with m4rtijn (thank you m4rtijn), but we have found no solution: I want to replace VARIABLES in the RTE with pre-defined Text and Grafics. Not in the Template, in the RTE! I found a extension "customlogo" where i can define Variables to change them to grafics, something like this:tt_content.text.20.parseFunc.short.GRAFIC = <img src="typo3conf/ext/customlogo/image.gif"> . Everytime |
| 16:29 |
peyrol |
hello all |
| 16:29 |
dokma |
hi |
| 16:29 |
peyrol |
i'm looking for some help with chc_forum plugin (i can install on 1 host but can't install on another).. |
| 16:30 |
dokma |
details? |
| 16:30 |
peyrol |
i mean i can install but after all i can't see forum on front end page |
| 16:30 |
dokma |
btw did you check out mm_forum? |
| 16:30 |
dokma |
much cleaner programming |
| 16:31 |
peyrol |
no i didn't check - i'm very newbie with this thing's but I like idea of typo :) |
| 16:31 |
dokma |
perhaps mm_forum will ease your paing |
| 16:31 |
dokma |
and in my opinion is a better solution anyway |
| 16:33 |
peyrol |
I have one more tip - after install tt_board (or something like that) i Have got the same situation on the first host everything is ok but on the another I can't see ity |
| 16:33 |
peyrol |
it in the frontend - i know i make mistake but I don't know where |
| 16:34 |
conic |
what is the best way to make a backup of the complete typo3? |
| 16:34 |
m4rtijn |
there is no best way i guess |
| 16:35 |
conic |
and which are the most secure ones? |
| 16:35 |
m4rtijn |
easiest ist dumping the DB and copy your files |
| 16:35 |
dinsdale07 |
database - dumb, files - coyp; done. |
| 16:35 |
conic |
ok... |
| 16:35 |
peyrol |
i Have one more question did I should see mm_forum in extension module after update list of extenstions (in serach) ? |
| 16:35 |
peyrol |
i can't see it... |
| 16:35 |
peyrol |
in import secion |
| 16:36 |
peyrol |
section |
| 16:36 |
dinsdale07 |
:conic - is this a one time backup or do you want to transfer to another server? |
| 16:38 |
conic |
dinsdale07: neither nor... I want to backup it for the case that the server crashes... |
| 16:38 |
Mangan |
I still search a variable somewhere accessible via TSFE, GPvar, paramters, getenv, ... how can I display the whole bunch of arrays to look for the value I need? Is there some debug option to do this? |
| 16:38 |
conic |
so i will have to backup it all 3 days or so... |
| 16:39 |
m4rtijn |
conic just write a cronjob |
| 16:39 |
m4rtijn |
if the server does not backup the DB automatically |
| 16:39 |
Phlogi |
is this allowed? 3.stdWrap.typolink.parameter = 0 |
| 16:39 |
Phlogi |
does typo3 then pick up the first subpage under the world sphere? |
| 16:39 |
m4rtijn |
hehe |
| 16:40 |
m4rtijn |
its a scheduled task conic |
| 16:40 |
conic |
sounds senseful... |
| 16:41 |
conic |
is there a phpmyadmin option for that? |
| 16:41 |
dinsdale07 |
yes but don't bother, commandline is much quicker |
| 16:42 |
dinsdale07 |
Dump mysql database |
| 16:42 |
dinsdale07 |
mysqldump -u [username] -p [password] [databasename] > [backupfile.sql] |
| 16:42 |
No5251 |
hi |
| 16:42 |
maholtz|WORK |
have to leave now - bye |
| 16:42 |
m4rtijn |
cu maholtz |
| 16:42 |
conic |
bye... |
| 16:43 |
No5251 |
what mistake have i done if the output of my extension is not writte into $content['pObj']->content |
| 16:43 |
No5251 |
? |
| 16:43 |
Phlogi |
what can be the reason if on a tv page, when creating a new page it does not display the availble templates any longer... where do I need to specify that? or include what? |
| 16:43 |
peyrol |
dokma: This value defines the page all user data, i.e. users and user groups, is stored on. |
| 16:44 |
mrobilla |
Jigal: thanks a lot for your awnser |
| 16:44 |
peyrol |
dokma: what i should put there ? sysfolder or the smiple page from page tree? |
| 16:44 |
peyrol |
dokma: ok i got it (page) |
| 16:44 |
Phlogi |
got my lost question solved |
| 16:46 |
Phlogi |
sad, thats its impossible to hide tv template records |
| 16:46 |
hatschi |
thx for help, seems to work just nicely |
| 16:51 |
dinsdale07 |
Phlogi: Can you hide it maybe per user permissions? |
| 16:54 |
dokma |
peyrol: you select the folder where fe users are stored |
| 16:54 |
dokma |
good you got it ;) |
| 16:56 |
Phlogi |
dinsdale07: good idea, thanks |
| 17:02 |
Phlogi |
anyone knows why badbehaviour gives an error like We're sorry, but we could not fulfill your request for /index.php?id=177 on this server when I access a page that just does not exist... an error page for that is setup in localconf and works fine without badbehaviour |
| 17:10 |
peyrol |
dokma: ok i Install mm with select users and usergroup on the front page i put login which send it to forum and mm_forum is invisible also (as chc_forum) |
| 17:10 |
dokma |
url |
| 17:11 |
PanTerra |
hi all |
| 17:11 |
dokma |
peyrol: did you include templates for mm_forum ? |
| 17:11 |
PanTerra |
anyone experience with a java menu ? |
| 17:11 |
peyrol |
I don't know, event i don't know where i Can find it.. but i search |
| 17:12 |
dokma |
peyrol: give me the link to the site |
| 17:12 |
PanTerra |
I `ve got a Tmenu on my site and want a flightmenu on it |
| 17:12 |
dokma |
flightmenu? |
| 17:12 |
PanTerra |
I tried hypernav but cant get iy yo work |
| 17:12 |
PanTerra |
http://typo3.org/documentation/document-library/extension-manuals/hypernav/0.1.0/view/ |
| 17:13 |
peyrol |
dokma: it's internal site |
| 17:13 |
PanTerra |
u see what I want ? |
| 17:13 |
dokma |
peyrol: got to web->templates the your root page in the pagetree |
| 17:13 |
dokma |
PanTerra: a drop down menu |
| 17:13 |
dokma |
? |
| 17:13 |
PanTerra |
yep |
| 17:14 |
dokma |
looks cool |
| 17:14 |
davidbrunnthaler |
how do i tell typo3 to get a part of the page from the normal tt_content table and another part from a selfmade table? |
| 17:14 |
PanTerra |
but my page hangs whenever I try puting it on my page |
| 17:15 |
dokma |
davidbrunnthaler: did you try the select statement in TS ? |
| 17:15 |
PanTerra |
first it gives a blank page and after refresh it hangs |
| 17:15 |
dokma |
PanTerra: hangs? |
| 17:15 |
dokma |
wont load or what? |
| 17:15 |
PanTerra |
until timeout |
| 17:15 |
davidbrunnthaler |
i know that's a very basic question (shame on me). where can i find more info on the select statement? |
| 17:15 |
dokma |
give me the link |
| 17:16 |
dokma |
davidbrunnthaler: in the tsref |
| 17:16 |
PanTerra |
is internal srry |
| 17:16 |
dokma |
on typo3.org |
| 17:16 |
dokma |
in the documentation section |
| 17:16 |
davidbrunnthaler |
ok thx |
| 17:16 |
davidbrunnthaler |
i will have a look |
| 17:16 |
dokma |
davidbrunnthaler: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/5/ |
| 17:17 |
conic |
does someone know a mysql backup tool which one can install on a windows server like normal software, not based on php or so...? |
| 17:18 |
dinsdale07 |
:davidbrunnthaler - http://typo3.area42.de/ typo3 editor with tsref and helpdocuments included. |
| 17:18 |
PanTerra |
@conic mysqladmin |
| 17:18 |
conic |
does it support automatic backups? |
| 17:18 |
PanTerra |
@conic you can find this on the mysql pages |
| 17:18 |
PanTerra |
yes I think so |
| 17:18 |
conic |
thx |
| 17:19 |
dinsdale07 |
I made a similar function in emacs if you happen to be archaic enough to use it :-) |
| 17:19 |
PanTerra |
any Idea for the drop down menu ? |
| 17:20 |
davidbrunnthaler |
dinsdale07: thanks |
| 17:25 |
PanTerra |
I ve turned on errors on the server it shows Fatal error: Call to undefined method tx_hypernav_pi1::stdWrap() in |
| 17:25 |
PanTerra |
any Ideas ? |
| 17:26 |
PanTerra |
typo3_src-4.2.0/typo3/sysext/cms/tslib/class.tslib_menu.php on line 253 this is the file |
| 17:27 |
dinsdale07 |
PanTerra - why are you using 4.2.0? I had problem with some extensions in 4.2.0 which went away in 4.2.1 |
| 17:28 |
dinsdale07 |
just my first idea - I don't know your extension... |
| 17:28 |
PanTerra |
when I started this was the latest stable version |
| 17:29 |
PanTerra |
is it easy to upgrade ? |
| 17:29 |
dinsdale07 |
In my opinion 4.2.1 is definately better. I think there were a couple of bug fixes included so maybe check releasenotes |
| 17:30 |
crisb2010 |
hi there |
| 17:30 |
crisb2010 |
when typo3 scales down my images, it seems as if they have only 256colors. there is no gdlib2 installed on the server. can this be the reason? |
| 17:30 |
dinsdale07 |
PanTerra - you just have to change the symlinks - are you on linux or windows? |
| 17:31 |
PanTerra |
linux |
| 17:31 |
PanTerra |
so I download the new version and change the symlinks |
| 17:31 |
dinsdale07 |
so it's realy as easy as that. point the symlinks to the 4.2.1 |
| 17:32 |
dinsdale07 |
Is this prod or dev system? |
| 17:32 |
PanTerra |
this prod |
| 17:33 |
dinsdale07 |
ok, maybe do a backup of your files first but shouldn't matter, if it doesn't work you switch the symlink back. |
| 17:33 |
chefan |
crisb2010: probably wrong tool for image conversion or setup issue. take a look at the graphic installation options, which image/graphicsmagick is installed and how it's configured |
| 17:33 |
PanTerra |
the site is still in dev but on a prod server |
| 17:33 |
PanTerra |
it`s not online yet |
| 17:33 |
mrobilla |
need an extention that an authentification LDAP, i try this one: eu_ldap |
| 17:34 |
Phlogi_ |
dinsdale07: do you know how to set rights to tv templates? and does anyone know how to set the default template? |
| 17:34 |
dinsdale07 |
ok, I guess it's fine then. I just worked financial so with prod I'm always very wary :-) |
| 17:35 |
PanTerra |
so am I |
| 17:35 |
PanTerra |
Ill make a backup |
| 17:35 |
dinsdale07 |
and dump database and you are good to go. |
| 17:35 |
PanTerra |
I m busy setting up a new intranet for our company |
| 17:36 |
PanTerra |
I can programm in html and php / mysql but i am still a newbe in typo3 |
| 17:36 |
dinsdale07 |
Phlogi: I think the default template get's inherited from whichever template has been set above in the page tree. |
| 17:36 |
chefan |
to avoid the "i have good and bad news. the good news is, that the whole company can take a deep breath and relax for the rest of the day..." effect? *g* |
| 17:37 |
PanTerra |
@chefan this will only happen once per company i guess |
| 17:37 |
dokma |
guys is there a way to allow user admin to delete pages with subpages |
| 17:38 |
PanTerra |
yep recursive delete |
| 17:38 |
PanTerra |
is in the useradmin |
| 17:38 |
PanTerra |
but is a pain in the * to get it working |
| 17:38 |
mrobilla |
anyone know an extention for authentification LDAP? |
| 17:39 |
dokma |
just checked it |
| 17:39 |
dokma |
so let's see now |
| 17:39 |
Phlogi_ |
anyone has an idea how to hide some templates from being chosen in tv? |
| 17:39 |
Phlogi_ |
in backend |
| 17:39 |
Phlogi_ |
I would like to exclude some for the redakteur |
| 17:41 |
dinsdale07 |
Phlogi. I just checked in permissions in usergroup but you cannot select the individual templates. Just some general templavoila options.Would it be a solution to work with folders and give access to only these folders? Not very elegant though ... |
| 17:41 |
peyrol |
i don't know dokma every plugin i install - i cant just see it's working |
| 17:42 |
peyrol |
in fe |
| 17:42 |
dokma |
can't you make it so we can access? |
| 17:42 |
PanTerra |
@dokma does it work ? |
| 17:42 |
peyrol |
sorry but i can't |
| 17:42 |
dokma |
works like a charm for me |
| 17:43 |
PanTerra |
so u ve deleted the entire site in 1 click ? |
| 17:43 |
dokma |
peyrol: then make some screenshots and let us see them |
| 17:43 |
peyrol |
on the another host wich is public all works fine, also on the package typo3 winstaller also |
| 17:43 |
peyrol |
ok :) |
| 17:43 |
dokma |
I had multiple subtrees I wanted to delete |
| 17:43 |
peyrol |
where i can send them? |
| 17:43 |
dokma |
I used the clipboard trick to select them all and delete in one move |
| 17:44 |
dokma |
peyrol: don't you have access to some webserver visible from the outer space? |
| 17:47 |
PanTerra |
I will perform the upgrade tomorrow bye |
| 17:47 |
PanTerra |
thanks for the help |
| 17:49 |
dinsdale07 |
bye PanTerra |
| 17:51 |
m4rtijn |
cu tomorow |
| 17:56 |
peyrol |
dokma: the problem is that in the another installation it's works fine |
| 17:56 |
peyrol |
instalation on the another host other then this |
| 17:56 |
dokma |
that's not unusual |
| 17:56 |
dokma |
but I can't say anything like this |
| 17:56 |
dokma |
I need to take a peek |
| 17:58 |
peyrol |
ok only i just say site where it's not working was install from http://prdownloads.sourceforge.net/typo3/typo3_src+dummy-4.2.1.zip?download by ftp and other host whas installed from 2 packages tar.gz and it's working |
| 18:20 |
posix^ |
mrobilla: if you come up with something re:ldap auth, I'm interested |
| 18:24 |
maholtz|WORK |
@psychomieze: ping |
| 18:25 |
Valda |
hiya |
| 18:25 |
Valda |
anyone has ever did an mvc extension, based on lib/div framework ? |
| 18:27 |
posix^ |
typo3 can do mvc? |
| 18:27 |
posix^ |
hah. http://wiki.typo3.org/index.php/MVC_Framework |
| 18:28 |
chefan |
no |
| 18:28 |
chefan |
not yet |
| 18:28 |
posix^ |
restful? |
| 18:28 |
chefan |
lib/div is alpha/beta and as far as i can see, it's more a preparation for typo3 5.x which is supposed to be mvc'ish |
| 18:29 |
posix^ |
ew @ 'ish' |
| 18:29 |
chefan |
that's an assumption |
| 18:29 |
chefan |
we do our extensions mvc-style, but that is not really integrated nor supported in typo3 |
| 18:29 |
ckoehler |
5.0 will be mvc |
| 18:30 |
peyrol |
dokma: i check on the another host when i put there zip via shell and all works fine |
| 18:30 |
peyrol |
so I'm still searching :) |
| 18:31 |
chefan |
ckoehler: will it have much to do with how typo3 looks now then? |
| 18:31 |
ckoehler |
5.0? no it's a total rewrite |
| 18:31 |
posix^ |
talk about a 'big rewrite' |
| 18:32 |
posix^ |
lol |
| 18:32 |
chefan |
hmm, ok. |
| 18:32 |
ckoehler |
check out flow3 if you want details |
| 18:32 |
ckoehler |
that's what 5.0 will be built with |
| 18:32 |
chefan |
5.0 will be mvc, 6.0 written in python, 7.0 running on zope and 8.0 will be called plone :D |
| 18:33 |
posix^ |
If they're so married to php, why not use Cake? |
| 18:33 |
posix^ |
I'm not really familiar, but I thought that was the goto-framework for php |
| 18:34 |
chefan |
well, a powerful mvc based cms based on php is something that fills a gap, sort of, looking at the availability of reasonably priced/free web platforms |
| 18:35 |
posix^ |
sounds like an invitation for competition.. hm |
| 18:35 |
chefan |
mvc cms/cmf in other languages do exist |
| 18:36 |
posix^ |
rubricks and railfrog come to mind |
| 18:37 |
chefan |
plone |
| 18:37 |
chefan |
the biggest problem of non-php based platforms is hosting |
| 18:38 |
posix^ |
I think I asked this a few days ago, but what's available for typo3 hosting? |
| 18:38 |
ckoehler |
posix^: they looked at all the frameworks out there |
| 18:38 |
ckoehler |
but they weren't powerful enough |
| 18:38 |
ckoehler |
stuff like dependency injection and aop come to mind |
| 18:39 |
chefan |
finding a lampp hosting that suits your needs is quite a no brainer, but if you want tomcat or zope hosting, the selection gets significantly narrower |
| 18:39 |
posix^ |
I've glanced over a few plans, but they looked very 'junior' (price / storage ratios were waaay outta whack) |
| 18:40 |
chefan |
well, you can set up a typo3 on almost all typical hosts with not too restrictive php security policy |
| 18:40 |
chefan |
shared hosting with more than one site on one typo3 instance is out of the question anyway |
| 18:41 |
chefan |
php isn't suitable for that |
| 18:41 |
chefan |
ckoehler: is flow3 what evolved from the working title beer3? |
| 18:42 |
ckoehler |
ask robert |
| 18:42 |
posix^ |
chefan: depends on the site! |
| 18:43 |
posix^ |
I suspect the one I have inherited is pretty low traffic, but I still gotta take a look at the analytics |
| 18:45 |
chefan |
posix^: putting more than one customer on one typo3 instance doesn't make sense, as soon as people have access to extending the typo, they can technically circumvent all security logic, and someone would have to review every individualization |
| 18:45 |
chefan |
and if you don't need the rich variety of extending, you might as well just use joomla or drupal |
| 18:45 |
posix^ |
ah hah |
| 18:45 |
chefan |
typo3 would be a waste of resources in that case, too much overhead |
| 18:45 |
posix^ |
fortunately I only have one instance to deal with |
| 18:49 |
conic |
Problem: i updated my mapping via TV and my menu should now be wrapped differently (like it is supposed to in the new template file) but in my main template nothing is changed |
| 18:49 |
conic |
the wraps which were set before are still the same |
| 18:49 |
conic |
and so in the FE there is no difference |
| 18:49 |
nd__ |
Anyone has a clue how it's possible to fetch pages via tags or similar? I'd use a field not needed else for the tags..>? |
| 19:05 |
dinsdale07 |
nd__: alias, subtitle? |
| 19:06 |
dinsdale07 |
alias works by default which you can use instead of the id to refer to the page |
| 19:08 |
dinsdale07 |
conic: INCLUDE/EXCLUDE for your menu container set incorrectly in TV? You could wrap the whole object via TS as well., |
| 19:09 |
dinsdale07 |
lib.menu.wrap = <div id="something">|</div> |
| 19:29 |
conic |
dinsdale07: should that mean that normally TV rewrites the old wrappings in the main template when u remap with TV? |
| 19:32 |
dinsdale07 |
conic: well, if you remap you usually rewrite your Datastructure completely. If you update though it might be that there are still old mappings which might not exist in the html template... if I understood your question correctly. |
| 19:33 |
dinsdale07 |
they should show up with an exclamationmark though. |
| 19:33 |
conic |
ok... |
| 19:33 |
conic |
i just remapped |
| 19:34 |
conic |
and didn't change the DS/TO |
| 19:34 |
dinsdale07 |
ahh - you have to update the current one or create a new one for it to be effective |
| 19:34 |
dinsdale07 |
otherwise TV just forgets what you did |
| 19:35 |
conic |
ok i never clicked on "Modify DS/TO" |
| 19:36 |
conic |
when i click on modify DS/TO i afterwards have to "save as" |
| 19:36 |
conic |
is this with which i overwrite the old stuff |
| 19:36 |
conic |
? |
| 19:39 |
dinsdale07 |
yep - or update and then select the old record. It will override it. |
| 19:39 |
conic |
ok, back in a minute |
| 19:49 |
conic |
hm, i updated and selected the TO, but in my main template config nothing is changed |
| 19:49 |
conic |
there are still the old wrappings that don't even exist in my new template file... |
| 19:50 |
dinsdale07 |
Did you select the correct template in you page properties? |
| 19:50 |
dinsdale07 |
on the page you are viewing it or in the rootlevel above |
| 19:50 |
dinsdale07 |
and clear cache! |
| 19:50 |
conic |
er... i have overwritten the old DS/TO |
| 19:51 |
conic |
cache cleared... |
| 19:51 |
conic |
there is no new DS/TO so i cannot select the wrong one in my page properties, do i? |
| 19:52 |
dinsdale07 |
strange ... just checking on a template of myself |
| 19:52 |
conic |
thanks... |
| 19:52 |
dinsdale07 |
normaly not - but double check just to be sure. It can take at least a invalid value |
| 19:52 |
conic |
i keep trying in the meantime |
| 19:53 |
conic |
but i looked in my main template under Info/modify and every line is the same as before |
| 19:54 |
conic |
i just write down what i did during my update/remap: |
| 19:54 |
dinsdale07 |
maybe it's better to "clear all" and start from scratch ... |
| 19:55 |
dinsdale07 |
just before you might want to check though in the TO if it points to the correct html file... |
| 19:55 |
dinsdale07 |
under File Reference |
| 19:56 |
dinsdale07 |
It took me a couple of times actually to get the results I wanted with TV. You gotta get to know it a bit... |
| 19:57 |
conic |
TV module - select the right one - "update mapping" - modify DS/TO - klick on my "menu" and "remap" - select the right stuff - "save as" - select my TO and klick UPDATE TO (and DS) |
| 19:58 |
conic |
maybe it's just the wrong way to update |
| 20:01 |
dinsdale07 |
that sounds correct ... That's how I do it. Did you try the preview versin in html mode whether it shows correctly before saving it? |
| 20:02 |
conic |
and when you do it it changes the main template - Setup |
| 20:02 |
conic |
so you can see the changes in the ts |
| 20:02 |
conic |
?? |
| 20:04 |
dinsdale07 |
which Version of TV are you using? |
| 20:04 |
dinsdale07 |
I'm on 1.3.6 |
| 20:04 |
conic |
me too |
| 20:05 |
conic |
i try to create a new TV template and change it in the page properties... |
| 20:05 |
conic |
let's see.... |
| 20:06 |
dinsdale07 |
I don't understand where the old data still comes from. I'm sure there is still something hidden. |
| 20:06 |
dinsdale07 |
k |
| 20:06 |
conic |
yes, that's my problem as well, i can delete the whole setup of my main template, update via TV and it's still empty... ^^ |
| 20:07 |
conic |
so it really writes nothing new in it... |
| 20:09 |
conic |
there is absolutely no change in the template setup... |
| 20:15 |
mrobilla |
anyone know an extention for authentification LDAP that work properly? |
| 20:15 |
dinsdale07 |
I don't know how to help there really - maybe you can check out yaml for templavoila to compare some template mapping examples. The package is not free but I think it's a good reference. |
| 20:16 |
conic |
ok |
| 20:16 |
conic |
have to go now |
| 20:16 |
conic |
bye... |
| 20:16 |
conic |
and thanks a lot |
| 20:17 |
mrobilla |
anyone know an extention for authentification LDAP that work properly? |
| 20:25 |
posix^ |
is it possible to host a symfony site within typo3? |
| 20:25 |
posix^ |
I can't see how or why anyone would want to, but I just want to be certain... |
| 20:28 |
nd___ |
mrobilla: eu_ldap or similar works |
| 21:27 |
mrobilla |
here is my config for ldap_auth should this work?:FEusers = LDAP_SYNC |
| 21:27 |
mrobilla |
FEusers { |
| 21:27 |
mrobilla |
enable = 1 |
| 21:27 |
mrobilla |
table = fe_users |
| 21:27 |
mrobilla |
pid = 39 |
| 21:27 |
mrobilla |
uniqueField = tx_ldapserver_dn |
| 21:27 |
mrobilla |
fields { |
| 21:27 |
mrobilla |
username = MAP_OBJECT |
| 21:27 |
mrobilla |
username.attribute = sAMAccountName |
| 21:27 |
mrobilla |
username.userFunc = tx_ldapserver->getSingleValue |
| 21:27 |
mrobilla |
name < .username |
| 21:27 |
mrobilla |
name.attribute = displayName |
| 21:27 |
mrobilla |
tx_ldapserver_dn < .username |
| 21:27 |
mrobilla |
tx_ldapserver_dn.attribute = dn |
| 21:27 |
mrobilla |
usergroup = memberOf |
| 21:27 |
mrobilla |
usergroup.userFunc = tx_ldapserver->getFEGroups |
| 21:27 |
mrobilla |
usergroup.userFunc.pid = 39 |
| 21:27 |
mrobilla |
} |
| 21:27 |
mrobilla |
} |
| 21:27 |
mrobilla |
FEauth = LDAP_AUTH |
| 21:27 |
mrobilla |
FEauth { |
| 21:27 |
mrobilla |
enable = 1 |
| 21:27 |
mrobilla |
table = fe_users |
| 21:27 |
mrobilla |
sync < FEusers |
| 21:27 |
mrobilla |
} |
| 21:29 |
ckoehler |
dude |
| 21:29 |
ckoehler |
stop that |
| 21:29 |
ckoehler |
use pastie |
| 21:29 |
ckoehler |
or something |
| 21:32 |
mrobilla |
where can i put my code to make people see it? |
| 21:32 |
mrobilla |
btw there's not a lot a people talking at the moment |
| 21:32 |
ckoehler |
phpfi.com |
| 21:33 |
ckoehler |
not talking |
| 21:33 |
ckoehler |
but reading |
| 21:33 |
mrobilla |
thanks |
| 21:33 |
ckoehler |
and tons of code is just bad practice |
| 21:33 |
mrobilla |
? |
| 21:33 |
ckoehler |
don't paste tons of code |
| 21:33 |
ckoehler |
you don't do that on irc |
| 21:35 |
mrobilla |
http://phpfi.com/335062 than |
| 21:36 |
ckoehler |
thank you |
| 22:35 |
Phlogi_ |
we need a pastebin with TS highlighting! |
| 22:40 |
nd___ |
Well, there is not thaat much to highlight, is there? |
| 22:52 |
Phlogi_ |
nd___: there is :) |
| 22:53 |
Phlogi_ |
the typo3 bugtracker is a real mess afais |
| 22:53 |
nd___ |
Phlogi_: As deep as I got into TS so far it's not a complex language but just some listing... so I don't see that much potential for highlighting... |
| 22:54 |
Phlogi_ |
yes maybe you're right |
| 22:54 |
Phlogi_ |
goodn8t |