| 01:18 |
nhaskins |
does anyone know how to hide the active page in an hmenu |
| 01:26 |
nhaskins |
nevermind, found it |
| 01:26 |
nhaskins |
lib.whatever.excludeUidList = current |
| 02:16 |
nkuttler |
nhaskins: you may want to have a look at http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/2/ as well |
| 02:17 |
nhaskins |
thanks, will do |
| 03:44 |
ElllisD |
I'm on a fresh install of TYPO3 4.2.1 & have some issues I haven't found answers for online. The extensions from http://typo3.org/extensions/repository/fulllist/ aren't listed. & I don't see how to import existing sites/ templates into it. I saw mention of templates specifically for TYPO3... Does that mean I can't use others? |
| 03:44 |
ElllisD |
hmmm |
| 03:45 |
ElllisD |
The extensions listed on http://typo3.org/extensions/repository/fulllist/ don't show up on the extension manager- How to resolve? |
| 08:57 |
lnd |
hello |
| 08:57 |
lnd |
are there anyone have use mail notification extension : gp_notification ? |
| 08:57 |
lnd |
please help me |
| 09:03 |
lnd |
are there anyone have use mail notification extension : gp_notification ? |
| 09:03 |
lnd |
please help me |
| 09:14 |
Imran_Munawar_Kh |
Hi everyone |
| 09:15 |
Imran_Munawar_Kh |
Can we generate menu in php file instead using TS |
| 09:15 |
Imran_Munawar_Kh |
? |
| 09:20 |
lnd |
are there anyone have use mail notification extension : gp_notification ? |
| 09:26 |
dexcs |
Is it possible to hide my own "BE extension" in the "BE Menu" for some Users in an special "BE User Group" ? |
| 09:34 |
lnd |
have you use mail notification extension : gp_notification ? |
| 09:36 |
void |
Imran_Munawar_Kh: yes, you can |
| 09:37 |
void |
dexcs: yes |
| 09:37 |
dexcs |
and how ? *g* tutorial? |
| 09:38 |
Imran_Munawar_Kh |
Can you guide mein? |
| 09:38 |
void |
dexcs: you should set rights for that group... it's simple, i think |
| 09:39 |
void |
dexcs: i mean, edit the group record. you will see a list of items which you can grant or forbid access to |
| 09:40 |
void |
Imran_Munawar_Kh: HMENU have a property "userfunction" |
| 09:41 |
Imran_Munawar_Kh |
I am trying to find out some solution |
| 09:41 |
Imran_Munawar_Kh |
But I want to generate the complete menu through php filer |
| 09:42 |
Imran_Munawar_Kh |
Have you some example |
| 09:42 |
Imran_Munawar_Kh |
or some guide lines |
| 09:42 |
void |
Imran_Munawar_Kh: look at that point at the HMENU... there is an example there |
| 09:42 |
void |
*HMENU=TSREF |
| 09:44 |
void |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/ |
| 09:44 |
void |
the bottom of the page |
| 09:48 |
lnd |
have you use mail notification extension : gp_notification ? or use notification function in versioning management? |
| 09:48 |
lnd |
please help me |
| 09:49 |
kraftb |
hi ... |
| 09:52 |
dot1 |
hello |
| 09:56 |
mikhas |
hi folks. templavoila; tried mapping an attribute (style=""-tag) to an typoscript object path but I can't get it to work, unlike mapping elements to "typoscript object path" or mapping attributes to "plain input field". unimplemented feature? |
| 10:03 |
Imran_Munawar_Kh |
Void: This php script at the end using typoscript for menu generation |
| 10:04 |
Imran_Munawar_Kh |
I want all will be generate in php script |
| 10:17 |
teppi|work |
Imran_Munawar_Kh, why do you generate the menu by your own? is there a special reason |
| 10:28 |
m4rtijn |
moin moin |
| 10:40 |
Imran_Munawar_Kh |
Problem I already disscuss with you in past |
| 10:41 |
Imran_Munawar_Kh |
Teppi|Work |
| 10:41 |
Imran_Munawar_Kh |
Header problem still exist |
| 10:41 |
teppi|work |
no .. not really you only metioned that you wanna wrap a div around you menu |
| 10:41 |
teppi|work |
*r |
| 10:41 |
Imran_Munawar_Kh |
yes |
| 10:42 |
teppi|work |
and thats the only reason why you wanna build it in php? |
| 10:43 |
Imran_Munawar_Kh |
I think when i generate menu with typoscript it generates before executing the phpscript |
| 10:43 |
Imran_Munawar_Kh |
and header in header.php |
| 10:43 |
Imran_Munawar_Kh |
Wait I told you complete problem |
| 10:49 |
Imran_Munawar_Kh |
I have 3 templates |
| 10:50 |
Imran_Munawar_Kh |
All templates have same header |
| 10:50 |
Imran_Munawar_Kh |
right |
| 10:50 |
Imran_Munawar_Kh |
When I am populating menu in these three headers |
| 10:51 |
Imran_Munawar_Kh |
menu iis working fine |
| 10:51 |
Imran_Munawar_Kh |
everything in working condition |
| 10:52 |
Imran_Munawar_Kh |
now i want to make a header file header.php and include that php file in every template |
| 10:52 |
Imran_Munawar_Kh |
its also working |
| 10:53 |
Ruudi |
hello |
| 10:53 |
Imran_Munawar_Kh |
But when i am trying to populate the <div id="topmenu"></div> |
| 10:53 |
Imran_Munawar_Kh |
this div in header.php |
| 10:53 |
Imran_Munawar_Kh |
file |
| 10:53 |
Ruudi |
anyone got idea how to remove p.bodytag paragraph elemnt from tt_news author, I think I have done it before, but can't remember where and how :D |
| 10:53 |
Imran_Munawar_Kh |
Here is problem |
| 10:54 |
teppi|work |
Imran_Munawar_Kh, i'm afraif you are making it much more complicated because you dont know better .. |
| 10:54 |
Imran_Munawar_Kh |
What i do? |
| 10:54 |
teppi|work |
with : HMENU.stdWrap.postUserFunc = ... |
| 10:55 |
Imran_Munawar_Kh |
how? |
| 10:55 |
teppi|work |
please read the tsref |
| 10:55 |
teppi|work |
there are enough examples |
| 10:55 |
teppi|work |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/ |
| 10:56 |
teppi|work |
the content will be passed into the first parameter of the function |
| 10:56 |
Imran_Munawar_Kh |
I have read this already |
| 10:56 |
Imran_Munawar_Kh |
But problem is I am using header.php |
| 10:57 |
teppi|work |
... |
| 10:57 |
teppi|work |
im giving it up |
| 10:57 |
teppi|work |
;) |
| 10:57 |
Imran_Munawar_Kh |
Phpscript executes after TS |
| 10:57 |
teppi|work |
POST USER FUNCTION!! |
| 10:57 |
teppi|work |
POST!! |
| 10:57 |
teppi|work |
R T F M ! |
| 11:06 |
Imran_Munawar_Kh |
Teppi|Work: Can you provide me a example of POSTUSERFUNCTION? |
| 11:40 |
crisb2010 |
hi there |
| 11:40 |
Sharqy |
hello crisb2010 |
| 11:40 |
crisb2010 |
question: i have added fields to fe_users and now i want to use that field in an email. works fine, the problem is that the labels look like "label_tx_24addfieldsfeuser_24_job". where can i change that? |
| 11:42 |
Sharqy |
looks like a locallang issue to me |
| 11:42 |
crisb2010 |
shouldnt somethink like this work: |
| 11:42 |
crisb2010 |
_LOCAL_LANG.de {label_job = Beruf) |
| 12:32 |
crisb2010 |
ok, i have a seriously weird problem |
| 12:32 |
crisb2010 |
i am using indexed search and it works fine in all browsers, with exception of FF3 on the mac |
| 12:32 |
crisb2010 |
he does find most of the content but not everything |
| 12:34 |
beli |
hi |
| 12:35 |
beli |
CF_CLOCKS = FILE |
| 12:35 |
beli |
CF_CLOCKS.file = fileadmin/clocks/cf_clocks.html |
| 12:36 |
beli |
should put the content of file cf_clocks into the html code, or? |
| 12:52 |
ct529 |
hola |
| 12:54 |
animan |
hi, does someone know a good way to get images from Picasa Web Albums? I've found a plugin that is supposed to generate a album from it, but I'm not even sure it downloads those images to server |
| 12:55 |
ct529 |
I have never managed typo3 installation on Windows Server 2003 .... does the link system still work as in windows? we are having some strange problems migrating one project from Linux to Windows (the customer wants to use a Windows 2003 Server grrrrrr!) |
| 13:07 |
just2b_ |
link system? |
| 13:07 |
just2b_ |
there is of course no htaccess working on windows |
| 13:08 |
ct529 |
just2b_: can i show you the errors? |
| 13:09 |
ct529 |
just2b_: I meant hte symlinks though .... I have been working Linux only for > 10 y, I do not know anything about Windows .... I am sorry .... |
| 13:10 |
just2b_ |
no symlinks on windows |
| 13:10 |
ct529 |
just2b_: thanks .... so what do you use instead? |
| 13:11 |
just2b_ |
normal typo3 without symlinks |
| 13:12 |
ct529 |
oh .... |
| 13:12 |
ct529 |
just2b_: so you have to copy the directories? |
| 13:12 |
just2b_ |
correct |
| 13:13 |
ct529 |
just2b_: thanks you very much .... |
| 13:13 |
ct529 |
just2b_: could i show you the errors we are getting they do not make sense to me .... |
| 13:13 |
just2b_ |
sure, post them at pastebin or similar |
| 13:14 |
ct529 |
just2b_: http://phpfi.com/354507 |
| 13:15 |
ct529 |
just2b_: so, even the index.php file is not a link but a copy of the original .... is that right? |
| 13:15 |
just2b_ |
1st: change the db field to something bigger |
| 13:16 |
just2b_ |
2nd i dont really know.. i guess this should be 0 instead of '' |
| 13:16 |
ct529 |
just2b_: but it is just a dump of the original database on Linux restored on Windows |
| 13:16 |
just2b_ |
so? ^^ |
| 13:16 |
just2b_ |
it is windows ^^ |
| 13:16 |
ct529 |
just2b_: whihc db filed would you change? |
| 13:16 |
just2b_ |
cache_hash > ident |
| 13:17 |
ct529 |
just2b_: that is what I though .... but that is a big modification! this is the source code of typo3 .... |
| 13:19 |
crisb2010 |
isn't there a locallang for feuser somewhere, up to now i couldn't find it |
| 13:21 |
just2b_ |
no just change in phpmyadmin |
| 13:22 |
ct529 |
just2b_: but as soon as we update the source to a new version .... then we lose the modification to the database .... am I right? |
| 13:26 |
ct529 |
just2b_: I am trying to modify the database .... crossed fingers |
| 13:29 |
crisb2010 |
just2b_ but where do the german translations come from? |
| 13:30 |
crisb2010 |
or wasn't that hint for me? :-) |
| 13:34 |
anton_ |
can anyone help with kickstarter ? i wrote an extension that adds a new column to tt_content where an relation to the fe_user table is made. so every content element has an attribute pointing to a frontend user. now i want a special page to render only the content elements, where the fe_user attribute equals the current logged in user. where do i have to add these conditions, and how ? |
| 14:15 |
m4rtijn |
re |
| 14:22 |
anton_ |
can anyone help with kickstarter ? i wrote an extension that adds a new column to tt_content where an relation to the fe_user table is made. so every content element has an attribute pointing to a frontend user. now i want a special page to render only the content elements, where the fe_user attribute equals the current logged in user. where do i have to add these conditions, and how ? |
| 14:27 |
crisb2010 |
does someone know where the translations for the fe_users are? |
| 14:40 |
m4rtijn |
.. i made them myself once crisb2010 .. |
| 14:40 |
m4rtijn |
im not sure if they exist |
| 14:41 |
m4rtijn |
try updating from repository |
| 14:46 |
crisb2010 |
got it working somehow :) |
| 14:46 |
crisb2010 |
does someone here use the seminars extension? |
| 14:48 |
anton_ |
can anyone help with kickstarter ? i wrote an extension that adds a new column to tt_content where an relation to the fe_user table is made. so every content element has an attribute pointing to a frontend user. now i want a special page to render only the content elements, where the fe_user attribute equals the current logged in user. where do i have to add these conditions, and how ? |
| 14:57 |
davidbrunnthaler |
hiho folks, i have an extension. and in this extension i want to send a htmlmail with an attachment. |
| 14:57 |
davidbrunnthaler |
i found the following instructions http://www.sk-typo3.de/Mail-erzeugen.215.0.html |
| 14:58 |
davidbrunnthaler |
but that shows only how to send a html-mail but not with an attachment |
| 14:58 |
davidbrunnthaler |
does anybody know a good tutorial for such things |
| 15:02 |
m4rtijn |
I think theres already an extension for sendmail with attachment |
| 15:03 |
davidbrunnthaler |
i will have a look |
| 15:04 |
m4rtijn |
mailform plus |
| 15:04 |
m4rtijn |
i think |
| 15:04 |
davidbrunnthaler |
thanks. but thats not what i'm looking for |
| 15:05 |
davidbrunnthaler |
i'm using mailformplus but in this case i just want the code for sending an html file with an attachment |
| 15:06 |
davidbrunnthaler |
and i also think that filtering the relevant code out of the mailformplus extension wouldn't be an easy task.. cause this extension is really huge |
| 15:14 |
m4rtijn |
yep |
| 15:14 |
m4rtijn |
davidbrunnthaler - actually u just need to find out how to send attachments with the php sendmail |
| 15:16 |
davidbrunnthaler |
true words.. but i just find extensions on the net.. (but i didn't look for php sendmail) |
| 15:16 |
davidbrunnthaler |
thanks for your help m4rtijn |
| 15:22 |
Trumpf |
Hello |
| 15:22 |
Sharqy |
hello Trumpf |
| 15:23 |
Trumpf |
I have problems with my typo3 install |
| 15:23 |
Trumpf |
http://geaa.wh.spejdernet.dk |
| 15:24 |
Sharqy |
ah yes, you need to create an empty file named ENABLE_INSTALL_TOOL and move that file to /typo3conf/ |
| 15:24 |
Sharqy |
the install tool won't operate with that file in typo3conf. security measure |
| 15:24 |
Sharqy |
without* |
| 15:25 |
Trumpf |
what is the name on the file too the end |
| 15:25 |
Sharqy |
you mean file extension? |
| 15:26 |
Sharqy |
no file extension. it's just a blank file named "ENABLE_INSTALL_TOOL" (without the quotes) |
| 15:27 |
Trumpf |
okay i will try |
| 15:27 |
Trumpf |
Thanks |
| 15:36 |
m4rtijn |
hehe, its funny how many ppl ask for the extension of that file |
| 15:50 |
Sharqy |
m4rtijn: makes you wonder if the install instructions are clear enough... |
| 15:55 |
anton_ |
hello, does anyone know where i find the TS code, that handles the FE_Login ? |
| 15:57 |
anton_ |
i mean, where are the access permissions for a site checked ? |
| 16:13 |
crisb2010 |
is there a way to insert a entity like ">" automagically to the menu via ts? |
| 16:14 |
Sharqy |
> ? |
| 16:14 |
crisb2010 |
got it, should be possible with the wrap |
| 16:14 |
Sharqy |
aye |
| 16:33 |
anton__ |
in the typo3 select statement, who can i express something like : "where = (tx_advancedceacces_fe_user_access = TSFE:fe_user|user|username)" |
| 16:48 |
void |
anton_: this obviously comes from extension 'advancedaccess' |
| 16:50 |
anton_ |
this is an extension (not really) i created myself width kickstarter, and it only manages to give me a table for each content object, where i can choose a fe_user, like the normal access field but for users, not usergroups |
| 16:50 |
anton_ |
void: |
| 16:51 |
Sharqy |
[17:01] <anton_> void: |
| 16:51 |
Sharqy |
heh |
| 16:51 |
void |
anton_: and? if it's your extension, you control the sql =) |
| 16:51 |
Sharqy |
(void) :p |
| 16:51 |
void |
Sharqy: aha, and the <anton_> is an C++ template -) |
| 16:52 |
anton_ |
void: but how ? i now have a new field in the tt_content table, but how an where do i use it to control access ? |
| 16:52 |
void |
anton_: i cannot say you anything without viewing the code |
| 16:54 |
anton_ |
void: there is no code actually, i just used kickstarter to extend the tt_content table (width a relation to the fe_users table) and that automatically gave me a nice input field just abov the normal access field. now i try to find the place, where i have to write the typoscript code to read the tt_content table |
| 16:56 |
void |
anton_: kickstarter creates a code... |
| 16:57 |
anton_ |
void: what file do you want to see ? |
| 16:58 |
void |
dunno =) your have error in sql, right? i want to see file which produces it =) |
| 16:59 |
void |
ah... or maybe i misread |
| 16:59 |
void |
ah sorry |
| 17:00 |
void |
you can do what you want with addWhere and insertData |
| 17:00 |
void |
select{ addWhere = (tx_advancedaccess_fe_user_access = {TSFE:fe_user|user|username}) addWhere.insertData = 1} |
| 17:01 |
void |
something like that |
| 17:02 |
anton_ |
ok, i have another problem. in the kickstart wizard i told it to create a relation to the fe_users table. in mysql this field is a blob field, and i dont now how to join it with the fe:users table to get eg. the username for a content element ... |
| 17:04 |
void |
anton_: if you didn't check "true M:M" field checkbox, kickstarter creates a blob field and saves commalist of ids... |
| 17:04 |
void |
anton_: if you want to use sql JOINs, check that checkbox |
| 17:07 |
dexcs |
Question: I've my own BE Module. It's working perfect. But it's not shown in the group setting "Modules". Someone here know why? I need an BE User who can only edit my own module and not thinks like Web and other stuff... |
| 17:08 |
void |
dexcs: isn't your module in 'Tools' section, is it? |
| 17:09 |
dexcs |
My Own Mosule is not in the tools section... |
| 17:09 |
dexcs |
Module... |
| 17:09 |
dexcs |
It has his own section... |
| 17:10 |
dexcs |
its a shop... Section Title is "Shop" with to submenus called "Settings" and "Orders" |
| 17:11 |
dexcs |
and i need an user who has only access to this section "Shop" |
| 17:11 |
dexcs |
and nothing else... |
| 17:11 |
dexcs |
but i cant create an usergroup cause "Shop" is not in the group settings list "Modules:" |
| 17:11 |
dexcs |
got it? ;-) complicatet, i know... |
| 17:18 |
anton_ |
thanks void |
| 17:19 |
void |
dexcs: got. not so complicated. but i dunno why shop not in the group setting. maybe access type of module set to 'admin'. .. |
| 17:20 |
dexcs |
no ;-) its -> $MCONF['access']='user,group'; |
| 17:20 |
dexcs |
has it be something other, void? |
| 17:21 |
dexcs |
like $MCONF['access']='myShopGroup'; or something... |
| 17:22 |
Trumpf |
hello |
| 17:22 |
Trumpf |
Do someone hoste homepage at one.com? |
| 17:38 |
m4rtijn |
is anyone using smoothgal - with lightbox - with save button? |
| 17:38 |
m4rtijn |
somehow - i can save the pics in ff and opera - but not in ie |
| 17:42 |
Sharqy |
m4rtijn: all lightbox problems i had (especially cross-browser) were doctype related |
| 17:42 |
Sharqy |
at least with the older versions |
| 17:43 |
Sharqy |
what ie? ie6? |
| 17:43 |
Sharqy |
if ie6 doesnt work bue ie7 does then ie6 could be running in quirky mode, can affect lightbox js stuff |
| 17:46 |
Sharqy |
or it could just be smoothgal related |
| 17:53 |
anton__ |
in typoscript how can i overwrite the CONTENT area as defined by Templavoila ? |
| 17:53 |
anton__ |
lib.xxx |
| 18:04 |
anton__ |
i mean from within the setup field of the page ... |
| 18:10 |
nkuttler |
lib.xxx < |
| 18:10 |
nkuttler |
? |
| 18:10 |
nkuttler |
although that would probably go into the template ts, not sure |
| 18:11 |
nkuttler |
or you could use the pidinrootline thing, see tsref |
| 18:11 |
Trumpf |
i dont have templavoila |
| 18:11 |
Trumpf |
:) |
| 18:12 |
nkuttler |
me neither, but overwriting some settings should work the same way |
| 18:13 |
dinsdale07 |
m4rtijn" - what do you mean by "savebutton". I have smoothgallery working in A lightbox, not rgmoodalbox though. |
| 18:13 |
teppi|work |
anton_, i think you have to write the custom TS code directly into the datastructure .. |
| 18:13 |
teppi|work |
if its a normal content column |
| 18:14 |
dinsdale07 |
m4rtijn: http://berlingot.homeip.net/index.php?id=portflist The first St-Jakobus-Versbach has the smoothgallery in a lightbox. |
| 19:19 |
theconic |
does someone use "lz_links" here? |
| 19:19 |
theconic |
for me the links are displayed twice (overlayed) in the backend |
| 19:19 |
theconic |
is this a known problem? |
| 19:20 |
theconic |
someone else uses "lz_links" with 4.2.1? |
| 19:37 |
theconic |
ok i solved it: one has to add an icon to the backend link, then it works |
| 20:03 |
gaspard |
greetings, i am looking for some typo3 gurus for a job offer in France, do you know any serious freelances based in france ? |
| 20:15 |
dinsdale07 |
hi gaspard - I think they have a forum on typo3.fr whith a section for joboffers as well. I used to meet very competent people there when I was working in France. |
| 20:18 |
gaspard |
dinsdale07: could you cite some of them ? |
| 20:18 |
gaspard |
I need pretty talented persons for a very seductive project and i am not in the typo3 community at all |
| 20:57 |
dinsdale07 |
:gaspard - I don't know them personally, more from discussions in forums and I don't know who of them freelances and who not. I would maybe outline your project and ask for references in the above forum. |
| 20:59 |
dinsdale07 |
There is also the typo3 mailing list typo3-jobs which is pretty busy. http://lists.netfielders.de/cgi-bin/mailman/listinfo |
| 21:00 |
dinsdale07 |
In my opinion it really depends on the scope of the project who is the best person/agency/freelancer since typo3 has so many facettes. |
| 21:01 |
dinsdale07 |
gotta shoot, - laters |
| 21:18 |
anton_ |
hello, i try to use this TS code to filter my content, but it doesnt work: http://pastebin.com/d5bf7c3c8 |
| 21:29 |
Jerome__ |
hello |
| 21:29 |
Jerome__ |
is there someone who speak french here ? |
| 21:30 |
guillom |
yes |
| 21:31 |
guillom |
I hate when they do that |
| 21:34 |
nkuttler |
:D |
| 21:35 |
nkuttler |
frogeaters |
| 21:36 |
guillom |
actually, I've never tasted frogs; but I do love snails |
| 21:36 |
nkuttler |
it tastes like chicken iirc. 20 years back or so. |
| 22:42 |
tokam |
hi |
| 22:59 |
tokam |
i want to create an overview about the latest changes on my page. But this overview should be shown as content on a page |
| 22:59 |
tokam |
how to do that? |
| 23:00 |
tokam |
should i create a subtemplate? and overwrite the mark für ###CONTENT### ? |
| 23:07 |
Awillys_ |
hello there |
| 23:08 |
tokam |
hi |
| 23:29 |
tokam |
can i set for a HMENU on special a variable where to beginn? |
| 23:37 |
ries |
Awillys: see PM |