| 04:03 |
chefan |
rats. that could even be whitespace. php sucks |
| 06:43 |
mh_ |
hi all |
| 06:44 |
mh_ |
any one there? |
| 08:19 |
davidbrunnthaler |
someone here who can help me out with renderObj? got a little problem here |
| 08:31 |
hever |
Hi. I have to decide what CMS we use in the next Project. The main content is text and video/audio and a system must manage a lot of videos and assign them to more than one categories. Is such an extension available for Typo3 ? Or do you know a good Video administration System as extra System? |
| 08:32 |
hever |
(The extension should provide a flash video player) |
| 08:39 |
davidbrunnthaler |
hever: maybe it's too early to ask - there are much more people in here in the afternoon or evening hours |
| 08:40 |
_Awillys_ |
hever: i'd say it's doable in typo3 but there is no extension that does precisely this at the moment |
| 08:41 |
Awillys |
you would have to do that extesion yourself |
| 08:41 |
Awillys |
*extension |
| 08:41 |
hever |
It can be also another video management system and we include just the videos... |
| 08:41 |
Awillys |
i dont know of any video managelent system |
| 08:41 |
Awillys |
sry |
| 08:42 |
hever |
:) thanks |
| 08:42 |
Awillys |
*management |
| 08:42 |
hever |
is there a german channel ? |
| 08:43 |
Awillys |
certainly |
| 08:43 |
Awillys |
but i dont know the name of it |
| 08:45 |
Deetz |
How can I gather statistics for just one webpage on my typo3 site? |
| 08:46 |
Deetz |
I read about some extensions for this, but they are no longer in the repository, but is it possible to do with just the awstats extension? |
| 08:56 |
davidbrunnthaler |
why is "select.pidInList = 5" working but "select.uidInList = 11" won't? |
| 08:57 |
davidbrunnthaler |
(the db-table in the background is filled properly; names of the fields are "uid" and "pid") |
| 09:57 |
Lucass |
good morning |
| 09:58 |
maholtz|WORK |
morning |
| 09:59 |
Lucass |
where i download professional templates for typo3? |
| 10:01 |
xN33D |
uhm... just make a html/css template to intergrate it to typo3 :) |
| 10:02 |
Lucass |
ok |
| 10:02 |
Lucass |
better |
| 10:02 |
Lucass |
:) |
| 10:02 |
xN33D |
don't know where to download |
| 10:08 |
maholtz|WORK |
why should anyone provide an professional template? do you want do buy one? |
| 10:08 |
mosez |
how can i add onclick actions to <link # - external-link>Anfrage</link>? |
| 10:08 |
maholtz|WORK |
additionalParams |
| 10:08 |
maholtz|WORK |
read the tsref |
| 10:08 |
Deet1 |
Anyone have advice on gathering detailed statistics for individual pages using ics_awstats or something similar |
| 10:08 |
mosez |
it is inside a table, so i dont have a rte |
| 10:09 |
mosez |
and additionalParams is within typoscript... |
| 10:09 |
maholtz|WORK |
ups sorry:) |
| 10:09 |
mosez |
on rte it works fine if i write it directly to the sourcecode, but dont know how to do it on the table :( |
| 10:09 |
xN33D |
Deet1: never used ics_awstats, i prefer Analytics.. |
| 10:11 |
Deet1 |
from Google that is? |
| 10:12 |
maholtz|WORK |
@mosez: you could rewrite parseFunc.tags.link ? or define your own tag |
| 10:12 |
Deet1 |
In Germany it is not really possible to use http://valleywag.com/5023385/google-analytics-under-investigation-by-german-privacy-officials although I would like to |
| 10:12 |
xN33D |
yes.. it works fine.. you also see some information on every page, how many times the visitor clicked on a button etc |
| 10:13 |
Deet1 |
Yeah I like it |
| 10:14 |
xN33D |
oh really, so it isn't possible to use it in germany right now? |
| 10:14 |
mosez |
sounds not easy :( |
| 10:16 |
Deet1 |
someone at work had said it was unclear earlier but it sounds like last week now it's really not the best time to use it |
| 10:16 |
Deet1 |
so we had avoided it but doesn't sound like it's getting any better |
| 10:16 |
mosez |
rofl |
| 10:16 |
mosez |
deet1: and you think so too? |
| 10:17 |
mosez |
so _every_ statistic would break the law :) |
| 10:17 |
Deetz |
Well I don't know the law but if this is what people are saying |
| 10:17 |
Deetz |
it's because it's a third party that it's a problem I think |
| 10:18 |
mosez |
but then is every free coujnter or stat service illegal... lol |
| 10:18 |
mosez |
every service saves the ip of the visitor |
| 10:19 |
Deetz |
don't ask me :D |
| 10:19 |
Deetz |
but yeah it's a big problem |
| 10:21 |
mosez |
i think you make it to a problem :P |
| 10:21 |
mosez |
maholtz|work: but how can i do it? on rte everything works fine... i need the onclick actions for the <link # - external-link>Anfrage</link> tag only :( |
| 10:26 |
maholtz|WORK |
@mosze: ok, it is not easy, but should be possible. http://wiki.typo3.org/index.php/De:TSref/parseFunc |
| 10:26 |
maholtz|WORK |
(ups: @mosez:) |
| 10:27 |
maholtz|WORK |
hm.. |
| 10:27 |
maholtz|WORK |
ok, perhaps - who should edit that, you or someone else? |
| 10:27 |
maholtz|WORK |
onclick will be dynamic or static? |
| 10:28 |
maholtz|WORK |
if static, you could make an if and check perhaps the class or the target |
| 10:28 |
mosez |
the onclick is static and i am the only editor of this part |
| 10:29 |
maholtz|WORK |
with an special target or class the onclick could be activated |
| 10:29 |
mosez |
i can add one more class for that |
| 10:30 |
maholtz|WORK |
in link? |
| 10:30 |
mosez |
yes, within the link tag and on the css definition |
| 10:31 |
maholtz|WORK |
so, you have to dig into typoscript - or you could write an userFunc (perhaps it is quicker) |
| 10:32 |
mosez |
the quicker way could be enough for me =) |
| 10:37 |
maholtz|WORK |
well, quicker on the short run, on the long run the typoscript way would be better:) |
| 10:56 |
gHelp |
i copied my all files from one host to another but when i click into menu content´s links it´s still redirect to old host and open to the old host´s files. somebody would like to reply me |
| 10:57 |
maholtz|WORK |
domains? |
| 10:58 |
gHelp |
maholtz: yap , i changed my all files into new domain. |
| 10:58 |
maholtz|WORK |
so, your old domain will be hardcoded baseUrl? hardcoded links? |
| 10:59 |
gHelp |
even i changed baseURL link |
| 11:00 |
maholtz|WORK |
what happens in source code - check that |
| 11:00 |
maholtz|WORK |
perhaps you have an .htaccess check it too |
| 11:01 |
m4rtijn |
morning all |
| 11:02 |
gHelp |
Morning M4rtijin |
| 11:02 |
davidbrunnthaler |
morning |
| 11:02 |
maholtz|WORK |
morning |
| 11:02 |
davidbrunnthaler |
how do i substitute a marker with a cObj RECORDS? http://phpfi.com/331975 isn't working |
| 11:03 |
davidbrunnthaler |
my template: http://phpfi.com/331976 |
| 11:04 |
maholtz|WORK |
dontCheckPid = 1 ? |
| 11:06 |
davidbrunnthaler |
maholtz: where should i add this snippet? |
| 11:06 |
maholtz|WORK |
is an Records property |
| 11:10 |
Recnelis |
Hey guys, my users need to sometimes change the front page picture which is located in a div.. - What would be best ? Make a mini extension where they can choose a FP picture or get it to somehow work via Ts? Like put a style element on the div in question? |
| 11:10 |
maholtz|WORK |
1) use content element IMAGE in special page |
| 11:10 |
maholtz|WORK |
2) use pages.media |
| 11:11 |
maholtz|WORK |
both via typoscript |
| 11:11 |
hever |
Hi. I installed the "Source with Dummy site ZIP" But there is no demo content, just to be sure... I have to download the dummy package extra and rerun the install in it, yes ? |
| 11:12 |
davidbrunnthaler |
dontCheckPid changes nothing |
| 11:12 |
hever |
(There is the notice that I have to download both but its confusing with the download that provides source and dummy... |
| 11:16 |
maholtz|WORK |
@davidbrunnthaler: i think the typoscript looks good - so you have to check all possible mistakes (put record on the same page, check in db if title is title - check twice if there is no typo) |
| 11:24 |
Recnelis |
maholtz|WORK: Got any TS examples? |
| 11:26 |
maholtz|WORK |
TSref -> RECORDS or IMAGE |
| 11:27 |
maholtz|WORK |
you could put then your snippet into the wiki or support.typo3.org -> snippets |
| 11:27 |
Recnelis |
But I should choose content element "Image" Or "Multimedia" ? |
| 11:29 |
maholtz|WORK |
for an image you should image, for multimedia elements like flash or video you should use multimedia |
| 11:29 |
Recnelis |
Just got confused then u said image and then special page as special pages doesn't have image |
| 11:30 |
maholtz|WORK |
ah, ok - i meant: you can choose two different ways. |
| 11:30 |
maholtz|WORK |
1 way was: chosse page.image (that field!) |
| 11:30 |
maholtz|WORK |
2nd way: choose an special page with an content element image |
| 11:31 |
Recnelis |
Ahh.. |
| 11:32 |
Recnelis |
Hmm.. but this might not be possible when I think about it |
| 11:32 |
Recnelis |
Cuz I need the image to be the background picture of the div |
| 11:33 |
Recnelis |
So that normal content may be added to the "front" part |
| 11:33 |
Lucass |
hi |
| 11:34 |
maholtz|WORK |
@Recnelis: use imgRessource then |
| 11:34 |
Lucass |
anybody nows where downloading the Spanish language pack for typo3 4.21??? |
| 11:34 |
Lucass |
please? |
| 11:35 |
hever |
Hi I just get "No pages are found on the rootlevel!" after new installation of the dummy package... I folowed the INSTALL.txt. How can I import the dummy data ? |
| 11:35 |
maholtz|WORK |
@Lucass: backend -> extManager-> select spanish language |
| 11:35 |
Lucass |
ok |
| 11:35 |
Lucass |
thanks |
| 11:35 |
rodi |
hever: create a template entry on the root page |
| 11:36 |
hever |
rodi, That means the dummy package is not ready to start ? |
| 11:36 |
rodi |
hever: from file structure perspective it is |
| 11:37 |
rodi |
it offers you a clean project structure without any dummy content |
| 11:37 |
hever |
rodi, and it contains some dummy data but no dummy template ? |
| 11:37 |
hever |
ooh ok |
| 11:37 |
hever |
rodi, is there a dummy package with dummy content ? |
| 11:37 |
rodi |
make sure you read: http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/current/ and http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/current/ |
| 11:37 |
rodi |
;-) |
| 11:38 |
Recnelis |
maholtz|WORK: Is there a way to use the "newest" picture in a specific folder? |
| 11:38 |
rodi |
hever: have a look at the quickstart and testsite packages: http://typo3.org/download/packages/ |
| 11:38 |
Recnelis |
And I'll have to map the div separate in TV right? |
| 11:39 |
rodi |
hever: it is not state-of-the-art but it will give you an idea |
| 11:39 |
maholtz|WORK |
@Recnelis: you mean fileadmin? there you could use filefunctions |
| 11:39 |
maholtz|WORK |
@Recnelis: did not used TV - cant tell you anything for that |
| 11:40 |
hever |
rodi, I read the documentation... ;) |
| 11:40 |
hever |
rodi, thanks |
| 11:41 |
rodi |
hever: you're welcome |
| 11:52 |
m4rtijn |
did anyone here used smoothgallery with external thumbs?? i.E. the thumbnails sepparated from the BIG images |
| 11:56 |
hever |
where can I view the design of the standard templates, instead of assignin each template to view it ? |
| 11:59 |
m4rtijn |
dunno |
| 12:20 |
Lucass |
hi, |
| 12:20 |
Lucass |
sorry :( anybody speak spanish? |
| 12:20 |
Lucass |
donk could translation typo3 4.2.1 to spanish pack |
| 12:20 |
Lucass |
:( |
| 12:35 |
maholtz|WORK |
@lucass: you have to change the language in your user profile |
| 12:35 |
maholtz|WORK |
and you are talking about backend - do you? |
| 12:42 |
m4rtijn |
did anyone ever made an arabic website? :p |
| 12:42 |
m4rtijn |
on typo3 |
| 13:04 |
uschi |
hey everybody |
| 13:04 |
uschi |
i have an urgent problem |
| 13:05 |
uschi |
for some reason, all ces are unreferenced after an update |
| 13:05 |
uschi |
in templavoila |
| 13:06 |
XiXora |
i got questions for you lot when i get back from cardiff :) |
| 13:06 |
XiXora |
you lot must be so lucky :D |
| 13:06 |
uschi |
i would love to be in cardiff right now |
| 13:07 |
m4rtijn |
hi uschi |
| 13:07 |
m4rtijn |
Denyerec has been looking for you |
| 13:07 |
uschi |
hi m4rtijn |
| 13:07 |
maholtz|WORK |
what is in cardiff? |
| 13:07 |
uschi |
i do not now, but i do like wales |
| 13:07 |
m4rtijn |
beach - drinks - sun ? |
| 13:10 |
XiXora |
well i'm only going to shop |
| 13:10 |
XiXora |
closest city for me |
| 13:11 |
maholtz|WORK |
ok, sounds like something special |
| 13:12 |
m4rtijn |
I wna go shopping there as well.. |
| 13:17 |
Denyerec |
In wales? |
| 13:17 |
Denyerec |
Lots of drunk welsh people. |
| 13:18 |
m4rtijn |
.. in cardiff |
| 13:18 |
m4rtijn |
werent you looking for uschi last week Denyerec ? |
| 13:18 |
Denyerec |
Yep |
| 13:18 |
m4rtijn |
kk, then I recalled correctly |
| 13:22 |
Denyerec |
Jup |
| 13:22 |
Denyerec |
Thouh I can't use her until I ffinish some tweaks to the logo :) |
| 13:22 |
m4rtijn |
hmmmkay |
| 13:22 |
m4rtijn |
:) |
| 13:23 |
m4rtijn |
so did you do your uschi-calling dance to early? |
| 13:24 |
Denyerec |
I did, actually. |
| 13:24 |
Denyerec |
I mean I have logo concepts |
| 13:24 |
Denyerec |
but would rather get an opinion on the "more finished" thing |
| 13:24 |
Denyerec |
:) |
| 13:29 |
m4rtijn |
narf!.. can anyone help me with smoothgallery - externalthumbs? |
| 13:34 |
m4rtijn |
Denyerec - could you do a call-just2b dance for me? :p |
| 13:34 |
Denyerec |
that one is a lot harder. |
| 13:35 |
Denyerec |
Just2b, Just2b, Just2b! |
| 13:36 |
Denyerec |
I have done all I can. |
| 13:36 |
m4rtijn |
thanks! :) |
| 13:36 |
Denyerec |
it's feeding time here, bbl |
| 13:57 |
Faulix |
Hello |
| 13:57 |
m4rtijn |
hi |
| 13:58 |
Faulix |
I use the tt_news extension with the option list to show the last news complete, but now there are no formats of the text, how can i get them back? |
| 13:59 |
Faulix |
my english is not the best, so i hope someone is able to understand me ;) |
| 14:00 |
m4rtijn |
Faulix - you have to edit the tt_news template |
| 14:00 |
Faulix |
i did it |
| 14:00 |
m4rtijn |
at leas thats how I did it.. |
| 14:00 |
Faulix |
the result was that i have not the more button anymore |
| 14:00 |
m4rtijn |
hehe |
| 14:00 |
Faulix |
but if i do anything in the editor typo3 drops it |
| 14:01 |
Faulix |
there is nothing bold and there are no headlines |
| 14:01 |
m4rtijn |
yes.. tt_news strips the html code |
| 14:01 |
m4rtijn |
if U dont want working <a href> there is a easy TS setting |
| 14:01 |
m4rtijn |
if u need also links then u need to change the template |
| 14:02 |
m4rtijn |
Faulix - do you need working links? |
| 14:05 |
m4rtijn |
Faulix - yes, no, maybe? :p |
| 14:06 |
m4rtijn |
Faulix - restore the old LIST template then change: ###NEWS_SUBHEADER### into -> ###NEWS_CONTENT### |
| 14:11 |
Faulix |
sry |
| 14:11 |
Faulix |
i had to check something |
| 14:12 |
Faulix |
i check the template, moment ;) |
| 14:14 |
Faulix |
no change |
| 14:14 |
Faulix |
typo3 still stripps any html code |
| 14:15 |
m4rtijn |
hm? |
| 14:15 |
m4rtijn |
did u change what I said? |
| 14:16 |
Faulix |
my misstake |
| 14:16 |
Faulix |
i changed the wrong file |
| 14:17 |
Faulix |
big thx ,) |
| 14:17 |
Faulix |
;) |
| 14:17 |
Faulix |
but now he does not use the normal css |
| 14:17 |
Faulix |
or normal style |
| 14:17 |
Faulix |
normally my headlines are orange, now they are black |
| 14:18 |
m4rtijn |
do you have firebug? |
| 14:20 |
Faulix |
yes |
| 14:20 |
m4rtijn |
check the headline html wraps.. maybe they're different from your standard headline wraps |
| 14:21 |
Faulix |
and how with firebug? |
| 14:21 |
m4rtijn |
yep |
| 14:21 |
m4rtijn |
use "inspect" |
| 14:22 |
Faulix |
yeah the problem could be that i have normal h2 and h3 tags |
| 14:22 |
Faulix |
no css class |
| 14:25 |
m4rtijn |
yeah.. check the heading on html wraps and just add them to your .css |
| 14:27 |
natalia |
hi, is there any extension that permits viewing photos and videos? |
| 14:28 |
m4rtijn |
maybe not in one extension.. |
| 14:29 |
Faulix |
there are settings for h3 and else |
| 14:29 |
Faulix |
but only special, for example news-headline (as a class) |
| 14:29 |
Faulix |
and there are only normal h3 tags, so the css has no effect |
| 14:29 |
natalia |
ok... thank you |
| 14:32 |
Faulix |
do you understand what i mean m4rtijn |
| 14:34 |
m4rtijn |
yep.. I thought u solved it :) |
| 14:34 |
m4rtijn |
yes, just overwrite the .css style in your style.css |
| 14:34 |
natalia |
if I have videos and images mixed in a system folder and I want to show it one by one with a next arrow for example... I'll need to write my own extension, I suppose |
| 14:35 |
maholtz|WORK |
@natalia: you could do it via typoscript |
| 14:35 |
maholtz|WORK |
but for beginners an extension is easier |
| 14:35 |
natalia |
ahhh ok |
| 14:36 |
natalia |
then I'll do an extension, because I don't understand the system at all yet |
| 14:36 |
natalia |
and the documentation doesn't help |
| 14:36 |
natalia |
but... |
| 14:36 |
natalia |
I'll need a viewer for that |
| 14:36 |
maholtz|WORK |
on the long run, do it with typoscript is more efficient |
| 14:37 |
maholtz|WORK |
or you put it on different pages an make an menu (look at hmenu special browse) |
| 14:37 |
natalia |
aja |
| 14:37 |
natalia |
i'll have a look thank you |
| 14:38 |
m4rtijn |
which sucks on updating i guess :) |
| 14:38 |
maholtz|WORK |
@natalia: which documentation helps not because ... (please fill in) |
| 14:38 |
maholtz|WORK |
@m4rtijn: ? |
| 14:38 |
m4rtijn |
if u make a page for every video |
| 14:39 |
m4rtijn |
and a page for every image |
| 14:39 |
m4rtijn |
u'll be quite busy if it changes |
| 14:39 |
maholtz|WORK |
ok, if it changes often or you have many things |
| 14:39 |
maholtz|WORK |
but i didnt read such an condition |
| 14:39 |
m4rtijn |
yep.. not yet |
| 14:39 |
m4rtijn |
wait 5 secs |
| 14:39 |
m4rtijn |
:) |
| 14:40 |
maholtz|WORK |
nope 5 days;) |
| 14:40 |
m4rtijn |
hehe |
| 14:43 |
natalia |
maholtz|WORK: the documentation isn't up to date and there are things that are not explained because the writer maybe thought they were trivial or he doesn't think as a newbie, I don't know |
| 14:44 |
natalia |
typo3 it's difficult to learn, but documentation makes it more difficult |
| 14:46 |
m4rtijn |
natalia - docs from? |
| 14:47 |
natalia |
from the web |
| 14:47 |
m4rtijn |
from? |
| 14:48 |
natalia |
the documentation part |
| 14:48 |
m4rtijn |
erm.. I'll rephrase.. |
| 14:48 |
m4rtijn |
about? |
| 14:48 |
m4rtijn |
:p |
| 14:48 |
natalia |
jejeje |
| 14:48 |
natalia |
well I couldn't saya concrete part |
| 14:49 |
natalia |
I am fighting with typo3 during a month |
| 14:49 |
natalia |
for a month sorry |
| 14:49 |
m4rtijn |
whos winning? |
| 14:49 |
natalia |
maybe I don't speak english as well as ai wanted |
| 14:49 |
natalia |
jajajaj |
| 14:50 |
maholtz|WORK |
@natalia: which language would be better? |
| 14:50 |
natalia |
i almost entered in a depression |
| 14:50 |
natalia |
jeje this is a joke |
| 14:50 |
natalia |
but... I thought I was stupid |
| 14:50 |
maholtz|WORK |
well, how many times? :p |
| 14:51 |
natalia |
but now I have two collegues with the same problem |
| 14:51 |
natalia |
mmm i only speak catalan, spanish and english |
| 14:52 |
natalia |
but i understand english perfectly, maybe i don't speak it as well |
| 14:52 |
natalia |
i mean, the documentation problem isn't for the language |
| 14:56 |
maholtz|WORK |
there are some docs in german or france |
| 14:56 |
maholtz|WORK |
but you are right, that is not really the problem |
| 14:56 |
maholtz|WORK |
there are not enough beginners who are rewriting the docs while they learn |
| 14:57 |
maholtz|WORK |
;) |
| 15:01 |
natalia |
lunch time |
| 15:01 |
natalia |
thank you anyway |
| 15:01 |
natalia |
byebye |
| 15:01 |
maholtz|WORK |
bye |
| 15:03 |
ct529 |
hi everybody |
| 15:04 |
ct529 |
I have some problems with the RTE. I have been tryn to set the order of the buttons using the page TS: I have tried both |
| 15:04 |
ct529 |
page.RTE.default.toolbarOrder = |
| 15:05 |
ct529 |
and RTE.default.toolbarOrder = |
| 15:05 |
ct529 |
with the different orders, but it does not seems to work. The documentation says this is the proper way. What am I doin wrong? |
| 15:13 |
gHelp |
have u checked into RTE Link properties |
| 15:19 |
ct529 |
gHelp: no, it is now working for some strange reasons. |
| 15:19 |
ct529 |
gHelp: thanks in any case! |
| 15:22 |
davidbrunnthaler |
who can tell me which entrylevel "BigMenu" is? http://www.tfa.w4y.at/___div/dl/t3_entrylevel.png |
| 15:24 |
davidbrunnthaler |
want to make a menu with the 3 items: "hotels mit flair", "mietwagen" and "flugbuchung" |
| 15:25 |
maholtz|WORK |
perhaps 1 2 or 3;) i would test it - an bet on 2;) |
| 15:25 |
maholtz|WORK |
well - perhaps it is not that, what you want |
| 15:26 |
maholtz|WORK |
you need an special sub menu on all pages, or subpages if you are on "bigMenu" or "accomodations" ? |
| 15:27 |
davidbrunnthaler |
mh it's neither 1 2 nor 3 |
| 15:28 |
davidbrunnthaler |
how do you mean? |
| 15:28 |
davidbrunnthaler |
subpages? didn't i create subpages of "bigMenu"? |
| 15:29 |
maholtz|WORK |
perhaps you do not need entrylevel - what do you want do do? (entry_L_evel afaik) |
| 15:33 |
davidbrunnthaler |
i want to create a menu of the 3 items "hotels mit flair", "mietwagen" and "flugbuchung" |
| 15:33 |
davidbrunnthaler |
it should just list the 3 items in a small menu |
| 15:33 |
davidbrunnthaler |
nothing more |
| 15:33 |
maholtz|WORK |
you should then have an look at HMENU specials |
| 15:33 |
maholtz|WORK |
but entryLevel means "in root line" |
| 15:34 |
maholtz|WORK |
on "FEreinhäuser" you would not see anything, because there is nothing in entrylevel 3 |
| 15:35 |
Recnelis |
[PIDinRootline!=8]<- Is that valid? - To use != ? |
| 15:37 |
maholtz|WORK |
@Recnelis: [PIDinRootline=8] keep emtyp [else] what you want [global] |
| 15:37 |
maholtz|WORK |
should work |
| 15:37 |
m4rtijn |
could I somehow put a lot of pictures in a pages media field.. then show them on the page and activate "click enlarge" |
| 15:38 |
m4rtijn |
showing them isnt the problem.. but how do i activate click enlarge? |
| 15:43 |
m4rtijn |
ah, got some example script |
| 15:46 |
davidbrunnthaler |
mh i found something in the TSref: directory |
| 15:47 |
davidbrunnthaler |
i copied the listed code and changed it into the following: http://phpfi.com/332028 |
| 15:47 |
davidbrunnthaler |
but somehow it seems not to work |
| 15:53 |
maholtz|WORK |
well, you did not defined any menu level |
| 15:54 |
maholtz|WORK |
menu_hor.1.NO.allWrap = ... |
| 15:55 |
davidbrunnthaler |
sry just pasted a part. here the whole ts: http://phpfi.com/332032 |
| 15:57 |
maholtz|WORK |
@davidbrunnthaler: special.value = 39 |
| 15:58 |
davidbrunnthaler |
oh man |
| 15:58 |
davidbrunnthaler |
thx a lot |
| 15:58 |
davidbrunnthaler |
it works :) |
| 15:58 |
maholtz|WORK |
yeah:) |
| 16:02 |
Jigal |
I think I found a nasty problem in cwt_community when it tries to handle the fe_users TCA. Anyone wants to take a look at it to prove me wrong? |
| 16:09 |
maholtz|WORK |
@Jigal: ok, send it to me, i will have a look at it |
| 16:10 |
conic |
hey guys... |
| 16:11 |
conic |
how can I set a page invisible in the menu when it has no content? |
| 16:11 |
conic |
i mean when there's content, then it's automatically displayed in the menu, when there's nothing inside to display, then it's automatically invisible.. |
| 16:12 |
conic |
this is very important for me... |
| 16:12 |
Jigal |
maholtz|WORK: do you happen to have cwt_community installed some where? It's in cwt_community/res/class.tx_cwtcommunity_lib_common.php, public function substituteCustomMarkers() |
| 16:13 |
conic |
ugh, never heard about that |
| 16:13 |
conic |
is this a solution for my desires? |
| 16:14 |
Jigal |
@maholtz|WORK: I'll post it on phpfi with comments... (one moment please) |
| 16:14 |
conic |
ok...!? |
| 16:15 |
maholtz680 |
re |
| 16:17 |
conic |
and is there an extension for better Usergroup handling? I have over 100 usergroups with some subgroups and much more users... and a tree-view of the groups would be so wonderful... ^^ |
| 16:24 |
Jigal |
@maholtz|WORK: (and others!) http://phpfi.com/332038 |
| 16:25 |
Jigal |
@maholtz680: (and others!) http://phpfi.com/332038 |
| 16:45 |
conic |
guys, how can i register multiple usergroups? |
| 16:45 |
conic |
don't want to register one after the other... |
| 16:47 |
Jigal |
hi Denyerec! |
| 16:47 |
Denyerec |
Heh |
| 16:47 |
Denyerec |
looks like the icing sugar only works to summon martin... |
| 16:47 |
Denyerec |
my recipe book must be wrong. |
| 16:47 |
Denyerec |
[15:53] * Denyerec throws more icing sugar at martin's shadow |
| 16:47 |
Denyerec |
[15:53] * Denyerec jiggles jigal |
| 16:47 |
Denyerec |
[15:54] * m4rtijn (n=(obscured mail address)) has joined #typo3 |
| 16:47 |
Denyerec |
less than 60 seconds response time.... |
| 16:48 |
maholtz|WORK |
@Jigal: i think you are right, but i did not tested it |
| 16:49 |
m4rtijn |
re |
| 16:49 |
m4rtijn |
nice one deny! |
| 16:49 |
m4rtijn |
i had the giant urge to join just now |
| 16:51 |
Jigal |
@maholtz|WORK: I made a terrible hack for the time being to support the custom label-value pairs in the TCA of this site. I hope to make a good fix next week. |
| 16:51 |
Jigal |
@maholtz|WORK: thanks for taking a look at it! |
| 16:52 |
maholtz|WORK |
thanks for take care - is cwt_community still developed? |
| 16:53 |
Jigal |
latest version 25 Feb 2008... |
| 16:55 |
ckoehler |
maholtz|WORK: and only small fixes |
| 16:55 |
ckoehler |
don't think much is being done |
| 16:57 |
maholtz|WORK |
k |
| 16:57 |
maholtz|WORK |
thx |
| 17:29 |
m4rtijn |
hmmmmm.. any ideas here on my latest question: how do I get images from the page media field to popup "click enlarge" on click.. |
| 17:30 |
maholtz|WORK |
imageLinkWrap = 1 |
| 17:30 |
m4rtijn |
thats it? |
| 17:31 |
maholtz|WORK |
hm... have a look at TSref/IMAGE |
| 17:33 |
m4rtijn |
hehe.. its not very descriptive... :) |
| 17:33 |
m4rtijn |
linkWrap |
| 17:33 |
m4rtijn |
linkWrap |
| 17:33 |
m4rtijn |
(before ".wrap") |
| 17:35 |
maholtz|WORK |
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/5/3/ |
| 17:37 |
m4rtijn |
thanks maholtz! |
| 17:37 |
maholtz|WORK |
np |
| 17:37 |
maholtz|WORK |
your welcome :) |
| 17:47 |
m4rtijn |
can I import all images? instead of using.. listNum = 0,1,2,3,4 etc. |
| 17:48 |
davidbrunnthaler |
how do i change the color of the hmenu-items? |
| 17:49 |
m4rtijn |
davidbrunnthaler - ? |
| 17:50 |
m4rtijn |
tmenu or gmenu ? |
| 17:50 |
m4rtijn |
hmenu is just a parent class which doesnt show anything.. |
| 17:50 |
davidbrunnthaler |
tmenu :) |
| 17:51 |
m4rtijn |
.. okay |
| 17:51 |
m4rtijn |
and then? |
| 17:51 |
davidbrunnthaler |
i have to menus on my site; both are tmenus; one is on white background and one is on darkred background |
| 17:52 |
m4rtijn |
nice! :p |
| 17:52 |
davidbrunnthaler |
and now i want to change the font color of the second one to white |
| 17:52 |
m4rtijn |
css -> color: white |
| 17:53 |
davidbrunnthaler |
my allwrap-line looks something like this: http://phpfi.com/332062 |
| 17:53 |
m4rtijn |
hmkay |
| 17:54 |
davidbrunnthaler |
so there is no <a></a> tag in it |
| 17:54 |
m4rtijn |
how do you link without <a> ? |
| 17:54 |
davidbrunnthaler |
i don't know :) - it's making the links automatically i think |
| 17:54 |
m4rtijn |
it does.. |
| 17:55 |
m4rtijn |
check the html code which is being generated.. |
| 17:55 |
m4rtijn |
then write .css for it |
| 17:55 |
davidbrunnthaler |
mh there is no class or id |
| 17:55 |
m4rtijn |
I'd recommend u install firebug |
| 17:56 |
m4rtijn |
and.. i'd also recommend not using <span> but thats youre choice |
| 17:56 |
m4rtijn |
im gone! |
| 17:56 |
m4rtijn |
cu tomorow |
| 17:57 |
davidbrunnthaler |
wrong shortcut |
| 17:57 |
davidbrunnthaler |
sry |
| 17:58 |
davidbrunnthaler |
can you please repeat your last sentences |
| 17:59 |
davidbrunnthaler |
i can just switch the onfocus="blurLink(this);" on and off via TS but thats not what i want |
| 18:03 |
theSar |
Hi all. A little bit of a newbie question. How does Typo3 deal with running on multiple servers (in locations), while still servering the same content (both for normal users and admin/editors). Does it provide any special help herE? |
| 18:08 |
timdeluxe |
theSar: never did anything like that, but i think you just have to point the different webservers to the same mysql datebase and you are happy... |
| 18:09 |
gHelp |
i changed my all porject files from one host to another. but i flash menu content´s links are still calling to old host files |
| 18:09 |
gHelp |
someone would like to give me reply |
| 18:09 |
timdeluxe |
gHelp: did you delete the caches? |
| 18:10 |
gHelp |
yap, i deleted all chaches |
| 18:12 |
timdeluxe |
then check if you have hardcoded some pathes in your typoscript or constants |
| 18:12 |
gHelp |
I´m a bit worried about flash |
| 18:13 |
gHelp |
actually, i have flash content´s menu http://www.buildingcommunities.eu/index.php?id=189&L=0 |
| 18:14 |
gHelp |
but i have other 2 links which are on language images but they really work |
| 18:16 |
timdeluxe |
there surely is something misconfigured. we cant help without knowing details... but i have to go now anyway |
| 18:16 |
timdeluxe |
sorry |
| 18:31 |
gHelp |
anybody would like to give me any suggestion |
| 18:31 |
gHelp |
becoz i´m tying to solve since last 2 days and still getting the same porblem |
| 18:31 |
Tsoots |
realurls cache tables too |
| 18:32 |
gHelp |
help me plz if anybody knows |
| 18:32 |
gHelp |
tsoots u mean to say i sould all realurls chache from database |
| 18:32 |
Tsoots |
http://typo3.org/documentation/document-library/extension-manuals/cbrealurl/1.1.0/view/1/3/ |
| 18:33 |
Tsoots |
browse to the very bottom |
| 18:34 |
gHelp |
well i deleted all chaches |
| 18:38 |
gHelp |
i can see all realurl have no records into the database, becoz i have deleted to all of them |
| 18:39 |
gHelp |
all realurl´s chaches |
| 18:42 |
gHelp |
please help me |
| 18:45 |
Dreadnaught |
hi typo3 gods =) |
| 18:47 |
Neokortex |
i have a problem with mailformplus, when trying to send a file, i always get filetype not allowed. via plugin.txt_thmailformplus_pi1.fieldConf.Anhang.fileTypes i allowed eg. txt files. but the form doesnt accept them. what did i forget? |
| 19:30 |
Neokortex |
i have a problem with mailformplus, when trying to send a file, i always get filetype not allowed. via plugin.txt_thmailformplus_pi1.fieldConf.Anhang.fileTypes i allowed eg. txt files. but the form doesnt accept them. what did i forget? |
| 20:35 |
salina |
hello everyboday my question: how can i integrate audio & video stream data like here http://news.bbc.co.uk/1/hi/world/7506235.stm into typo3? |
| 20:40 |
chefan |
salina: open source or are you willing to spend money on the platform? |
| 20:44 |
salina |
open source but it depends of price if there is any other |
| 20:58 |
chefan |
fms is not cheap |
| 20:58 |
chefan |
so you could go with red5 and OpenLaszlo |
| 20:58 |
chefan |
red5 being the stream server, openlaszlo providing the flash client |
| 21:00 |
chefan |
i am not sure if there are good extensions for typo3 around to integrate swf's into content, but a pligin for that wouldn't be too dificult, depending how you intend to manage the content |
| 21:00 |
chefan |
plugin that is |
| 21:01 |
chefan |
depending on how you create the content, you could even set up a template that integrates you the swf viewer |
| 21:01 |
chefan |
so there are various aproaches to handle that |
| 21:02 |
chefan |
are you planing to make those audio/video components the main content, or do you want optional audio/video snippets along with news for instance? |
| 21:03 |
tomyN_ |
hi, in the element browser, how can I delete an entry? |
| 21:05 |
chefan |
as far as i remember it would not make sense to delete it there. you would have to find out where it is set and delete it there. but i may be wrong, i am currently not working with typo3 |
| 21:05 |
tomyN_ |
k, thanks |
| 21:34 |
davidbrunnthaler |
how do i create a website user and a website user group? |
| 21:36 |
rodi_ |
davidbrunnthaler: create a page of type sysfolder and inside of the sysfiolder create the group before the user |
| 21:37 |
davidbrunnthaler |
should i choose the plugin "website user" or just a standard sysfolder? |
| 21:38 |
davidbrunnthaler |
answered it for myself |
| 21:38 |
davidbrunnthaler |
thx for the quick help |
| 21:53 |
tomyN_ |
where or what is the documentation for the default Login Plugin? |
| 22:06 |
Neokortex |
i have a problem with mailformplus, when trying to send a file, i always get filetype not allowed. via plugin.txt_thmailformplus_pi1.fieldConf.Anhang.fileTypes i allowed eg. txt files. but the form doesnt accept them. what did i forget? |
| 22:14 |
tomyN_ |
HEY, I am trying to understand who to install the Better Login-Box. In the manual there is no reference on how to create a user and where to send the visitor after login. |
| 22:14 |
tomyN_ |
Could anyone help me with this? Please? |
| 22:45 |
tomyN_ |
Use this ID to set the User group(s) after confirmation (in the example id=3) in the TS template with the Constant Editor. that's a quote, I cannot find this option in the Constant Editor |
| 22:53 |
tomyN_ |
where is everybody, I must be in a complete different timezone |
| 23:03 |
ckoehler |
heh |
| 23:03 |
ckoehler |
poor fella |
| 23:09 |
just2b |
anyone extended tt_priducts with a custom field? i dont get it in my hook |
| 23:12 |
tomyN_ |
hey! |
| 23:12 |
tomyN_ |
I am trying to install a Login Area |
| 23:12 |
tomyN_ |
So I have the new login box installed as well as the FE User Admin extension |
| 23:13 |
tomyN_ |
here (http://www.mcuniverse.com/FE_User_Registration.152.0.html) is says "Use this ID to set the User group(s) after confirmation (in the example id=3) in the TS template with the Constant Editor." |
| 23:14 |
tomyN_ |
I cannot find this in the constant editor, simply not there or my brain stopped working |
| 23:17 |
ckoehler |
may be in setup |
| 23:17 |
ckoehler |
i wouldn't rely on those tutorials |
| 23:17 |
ckoehler |
they may be old |
| 23:17 |
ckoehler |
go to the extension docs directly |
| 23:17 |
ckoehler |
http://typo3.org/documentation |
| 23:17 |
tomyN_ |
If there only would be a good documentation |
| 23:18 |
tomyN_ |
you never created a login box? |
| 23:18 |
ckoehler |
i am sure i did |
| 23:19 |
ckoehler |
back in the day when it was still newloginbox |
| 23:19 |
tomyN_ |
that's what I am using here! |
| 23:19 |
tomyN_ |
http://www.mcuniverse.com/FE_User_Registration.152.0.html |
| 23:20 |
tomyN_ |
so easy, huh - and oups I don't have this after confirmation option |
| 23:21 |
ckoehler |
they aren't always in the constants editor |
| 23:22 |
ckoehler |
check the newloginbox docs, see if they have a TS reference |
| 23:22 |
ckoehler |
there is a better login box though |
| 23:22 |
ckoehler |
felogin |
| 23:22 |
ckoehler |
it |
| 23:22 |
ckoehler |
it's a system extension |
| 23:22 |
ckoehler |
maybe starting with 4.2 |
| 23:22 |
tomyN_ |
will look |
| 23:23 |
tomyN_ |
no manual available |
| 23:23 |
tomyN_ |
this is frustrating |
| 23:25 |
ckoehler |
also check out the typoscript object browser |
| 23:25 |
ckoehler |
has a bunch of options there |
| 23:27 |
tomyN_ |
ok, I have the login field on the screen, I created some user, as a result it cannot find it so that I cannot login |
| 23:28 |
ckoehler |
did you set storagePid in your TS setup? |
| 23:28 |
ckoehler |
or the flexform i guess |
| 23:28 |
tomyN_ |
storagePid, I think so, hold on ... |
| 23:29 |
tomyN_ |
this here: PID of user archive |
| 23:29 |
tomyN_ |
[styles.content.loginform.pid] |
| 23:29 |
tomyN_ |
Enter the page-uid number (PID) of the sysFolder where you keep your fe_users that are supposed to login on this site. This setting is necessary, if login is going to work! |
| 23:29 |
tomyN_ |
and it appears as: Record PID |
| 23:29 |
tomyN_ |
[plugin.feadmin.fe_users.pid] |
| 23:29 |
tomyN_ |
If the records edited/created is located in another page than the current, enter the PID of that page here. |
| 23:29 |
ckoehler |
um no |
| 23:30 |
ckoehler |
plugin.tx_felogin_pi1.storagePid |
| 23:30 |
tomyN_ |
yes, the latter one is it |
| 23:30 |
ckoehler |
not fe admin |
| 23:30 |
ckoehler |
fe login |
| 23:30 |
tomyN_ |
I don't have this plugin |
| 23:30 |
ckoehler |
it's a system extension |
| 23:31 |
ckoehler |
everyone has it |
| 23:31 |
ckoehler |
after 4.1 i think |
| 23:31 |
tomyN_ |
4.2 here |
| 23:31 |
tomyN_ |
didn't see it |
| 23:31 |
ckoehler |
4.2 comes after 4.1 |
| 23:31 |
ckoehler |
felogin is the name |
| 23:32 |
tomyN_ |
FE Autologin? |
| 23:33 |
ckoehler |
no |
| 23:33 |
ckoehler |
it's in your extension manager |
| 23:33 |
tomyN_ |
I have it installed, but it is not listed under "New Content Element" |
| 23:33 |
ckoehler |
it |
| 23:33 |
ckoehler |
it's not a content element |
| 23:33 |
ckoehler |
it's a plugin |
| 23:33 |
tomyN_ |
not listed |
| 23:34 |
ckoehler |
make sure you're looking at all extensions |
| 23:34 |
ckoehler |
not just the installed ones |
| 23:34 |
tomyN_ |
gosh, it cannot be that complicated |
| 23:34 |
ckoehler |
it's not |
| 23:34 |
tomyN_ |
I want to work with what I already have |
| 23:34 |
ckoehler |
good luck |
| 23:34 |
tomyN_ |
where can I find this option for "confirmation" I need to fill in a number here |
| 23:35 |
ckoehler |
i can't help you there with outdated stuff |
| 23:35 |
tomyN_ |
as here : Record PID |
| 23:35 |
tomyN_ |
[plugin.feadmin.fe_users.pid] |
| 23:35 |
tomyN_ |
If the records edited/created is located in another page than the current, enter the PID of that page here. |
| 23:35 |
tomyN_ |
sorry< this link: http://www.mcuniverse.com/FE_User_Registration.152.0.html |
| 23:35 |
ckoehler |
oh please |
| 23:35 |
ckoehler |
feb 2005? |
| 23:35 |
ckoehler |
really? |
| 23:36 |
tomyN_ |
so what, it can be from 1900 if it works |
| 23:36 |
ckoehler |
that was probably typo3 3.x |
| 23:36 |
ckoehler |
yeah but does it? |
| 23:36 |
tomyN_ |
I guess not anymore |
| 23:36 |
ckoehler |
if it does, why are you here? |
| 23:36 |
tomyN_ |
lol |
| 23:36 |
tomyN_ |
good point |
| 23:36 |
ckoehler |
so |
| 23:36 |
ckoehler |
let it go |
| 23:36 |
tomyN_ |
ok, breathe thomas ... |
| 23:36 |
tomyN_ |
k, |
| 23:36 |
tomyN_ |
be my guru |
| 23:36 |
ckoehler |
typo3 backend |
| 23:36 |
ckoehler |
extension manager |
| 23:36 |
tomyN_ |
k |
| 23:37 |
ckoehler |
dropdown box at the top needs to say "install extensions" |
| 23:37 |
tomyN_ |
I am there |
| 23:37 |
tomyN_ |
i am in loaded |
| 23:37 |
ckoehler |
change it |
| 23:37 |
ckoehler |
that's why you don't see it |
| 23:37 |
ckoehler |
since it's not loaded |
| 23:37 |
ckoehler |
yet |
| 23:37 |
ckoehler |
so |
| 23:37 |
ckoehler |
once you see all the installed ones |
| 23:38 |
tomyN_ |
i c |
| 23:38 |
ckoehler |
search for felogin |
| 23:38 |
tomyN_ |
found it |
| 23:38 |
ckoehler |
install |
| 23:38 |
tomyN_ |
updating |
| 23:38 |
ckoehler |
now |
| 23:38 |
ckoehler |
add it to some page |
| 23:38 |
ckoehler |
you can probably set a starting point right from the plugin |
| 23:38 |
ckoehler |
if not, change it via TS |
| 23:39 |
tomyN_ |
new content element? |
| 23:39 |
ckoehler |
for a list of options, look at the Template->some page -> typoscript object browser |
| 23:39 |
ckoehler |
plugin |
| 23:39 |
ckoehler |
add a new plugin |
| 23:39 |
ckoehler |
so add new content, scroll down to see plugins |
| 23:39 |
tomyN_ |
wo wo |
| 23:39 |
tomyN_ |
hold on ... |
| 23:41 |
tomyN_ |
I have the newloginbox two times, and also felogin |
| 23:41 |
ckoehler |
k |
| 23:42 |
ckoehler |
felogin |
| 23:42 |
ckoehler |
you can get rid of newloginbox |
| 23:42 |
tomyN_ |
I found it |
| 23:43 |
tomyN_ |
well, it is listed, but how can I get it on a page? |
| 23:44 |
ckoehler |
you click on it? |
| 23:44 |
ckoehler |
:) |
| 23:44 |
ckoehler |
page module |
| 23:44 |
ckoehler |
some page |
| 23:44 |
tomyN_ |
haha, it is not listed |
| 23:44 |
ckoehler |
plus icon for new content |
| 23:45 |
tomyN_ |
is it Form Elements/ Login Form? Or is that an old one |
| 23:45 |
ckoehler |
just a sec |
| 23:45 |
ckoehler |
trying to find it |
| 23:46 |
tomyN_ |
I think it replaces "Login Form" this field looks different now |
| 23:47 |
ckoehler |
k |
| 23:47 |
ckoehler |
looks right |
| 23:47 |
ckoehler |
knock yourself out in the options |
| 23:47 |
ckoehler |
should work from here |
| 23:47 |
tomyN_ |
I'll have a look at the documentation |
| 23:48 |
tomyN_ |
Thanks!!!! |
| 23:48 |
ckoehler |
nah |
| 23:48 |
ckoehler |
just look at the options inside the content element |
| 23:48 |
ckoehler |
should be able to figure it out |
| 23:48 |
tomyN_ |
I have never done this before |
| 23:48 |
ckoehler |
not sure there are docs for it |
| 23:48 |
ckoehler |
not hard |
| 23:48 |
ckoehler |
play with it |
| 23:48 |
tomyN_ |
k |
| 23:50 |
tomyN_ |
now how would I have to connect it to the user and usergroups ? |
| 23:56 |
tomyN_ |
ckoehler: I have users in a system folder - what am I missing now? |
| 23:57 |
tomyN_ |
I am running all this on Mamp on a Mac, does this run only on a real server, maybe? |