| 00:00 |
schabracke |
me too |
| 00:06 |
nhaskins |
How interesting:) I wonder how to troubleshoot this. |
| 00:07 |
schabracke |
which version of tt_news are you working with? |
| 00:13 |
nhaskins |
I'm not using tt_news |
| 00:14 |
nhaskins |
Does it only work for you in tt_news? |
| 00:14 |
nhaskins |
Can you set time for an content element outside of tt_news? |
| 00:19 |
schabracke |
no, i told you those options are within tt_news |
| 00:22 |
nhaskins |
Are you able to publish any element within tt-news? I'm not familiar. |
| 00:22 |
schabracke |
what do you mean with every element? |
| 00:23 |
schabracke |
its text,pics,video |
| 00:23 |
schabracke |
and there is an ass load full of ext. for tt_news |
| 00:23 |
schabracke |
http://typo3.org/documentation/document-library/extension-manuals/tt_news/3.0.1/view/ |
| 00:24 |
nhaskins |
Ya, I'm looking at it :) |
| 02:42 |
anarcotraffic |
can someone say me how i can substute the content of href on TMENU |
| 02:45 |
anarcotraffic |
#typoscript |
| 08:36 |
BejjWrk |
morning |
| 10:41 |
ndee |
plugin.tt_news.displaySingle.links_stdWrap.typolink.ATagParams = class="btn1" <-- shouldn't that add the class="btn1" to a tt_news single-view link? |
| 11:29 |
Marijn |
Hi all.. |
| 11:33 |
beli |
hey |
| 11:38 |
FloLeBlanc |
hi all |
| 11:40 |
FloLeBlanc |
anyone who uses tt_news 3.0.1 with BE_users that are able to assign multiple categories to a news entry? |
| 11:56 |
PiMB |
morning all |
| 11:58 |
anarcotraffic |
hello, can someone say me how i substitute the content of href="" in a tmenu |
| 12:00 |
PiMB |
depends on what you're trying to do |
| 12:02 |
anarcotraffic |
i want for the ifsub href = # |
| 12:04 |
PiMB |
don't think substitution is possible. |
| 12:05 |
anarcotraffic |
but i need a href="#" |
| 12:05 |
PiMB |
but you might be able to work something out with doNotLinkIt and a wrap around the page name. |
| 12:05 |
anarcotraffic |
do u mean its the one and only solution |
| 12:05 |
PiMB |
.. |
| 12:05 |
anarcotraffic |
ah |
| 12:06 |
anarcotraffic |
okay |
| 12:06 |
PiMB |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/ |
| 12:07 |
kotelette |
Is it possible to have an own sheet next to 'extended' in the pages properties (already added som flexform, but it's shown in extende) |
| 12:08 |
anarcotraffic |
subst_elementUid |
| 12:08 |
anarcotraffic |
u mean to work with this? |
| 12:10 |
anarcotraffic |
PiMB |
| 12:20 |
pmk65 |
anarcotraffic: Does your site use MountPoints? |
| 12:20 |
pmk65 |
if it doesn't use MP, then you can redefine the link,. |
| 12:21 |
pmk65 |
Or you could add a doNotLinkIt = 1 to the IFSUB part of yor menu, and then make your own <a href="#"> arount the linktext. |
| 12:24 |
pmk65 |
kotelette: The Tabs in the pages record is defined in TCA not in flexform sheets. |
| 12:25 |
kotelette |
ah ok thank you i'll have a look |
| 12:27 |
pmk65 |
you can add extra tabs using t3lib_extMgm::addToAllTCAtypes() |
| 12:28 |
pmk65 |
kotelette: an example of how to add/remove fields & tabs -> http://typo3.org/extensions/repository/view/pmkautokeywords/current/info/ext_tables.php/ |
| 12:30 |
anarcotraffic |
okay |
| 12:30 |
anarcotraffic |
pmk65 |
| 12:38 |
anarcotraffic |
thx pmk65 |
| 12:38 |
FloLeBlanc |
can someone tell me how I can increase the height of the select box for categories in tt_news 3.0.1 ? (backend) |
| 12:39 |
pmk65 |
FloLeBlanc> change the TCA setup of that field. |
| 12:41 |
FloLeBlanc |
pmk65: I tried to, I also checked the code but it seems that the size property does not get considered by the extension |
| 12:42 |
pmk65 |
$TCA['tt_news']['columns']['category']['config']['autoSizeMax'] = 50; |
| 12:43 |
pmk65 |
that's the default setting for the selectfield. If you increase the "50" value, you'll get a bigger selectbox. |
| 12:43 |
pmk65 |
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4272080 |
| 12:43 |
FloLeBlanc |
pmk65: the default box size seems to be 1 unfortunately for my BE_users that aren't admin |
| 12:44 |
pmk65 |
tt_news uses autoSizeMax not size |
| 12:46 |
FloLeBlanc |
neither: page.TCEFORM.tt_news.columns.category.config.autoSizeMax = 50 , nor page.TCEFORM.tt_news.category.config.autoSizeMax = 50 works for me, the box for the selected categories doesn't grow as for the admin when selecting multiples :( |
| 12:46 |
FloLeBlanc |
page.TCEFORM.tt_news.category.config.minitems = 1 works though |
| 12:47 |
pmk65 |
you can try removing the "autoSizeMax" line, and add a "size" one instead, and see if that helps. |
| 12:48 |
FloLeBlanc |
unfortunately it doesn't - as mentioned the size property is not considered in the class as far as I can see (autoSizeMax is - but won't work for me for some obscure reason) |
| 12:49 |
FloLeBlanc |
autoSizeMax should be how far the box can grow at max isn't it? |
| 12:49 |
pmk65 |
yes. |
| 12:50 |
FloLeBlanc |
weird |
| 12:53 |
FloLeBlanc |
I would say it's a js problem but it works as admin *grml* |
| 12:56 |
FloLeBlanc |
thx for the input anyways pmk65 |
| 13:33 |
m99 |
hi everybody |
| 13:33 |
m99 |
i'm trying to add a static javascript-block to a fce |
| 13:34 |
m99 |
i tried it with an unmapped element and editing the corresponding xml block by adding a typoscript text element |
| 13:34 |
m99 |
but i didn't see a result |
| 13:34 |
m99 |
nothing is rendered |
| 13:45 |
neoneye |
Page TSconfig, I have entered: tt_content.mailform.20.badMess = helloworld |
| 13:46 |
neoneye |
but I don't see any changes in the form |
| 13:46 |
neoneye |
and I have tried clearing the cache |
| 13:48 |
neoneye |
I'm rather new to TYPO3 |
| 13:48 |
neoneye |
is there something obvious I have misunderstood |
| 13:49 |
neoneye |
I have inserted a FORM cObject on the page |
| 13:51 |
BejjWrk |
bleh |
| 13:52 |
BejjWrk |
trying to debug why mm_dam_filelist doesnt work properly since DAM 1.1.5 >< |
| 13:53 |
BejjWrk |
It tries to render all the images over and over, and it failst misserably with pdf |
| 13:53 |
BejjWrk |
worked before upgrade, tried to rollback, but no success |
| 14:02 |
Bitcrusher |
hey guys |
| 14:03 |
Bitcrusher |
anyone tried that the swfuploader is not enabled in a 4.3.1 installation? |
| 14:11 |
DoDoNL |
I have a very strange problem |
| 14:11 |
DoDoNL |
I created a form page in my website. |
| 14:11 |
DoDoNL |
When I open it in Firefox I see the form and after submitting I get a message (success or failed) |
| 14:12 |
DoDoNL |
When I do this in IE8 I do see the form, but after submitting I still see the form (not a message). |
| 14:12 |
DoDoNL |
After clearing the cache and refreshing the page I see the message, but when returning to the page via the menu, I don't see the form anymore (I need to clear the cache again) |
| 14:13 |
DoDoNL |
Anyone who can help me out on this? |
| 14:13 |
kotelette |
is there a possibility to hide a page for two specified languages? (atm there's a fallback for all pages) |
| 14:14 |
Marijn |
Hey, I made a site template inTemplaVoila! Now i want to change the HTML of the template a bit.. Where do I change that? |
| 14:16 |
BejjWrk |
Marijn: you change it in the html file, then you have to go back to templavoila and the tab on the far right and hit "save & return" |
| 14:21 |
Marijn |
BejjWrk: ahhh... Okay... it was the last step i didn't do yet... Thx! |
| 14:22 |
BejjWrk |
np :) |
| 14:24 |
DoDoNL |
Can anyone help me out? I have no idea what IE is thinking, but it doesn't even run the script which checks if the form was posted... |
| 14:29 |
anarcotraffic |
dodonl |
| 14:29 |
anarcotraffic |
visual problem? (css) |
| 14:32 |
DoDoNL |
anarcotraffic: No it isn't visual |
| 14:33 |
Yan |
Does anyone know how I can modify the template for the Search Form (not the indexed_search). |
| 14:34 |
DoDoNL |
I have 3 blocks in my tmpl file. 1 for success, 1 for failed and 1 for the form. This is placed in a "parent" block |
| 14:38 |
BejjWrk |
My problem with mm_dam_FEFilelist was related to http://bugs.typo3.org/view.php?id=13283 |
| 14:39 |
BejjWrk |
hope this saves time for someone else :) |
| 15:02 |
pmk65 |
DoDoNL: IE sucks. Most likely it's the way you detect the onsubmit. IE only works correctly if you place the onsubmit on the form. |
| 15:24 |
DoDoNL |
pmk65: THat's not the problem. The second time I view the page, it doesn't even look at the PHP code in Typo3, it just loads the page in cache |
| 15:29 |
pmk65 |
DoDoNL: Is it a homemade extension? If so, check that you have made it as a USER_INT plugin and not USER. |
| 15:29 |
pmk65 |
USER plugins are always cached. |
| 15:31 |
kraftb |
hello ! |
| 15:31 |
kraftb |
I remember there was some page on which there are nightly snapshots of forge.typo3.org SVN |
| 15:31 |
kraftb |
anyone knows the URL ? |
| 15:32 |
manuelschwarz |
hello everybody |
| 15:32 |
kraftb |
hi ! |
| 15:32 |
manuelschwarz |
i'm coding my new website with typoscript |
| 15:33 |
manuelschwarz |
but i've got a problem mit showing the plugins |
| 15:33 |
manuelschwarz |
typo3 puts the style around the plugin |
| 15:34 |
manuelschwarz |
but he does not show the content data |
| 15:34 |
manuelschwarz |
has somebody may have an idea where the problem is? |
| 15:37 |
kraftb |
is it some self-made plugin ? |
| 15:38 |
kraftb |
try adding some "echo" debug statements into to to have a look if it gets called at all |
| 15:39 |
pmk65 |
kraftb: http://sourceforge.net/projects/typo3xdev/files/T3X/extensions/ |
| 15:46 |
JunGle |
Hello |
| 15:46 |
JunGle |
jbaptiste_j (au secours) |
| 15:46 |
kraftb |
pmk: thx ! |
| 15:46 |
kraftb |
altough it doesn't seem to list all extensions |
| 15:46 |
kraftb |
my "kb_display" and "kb_kickstarter" are not on the list |
| 15:46 |
kraftb |
strange ... |
| 15:46 |
jbaptiste_j |
okie JunGle will ask a question in french and I will translate |
| 15:47 |
JunGle |
Je voudrais savoir si il est possible dans le menu backend de typo3, de rajouter un lien vers une page externe à Typo3 |
| 15:47 |
JunGle |
target="_blank" |
| 15:47 |
JunGle |
En gros. |
| 15:47 |
jbaptiste_j |
HE wants to know if it is possible in the backend menu of typo3 to add a link to an external site |
| 15:48 |
animan |
hi. has anyone used daimi_skinnablepagebrowser before? |
| 15:48 |
animan |
i have a problem where it counts the pages incorrectly |
| 15:48 |
jbaptiste_j |
oui mais spam pas trop en Francais ;) |
| 15:48 |
kraftb |
JunGle: you could create a backend module using the extension kickstarter. the backend module should simply output a "Location" header redirecting the user to the external site |
| 15:49 |
JunGle |
hum. |
| 15:49 |
kraftb |
vocè falam portuguese? ;) |
| 15:49 |
jbaptiste_j |
non je t'explique dans le chan french |
| 15:49 |
jbaptiste_j |
thanks kraftb I will translate for him in the French channel |
| 15:52 |
JunGle |
kraftb no good |
| 15:53 |
pmk65 |
kraftb_ The list of extensions on sourceforge is only updated once a week |
| 15:53 |
JunGle |
because my external site will go in the typo3 backend .. in the Iframe. |
| 15:53 |
kraftb |
JunGle: use javascript. |
| 15:53 |
JunGle |
open pop ? |
| 15:53 |
kraftb |
top.location.href = 'URL'; |
| 15:53 |
kraftb |
in the frame of the module |
| 15:54 |
JunGle |
ok! I test |
| 15:55 |
pmk65 |
kraftb: also Forge sucks when it comes to nonpublished projects. As the Sourceforge download site lists ALL Forge extensions, even those that aren't marked "Public" :( |
| 15:58 |
animan |
or is there, perhaps, better pagebrowser for tt_news and indexedsearch than daimi_skinnablepagebrowser? |
| 15:58 |
JunGle |
kraftb is not good with top.location firefox open in the same windows. |
| 16:01 |
GoSnA |
hello, maybe someone can help me with an bug(?)... wenn i put an image in an RTE (htmlarea) an link them, the closing for the image get lost and the validate of the page end in errors, but wenn the image is without a link it works correctly... where can i search for this behavior |
| 16:02 |
kraftb |
JunGle: do you want it to open up in a new window? |
| 16:02 |
JunGle |
yep |
| 16:02 |
JunGle |
window open blank |
| 16:02 |
kraftb |
then just some javascript popup - but it will show the module ... |
| 16:02 |
kraftb |
I guess it is quite difficult to just have a pop-up link in the left main menu of TYPO3 |
| 16:06 |
JunGle |
kraftb not popup ! New window |
| 16:06 |
JunGle |
with open.window is not perfect but is good ! |
| 16:18 |
kraftb |
ok. just checked. I guess it is not possible to directly open a window upon a click in the left menu. |
| 16:19 |
kraftb |
except by hacking the core |
| 16:19 |
DoDoNL |
pmk65: Back again, finally. The only thing the script does is check if the value a user enters exists in a database table. If so show the rest of the data. If not, show a default page |
| 16:26 |
ndee |
I have a templavoila template with a header image and some text. The template is used for different sections on my website. Now, I don't want to configure this header image on each subpage, only on some. Is it somehow possible to set a default image with typoscript? |
| 16:32 |
pmk65 |
ndee: There's a <default> keyword in Flexforms you can use if the image is static. But if you want to use different default images and/or dynamic images, you'll have to render the FlexForm field as a "user" field. |
| 16:33 |
ndee |
pmk65: The page is like A, B, B1, B2, B3, C, D and it if you are on B1, it should check if a header image is set and if not, it should take it from B. |
| 16:33 |
ndee |
how can I render the field as user? |
| 16:36 |
pmk65 |
Something like this should work -> http://paste.phlogi.net/-094a5d4015/ |
| 16:37 |
ndee |
pmk65: so I have to map it as a Typoscript Object Path? |
| 16:37 |
pmk65 |
Line #2 sets the default image, which is overridden if there's an image in the media field |
| 16:37 |
ndee |
pmk65: I'm using the media field already for something else :D |
| 16:38 |
pmk65 |
then change it so it matches your field.. the important part is to set the fefault image before you do the "import" part. |
| 16:39 |
ndee |
pmk65: ah, I see. Alright, I gonna test it. |
| 17:08 |
tPl0ch |
Are there any naming conventions for MVC extension development? |
| 17:54 |
ndee |
how can I remove again all those wraps on a standard image content element? |
| 19:37 |
Yan |
Good day all. I was wondering if it is possible to add an option to a menu for a languge button. For example, on www.reorient.ca, top menu, I want to add a button French that would flip to the french equivalent. Thanks. |
| 19:40 |
pmk65 |
Yan. if you have a multilang site, then it's quite easy. |
| 19:45 |
mind23 |
hmm got a menue where i want to add a unique class to every <li> object. wrapItemAndSub didnt do it. maybe someone in with experience in that? |
| 19:47 |
Yan |
pmk65, how can I add it in the list? |
| 19:47 |
Yan |
Because my top menu is a list <ul> with the items <li>. I want to add an item at the end, for the language before the <ul> closes. |
| 19:47 |
pmk65 |
mind23: Use allWrap for the starting LI (it has stdWrap support) and then wrapItemAndSub for the closing LI |
| 19:49 |
pmk65 |
Yan: create 2 menus. 1 is the menu you use now (without UL wrap), an #2 is a language menu, (again without UL wrap) and then put both in a COA object and wrap that with the UL |
| 19:54 |
Yan |
thanks. |
| 19:55 |
Yan |
how would I create my language menu? have any idea? |
| 19:55 |
pmk65 |
My lang menu is based on flag icons, and is made like this: -> http://www.phlogi.net/f/t3/tsp/sp/language_menu/ |
| 19:56 |
pmk65 |
its just a standard HMENU with special= language, and then rendered as a GMENU |
| 19:58 |
Yan |
I'll work on this later, thanks. I'll let you know how it goes. |
| 20:03 |
Yan |
Like that? |
| 20:03 |
Yan |
lib.navigation_main = COA |
| 20:03 |
Yan |
lib.navigation_main = HMENU |
| 20:03 |
Yan |
lib.navigation_main.1 = TMENU |
| 20:03 |
Yan |
lib.navigation_main.1 { |
| 20:03 |
Yan |
expAll = 0 |
| 20:03 |
Yan |
noBlur = 1 |
| 20:03 |
Yan |
NO.wrapItemAndSub = <li> | </li> |
| 20:03 |
Yan |
NO.stdWrap.htmlSpecialChars = 1 |
| 20:03 |
Yan |
} |
| 20:03 |
Yan |
lib.navigation_main.2 = TMENU |
| 20:03 |
Yan |
lib.navigation_main.2 { |
| 20:03 |
Yan |
special = language |
| 20:03 |
Yan |
special.value = 0, 1 |
| 20:03 |
Yan |
noBlur = 1 |
| 20:03 |
Yan |
NO.wrapItemAndSub = <li> | </li> |
| 20:03 |
Yan |
NO.stdWrap.htmlSpecialChars = 1 |
| 20:03 |
Yan |
} |
| 20:05 |
mind23 |
thanks pmk65, maybe that will help to fix my problem |
| 20:14 |
Yan |
pmk? |
| 20:22 |
Yan |
anyone can help me? I think pmk left... |
| 20:35 |
Yan |
?? |
| 20:49 |
Yan |
pmk, are you there? |
| 21:01 |
pmk65 |
Yan: You need to mke 2 HMENUS |
| 21:05 |
Yan |
i tried, but for some reasons, the second one doesn't show up... |
| 21:05 |
pmk65 |
something like this -> http://www.phlogi.net/f/t3/tsp/sp/-3262ad7cc9/ |
| 21:08 |
pmk65 |
USERDEF1 state is used if there's no translation in that language. |
| 21:08 |
Yan |
thanks :) |
| 21:11 |
pmk65 |
the .nolink=1 should be .doNotLinkIt = 1 for TMENU.. |
| 21:13 |
Yan |
how cna I change the text of the button? |
| 21:14 |
Yan |
in the french menu, it show my menu plus "Home" at the end |
| 21:14 |
Yan |
I want it to say English. |
| 21:16 |
Yan |
and Francais, when on the english side... |
| 21:18 |
pmk65 |
http://www.phlogi.net/f/t3/tsp/sp/-2c635d7619/ |
| 21:18 |
pmk65 |
untested.. |
| 21:18 |
pmk65 |
let me know if it works.. |
| 21:20 |
Yan |
nope... |
| 21:20 |
Yan |
still shows me Accueil and Home |
| 21:27 |
pmk65 |
I made a typo error. Try this -> http://www.phlogi.net/f/t3/tsp/sp/-674f0d2c2b/ |
| 22:23 |
manuelschwarz |
good evening |
| 22:23 |
manuelschwarz |
is this a support chat? |
| 22:55 |
ndee_ |
pmk65: are you still around? |
| 23:43 |
pmk65 |
ndee_: yes :) |
| 23:44 |
ndee_ |
pmk65: I solved the problem already, thanks anyway :) |
| 23:44 |
pmk65 |
ok |
| 23:44 |
ndee_ |
I'm slowly diving into typoscript. it is kinda complicated :D |