| 09:26 |
maholtz|WORK |
morning |
| 09:28 |
_pedda_ |
moin maholtz|WORK :) |
| 09:30 |
_pedda_ |
maholtz|WORK: i'm trying to extend an already existing hmenu by this:http://pastie.org/467361 |
| 09:30 |
_pedda_ |
i need 1 diabled |
| 09:31 |
_pedda_ |
something like "1 >" but then the 2nd lvl disappears as well |
| 09:31 |
maholtz|WORK |
1.NO.stdWrap.cObject = TEXT |
| 09:31 |
maholtz|WORK |
1.NO.stdWrap.cObject.value = |
| 09:32 |
maholtz|WORK |
_pedda_: but you chould change entrylevel - that should be enough? |
| 09:34 |
_pedda_ |
special = directory + entryLevel? |
| 09:34 |
maholtz|WORK |
oh, no |
| 09:34 |
_pedda_ |
doesn't work |
| 09:34 |
maholtz|WORK |
yep |
| 09:34 |
_pedda_ |
directory is important in this case |
| 09:34 |
maholtz|WORK |
so use example above, should work |
| 09:35 |
_pedda_ |
it does in deed .. i had to extend it with CUR and ACT |
| 09:35 |
_pedda_ |
last thing is to remove the wrap around.. |
| 09:35 |
_pedda_ |
to let the empty text disappear |
| 09:35 |
maholtz|WORK |
remove it? afaik an blank tmenu has empty wraps? |
| 09:36 |
_pedda_ |
like this: <li id="menuitem_3273" class="no act last"> |
| 09:36 |
_pedda_ |
<a title="Intranet (FE-Group 1)" href="3273.html"/> |
| 09:36 |
_pedda_ |
</li> |
| 09:36 |
_pedda_ |
a link seems still to be rendered.... but empty |
| 09:36 |
maholtz|WORK |
ok, than stdWrap is not the best place - allStdWrap or allWrap |
| 09:36 |
_pedda_ |
+ it's |
| 09:37 |
maholtz|WORK |
play around with all wraps from type stdWrap which are there:) |
| 09:37 |
_pedda_ |
k |
| 09:37 |
_pedda_ |
for the whole menu or just for the items ? |
| 09:37 |
_pedda_ |
the items need to be wrapitemandsub because of a css flyout |
| 09:38 |
_pedda_ |
i hate all this circumstances which require special solutions all the time |
| 09:38 |
_pedda_ |
life could be that easy |
| 09:40 |
maholtz|WORK |
i would try only for the items: NO, ACT |
| 09:41 |
_pedda_ |
it works |
| 09:44 |
_pedda_ |
http://pastie.org/467370 |
| 09:44 |
_pedda_ |
did the job |
| 09:45 |
_pedda_ |
:) |
| 09:47 |
maholtz|WORK |
:) |
| 09:48 |
_pedda_ |
thx |
| 10:28 |
_pedda_ |
hmpf .. my customar added an additional requirement @ maholtz|WORK he wants the pages in 1 to be sysfolders |
| 10:28 |
_pedda_ |
which messes up my solution.. |
| 10:38 |
maholtz|WORK |
afaik there is an option to exclude specific page types from menu - imho you can alter that to allow sysfolders... but i do not understand, why your customer makes technical decissions |
| 11:53 |
_pedda_ |
i have a problem with user configuration |
| 11:53 |
_pedda_ |
i have a global acl group with access lists |
| 11:53 |
_pedda_ |
there are some several subgroups of this ACL group |
| 11:54 |
_pedda_ |
and now one of the users of a subgroup needs to have one more feature enabled |
| 11:54 |
_pedda_ |
can i specify this in user ts config ? |
| 11:54 |
_pedda_ |
of the account itself |
| 11:58 |
sorenmalling |
_pedda_: If it's for a extension, why not create a user group especially for that extension and then enable the "special feature" on the user specific group? |
| 12:00 |
sorenmalling |
_pedda_: Like, I have a be_group called "ext: tt_news" handling access to the tt_news extension and fields. Then, if one of my clients needs access to a specific field in tt_news, that i don't think everybody else using tt_news should be able to see, i only enable it for the group of that user (ex. www.domain.tld if the user group is domain specific) |
| 12:04 |
_pedda_ |
hmm |
| 12:04 |
_pedda_ |
creating login forms on the page is disabled for all users |
| 12:05 |
_pedda_ |
admins are allowed and now one additional non admin should be allowed to place login-forms on his part of the website |
| 12:05 |
louS |
hey |
| 12:05 |
louS |
does anyone know how to wrap the category label of cal? Cause plugin.tx_cal_controller.view.list.event.category.dataWrap wont work. Thanks |
| 12:24 |
_pedda_ |
sorenmalling: hmm it is some kind of ext specific |
| 12:24 |
_pedda_ |
it's according felogin |
| 12:24 |
_pedda_ |
but i have one global ACL group |
| 12:25 |
_pedda_ |
all other groups are just subgroups of it |
| 12:25 |
_pedda_ |
i don't have any ext specific groups defined |
| 12:25 |
_pedda_ |
like you do in your project |
| 12:25 |
sorenmalling |
_pedda_: hmm, that doesn't sound very fleible? Why not create a group for each page tee, and add the global acl group as a subgroup and other extensions needed as subgroups aswell |
| 12:26 |
_pedda_ |
hmm |
| 12:26 |
_pedda_ |
sounds interesting |
| 12:45 |
randomresult |
anyone knows if TYPO3 Version 4.1.x is running with PHP 5.2? cause this is required by TYPO3 4.2 and on this server is another web with 4.1 |
| 12:46 |
randomresult |
so i think off updating the PHP version ... but need to make sure that the old web is still running |
| 13:00 |
sorenmalling |
What function can i use in a BE module, to see if the selected page has the flag "Is root of website:" set to 1? |
| 13:50 |
f1sHMaN |
i have a php script which loads a random css file! how can i add it to my header? somethin like: page.headerData.4 = temp.cssrandom |
| 13:51 |
w00t0r |
hi guys |
| 13:51 |
w00t0r |
anybody here ever used tx_lib_switch? |
| 13:52 |
w00t0r |
i'm getting crazy trying to get my default action called |
| 14:35 |
maholtz |
hi, in .htaccess i have an require valid-user. works like expected (that page is under development, so we hide them via .htaccess). But i would like to use crawler now which seems to read the page via fopen - and has been blocked. So is it possible to allow access for localhost/127.0.0.1 ? Any hint? thx |
| 14:50 |
ries |
anybody know of a good reporting engine in PHP? |
| 14:51 |
ries |
maholtz: That should be possible... You can also tell teh crawler to login may be? |
| 14:57 |
maholtz |
how? any hint...? :D what whould you google for? |
| 15:13 |
w00t0r |
i think it will be much more easier by using curl, maholtz |
| 15:14 |
w00t0r |
at least i know that one's supporting auth |
| 15:14 |
maholtz |
ah, ok... hm i will check that, thanks |
| 15:18 |
derSven42 |
hier tummeln sich als typo3ler auf deutsch?? laut TYPO3Blogger.de ? |
| 15:19 |
maholtz |
well. there also many people which doesnt understand german, so it would be nice, if you ask your question in english:) |
| 15:23 |
derSven42 |
hmm okay.. its an international-board.. okay. |
| 15:31 |
_pedda_ |
and elvis left the bulkding |
| 15:31 |
_pedda_ |
-k |
| 15:32 |
louS |
does anyone know how to wrap the category label of cal? Cause plugin.tx_cal_controller.view.list.event.category.dataWrap wont work |
| 15:46 |
maholtz |
@louS: afaik you are searching for that since days... did you asked that in the newsgroup? |
| 15:46 |
louS |
yup |
| 15:46 |
louS |
:( |
| 15:46 |
louS |
also on a board |
| 15:46 |
louS |
no replies |
| 15:47 |
maholtz |
does ....category.wrap = a...|...b work? |
| 15:47 |
louS |
sex |
| 15:48 |
louS |
ahh sec :D |
| 15:48 |
maholtz |
you are sure, 'category' even exists as an option? |
| 15:48 |
louS |
ya |
| 15:48 |
louS |
also in the manual |
| 15:48 |
louS |
:D |
| 15:49 |
louS |
i mean, also the location label and organizer label wrap works fine |
| 15:51 |
louS |
maholtz wont work |
| 15:51 |
maholtz |
so, imho you have to dig into the code... |
| 15:53 |
louS |
if i would knew how, i would ;D |
| 15:59 |
louS |
maholtz cant help me in this part? |
| 15:59 |
maholtz |
sorry, debugging cal would need some time |
| 16:00 |
louS |
ok :D thanks anyway |
| 16:01 |
louS |
aaaaaaaaaahhhhh |
| 16:02 |
louS |
i figured out the prob :D |
| 16:02 |
louS |
gosh |
| 16:06 |
fred^^ |
cal was such a fun extension to dig around in.. blah :D |
| 16:07 |
fred^^ |
i used for the first time in a project just recently, louS. took some time |
| 16:07 |
louS |
ya i mean, did u looked the templates? :D |
| 16:07 |
fred^^ |
thats one case i haven't looked into - how did you fix it? |
| 16:07 |
louS |
really different from other templates |
| 16:07 |
fred^^ |
yeah, that was the first thing i did, and it was one of the things that caused me a problem |
| 16:07 |
louS |
there are two markers for category |
| 16:08 |
louS |
###category### and ###category_link### |
| 16:08 |
louS |
so the setup was: plugin.tx_cal_controller.view.list.event.category_link.dataWrap |
| 16:08 |
louS |
i didnt know that there are two :D |
| 16:09 |
louS |
but i still got another question, i wanna get the city from the location into my listview. |
| 16:09 |
louS |
i know that i can use the module_locationloader, but i also want to link to the location |
| 17:25 |
ndee |
10mbit internet connection is sooooooo sweet :D |
| 18:15 |
hawkeye78 |
hello |
| 18:17 |
hawkeye78 |
i have a little problem. I have wrote a little extension for a project, with this exention i can now create records (under list). but now i try to "bind" every record on a user |
| 18:17 |
hawkeye78 |
can typo3 do this? |
| 18:17 |
hawkeye78 |
or do i look for a feature which does'n exist? |
| 18:19 |
DAMMI |
hi, can anyone tell me some german firm which makes typo3 websites ? |
| 18:19 |
DAMMI |
s |
| 18:19 |
hawkeye78 |
in which part of germany? |
| 18:20 |
dammi |
hm never mind, but best would be BW / Mannheim/Heidelberg |
| 18:21 |
hawkeye78 |
a friend works for i company somewhere i sachsen i can ask him next time what is the name of the company, if you would like |
| 18:23 |
dammi |
would be great |
| 21:06 |
Morpheus_1968 |
hi all |
| 21:07 |
Morpheus_1968 |
i'm googling the hole afternone for a tt_news problem |
| 21:08 |
Morpheus_1968 |
it's about the "no news_id given" message |
| 21:08 |
Morpheus_1968 |
i'm shure i forget something but i can't see what |
| 21:08 |
Morpheus_1968 |
i have a list page and a sepperate single item page |
| 21:09 |
Morpheus_1968 |
in the list everthing is shown |
| 21:09 |
Morpheus_1968 |
when i click the news item i go to the right page but htere the massage "no news_id given" shows up instead of the news item |
| 21:10 |
Morpheus_1968 |
massage = message |
| 21:10 |
Morpheus_1968 |
htere = there |
| 21:10 |
Morpheus_1968 |
anyone? |
| 21:53 |
pulponair |
anyone involved to forge svn access? |
| 23:04 |
timdeluxe |
pulponair: not directly, but what problem du you have? |