| 00:04 |
num000 |
anyone still here |
| 00:04 |
num000 |
anyone still here |
| 07:14 |
tsrepadmin |
good morning #typo3! |
| 07:14 |
tsrepadmin |
good morning #typo3! |
| 07:37 |
d|g |
hi all |
| 07:37 |
d|g |
hi all |
| 08:44 |
bauschan |
hi all! |
| 08:44 |
bauschan |
hi all! |
| 08:57 |
silithlas |
hi, anybody ever succeed in having the SINGLE at the same page as the LIST view with tt_news? |
| 08:57 |
silithlas |
hi, anybody ever succeed in having the SINGLE at the same page as the LIST view with tt_news? |
| 09:02 |
smeringe |
yah |
| 09:02 |
smeringe |
what's not working with it silithlas? |
| 09:03 |
silithlas |
I'm unable to make it work, I read the FAQ in tt_news doc, but cannot understand how it works. Should I put a news object on my page to make it work, or should i create the news object all in TS? |
| 09:02 |
smeringe |
yah |
| 09:02 |
smeringe |
what's not working with it silithlas? |
| 09:03 |
silithlas |
I'm unable to make it work, I read the FAQ in tt_news doc, but cannot understand how it works. Should I put a news object on my page to make it work, or should i create the news object all in TS? |
| 09:05 |
smeringe |
can you get the list working on the page solely? |
| 09:07 |
smeringe |
it should be sufficent with adding either the two modes in your tt_news fe plugin on the page or adding two tt_news on the same page if you have different fields i your datastructure |
| 09:09 |
silithlas |
I can get the list working on the page by adding a simple LIST news object on the page, yes, but of course if I use the code provided in the tt_news faq it removes the object |
| 09:09 |
silithlas |
on the faq the code is : |
| 09:09 |
silithlas |
plugin.tt_news.code > |
| 09:09 |
silithlas |
plugin.tt_news.code = LIST |
| 09:09 |
silithlas |
config.index_enable = 0 |
| 09:09 |
silithlas |
[globalVar = GP:tx_ttnews|tt_news > 0] |
| 09:09 |
silithlas |
plugin.tt_news.code = SINGLE |
| 09:09 |
silithlas |
config.index_enable = 1 |
| 09:09 |
silithlas |
[global] |
| 09:09 |
silithlas |
page.10.subparts.content > |
| 09:09 |
silithlas |
page.10.subparts.content < plugin.tt_news |
| 09:05 |
smeringe |
can you get the list working on the page solely? |
| 09:07 |
smeringe |
it should be sufficent with adding either the two modes in your tt_news fe plugin on the page or adding two tt_news on the same page if you have different fields i your datastructure |
| 09:09 |
silithlas |
I can get the list working on the page by adding a simple LIST news object on the page, yes, but of course if I use the code provided in the tt_news faq it removes the object |
| 09:09 |
silithlas |
on the faq the code is : |
| 09:09 |
silithlas |
plugin.tt_news.code > |
| 09:09 |
silithlas |
plugin.tt_news.code = LIST |
| 09:09 |
silithlas |
config.index_enable = 0 |
| 09:09 |
silithlas |
[globalVar = GP:tx_ttnews|tt_news > 0] |
| 09:09 |
silithlas |
plugin.tt_news.code = SINGLE |
| 09:09 |
silithlas |
config.index_enable = 1 |
| 09:09 |
silithlas |
[global] |
| 09:09 |
silithlas |
page.10.subparts.content > |
| 09:09 |
silithlas |
page.10.subparts.content < plugin.tt_news |
| 09:14 |
silithlas |
smeringe, ok, I understand, it works :) |
| 09:14 |
smeringe |
:) |
| 09:14 |
smeringe |
np ;) |
| 09:14 |
silithlas |
smeringe, ok, I understand, it works :) |
| 09:14 |
smeringe |
:) |
| 09:14 |
smeringe |
np ;) |
| 09:15 |
smeringe |
I'm however usualy not doing that throu ts at all |
| 09:15 |
silithlas |
perhaps it will be better for indexed search, as I have an issue with indexed search. For now I have a page for the list view and a hidden page for the single view, but indexed search indexes the single view as well as it is, so of course without tt_news news id it does not work :) |
| 09:17 |
smeringe |
silithlas: sounds like your on to it :P |
| 09:18 |
silithlas |
but can I still put my news into news sysfolders with this system? or should I put the news in the pages? |
| 09:15 |
smeringe |
I'm however usualy not doing that throu ts at all |
| 09:15 |
silithlas |
perhaps it will be better for indexed search, as I have an issue with indexed search. For now I have a page for the list view and a hidden page for the single view, but indexed search indexes the single view as well as it is, so of course without tt_news news id it does not work :) |
| 09:17 |
smeringe |
silithlas: sounds like your on to it :P |
| 09:18 |
silithlas |
but can I still put my news into news sysfolders with this system? or should I put the news in the pages? |
| 09:20 |
smeringe |
you can still put them in the sysfolder yes |
| 09:21 |
silithlas |
I have tried with real with a page but... when I go to this page it says there is no news on it |
| 09:24 |
silithlas |
so I guess I'm missing something... if I put the news on the page it works, if I point to a sysfolder from the news object, it does not work. |
| 09:24 |
silithlas |
should I put to the sysfolder from within the news LIST object? Or from TS? |
| 09:20 |
smeringe |
you can still put them in the sysfolder yes |
| 09:21 |
silithlas |
I have tried with real with a page but... when I go to this page it says there is no news on it |
| 09:24 |
silithlas |
so I guess I'm missing something... if I put the news on the page it works, if I point to a sysfolder from the news object, it does not work. |
| 09:24 |
silithlas |
should I put to the sysfolder from within the news LIST object? Or from TS? |
| 09:27 |
silithlas |
ok I have to create the news object in typoscript... the news object from page is deleted... need to find out how then :) |
| 09:27 |
silithlas |
ok I have to create the news object in typoscript... the news object from page is deleted... need to find out how then :) |
| 09:33 |
silithlas |
so seems I'll have to create extension templates for every pages where I need news to be displayed :) |
| 09:33 |
silithlas |
so seems I'll have to create extension templates for every pages where I need news to be displayed :) |
| 09:37 |
just2b_ |
morning |
| 09:37 |
just2b_ |
morning |
| 09:41 |
silithlas |
hi |
| 09:44 |
silithlas |
is there an easy way to know what is the code value for a field in the backend? For the news for example there is a field named "max number of items for list or latest" but I would like to create a news object in TS, so what is this property's name? Thanks |
| 09:41 |
silithlas |
hi |
| 09:44 |
silithlas |
is there an easy way to know what is the code value for a field in the backend? For the news for example there is a field named "max number of items for list or latest" but I would like to create a news object in TS, so what is this property's name? Thanks |
| 10:00 |
tsrepadmin |
morning just2b |
| 10:01 |
just2b_ |
morning tsrepadmin |
| 10:02 |
just2b_ |
tsrepadmin can you read my PM? |
| 10:02 |
tsrepadmin |
yes |
| 10:00 |
tsrepadmin |
morning just2b |
| 10:01 |
just2b_ |
morning tsrepadmin |
| 10:02 |
just2b_ |
tsrepadmin can you read my PM? |
| 10:02 |
tsrepadmin |
yes |
| 10:41 |
Fab1an|work |
when I read _GET parameters in an extension, how can I somehow maintain the login session if the request is done by a flash program? |
| 10:42 |
Fab1an|work |
im looking for something like session_id ( [string $id] ) in tslib_feuserauth but cant find it |
| 10:43 |
Fab1an|work |
i want to pass the session id as a parameter but i dont know how to reinitialize the session in typo3 |
| 10:41 |
Fab1an|work |
when I read _GET parameters in an extension, how can I somehow maintain the login session if the request is done by a flash program? |
| 10:42 |
Fab1an|work |
im looking for something like session_id ( [string $id] ) in tslib_feuserauth but cant find it |
| 10:43 |
Fab1an|work |
i want to pass the session id as a parameter but i dont know how to reinitialize the session in typo3 |
| 10:45 |
eeos |
hi everybody |
| 10:47 |
pmaidment2007 |
hi all |
| 10:48 |
pmaidment2007 |
Is anyone here familiar with tt_news templates? |
| 10:48 |
silith |
hi, I need an advice, in typoscript, how do I put two tt_news object one after another on a page? Thanks |
| 10:48 |
delmonico |
page.20 < plugin.tt_news |
| 10:48 |
just2b_ |
silith > COA |
| 10:48 |
delmonico |
page.30 < plugin.tt_news |
| 10:48 |
silith |
just2b_, thanks, any page to explain how to use COA? |
| 10:49 |
delmonico |
pmaidment2007: sure someone is. just ask your question ;) |
| 10:49 |
delmonico |
silith: you know tsref? |
| 10:49 |
silith |
delmonico, no I tried and it does not work |
| 10:49 |
just2b_ |
temp.foo = COA |
| 10:49 |
just2b_ |
temp.foo.10 |
| 10:49 |
just2b_ |
temp.foo.20 |
| 10:45 |
eeos |
hi everybody |
| 10:47 |
pmaidment2007 |
hi all |
| 10:48 |
pmaidment2007 |
Is anyone here familiar with tt_news templates? |
| 10:48 |
silith |
hi, I need an advice, in typoscript, how do I put two tt_news object one after another on a page? Thanks |
| 10:48 |
delmonico |
page.20 < plugin.tt_news |
| 10:48 |
just2b_ |
silith > COA |
| 10:48 |
delmonico |
page.30 < plugin.tt_news |
| 10:48 |
silith |
just2b_, thanks, any page to explain how to use COA? |
| 10:49 |
delmonico |
pmaidment2007: sure someone is. just ask your question ;) |
| 10:49 |
delmonico |
silith: you know tsref? |
| 10:49 |
silith |
delmonico, no I tried and it does not work |
| 10:49 |
just2b_ |
temp.foo = COA |
| 10:49 |
just2b_ |
temp.foo.10 |
| 10:49 |
just2b_ |
temp.foo.20 |
| 10:51 |
pmaidment2007 |
:) cool, ok, so I'm reasonably familiar with the tt_news plugin, even to the point of using hooks to change select and marker functions, however, there is one feature of tt_news that I need advice on, is there any way to make tt_news refresh all of it's cached templates on demand (i.e. when I update a template), I am currently working on a news website that has approx 60 tt_news plugins... |
| 10:51 |
pmaidment2007 |
...(several per page in some cases), updating the templates is becoming a real pain |
| 10:52 |
just2b_ |
pmaidment2007 change templates per ts |
| 10:52 |
pmaidment2007 |
not entirely possible as there are multiple news plugins per page and some use different templates |
| 10:53 |
pmaidment2007 |
I am relying on the pi_flexform field to hold the config on a per template basis |
| 10:53 |
just2b_ |
hmm take a look at mailformplus.. there are it is possible to reference templates |
| 10:53 |
pmaidment2007 |
I just wondered if there is a 'refresh all templates from disk' facility |
| 10:54 |
just2b_ |
no because there is nothing to refresh |
| 10:51 |
pmaidment2007 |
:) cool, ok, so I'm reasonably familiar with the tt_news plugin, even to the point of using hooks to change select and marker functions, however, there is one feature of tt_news that I need advice on, is there any way to make tt_news refresh all of it's cached templates on demand (i.e. when I update a template), I am currently working on a news website that has approx 60 tt_news plugins... |
| 10:51 |
pmaidment2007 |
...(several per page in some cases), updating the templates is becoming a real pain |
| 10:52 |
just2b_ |
pmaidment2007 change templates per ts |
| 10:52 |
pmaidment2007 |
not entirely possible as there are multiple news plugins per page and some use different templates |
| 10:53 |
pmaidment2007 |
I am relying on the pi_flexform field to hold the config on a per template basis |
| 10:53 |
just2b_ |
hmm take a look at mailformplus.. there are it is possible to reference templates |
| 10:53 |
pmaidment2007 |
I just wondered if there is a 'refresh all templates from disk' facility |
| 10:54 |
just2b_ |
no because there is nothing to refresh |
| 10:55 |
pmaidment2007 |
I guess that it's theoretically possible to write one, I wrote some other code recently that detects news plugins, reads through the flexform for a specific field then writes out a specifically named XML file for the given tt_content element, I guess I could revisit that and see if I can write a tool |
| 10:55 |
just2b_ |
take first a look at mailformplus |
| 10:55 |
pmaidment2007 |
ok, thanks just2b |
| 10:56 |
pmaidment2007 |
btw...thanks for the GPVar tip yesterday, realurl parameters are really easy once you get the hang of it :) |
| 10:56 |
just2b_ |
dont remember what i said, but np ;) |
| 10:56 |
pmaidment2007 |
cheers |
| 10:58 |
silith |
just2b_, what should I put in 10 = to use a tt_news object ? 10 = plugin.tt_news? |
| 10:58 |
HardPhuck |
i made a print option on the page and when i click 'print' the page gets redirected to front page, why is that? |
| 10:59 |
just2b_ |
10 < plugin |
| 10:55 |
pmaidment2007 |
I guess that it's theoretically possible to write one, I wrote some other code recently that detects news plugins, reads through the flexform for a specific field then writes out a specifically named XML file for the given tt_content element, I guess I could revisit that and see if I can write a tool |
| 10:55 |
just2b_ |
take first a look at mailformplus |
| 10:55 |
pmaidment2007 |
ok, thanks just2b |
| 10:56 |
pmaidment2007 |
btw...thanks for the GPVar tip yesterday, realurl parameters are really easy once you get the hang of it :) |
| 10:56 |
just2b_ |
dont remember what i said, but np ;) |
| 10:56 |
pmaidment2007 |
cheers |
| 10:58 |
silith |
just2b_, what should I put in 10 = to use a tt_news object ? 10 = plugin.tt_news? |
| 10:58 |
HardPhuck |
i made a print option on the page and when i click 'print' the page gets redirected to front page, why is that? |
| 10:59 |
just2b_ |
10 < plugin |
| 11:00 |
HardPhuck |
the printing works though |
| 11:02 |
silith |
just2b_, thanks a lot it works :) |
| 11:02 |
just2b_ |
np ;) |
| 11:03 |
eeos |
does anyone know seminar manager well? |
| 11:00 |
HardPhuck |
the printing works though |
| 11:02 |
silith |
just2b_, thanks a lot it works :) |
| 11:02 |
just2b_ |
np ;) |
| 11:03 |
eeos |
does anyone know seminar manager well? |
| 11:06 |
HardPhuck |
how do you include js in template? |
| 11:07 |
just2b_ |
page.includeJS.file1 |
| 11:07 |
HardPhuck |
ty |
| 11:06 |
HardPhuck |
how do you include js in template? |
| 11:07 |
just2b_ |
page.includeJS.file1 |
| 11:07 |
HardPhuck |
ty |
| 11:17 |
HardPhuck |
<a href="#" onClick="javascript:window.print()">print</a> |
| 11:17 |
HardPhuck |
i have this anchor in my template |
| 11:18 |
HardPhuck |
but when i click print, the page get's redirected, is there a way to get rid of this? |
| 11:17 |
HardPhuck |
<a href="#" onClick="javascript:window.print()">print</a> |
| 11:17 |
HardPhuck |
i have this anchor in my template |
| 11:18 |
HardPhuck |
but when i click print, the page get's redirected, is there a way to get rid of this? |
| 11:28 |
silithlas |
How do testing in TS works? How can I translate this? [globalVar = GP:tx_ttnews|tt_news > 0] thanks |
| 11:28 |
silithlas |
How do testing in TS works? How can I translate this? [globalVar = GP:tx_ttnews|tt_news > 0] thanks |
| 11:38 |
tobstar |
When I insert images (for example in "text with image" content type), the image I choose from the fileadmin tree is always copied to /upload/pics. Can this behaviour be changed? |
| 11:38 |
tobstar |
When I insert images (for example in "text with image" content type), the image I choose from the fileadmin tree is always copied to /upload/pics. Can this behaviour be changed? |
| 11:55 |
Fab1an|work |
hmm &FE_SESSION_KEY=.. doesn't seem to work |
| 11:55 |
Fab1an|work |
when I read _GET parameters in an extension, how can I somehow maintain the login session if the request is done by a flash program? |
| 11:56 |
Fab1an|work |
im looking for something like session_id ( [string $id] ) in tslib_feuserauth but cant find it |
| 11:56 |
Fab1an|work |
i want to pass the session id as a parameter but i dont know how to reinitialize the session in typo3 |
| 11:55 |
Fab1an|work |
hmm &FE_SESSION_KEY=.. doesn't seem to work |
| 11:55 |
Fab1an|work |
when I read _GET parameters in an extension, how can I somehow maintain the login session if the request is done by a flash program? |
| 11:56 |
Fab1an|work |
im looking for something like session_id ( [string $id] ) in tslib_feuserauth but cant find it |
| 11:56 |
Fab1an|work |
i want to pass the session id as a parameter but i dont know how to reinitialize the session in typo3 |
| 12:11 |
num000 |
how do i call mailformplus from the template? mailformplus is not shown in the page i added it |
| 12:13 |
num000 |
there must be something with tt_content.mailformplus but i can't find it in the documentation |
| 12:11 |
num000 |
how do i call mailformplus from the template? mailformplus is not shown in the page i added it |
| 12:13 |
num000 |
there must be something with tt_content.mailformplus but i can't find it in the documentation |
| 12:19 |
silithlas |
if I have inserted 3 objects in a page, is it possible in typoscript to remove just ONE of those objects ? thanks |
| 12:19 |
silithlas |
if I have inserted 3 objects in a page, is it possible in typoscript to remove just ONE of those objects ? thanks |
| 12:40 |
silithlas |
the function to strip all html is a typo one or a standard php one? |
| 12:40 |
silithlas |
the function to strip all html is a typo one or a standard php one? |
| 13:10 |
eeos |
back |
| 13:11 |
eeos |
what is the best practice in veryfying if the user is logged in? |
| 13:14 |
HardPhuck |
is there a TS that you can set that all hyperlinks get opened within the same window by default? |
| 13:10 |
eeos |
back |
| 13:11 |
eeos |
what is the best practice in veryfying if the user is logged in? |
| 13:14 |
HardPhuck |
is there a TS that you can set that all hyperlinks get opened within the same window by default? |
| 13:15 |
HardPhuck |
cuz when i make new link in htmlarea it gets saved that it opens in new windows |
| 13:18 |
silithlas |
I need help for TS conditions, anybody can help? thanks |
| 13:15 |
HardPhuck |
cuz when i make new link in htmlarea it gets saved that it opens in new windows |
| 13:18 |
silithlas |
I need help for TS conditions, anybody can help? thanks |
| 13:24 |
smeringe |
HardPhuck: there is a constant called styles.content.links.extTarget. Easiest to set in constant editor |
| 13:24 |
HardPhuck |
thank you |
| 13:24 |
smeringe |
HardPhuck: there is a constant called styles.content.links.extTarget. Easiest to set in constant editor |
| 13:24 |
HardPhuck |
thank you |
| 13:25 |
bane007 |
hi there! is it possible to hide/disable edit panel in frontend editing on denied pagecontent elements? thanks for the answer! |
| 13:29 |
silithlas |
smeringe, what is the constant for file link target? Thanks :) |
| 13:25 |
bane007 |
hi there! is it possible to hide/disable edit panel in frontend editing on denied pagecontent elements? thanks for the answer! |
| 13:29 |
silithlas |
smeringe, what is the constant for file link target? Thanks :) |
| 13:30 |
smeringe |
hm. You are not talking about the same thing as HardPhuck? |
| 13:32 |
silithlas |
in fact I would like to remove the target attribute for link to files kind of link |
| 13:30 |
smeringe |
hm. You are not talking about the same thing as HardPhuck? |
| 13:32 |
silithlas |
in fact I would like to remove the target attribute for link to files kind of link |
| 13:38 |
memoryleak |
hi |
| 13:38 |
memoryleak |
hi |
| 13:47 |
bane007 |
i have another problem: When I create a new page or content element from within the Admin Panel I do not get returned to the Front End after saving the new elemant or page. After choosing 'Save & Exit' the page displayed is the right hand column of the BE rather then the FE. Any ideas how to overcome these? Many thanks for any help!! |
| 13:47 |
bane007 |
i have another problem: When I create a new page or content element from within the Admin Panel I do not get returned to the Front End after saving the new elemant or page. After choosing 'Save & Exit' the page displayed is the right hand column of the BE rather then the FE. Any ideas how to overcome these? Many thanks for any help!! |
| 13:53 |
memoryleak |
what is recommended for t3, php4 ord php5? |
| 13:53 |
memoryleak |
what is recommended for t3, php4 ord php5? |
| 13:57 |
voidus |
memoryleak: php5. t3 will drop php4 support in the near time |
| 13:57 |
voidus |
memoryleak: php5. t3 will drop php4 support in the near time |
| 14:03 |
silithlas |
how to put a "insert record" content into a page in TS? |
| 14:03 |
silithlas |
how to put a "insert record" content into a page in TS? |
| 14:11 |
delmonico |
I want to create a CSS file dynamically using TS (so I can replace {$color1} and stuff like that). so I did css = PAGE, css.typeNum=2 etc but the generate file contains html headers and stuff, how can I get rid of those? |
| 14:11 |
delmonico |
I want to create a CSS file dynamically using TS (so I can replace {$color1} and stuff like that). so I did css = PAGE, css.typeNum=2 etc but the generate file contains html headers and stuff, how can I get rid of those? |
| 14:15 |
bane007 |
When I create a new page or content element from within the Admin Panel I do not get returned to the Front End after saving the new elemant or page. After choosing 'Save & Exit' the page displayed is the right hand column of the BE rather then the FE. Any ideas how to overcome these? Many thanks for any help!! |
| 14:15 |
bane007 |
When I create a new page or content element from within the Admin Panel I do not get returned to the Front End after saving the new elemant or page. After choosing 'Save & Exit' the page displayed is the right hand column of the BE rather then the FE. Any ideas how to overcome these? Many thanks for any help!! |
| 14:21 |
tsrepadmin |
if i create a basic extension "item", i'm able to create "items" in the backend. In the extension "item" I have a relation to another table (feusers). In the select I only get the feusers out of the sysfolder I configured in the root page. |
| 14:22 |
tsrepadmin |
how can i configure another sysfolder - or how can i tell the extensio that he hast to look into the ts where to look for the specific feusers |
| 14:21 |
tsrepadmin |
if i create a basic extension "item", i'm able to create "items" in the backend. In the extension "item" I have a relation to another table (feusers). In the select I only get the feusers out of the sysfolder I configured in the root page. |
| 14:22 |
tsrepadmin |
how can i configure another sysfolder - or how can i tell the extensio that he hast to look into the ts where to look for the specific feusers |
| 15:00 |
yakoi |
hello all, I'm trying to set available plugins in RTE (tinyrte) for a specific user and overrule the settings I specified in extension manager (the MCEbuttons constant). I tried lots of TS, now trying to set it directly in user TSconfig. Any combination of the following lines have absolutely no impact on the result: "RTE.default.showButtons >", "RTE.default.showButtons = list,of,plugins", "RTE.default.hideButtons = "list,of,plugins". Also, if I select the pl |
| 15:01 |
kreegee |
hi |
| 15:01 |
kreegee |
one small question |
| 15:01 |
kreegee |
is it possible to manually link content elements for translations? |
| 15:01 |
kreegee |
(like "copy default content elements" does) |
| 15:01 |
yakoi |
Is there any better way to do what I'm trying to? |
| 15:00 |
yakoi |
hello all, I'm trying to set available plugins in RTE (tinyrte) for a specific user and overrule the settings I specified in extension manager (the MCEbuttons constant). I tried lots of TS, now trying to set it directly in user TSconfig. Any combination of the following lines have absolutely no impact on the result: "RTE.default.showButtons >", "RTE.default.showButtons = list,of,plugins", "RTE.default.hideButtons = "list,of,plugins". Also, if I select the pl |
| 15:01 |
kreegee |
hi |
| 15:01 |
kreegee |
one small question |
| 15:01 |
kreegee |
is it possible to manually link content elements for translations? |
| 15:01 |
kreegee |
(like "copy default content elements" does) |
| 15:01 |
yakoi |
Is there any better way to do what I'm trying to? |
| 15:12 |
kreegee |
nobody here? |
| 15:13 |
tsrepadmin |
what is WOP? example: ## WOP:[tables][3][fields][1][conf_rel_type] |
| 15:12 |
kreegee |
nobody here? |
| 15:13 |
tsrepadmin |
what is WOP? example: ## WOP:[tables][3][fields][1][conf_rel_type] |
| 18:20 |
tsrepadmin |
dokma voidus |
| 18:20 |
dokma |
yeah |
| 18:20 |
tsrepadmin |
it looks like it is actually possible to set different ###PAGE_TSCONFIG_ID### |
| 18:20 |
tsrepadmin |
$fTWHERE = str_replace('###PAGE_TSCONFIG_ID###',intval($TSconfig[$field]['PAGE_TSCONFIG_ID']),$fTWHERE); |
| 18:21 |
tsrepadmin |
that means, it is possible to setthe value depending onto the field value |
| 18:22 |
tsrepadmin |
now the only questionis, howto set the $TSconfig[$field]['PAGE_TSCONFIG_ID'] |
| 18:25 |
dokma |
no clue |
| 18:25 |
dokma |
you lost me here |
| 18:32 |
tsrepadmin |
got it |
| 18:33 |
tsrepadmin |
TCEFORM.tx_mytable.myfield{ PAGE_TSCONFIG_ID=64 } |
| 18:33 |
tsrepadmin |
different fields => different PAGE_TSCONFIG_IDs |
| 18:39 |
elbart |
hello |
| 18:44 |
voidus |
elbart: hello |
| 19:08 |
just2b_ |
hi peter... a new mootools is on its way ;) |
| 19:38 |
HardPhuck |
can pmkslimbox be applied to another gallery extension? |
| 19:45 |
just2b_ |
sure |
| 19:51 |
HardPhuck |
how? :) |
| 20:01 |
voidus |
any sql gurus here? |
| 20:01 |
ries |
voidus: depends ... |
| 20:02 |
voidus |
what is wrong here? http://pastebin.com/m3af51d2b |
| 20:03 |
ries |
voidus: I don't use distinct to much, but that is an agragate, right? |
| 20:03 |
voidus |
yes.. |
| 20:04 |
voidus |
without disctint it works |
| 20:04 |
voidus |
*distinct |
| 20:04 |
HardPhuck |
how would i add ATagParams to ALL images in the content area via TS?? |
| 20:05 |
voidus |
HardPhuck: find EXT:css_styled_content/static/setup.txt |
| 20:05 |
voidus |
HardPhuck: then find tt_content.image |
| 20:05 |
voidus |
HardPhuck: in that file. and you'll see, how it is possible |
| 20:05 |
HardPhuck |
thanx |
| 20:05 |
ries |
voidus: You cannot agragate one field without doing them all... |
| 20:06 |
voidus |
ries: but other fields are just constants... |
| 20:08 |
ries |
try to put a max around each constant |
| 20:08 |
ries |
SELECT max(174),max(1),max(UNIX_TIMESTAMP())... |
| 20:08 |
ries |
I would do a grouo by on Subdivision.Subdivision_Name |
| 20:08 |
ries |
I find that easer.. |
| 20:11 |
voidus |
ries: no.. groupby doesn't work and max() too |
| 20:12 |
HardPhuck |
omg ill never learn this :) |
| 20:12 |
voidus |
HardPhuck: what? |
| 20:12 |
HardPhuck |
i have a random image extension |
| 20:12 |
HardPhuck |
and i want to combine it with slimbox |
| 20:12 |
HardPhuck |
but slimbox has lousy documentation |
| 20:13 |
HardPhuck |
i dont even know how to set it up on it's own |
| 20:14 |
ries |
voidus: try this : http://pastebin.com/m31d0fdf2 |
| 20:14 |
HardPhuck |
www.pok-sp.si you can see random images on the bottom of the page |
| 20:14 |
HardPhuck |
they should be loaded with lightbox(slimbox) |
| 20:16 |
kraftb |
yeah ... |
| 20:16 |
kraftb |
hi again ! |
| 20:16 |
kraftb |
after a long time .... |
| 20:17 |
voidus |
ries: yeah.. that works. but i need Subdivion_Name too... |
| 20:17 |
voidus |
in result set i mean |
| 20:17 |
voidus |
hello kraftb. nice to see you here. |
| 20:18 |
ries |
voidus: oops yeaa... make the select like this then : SELECT max(174),max(1),max(UNIX_TIMESTAMP()),max(UNIX_TIMESTAMP()),max(0),Subdivision.Subdivision_Name |
| 20:19 |
kraftb |
hi voidus ! |
| 20:19 |
ries |
voidus: does that work?? |
| 20:19 |
kraftb |
ries: if someone spamming comes back just ban them again ... and write me a short mail ... |
| 20:19 |
voidus |
ries: no :( |
| 20:19 |
kraftb |
i will take down the irc-gateway completly then ... |
| 20:21 |
kraftb |
or i could add a filter which disallows urls listed in blacklists .... |
| 20:21 |
kraftb |
like the ones posted .... |
| 20:22 |
ries |
voidus: what error do you get? |
| 20:25 |
voidus |
ries: ahhh... it works! (it was typo). thank you very much! |
| 20:26 |
ries |
voidus: glad to hear... that is how I normally by my aggregates... note that MySQL 4 is buggy and you can ommit the max functions... but that is basically bogus SQL.... and I would strongly advice you to use the max functions |
| 20:48 |
uriahheep |
tsrepadmin: you still around? |
| 20:49 |
HardPhuck |
where should i add this |
| 20:49 |
HardPhuck |
ATagParams = rel="lightbox" |
| 20:49 |
HardPhuck |
so all images in the content area will be affected_ |
| 21:03 |
uriahheep |
...can someone help me out with tt_news realurl configuration please? |
| 21:04 |
uriahheep |
i'm trying to configure it so that i don't need to have 'archive' or 'article' and stuff in there.... |
| 21:05 |
uriahheep |
like... right now, i have an archive page called 'news' and a single item view page beneath it called 'view' |
| 21:05 |
uriahheep |
so, right after those, in the url, i would just want year/month/article_name |
| 21:08 |
uriahheep |
...instead of www.example.com/members/news/view/archive/2007/09/article/my_article, i would like to have www.example.com/members/news/view/2007/09/my_article |
| 21:16 |
voidus |
i have an IRRE question. anyone familiar with? |
| 21:18 |
voidus |
HardPhuck: tt_content.image.20.1.params = align="top" rel="lightbox" |
| 21:19 |
HardPhuck |
those are images' params not anchors' |
| 21:22 |
HardPhuck |
i need <a href="#" rel="lightbox></a> |
| 21:39 |
kraftb |
voidus: whats your problem ? |
| 21:41 |
uriahheep |
hmm... |
| 21:41 |
voidus |
kraftb: i have an table with IRRE field to another table. i have records of both tables in sysfolder. but when i edit first records, i see only "create new", but i want to "connect" something that tables |
| 21:42 |
kraftb |
hmm ... |
| 21:42 |
kraftb |
so you have one table ..lets call it A which shall contain sub-records of table B |
| 21:42 |
kraftb |
correct ? |
| 21:42 |
voidus |
yes |
| 21:42 |
kraftb |
shall it be also the other way round ? so you see A in B |
| 21:43 |
kraftb |
or just "one-way" ? |
| 21:43 |
voidus |
one way |
| 21:43 |
kraftb |
then just add a field "parent" in table "B" |
| 21:43 |
kraftb |
and there enter the uid of a record in table A |
| 21:44 |
kraftb |
if you edit the record in table A then the records of table B which contain its uid in the parent field will get shown |
| 21:44 |
voidus |
but i need to configure that field somehow |
| 21:44 |
kraftb |
you need to set "foreign_table" => "tableB" ... "foreign_field" => "parent" |
| 21:44 |
kraftb |
yes ... |
| 21:44 |
kraftb |
wait |
| 21:46 |
voidus |
now i have just foreign_table = "tableB" |
| 21:46 |
kraftb |
http://t3paste.org/oaMZwq |
| 21:47 |
voidus |
hm... select? |
| 21:48 |
kraftb |
?!?! |
| 21:48 |
kraftb |
this is just the "parent" field in table B |
| 21:48 |
kraftb |
you do not have to add this field to the "showitem" / types config |
| 21:48 |
kraftb |
then it will not get shown in the BE |
| 21:48 |
kraftb |
but if you add it you have the possiblity to move a record around between parents |
| 21:50 |
voidus |
clear... thank you |
| 21:54 |
uriahheep |
hrm... i'm having trouble figuring this out... |
| 21:56 |
uriahheep |
how is the tt_news related stuff in http://typo3.org/extensions/repository/view/tt_news/2.5.0/info/res%252FrealUrl_example_setup.txt/ (bottom of page) supposed to translate into a url like http://www.example.com/news/2005/04/this-news-item/ (as described in the tt_news manual) ? |
| 21:56 |
uriahheep |
i always have 'archive' and 'article' in my urls.... :( |
| 21:57 |
kraftb |
tell me if it works ... |
| 21:57 |
kraftb |
always happy to hear something worked :) |
| 22:08 |
HardPhuck |
anyone using just2b's smooth gallery? |
| 22:15 |
uriahheep |
...can someone give me a link to their tt_news/realurl pages? |
| 22:15 |
uriahheep |
...and then, perhaps their realurl config? |
| 22:16 |
uriahheep |
i'd like to compare it to mine, to see if everything's working the way it should on my site |
| 22:16 |
uriahheep |
..please? |
| 22:16 |
m0oman |
i would - but i'm using cooluri. >.< |
| 22:17 |
dokma_ |
guys |
| 22:17 |
dokma_ |
google bot is visiting me like every 3 hours |
| 22:17 |
dokma_ |
on a site that got indexed less than a month ago with 50 pages of content |
| 22:17 |
dokma_ |
is this normal? |
| 22:21 |
Phlogi |
Can anyone recommend me a good form extension? It should be easy to create a form especially styling. |
| 23:43 |
smurfslayer |
hi there |
| 23:43 |
smurfslayer |
sb. here with directmail experiences? |
| 23:50 |
smurfslayer |
i search a way to store all distribution lists in one sysfolder and to "automatically" include these lists in each possible newsletter. So we have about 20 different pages with different designs.. and on each of these 20 pages it should be possible |
| 23:50 |
smurfslayer |
to select from all distribution lists stored in one sysfolder |