| 00:44 |
Mirrakor |
someone here? |
| 01:15 |
Mirrakor |
how can I delete a template associated to a site? |
| 01:29 |
Fab1an- |
what kind of template? |
| 04:33 |
locnguyen |
can i use multi language in powermail? |
| 04:33 |
locnguyen |
please help me |
| 05:34 |
locnguyen |
can i use multi language in powermail? |
| 08:08 |
tamlm |
hi everybody |
| 08:09 |
tamlm |
i have problem with link external url on tt_news |
| 08:11 |
tamlm |
if i input type news -> show data in single view list |
| 08:12 |
tamlm |
but i chose external and internal, they don't show on single view list |
| 08:12 |
tamlm |
can you help me how i can config them on single view list |
| 08:33 |
locnguyen |
nobody |
| 08:33 |
locnguyen |
typo3 is suck |
| 08:41 |
tamlm |
hello everybody |
| 08:43 |
tamlm |
any one versed in the network? |
| 08:44 |
tamlm |
can you help me to show external url on single view of tt_news. |
| 09:04 |
mikhas |
locnguyen: what? |
| 09:05 |
mikhas |
tamlm: what do you mean by external url? showing content of an external url, or showing the link to an external url? or something else? |
| 09:09 |
locnguyen |
typo3 is powerful but it is a lot of difficult at the first time |
| 09:10 |
tamlm |
on tt_news have 3type external, internal and news |
| 09:10 |
tamlm |
news is show on singleview |
| 09:10 |
locnguyen |
please help me to make search function on this page http://outsourcing.secude.com/html/index.php?id=360 |
| 09:10 |
tamlm |
but external and internal dont show singleview |
| 09:11 |
tamlm |
mikhas, can you know config it? |
| 09:14 |
mikhas |
locnguyen: sure, I agree, typo3 is hard for beginners. searchbox: http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/0.1.0/view/1/6/#id3973869 |
| 09:15 |
swemark |
locnguyen: typo3 is always difficult ;) |
| 09:15 |
swemark |
bu then again, so is rocket science :) |
| 09:16 |
mikhas |
locnguyen: either you setup a search function and make sure that it works, then replicate the html-code needed, if you want it to designs it's appearance (like the one on the secude-page. you could do that by mapping it as lib.search and then put some typoscript that will enter that html-code there. |
| 09:18 |
tamlm |
Hi everybody |
| 09:19 |
mikhas |
tamlm: actually that is how it is supposed to work, to my knowledge. the internal/external news don't have any "single news"-appearence. |
| 09:20 |
tamlm |
how i can show only once item external on single news |
| 09:20 |
mikhas |
tamlm: if you'd like to link to an external source but write a few lines about the subject yourself, I suggest you use the regular news and then enter the url in the Links-field or in the text-field instead. |
| 09:21 |
locnguyen |
mikhas : can you send me the manual link to do that? how can it search in all the content of my website? |
| 09:24 |
tamlm |
on website i config tt_news show with external link |
| 09:25 |
tamlm |
but them dont show on single news |
| 09:25 |
mikhas |
locnguyen: afaik, you just need to have indexed_search enabled (comes prepackaged with typo3) add "page.config.index_enable = 1" (if you use PAGE-object) in your typoscript and insert a search-box. hopefully it's that easy. |
| 09:25 |
mikhas |
locnguyen: http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/2.10.0/view/1/5/#id3927406 |
| 09:26 |
mikhas |
tamlm: it might be the template (or it might be a typoscript-setting). are you using customized templates for tt_news? |
| 09:27 |
tamlm |
i use templavoila config |
| 09:27 |
locnguyen |
hope it work, thanks for your help mikhas |
| 09:28 |
tamlm |
$singleWhere .= ' AND type NOT IN(1,2)' . $this->enableFields; // only real news -> type=0 |
| 09:28 |
tamlm |
this is code on displaySingle() |
| 09:29 |
tamlm |
they are only support woth news->type =0 |
| 09:29 |
mikhas |
tamlm: you're looking in the source now? |
| 09:29 |
tamlm |
but i dont like code in the source |
| 09:30 |
tamlm |
i link config it |
| 09:30 |
tamlm |
i like config it |
| 09:32 |
mikhas |
tamlm: you don't need to modify the code to achieve what you want. tt_news is highly configurable via typoscript. there's a html-template for tt_news. if you're using a customized html-template, chances are that the tag for the links-field is missing. |
| 09:33 |
mikhas |
tamlm: check the manual, lots of stuff to configure. I don't think you're supposed to see any singleview on internal/external-urls. instead, add the links to the links url on a normal news-content, if that's what you want. |
| 09:35 |
tamlm |
may be, i think to change something |
| 09:53 |
tamlm |
hi guys |
| 09:53 |
swemark |
Hey tamlm |
| 09:54 |
tamlm |
i want to change length show character on latest news |
| 09:55 |
swemark |
plugin.tt_news.displayLatest.subheader.crop = 50 | ... |
| 09:55 |
swemark |
somthing like that |
| 09:57 |
tamlm |
ok thanks |
| 09:57 |
tamlm |
one thing |
| 09:58 |
tamlm |
can you know limit character on Text of tt_news |
| 10:00 |
teppi|work |
good morning |
| 10:12 |
swemark |
morning teppi |
| 10:25 |
teppi|work |
o/ |
| 10:27 |
m4rtijn |
hi all.. |
| 10:28 |
mikhas |
hi m4rtijn |
| 10:29 |
ndee |
http://www.kloten-flyers.ch/ <-- on the right side there is a templavoila problem: I mapped the src attribute but when I add a picture, templavoila always inserts a whole <a href="... instead of just the image. Anyone knows what could cause that problem? |
| 10:46 |
swemark |
ndee, old xml that didnt go away |
| 10:46 |
swemark |
try checking the DS of the template |
| 11:00 |
ndee |
swemark: jep, fixed that |
| 11:00 |
ndee |
thanks anyway :) |
| 11:00 |
swemark |
:) |
| 11:08 |
mikhas |
is this considered a bug or a feature in the templavoila mapping tool? I'm asking coz imho it would probably be fixed ages ago if dmitriy thought it was a problem |
| 11:22 |
swemark |
Templavoila works in quite mysterious ways somethimes |
| 11:29 |
swemark |
sometimes* |
| 11:29 |
swemark |
*7 minutes later* |
| 11:30 |
swemark |
i think its a missing feature to make sure that the old DS-code is removed before the new one is input. |
| 11:30 |
swemark |
is put in* |
| 11:31 |
mikhas |
seems that way, that the xml-interpreter in templavoila is missing a detail or something. |
| 11:33 |
ndee |
so I'm not the only one with that problem :D |
| 11:34 |
ndee |
swemark: I actually had to delete something from the standard xml |
| 11:34 |
mikhas |
ndee: nah. you get the best result when you know every detail when you're creating the template. when you start to modify it, that's when things start to break. |
| 11:40 |
foool |
hi swemark |
| 11:53 |
mammut |
hi |
| 12:01 |
mammut |
are there any known problems with indexed search right now? |
| 12:09 |
JohPie |
did you read bugs.typo3.org? |
| 12:14 |
swemark |
hey foool |
| 12:15 |
foool |
how are you? |
| 12:17 |
crisb2010 |
hi guys |
| 12:18 |
crisb2010 |
is there a way to address my tv content element via ts? |
| 12:23 |
swemark |
im fine thank you |
| 12:24 |
swemark |
Heres the thought of the day, why is the filelist list-width not % based? |
| 12:24 |
swemark |
uses only a small bit of my screen |
| 12:25 |
swemark |
And with longer file-names it choppes them off instead of expanding |
| 12:41 |
crisb2010 |
i have a 2column template made with tv. is it possible to allways show the content from a page in the right column if there is nothing set? |
| 12:42 |
crisb2010 |
i hope someone gets what i mean ;) |
| 12:43 |
daKmoR |
crisb2010 use extension kb_tv_cont_slide |
| 12:44 |
crisb2010 |
i am looking at it right now, but i wasnt sure if it is the right thing to do |
| 12:44 |
Frooty |
is there any array where i can find the object from my extension p1 class? |
| 12:45 |
NublaII |
I have some custom styles defined for RTE that show up fine and behave properly on regular content element, but when I use rte on tt_news for example, the custom styles show up, but when I save they get wiped out... |
| 12:45 |
NublaII |
any ideas? |
| 12:45 |
crisb2010 |
daKmoR: ohoh. this ext wants php4, but i have php5 |
| 12:57 |
daKmoR |
crisb2010 works just fine with php5 |
| 12:58 |
adnc |
hello, did someone make use of yamls tv package for T3? |
| 12:58 |
adnc |
i did install it and i dont know where to start changing the layout |
| 12:58 |
adnc |
no templates are in |
| 12:58 |
crisb2010 |
i changed the xml but it doesnt seem to have an effect ... perhaps i am doing something wrong. do you have experience with it, daKmoR? |
| 12:58 |
adnc |
can someone point me to a documentation |
| 13:00 |
daKmoR |
crisb2010 pastie |
| 13:01 |
crisb2010 |
sure ... gimme a second |
| 13:01 |
crisb2010 |
daKmoR thats what the ds looks like right now: http://www.pastie.org/247631 |
| 13:02 |
crisb2010 |
damn it |
| 13:02 |
crisb2010 |
it was the cache |
| 13:02 |
crisb2010 |
that tricked me out |
| 13:03 |
crisb2010 |
works fine :) |
| 13:03 |
daKmoR |
yeah.... |
| 13:04 |
daKmoR |
just wanted to mention it... |
| 13:05 |
crisb2010 |
right now it inherits from the parent page. is there a way to inherit from a specified page? |
| 13:07 |
daKmoR |
crisb2010 I don't think so... but you can just make a specific page and create a reference on the "first page" |
| 13:08 |
crisb2010 |
thats a good idea |
| 13:27 |
adnc |
hello, does it make sence to use templavoila? particularly with yaml or should i go with the traditional way be creating a template? |
| 13:29 |
s-andersen |
adnc: I know nothing about YAML, but for some needs I would go with TV and for others I would use the plain method. It really depends on the flexibility you want |
| 13:29 |
adnc |
if i wanted to analyse this, what criterias are speaking for TV and what not? |
| 13:33 |
s-andersen |
adnc: In my opinion (and I'm no experts on TV) the main reasons for choosing TV is the Flexible Content Elements. If you have a design where you want a lot of different layouts, for example 1 column display, 2 column display and so on, you would want to go with TV |
| 13:45 |
daKmoR |
tv is so much easier |
| 13:47 |
adnc |
daKmoR: is it that easier? |
| 13:47 |
adnc |
daKmoR: do you know yaml for typo3 and can suggest using it with tv |
| 13:48 |
daKmoR |
I don't use yaml as it's not "free open source"... but I do love tv... |
| 13:48 |
daKmoR |
and I'm quite ok with my own css... there are so many alternatives to yaml... |
| 13:50 |
adnc |
daKmoR: can you please tell me a source for those alternatives? |
| 13:50 |
Guest44009 |
hello there, i want to know if it is possible, to define own content types in typo3 (in my case a relation between text, pictures and flash) |
| 13:52 |
daKmoR |
adnc yaml is "just" css... use blueprint or tripoli, or just use them as a hint (like I do) and create your own html css files... |
| 13:52 |
daKmoR |
I do like to have control over my handmade html, css |
| 13:52 |
daKmoR |
and I love the way tv let me include my html, css into typo3 |
| 13:53 |
daKmoR |
I don't need yaml... but if you already use it... just use it in typo3 also.. |
| 13:56 |
Guest44009 |
is it possible, to define own content types ? |
| 13:56 |
daKmoR |
Guest44009 use templavoila flexible elements... |
| 13:56 |
Guest44009 |
ok, that´s a tip |
| 14:09 |
m4rtijn |
re |
| 14:18 |
adnc |
can i have a whole website tree deleted in the backend or do i have to delete every page one by one? |
| 14:21 |
m4rtijn |
you can delete recursively |
| 14:21 |
s-andersen |
adnc you just need to go to your user settings and allow recursive delete |
| 14:22 |
m4rtijn |
isnt there something in the install tool as well... |
| 14:22 |
adnc |
i did install yamls templavoila package and i would like to remove everything and do it with traditional way and templates, is there anything i need to consider? |
| 14:22 |
m4rtijn |
.. mm no |
| 14:23 |
m4rtijn |
.. mm no - was refering to my last statement.. :p |
| 14:23 |
m4rtijn |
but I dont think u need to consider a lot adnc.. |
| 14:24 |
spabhat |
is it possible to setup a different home page for each Website usergroup? |
| 14:25 |
m4rtijn |
its defenitly possible :0 |
| 14:25 |
spabhat |
could you let me know how? |
| 14:26 |
m4rtijn |
i would if i could.. |
| 14:26 |
spabhat |
:) |
| 14:26 |
m4rtijn |
did u look in the extension rep.? |
| 14:26 |
spabhat |
yes |
| 14:28 |
s-andersen |
spabhat: Do you think of showing a whole different website for different users depending on what group they are members of? |
| 14:28 |
m4rtijn |
I guess he means starting page.. |
| 14:29 |
spabhat |
no I mean just a different start page |
| 14:29 |
s-andersen |
spabhat: What version of TYPO3 are you using? |
| 14:30 |
spabhat |
4.1.7 |
| 14:31 |
s-andersen |
spabhat: Am I right if I assume that you essentially want to redirect your user depending on membership of a group? |
| 14:32 |
spabhat |
yes, that's right andersen |
| 14:33 |
s-andersen |
spabhat: I know that such an extension exists as I have played with it myself, but I have forgotten its name :( |
| 14:34 |
spabhat |
I saw onesuch extension. |
| 14:34 |
spabhat |
is it dkd_redirect_at_login that you tried? |
| 14:36 |
s-andersen |
perhaps |
| 14:36 |
spabhat |
:) let me try it out. I was not sure if it works |
| 14:37 |
s-andersen |
This is from that extension: You need the extension if you have different you user groups on your website and want to directly redirect the users after their logging in to a page which belongs to their user group. |
| 14:37 |
s-andersen |
Hopefully it will work for you in TYPO3 4.1.7, only a test will show |
| 14:37 |
spabhat |
That is something need to be seen :) |
| 14:38 |
swemark |
Im looking for a plugin to search and display the result from whichever table i choose |
| 14:39 |
s-andersen |
swemark: Look at this: http://typo3.org/extensions/repository/view/an_searchit/2.4.1/ don't know if it can do the job |
| 14:41 |
swemark |
looks awsome |
| 14:41 |
swemark |
thank you |
| 14:41 |
spabhat |
dkd_redirect_at_login doesn't work :( |
| 14:46 |
mammut |
is there an event clendar which works with workspaces? |
| 15:04 |
Phlogi |
grr powermail does not work and I have no idea why. When adding new form page it just loads and loads :S |
| 15:14 |
swemark |
new field or new fieldset? |
| 15:36 |
Phlogi |
swemark: fieldset |
| 15:36 |
Phlogi |
I copied an existing one and that worked |
| 15:36 |
Phlogi |
very strange |
| 16:23 |
jangla |
anyone an expert on TS menus? Got a real puzzler here! :) |
| 16:24 |
spabhat |
let us give it a try jangla |
| 16:25 |
anteatersa |
hello, does anyone know if its possible to filter xmlnews (tt_news) by category |
| 16:25 |
anteatersa |
doesn't seem to work like normal news where you just put &tx_ttnews[cat]=125 in the url |
| 16:26 |
anteatersa |
paste your code somewhere jangla, will have a look |
| 16:26 |
jangla |
ok spabhat - here's the problem. I have a site that needs a suckerfish menu. Not too tricky - here's my code for a very simple one: http://paste.phlogi.net/-788cdfd893/ |
| 16:26 |
jangla |
Only problem is, the menu needs to be able to cope with different levels of sub pages as described here: http://paste.phlogi.net/menu_probl/ |
| 16:26 |
jangla |
In addition to that, the menu on the property pages needs to cope with being at different levels in the tree. The current code for that menu is here: http://paste.phlogi.net/-2ff5906f73/ |
| 16:27 |
jangla |
effectively the suckerfish needs to be built backwards starting from one up from the bottom-most page and the chateau menu needs to work out what level it's on an only render the subpages |
| 16:32 |
jangla |
tricky little bugger, eh?....well, for me it is! :) |
| 16:46 |
anteatersa |
yeah sorry mate, got no idea |
| 16:49 |
jangla |
lol |
| 16:49 |
jangla |
spabhat - any ideas? |
| 17:25 |
spabhat |
so the menu has to expand automatically |
| 17:29 |
spabhat |
in your code you should try setting expAll = 1 |
| 17:29 |
spabhat |
expAll says that menus should be expanded |
| 17:30 |
jangla |
yea, I know that bit - the code is taken from an existing, working suckerfish menu. it's just the extra complexity of variable levels of sub region that's the real problem. |
| 18:25 |
adnc |
is there source for typo3 design templates for learning purposes |
| 18:25 |
drindt |
hey guys iam nearly surrending, i use the template autoparser for displaying my templates, but all what i set into the suparts branch will not rendered iam not comparing to older setups and found no differences between the setup someone can help me pleaase? |
| 18:53 |
drindt |
here is my non-working ts can someone please take a look - thanks http://phpfi.com/340314 |
| 19:04 |
Vixus |
sigh, now I need to wait for my server to be upgraded to php5. anyone have any templating tutorials? the ones i've seen seem.. outdated. |
| 19:53 |
Frooty |
hello @all |
| 19:53 |
Frooty |
i created a frontend plugin with the kickstarter |
| 19:54 |
Frooty |
and after that i integrated it as a content element to my site |
| 19:55 |
Frooty |
just to see the form the kickstarter has generated with my code |
| 19:56 |
Frooty |
but it wont show up any form on my site |
| 19:56 |
Frooty |
even when i try to debug $content it wont show up |
| 19:56 |
Frooty |
its like the main function of the pi class doesn't run |
| 19:56 |
Frooty |
any suggestions? |
| 19:58 |
Frooty |
or can you tell me where i can find pi-class objects (maybe in an array) to debug it? |
| 19:58 |
Fab1an- |
if you put a text element on the same page in the same column does it show up? |
| 19:58 |
Frooty |
a moment please... |
| 20:00 |
Frooty |
yes it does! |
| 20:01 |
Fab1an- |
and the plugin you inserted is a general plugin with your plugin selected from the dropdown? |
| 20:01 |
Frooty |
yes |
| 20:02 |
Fab1an- |
weird |
| 20:02 |
Fab1an- |
try something like |
| 20:03 |
Fab1an- |
page.4 = USER_INT |
| 20:03 |
Fab1an- |
page.4.userFunc = tx_yourplugin_pi1->main |
| 20:03 |
Frooty |
ok i'll try |
| 20:07 |
Fab1an- |
and? |
| 20:12 |
Frooty |
yeah this works |
| 20:12 |
Frooty |
but i have to know why it doesnt work the normal way |
| 20:27 |
Frooty |
ok now i have set up a new typo3 instance and made a new frontend plugin and it works now |
| 20:32 |
Frooty |
now i added a hook file inside an "hook" folder |
| 20:32 |
Frooty |
to my extension folder |
| 20:32 |
Frooty |
and when i edit the $content it wont change anything |
| 20:33 |
Frooty |
on my site |
| 20:33 |
Frooty |
where the plugin is integrated |
| 20:33 |
Frooty |
the information in my extension manager showed me the following |
| 20:33 |
Frooty |
A difference between the originally installed version and the current was detected! |
| 20:34 |
Frooty |
is that maybe the reason why the changes to to $conten won't show up? |
| 20:42 |
Frooty |
no it doesnt |
| 20:42 |
Frooty |
it has something to do with the fe cache |
| 20:42 |
Frooty |
damnit |
| 20:43 |
Frooty |
where i can clear th FE cache in typo3 4.2.0 |
| 20:43 |
Frooty |
there is no option for that |
| 20:44 |
Fab1an- |
in the upper right corner |
| 20:44 |
Frooty |
oh loool :D |
| 20:45 |
Frooty |
thanks for that, Fab1an!! ;) |
| 21:40 |
suicider |
hiho |
| 21:40 |
suicider |
anyone with some experience with commerce ext online? |
| 22:02 |
adnc |
in an article i can not have umlauts like ä it claims that the field type isnt correct. what do i miss here? |
| 22:06 |
suicider |
adnc, maybe try ä instead of ä |
| 22:06 |
suicider |
: D |
| 23:14 |
McCoy |
hello, i need a little help with the extension eu_ldap. someone adept at this ext? |
| 23:30 |
heyho_ |
hallo deutsche da? |
| 23:31 |
heyho_ |
ohh 04Please speak in English only.01 :-) |
| 23:31 |
heyho_ |
hey is it possible to use the NEWS from Website A on Website B? |
| 23:32 |
McCoy |
news generated by tt_news? |
| 23:33 |
heyho_ |
jes |
| 23:34 |
McCoy |
im not sure, but i think you can use rss feeds. |
| 23:34 |
McCoy |
website A generate the news via rss und website B reads em |
| 23:34 |
heyho_ |
thx for this tip, i will google |
| 23:35 |
McCoy |
this should be integratet in tt_news or at least there is a extension which can build rss feeds with tt_news |