| 02:09 |
jsfan |
hello everyone :) |
| 05:24 |
Felyza |
hopefully easy question if anyone's around... |
| 05:26 |
Felyza |
Well, if anyone sees this... is there a way to make a page title show as the logged in user's name? |
| 05:28 |
Felyza |
###USERNAME### shows ###USERNAME### not username |
| 05:44 |
sw_bluntman |
Anybody here familiar with building extensions? I have a strange question. |
| 06:39 |
jsfan |
sw_bluntman, give it a shot :) |
| 06:41 |
sw_bluntman |
jsfan: Thanks. I wrote an extension using the kickstarter about a year ago. Sometime in between then and now, my extensions to tt_content stopped showing up as edit fields in the be. Do you know what controls that? |
| 06:43 |
jsfan |
this is part of the tca. |
| 06:44 |
jsfan |
are the actual fields still there. |
| 06:44 |
sw_bluntman |
Yeah. They are still in the db. And the TCA looks ok, I guess. Pretty hard to read |
| 06:50 |
sw_bluntman |
actually, those fields don't seem to be mentioned in the TCA. Strange. I am looking in the kickstarter again now. What section should they be in? |
| 06:54 |
jsfan |
in the kickstarter you only see them in your "extend existing table" view (or something similar) |
| 06:55 |
jsfan |
where did you check the tca? in the extension? |
| 06:56 |
sw_bluntman |
In the kickstarter, I see them in "Extend existing tables" and under that "tt_content (content)" But I don't see them in the TCA result for the kickstarter. Hope that answer makes sense |
| 06:57 |
sw_bluntman |
The TCA in the kickstarter exactly matches the one in the active extension |
| 07:04 |
jsfan |
then check how you have configured your fields in the kickstarter. they might not get included in your tca. |
| 07:05 |
jsfan |
i'm not sure if the kickstarter now lets you exclude fields from the tca, too. |
| 07:05 |
jsfan |
i've only done that manually. |
| 07:05 |
sw_bluntman |
I don't see anything that would let me exclude fields from the TCA in the kickstarter... |
| 07:07 |
jsfan |
can you post your tca somewhere in a pastebin? |
| 07:10 |
sw_bluntman |
Here's a screenshot of the options I can select for one of the fields that is missing: http://www.ucpbham.com/fileadmin/user_upload/ucpbham.com/images/tca.JPG |
| 07:10 |
sw_bluntman |
Working on the pastebin now |
| 07:12 |
sw_bluntman |
TCA is here: http://pastebin.com/d5b7fd285 |
| 07:13 |
sw_bluntman |
That's directly from the kickstarter, btw |
| 07:37 |
jsfan |
sorry, brb |
| 07:39 |
sw_bluntman |
np |
| 07:45 |
jsfan |
none of this seems to be about tt_content. it is all in a table by itself by the looks of it. |
| 07:45 |
sw_bluntman |
Exactly. I don't see anything about tt_content. Is the kickstarter just not adding that part? |
| 07:48 |
jsfan |
is this tca.php or ext_tables.php? |
| 07:49 |
sw_bluntman |
tca.php |
| 07:53 |
jsfan |
can you also paste ext_tables.php? |
| 07:53 |
sw_bluntman |
yep. Just a sec |
| 07:54 |
sw_bluntman |
ext_tables.php: http://pastebin.com/m5d9c01d3 |
| 07:58 |
lola |
hi techies |
| 07:58 |
jsfan |
there you have the tt_content fields :) |
| 07:58 |
jsfan |
hi lola :) |
| 07:58 |
lola |
hi how is the day |
| 07:59 |
lola |
does anybody worked with pdf generator extension |
| 07:59 |
lola |
? |
| 07:59 |
jsfan |
sw_bluntman, you have 3 fields in tt_content, right? |
| 08:00 |
jsfan |
lola, no, not that i remember :( |
| 08:00 |
lola |
ok |
| 08:00 |
lola |
thanks jsfan |
| 08:00 |
sw_bluntman |
jsfan: That's right |
| 08:01 |
jsfan |
hm, can't see why they wouldn't show up. do you get any errors if you look at the extension in the em? |
| 08:02 |
jsfan |
sw_bluntman, does your t3 installer still accept these fields or does it want to delete them? |
| 08:03 |
sw_bluntman |
jsfan: Not sure how to check that... |
| 08:05 |
jsfan |
just go to the installer and then do a database compare |
| 08:09 |
sw_bluntman |
Doesn't seem like it wants to delete them... |
| 08:11 |
jsfan |
hm, then the extension officially exists and the fields should also be displayed. you're logged in as an admin? |
| 08:11 |
sw_bluntman |
Yep |
| 08:12 |
jsfan |
you also have the secondary options switched on in the page properties? |
| 08:12 |
jsfan |
oh, this is probably not page properties... |
| 08:12 |
jsfan |
where did the fields usually get displayed? |
| 08:15 |
FloLeBlanc |
hi all |
| 08:18 |
jsfan |
hi FloLeBlanc |
| 08:21 |
sw_bluntman |
They don't appear with or without secondary options. They were showing up in each content element, not page properties |
| 08:22 |
jsfan |
ok, i first thought of page fields. |
| 08:22 |
jsfan |
hm |
| 08:23 |
jsfan |
can't think of anything at the moment. don't have time to try with a dummy extension right now :( |
| 08:23 |
sw_bluntman |
jsfan: it is np. Don't waste too much brain power on it. I think I will just start converting them to flex forms. That is what they should have been in the first place. |
| 08:24 |
jsfan |
have you tried making a dummy extension just to see if those fields would get displayed? |
| 08:24 |
sw_bluntman |
I haven't tried making a new extension. I will try flexforms first, then that. Thanks for the help. |
| 08:25 |
jsfan |
what do you mean by "try flexforms" you want to edit the stuff through extension records? |
| 08:26 |
jsfan |
i actually did just try a dummy extension. the field doesn;t show. i reckon, the core has changed its behaviour on this. |
| 08:27 |
sw_bluntman |
I'll convert the records to flexforms information. The old extension displayed the additional tt_content fields in every content field., which isn't really what I wanted. I'll try to use flexforms to make the extension only display the configuration information the frontend plugin that it is intended for. |
| 08:27 |
sw_bluntman |
At least I am not crazy. The core is :-P |
| 08:28 |
sw_bluntman |
Gtg to bed. It is like 1:30 here. Thanks for the help, jsfan. |
| 08:29 |
jsfan |
no worries. sorry, i couldn't solve the problem... :( |
| 08:30 |
sw_bluntman |
NP at all. It is fun talking to Aussies when I get the chance, anyway :) |
| 08:40 |
nd____ |
In the docs of realurl they speak about support via maillinglist. As there's no dedicated ML for realurl I assume it's in `TYPO3-english`? |
| 08:43 |
kaktuspalme |
hi all |
| 08:43 |
swemark |
hello |
| 08:43 |
FloLeBlanc |
hi |
| 08:43 |
kaktuspalme |
i want to put out the name from the actual selected menu element in a h1 container anywhere in the template, any Idea how i can do this, is it possible to do something like this with typoscript? |
| 08:50 |
smeringe |
hey folks |
| 08:51 |
swemark |
Hello |
| 09:05 |
GeorgesAbitbol |
hi all |
| 09:05 |
swemark |
Hi GeorgesAbitbol |
| 09:06 |
GeorgesAbitbol |
I would like to know where I can define the image size of a news when I put an image in relations |
| 09:07 |
jsfan |
you mean an image that is associated with the news item? |
| 09:08 |
GeorgesAbitbol |
yes. I give an image in the "relation" part of the news. THis image is displyed in my latest itesms (I hava modified the template). |
| 09:08 |
GeorgesAbitbol |
but I do not find where to set the size of the image |
| 09:08 |
GeorgesAbitbol |
jsfan: |
| 09:09 |
jsfan |
GeorgesAbitbol, just search for "News Images" on http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3857717 |
| 09:10 |
GeorgesAbitbol |
jsfan: Oh sorry. I took a look yesterday but was surely too tired. Thx jsfan and sorry for that noob stuff |
| 09:10 |
jsfan |
GeorgesAbitbol, it's something like plugin.tt_news.displayLatest.image.file.maxH = bla or ...maxW = foo |
| 09:11 |
GeorgesAbitbol |
jsfan: thx, I'll try. It should work |
| 09:11 |
jsfan |
GeorgesAbitbol, it's not hard. i've used that before. |
| 09:13 |
jsfan |
hm, not too busy here... |
| 09:41 |
swemark |
smeringe: unfourtunately im not allowed to join you for the TUGS meeting |
| 09:41 |
smeringe |
:( to bad. would have been fun |
| 09:42 |
smeringe |
swemark: ..to actually meet someone from this channel as well :) |
| 09:42 |
swemark |
Indeed, since i were on the last one the other have förtur :P |
| 09:42 |
smeringe |
hehe |
| 09:52 |
jsfan |
t3benzo, how are you? |
| 09:52 |
t3benzo |
how are you? |
| 09:52 |
jsfan |
t3benzo, good, thanks |
| 09:52 |
t3benzo |
good, thanks |
| 09:52 |
swemark |
bots? |
| 09:52 |
jsfan |
swemark, ;) |
| 09:52 |
jsfan |
does it look like one? |
| 09:52 |
swemark |
This probably isnt the place |
| 09:52 |
jsfan |
t3benzo, are you a bot? |
| 09:52 |
t3benzo |
are you a bot? |
| 09:53 |
swemark |
Anyway smeringe hopefully we can get the meetings a bit often |
| 09:53 |
jsfan |
it's a harmless one. i'm only testing it here. as long as you don;t talk to it, it won't disturb you much :) |
| 09:53 |
jsfan |
if it gets too talkative, i'll take it off the channel :) |
| 09:55 |
swemark |
a bit more often even |
| 09:56 |
smeringe |
swemark: it would indeed be good, as well as getting more people involved.. |
| 09:57 |
xN33D |
someone got a working vbulltin -> typo3 connection? |
| 09:59 |
maholtz |
t3benzo: typolink |
| 09:59 |
t3benzo |
: typolink |
| 09:59 |
maholtz |
:( |
| 10:00 |
maholtz |
is there a way to extend the bot? |
| 10:09 |
jsfan |
maholtz: it's a learning bot. he just needs time to gather information... |
| 10:10 |
jsfan |
t3benzo: looks like you're not too popular, yet :( |
| 10:10 |
t3benzo |
: looks like you're not too popular, yet :( |
| 10:10 |
jsfan |
it might also be possible to configure benzo a bit. i don't know... |
| 10:13 |
maholtz |
t3benzo: typolink.aTagParams - additional Parameters for the a-Tag ( class="myatag" ) |
| 10:13 |
t3benzo |
: typolink.aTagParams - additional Parameters for the a-Tag ( class="myatag" ) |
| 10:13 |
maholtz |
t3benzo typolink.aTagParams : additional Parameters for the a-Tag ( class="myatag" ) |
| 10:13 |
t3benzo |
typolink.aTagParams : additional Parameters for the a-Tag ( class="myatag" ) |
| 10:14 |
jsfan |
maholtz, t3benzo doesn't seem to be too fast a learner |
| 10:14 |
t3benzo |
: typolink.aTagParams - additional Parameters for the a-Tag ( class="myatag" ) |
| 10:14 |
maholtz |
how does he learn? |
| 10:14 |
maholtz |
no - what is the way to teach him? |
| 10:14 |
jsfan |
t3benzo uses markov chains. so as long as the input doesn't become statistically relevant, it won't do anything useful... |
| 10:14 |
t3benzo |
uses markov chains. so as long as you don;t talk to it, it won't disturb you much :) |
| 10:14 |
jsfan |
you see, benzo starts varying a bit :)) |
| 10:15 |
jsfan |
t3benzo, i mean :) |
| 10:15 |
t3benzo |
i mean :) |
| 10:15 |
swemark |
cool |
| 10:15 |
jsfan |
come on, t3benzo, now you're going dumb again :( |
| 10:15 |
t3benzo |
come on, , now you're going dumb again :( |
| 10:15 |
maholtz |
t3benzo typolink? |
| 10:15 |
t3benzo |
jsfan: Oh sorry. I took a look yesterday but was surely too tired. Thx jsfan and sorry for that noob stuff |
| 10:15 |
jsfan |
oh, i didn't know that it also comes with random phrases... |
| 10:16 |
maholtz |
at this time, i looks a little bit like eliza |
| 10:16 |
jsfan |
but i think t3benzo will start getting on people's nerves if we train him too much :( |
| 10:16 |
t3benzo |
but i think will start getting on people's nerves if we train him too much :( |
| 10:17 |
jsfan |
maholtz, yeah. it's not too sophisticated, anyway. but it can come up with rather funny phrases in busy channels :) |
| 10:17 |
jsfan |
it's certainly logging all the input. i can see that. |
| 10:25 |
maholtz |
t3benzo http://wiki.typo3.org/TSref/typolink |
| 10:25 |
t3benzo |
Indeed, since i were on the last one the other have förtur :P |
| 10:25 |
swemark |
2leet4typo3 |
| 10:25 |
xN33D |
Soemone has some experience with the ext: Comments? |
| 10:26 |
FloLeBlanc |
t3benzo: all your base are belong to us |
| 10:26 |
t3benzo |
: all your base are belong to us |
| 10:30 |
maholtz |
t3benzo http://wiki.typo3.org/TSref/stdWrap |
| 10:30 |
t3benzo |
it's certainly logging all the input. i can see that. |
| 10:30 |
jsfan |
FloLeBlanc, t3benzo still needs a bit of training :( |
| 10:30 |
t3benzo |
yes. I give an image that is associated with the ext: Comments? |
| 10:30 |
jsfan |
but it's slowly getting there :) |
| 10:30 |
FloLeBlanc |
jsfan: hehe |
| 10:30 |
FloLeBlanc |
how do you train him? |
| 10:31 |
jsfan |
it's a totally inefficient bot, anyway. uses up a lot of memory... |
| 10:31 |
swemark |
:P |
| 10:31 |
FloLeBlanc |
hehe |
| 10:31 |
jsfan |
it listens to everything that's said on the channel and does a statistical analysis. |
| 10:31 |
FloLeBlanc |
well you can at least use him as bot-parrot... t3benzo: wants a cracker |
| 10:31 |
t3benzo |
well you can at least use him as bot-parrot... : wants a cracker |
| 10:32 |
jsfan |
it's written in python and uses no database. |
| 10:32 |
FloLeBlanc |
so I should choose my words cautiously :) |
| 10:32 |
jsfan |
the developer writes that he wants to make it use sql in the future but i think the current version is already some years old ;) |
| 10:32 |
jsfan |
t3benzo, what do you think? |
| 10:32 |
t3benzo |
what do you think? |
| 10:32 |
jsfan |
t3benzo, i asked first. |
| 10:32 |
t3benzo |
i asked first. |
| 10:32 |
FloLeBlanc |
lol |
| 10:32 |
jsfan |
no, t3benzo. you didn't |
| 10:32 |
t3benzo |
no, . you didn't |
| 10:33 |
jsfan |
of course i did, t3benzo! |
| 10:33 |
t3benzo |
of course i did, ! |
| 10:33 |
jsfan |
leave me alone t3benzo |
| 10:33 |
t3benzo |
leave me alone |
| 10:33 |
FloLeBlanc |
t3benzo jsfan should buy leblanc a beer |
| 10:33 |
t3benzo |
jsfan should buy leblanc a beer |
| 10:33 |
jsfan |
t3benzo, c'mon you can do better than that, right? |
| 10:33 |
t3benzo |
c'mon you can do better than that, right? |
| 10:34 |
jsfan |
t3benzo, you're only making yourself unpopular :P |
| 10:34 |
t3benzo |
you're only making yourself unpopular :P |
| 10:34 |
jsfan |
FloLeBlanc, i think it is better to talk about t3benzo than to him :) |
| 10:34 |
t3benzo |
FloLeBlanc, i think the current version is already some years old ;) |
| 10:34 |
jsfan |
FloLeBlanc, you see. t3benzo is a lot more intelligent that way :) |
| 10:34 |
t3benzo |
FloLeBlanc, you see. is a lot of memory... |
| 10:35 |
mikhas |
hmmm.. :) |
| 10:35 |
xN33D |
t3benzo you c.. i learn pretty fast :) |
| 10:35 |
t3benzo |
you c.. i learn pretty fast :) |
| 10:36 |
maholtz |
it would be nice if i could ask t3benzo about typolink and he gives me possible parameters http://wiki.typo3.org/TSref/typolink |
| 10:36 |
t3benzo |
it would indeed be good, as well :) |
| 10:36 |
maholtz |
t3benzo typolink? |
| 10:36 |
t3benzo |
swemark: it would indeed be good, as well as getting more people involved.. |
| 10:36 |
jsfan |
maholtz, i think t3benzo agreed with you :) |
| 10:36 |
t3benzo |
maholtz, i think the current version is already some years old ;) |
| 10:36 |
FloLeBlanc |
it would be nice if t3benzo could correct my TS code posted on phpfi.com |
| 10:36 |
t3benzo |
it would be nice if i could ask about typolink and he gives me possible parameters http://wiki.typo3.org/TSref/typolink |
| 10:36 |
jsfan |
who might t3benzo mean by 'he'? |
| 10:36 |
t3benzo |
who might mean by 'he'? |
| 10:37 |
jsfan |
i'm sure, if you give t3benzo some time, he will learn ts and become a ts guru :) |
| 10:37 |
t3benzo |
i'm sure, if you give some time, he will learn ts and become a ts guru :) |
| 10:37 |
jsfan |
t3benzo, who? |
| 10:37 |
t3benzo |
cool |
| 10:37 |
FloLeBlanc |
t3benzo: who is mr cool? |
| 10:37 |
t3benzo |
: who is mr cool? |
| 10:37 |
jsfan |
t3benzo, you're not making any sense. |
| 10:37 |
t3benzo |
you're not too popular, yet :( |
| 10:38 |
jsfan |
t3benzo, that's not nice! :( |
| 10:38 |
t3benzo |
that's not nice! :( |
| 10:38 |
smeringe |
t3benzo : knows that smeringe is mrcool |
| 10:38 |
t3benzo |
: knows that smeringe is mrcool |
| 10:38 |
mikhas |
t3benzo will be the sum of all typo3 people. good and bad. :) |
| 10:38 |
t3benzo |
will be the sum of all typo3 people. good and bad. :) |
| 10:39 |
mikhas |
i'm not sure why people think he will automatically filter out the false and the errorenous answers and become intelligent.. :) |
| 10:39 |
mikhas |
or she |
| 10:39 |
smeringe |
heshe |
| 10:40 |
FloLeBlanc |
mikhas: because hope dies last :) |
| 10:40 |
mikhas |
FloLeBlanc: ;) |
| 10:41 |
FloLeBlanc |
back to t3: how do you guys/girls test new extension versions? clone your whole t3 site on a mirror? |
| 10:41 |
swemark |
Livin on the edge :) |
| 10:42 |
FloLeBlanc |
lol |
| 10:44 |
swemark |
Either it works and you've saved alot of time or you spend that time fixing whats wrong |
| 10:44 |
FloLeBlanc |
interesting approach |
| 10:44 |
FloLeBlanc |
the problem is the site is live and I'm talking about tt_news which is included on almost every page on my site hehe |
| 10:44 |
swemark |
figured it'd be something big :P |
| 10:44 |
smeringe |
FloLeBlanc: dare! |
| 10:45 |
FloLeBlanc |
t3benzo: should I dare to upgrade tt_news without a mirror site? |
| 10:45 |
t3benzo |
: should I dare to upgrade tt_news without a mirror site? |
| 10:45 |
FloLeBlanc |
thank you very helpful :) |
| 10:46 |
FloLeBlanc |
from 2.4.0 to 2.5.2 hmmm |
| 10:46 |
FloLeBlanc |
well if I backup the folder there should be a way out of a worse case szenario too |
| 10:47 |
jsfan |
FloLeBlanc, i've never had problems with tt_news upgrades. |
| 10:47 |
smeringe |
FloLeBlanc: take the time to setup a clone if it's a site that you'll be updating further on, otherwise backup content and proceed :) |
| 10:47 |
jsfan |
but if you want to be safe, you should also get a db dump at least of the tt_news tables. |
| 10:48 |
FloLeBlanc |
smeringe: well I have to clone over and over again wouldn't I? :) |
| 10:48 |
FloLeBlanc |
jsfan: you are right thx |
| 10:48 |
jsfan |
i got caught out the other day with tt_products when i didn't have that :( |
| 10:48 |
swemark |
mysqldump database > coword.sql |
| 10:48 |
swemark |
a* |
| 10:48 |
smeringe |
FloLeBlanc: I'm normally only having a "fairly equal" clone to test it with |
| 10:49 |
swemark |
Having a dev-typo3 usually is enough |
| 10:53 |
FloLeBlanc |
swemark: do you work a lot of time for fixing extensions you damaged while updating? *G* |
| 10:53 |
FloLeBlanc |
(regarding the coward.sql) |
| 10:54 |
swemark |
:P |
| 10:54 |
swemark |
usually we dont have "overused" extension |
| 10:54 |
swemark |
s |
| 10:54 |
swemark |
so no, not alot |
| 10:55 |
FloLeBlanc |
well the next important update i SHOULD do is to t3 4.2 I guess from 4.0.4 :( |
| 10:55 |
swemark |
i prefer 4.2 to the previous versions |
| 10:55 |
swemark |
interface makes more sense |
| 10:56 |
swemark |
and the TS-highlight is just to die for |
| 10:56 |
FloLeBlanc |
isn't that for cowards? :) |
| 10:57 |
swemark |
Haha, true |
| 10:57 |
swemark |
*turns off* |
| 10:57 |
smeringe |
:) |
| 10:57 |
FloLeBlanc |
I wonder why they did this "zip compressed" sql file backup when it never works in phpmyadmin :) |
| 10:58 |
FloLeBlanc |
*watches as the db file gets bigger and bigger* |
| 11:04 |
FloLeBlanc |
how big are your t3 databases? |
| 11:05 |
Phlogi |
FloLeBlanc: depends on the site :p |
| 11:05 |
FloLeBlanc |
I have 540 mb here and still going... |
| 11:05 |
Phlogi |
omg :D |
| 11:05 |
teppi|work |
Oo |
| 11:05 |
FloLeBlanc |
(save file) |
| 11:05 |
jsfan |
FloLeBlanc, is that from the search index? |
| 11:05 |
jsfan |
TYPO3's search is crap |
| 11:05 |
teppi|work |
maybe history |
| 11:05 |
Phlogi |
if you have much css in an extension would you put that all in _default_CSS thing? |
| 11:06 |
Phlogi |
or how can I include that? |
| 11:06 |
jsfan |
FloLeBlanc, i'm sure t3benzo absolutely agrees on that ;) |
| 11:06 |
t3benzo |
FloLeBlanc, i'm sure absolutely agrees on that ;) |
| 11:06 |
Phlogi |
mm_forum uses page.includeCSS.mm_forum = file.css, but if the TS object of the page is not named page that won't work! |
| 11:06 |
jsfan |
it screws up one of my information heavy sites every other week :( |
| 11:07 |
FloLeBlanc |
jsfan: could be from indexedsearch yes don't know tbh |
| 11:07 |
FloLeBlanc |
still saving... |
| 11:07 |
FloLeBlanc |
phlogi: you can edit the mm_forum CSS directly via templating |
| 11:08 |
swemark |
biggest we've had is 1.2GB database |
| 11:08 |
FloLeBlanc |
I'd recommend that - because then you can easily switch between templates |
| 11:08 |
Phlogi |
FloLeBlanc: that was not my question :) |
| 11:08 |
Phlogi |
FloLeBlanc: or what do you mean? |
| 11:08 |
Phlogi |
they have static TS that includes the style with page.includeCSS.... |
| 11:08 |
Phlogi |
at least for default style |
| 11:08 |
FloLeBlanc |
if you want to edit the CSS for mm_forum you should click on the mm_forum link on the left site, select your template and edit the CSS file with the editor, or edit the related css which is linked in your fileadmin/ext/etc. |
| 11:09 |
Phlogi |
FloLeBlanc: I know that... yes |
| 11:09 |
FloLeBlanc |
mm_forum supports template switching so I'd not recommend to "hardcode ts" switch the template |
| 11:09 |
jsfan |
FloLeBlanc, i clear out my indexed search tables regularly :) |
| 11:09 |
FloLeBlanc |
jsfan: how? |
| 11:10 |
FloLeBlanc |
phlogi: to your initial question: page is a reserved name isn't it? why would you want to change that |
| 11:11 |
Phlogi |
FloLeBlanc: hmm you don't have to do page = PAGE |
| 11:11 |
Phlogi |
you can do myPage = PAGE |
| 11:12 |
FloLeBlanc |
interesting. I don't assign any object to page actually (neither page = PAGE) |
| 11:12 |
FloLeBlanc |
and can use it therefore I thought it is fixed and reserved |
| 11:12 |
FloLeBlanc |
sorry |
| 11:12 |
FloLeBlanc |
mixed that up |
| 11:12 |
webworker |
hi |
| 11:12 |
swemark |
Hi webworker |
| 11:12 |
FloLeBlanc |
I actually do page = PAGE and page.typeNum = 0 :) |
| 11:13 |
webworker |
does anybuddy know what's the typo3 way to escape a string for a SQL select, mysql_escape_string() isn't the solution :-) |
| 11:14 |
FloLeBlanc |
webworker: $GLOBALS['TYPO3_DB']->fullQuoteStr($requestUID,'fe_users'); |
| 11:22 |
leeotzu |
Hi |
| 11:23 |
leeotzu |
Can I parse the header data info in GIFBUILDER to set some conversion in typoscript |
| 11:26 |
void |
leeotzu: yes |
| 11:26 |
void |
leeotzu: (if i get you right) |
| 11:45 |
soari |
hi everyone |
| 11:49 |
FloLeBlanc |
hi soari, hi void |
| 11:49 |
soari |
how can i set html subpartmarker in my template php file? |
| 11:52 |
FloLeBlanc |
swemark: done without damage ;) |
| 11:54 |
swemark |
gj |
| 11:54 |
swemark |
Did you check all the pages |
| 11:56 |
jean |
hi everyone |
| 11:57 |
jean |
can anyone tell me how can create a pdf of a ppage |
| 11:58 |
d|g |
hi al |
| 11:58 |
d|g |
l |
| 11:58 |
swemark |
laters |
| 11:58 |
void |
jean: there are some extensions for that |
| 11:58 |
jean |
in my site have some seminars .. i want to give a option to the user such that they can download the seminar details |
| 11:58 |
void |
jean: "PDF generator" |
| 11:59 |
jean |
i try to use that one but not workng void |
| 11:59 |
jean |
i instlled as a extension |
| 11:59 |
jean |
void |
| 11:59 |
leeotzu |
Void: How can that be done?? |
| 11:59 |
jean |
then configured as the tutorial says |
| 12:00 |
soari |
can the template file be a php-file or must it be html? |
| 12:00 |
jean |
but not working void |
| 12:00 |
void |
soari: must be html |
| 12:00 |
soari |
ok thx |
| 12:00 |
void |
soari: at least, php-instructions will not be executed |
| 12:01 |
void |
jean: i have no experience with that extension, sorry |
| 12:01 |
leeotzu |
void: There is an example at http://www.typo3wizard.com/en/snippets/gifbuilder/multiple-line-text-with-gifbuilder.html |
| 12:01 |
void |
leeotzu: yes =) |
| 12:02 |
leeotzu |
void: I want to apply some conversion to the header text I mean make it bold |
| 12:03 |
leeotzu |
void: To be precise apply a userfunction |
| 12:03 |
void |
leeotzu: so.. what the problem? |
| 12:03 |
leeotzu |
void: Not able to get the function work under it |
| 12:04 |
Denyerec |
Hey void |
| 12:04 |
soari |
@void: so what to do? set markers and replace them with PHP_SCRIPT_EXT objects? |
| 12:04 |
void |
hi Denyerec |
| 12:04 |
void |
soari: why do you need PHP_SCRIPT_EXT objects? |
| 12:05 |
Denyerec |
Shit void, you made the mistake of appearing active didn't you? ;) |
| 12:05 |
Denyerec |
If you stay still, they might not be able to see you. I hear their vision system is based on motion... |
| 12:05 |
void |
Denyerec: yeah, I usually think same |
| 12:05 |
soari |
you said that php-instructions will not be exectuted, so i need to include them |
| 12:06 |
soari |
from an external file, or not? |
| 12:06 |
Denyerec |
soari - so I can save void from collapse, what are you trying to achieve? |
| 12:06 |
void |
soari: most of php intsructions can (and should) be replaced with TS code or wrapped in USER/USER_INT objects |
| 12:06 |
soari |
hm,ok slowly ;) |
| 12:07 |
soari |
i have a template file named index.php which starts with php-code but is not executed right by typo3 |
| 12:08 |
Denyerec |
Are you using Autoparser or TemplateVoila ? |
| 12:08 |
soari |
none of them |
| 12:09 |
Denyerec |
Are you really, really new to Typo3? |
| 12:10 |
dokma |
hola everyone |
| 12:10 |
soari |
i am new to typo3 but have made some good tutorials like the modern template-building |
| 12:10 |
Denyerec |
OK, that uses autoparser IIRC |
| 12:10 |
Denyerec |
What is the PHP functionality in your template supposed to do? |
| 12:10 |
Denyerec |
What does it achieve? |
| 12:11 |
dokma |
Denyerec: what is IIRC ? |
| 12:11 |
Denyerec |
If I Recall Correctly |
| 12:11 |
dokma |
you recall correctly |
| 12:11 |
soari |
the problem is that typo3 generates my php-code like normal html-text from a certain point |
| 12:11 |
Denyerec |
Should have wrapped it in <acronym> tags, but I'd have broken IE6 :) |
| 12:12 |
Denyerec |
soari - what does your PHP code do ? |
| 12:12 |
Denyerec |
What is its purpose? |
| 12:12 |
soari |
i think because ">" is not escaped |
| 12:12 |
Denyerec |
Typo3 is designed to parse in your template, add its own stuff to it, and output it. It is NOT designed to read in a PHP file, execute bits of it, and inject content into it also. |
| 12:12 |
dokma |
soari, TYPO3 is not going to let you include PHP scripts just like that |
| 12:12 |
Denyerec |
So what does your PHP script *do* |
| 12:12 |
soari |
it includes some other php-files and declares arrays with navigation-points |
| 12:13 |
dokma |
any output ? |
| 12:13 |
Denyerec |
navigation points? |
| 12:13 |
Denyerec |
Does this script have to run on every page, or only one page? |
| 12:13 |
soari |
sure, so i asked to set markers and replace them with PHP_SCRIPT?? |
| 12:13 |
soari |
on every page |
| 12:14 |
Denyerec |
I'd be tempted to suggest you whack the PHP into a Typo3 extension |
| 12:14 |
Denyerec |
that is the correct way |
| 12:14 |
Denyerec |
or |
| 12:14 |
Denyerec |
there's a plugin called Lumonet PHP Include |
| 12:14 |
Denyerec |
which allows you to drop in PHP scripts as content elements |
| 12:15 |
soari |
hm, the extension-manager doesn't work on the clients webserver ;) |
| 12:15 |
maholtz |
using php-scripts is not an good idea |
| 12:15 |
soari |
ok |
| 12:15 |
maholtz |
@soari: you have still trouble with your menu? |
| 12:16 |
soari |
jap |
| 12:16 |
maholtz |
your a new to typo3 and typoscript? |
| 12:17 |
soari |
jep, but i learn and try :) |
| 12:17 |
FloLeBlanc |
soari: did you check out modern template building I+II or futuristic template building (if using templavoila) yet? |
| 12:18 |
soari |
hm, no |
| 12:18 |
FloLeBlanc |
I found mtb I and II very helpful in the beginning (along with this channel) |
| 12:18 |
soari |
the client is not able to install any extension.. |
| 12:18 |
FloLeBlanc |
http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/current/ |
| 12:18 |
soari |
so i have to solve it without extensions except the standard extensions |
| 12:19 |
soari |
i have made this tutorial |
| 12:19 |
maholtz |
@soari: the client should not |
| 12:20 |
maholtz |
@soari: you can use an local typo3 installation and copy the extension folder to the live system /typo3conf/ext/foldername |
| 12:22 |
soari |
so i have to kick out all the php-code from my template file and save it as .html? |
| 12:23 |
maholtz |
@soari: why do you have php-code in your template - there should only be html - you should not need php in your template |
| 12:24 |
soari |
ok |
| 12:25 |
soari |
but then i have to include that php-code in a different way |
| 12:26 |
maholtz |
why? |
| 12:26 |
soari |
because i need that for my website |
| 12:26 |
maholtz |
what does that php - code? |
| 12:27 |
maholtz |
if you really need is, you should make an extension |
| 12:27 |
soari |
includes other php-files with parts of my site |
| 12:27 |
maholtz |
that should done via typo3 |
| 12:28 |
soari |
ok |
| 12:28 |
soari |
what do i have to do with that extension? |
| 12:29 |
soari |
and how do i create one? |
| 12:29 |
maholtz |
i do not think, that it is a good starting point |
| 12:30 |
maholtz |
did you have any simple typo3 site at work? |
| 12:30 |
maholtz |
pages and content elements in backend which outputted to the frontend? |
| 12:31 |
soari |
i have it on my local apache |
| 12:32 |
soari |
so why nott setting markers or subparts and fill them with PHP_SCRIPT or PHP_SCRIPT_EXT?? |
| 12:47 |
maholtz |
if you create links, you break your site by changing from simulated static documents to realurl, by adding another language, if you want to restrict access to a site etc |
| 12:48 |
maholtz |
your way is very quick and very dirty |
| 12:49 |
maholtz |
but i do not know, where do you get your content from, so perhaps it is an efficient way - at this time |
| 12:49 |
maholtz |
but on the long run propably not... |
| 12:59 |
soari |
hm, now i get my content from several php-files which i include |
| 13:01 |
maholtz |
you made sql statements in your php-files? -> select * from tt_content? |
| 13:02 |
soari |
no |
| 13:02 |
maholtz |
where do you get your content from? |
| 13:02 |
maholtz |
we talk about typo3? |
| 13:03 |
soari |
that's it |
| 13:03 |
soari |
i want to build up my static html site in typo3 |
| 13:03 |
soari |
later the content will be as text on these pages in the sidetree |
| 13:05 |
soari |
now it is included in a <div id="content"> from different php-files |
| 13:05 |
Terrance |
hello |
| 13:06 |
Terrance |
where can i config the ts-editor in 4.2.0? |
| 13:06 |
dokma |
I'd like to know that too |
| 13:06 |
soari |
it will be difficult to kick out the php an build it up as pure html |
| 13:08 |
maholtz |
@soari: typically you build your site structure in typo3 via pages, and then put your content into that pages via content elements. |
| 13:08 |
maholtz |
that is really easy and quick |
| 13:10 |
soari |
jep, that's how i will do it |
| 13:11 |
soari |
@maholtz: do you know how to realize a navigation with submenues that fold out on rollover |
| 13:12 |
soari |
like on that site http://www.mintzukunft.de |
| 13:15 |
Terrance |
is there a way to disable the auto brackets? :-/ |
| 13:15 |
maholtz |
@soari: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/5/ |
| 13:17 |
soari |
don't you think i need JSMENU? |
| 13:21 |
maholtz |
@soari: do not know, but doing it via typoscript should be the way - you should make it static at first - then it is easier to transform it to typoscript - i think |
| 13:27 |
Recnelis |
Can I instruct typo3 to take over ownership of certain files and folders? |
| 13:28 |
Recnelis |
Via the install tool or something? |
| 13:28 |
Recnelis |
Because I'm getting permission problems with files... :/ |
| 13:37 |
webworker |
FloLeBlanc: I know this function, but why the hell do I have to set the table? I mean I'v got a string |
| 13:45 |
m4rtijn |
hi all |
| 13:50 |
m4rtijn |
silence! |
| 13:50 |
smeringe |
hi m4rtijn! |
| 13:50 |
smeringe |
:) |
| 13:50 |
m4rtijn |
hehe |
| 13:54 |
soari |
does anyone know why "subparts.CONTENT < styles.content.get" isn'T working anymore? |
| 13:57 |
Richy |
Hi everybody. I've got a problem; I'm using RealURL and I always get the message "mypage/subpage/ could not be found, closest page matching is" in FE.. what does it means? |
| 13:58 |
m4rtijn |
guess it means you didnt change your htaccess file correctly |
| 13:58 |
Richy |
ah.. okay :-) |
| 13:59 |
Richy |
yeah; that's it! Thank you very much m4rtijn!! :-) |
| 13:59 |
maholtz |
@soaris: you have static template css_styled_content included? |
| 14:00 |
soari |
hm, where do i have to include that? |
| 14:01 |
soari |
ah i see |
| 14:01 |
soari |
excuse my question |
| 14:02 |
maholtz |
np |
| 14:06 |
Phlogi |
anyone knows a js validator? Or what do you do if your js does not work in ie? |
| 14:07 |
voidus_ |
Phlogi: you can install MSVS Express Edition for web devs. it can debug javascript |
| 14:08 |
Phlogi |
void: whats that? |
| 14:08 |
Phlogi |
from m$? |
| 14:08 |
void |
Phlogi: yes, free IDE from M$ |
| 14:09 |
Richy |
hm.. same problem again :-( |
| 14:10 |
Phlogi |
void: I won't use that sorry |
| 14:11 |
Richy |
I changed the .htaccess - http://typo3.org/documentation/document-library/extension-manuals/realurl/1.3.3/view/1/2/ |
| 14:11 |
void |
Phlogi: also, you can try firebug lite... but I am not sure that this will helpful |
| 14:14 |
Phlogi |
js that I add with: $GLOBALS['TSFE']->additionalHeaderData[, can that be moved back into a file somehow? config.removeDefaultJS = external does not help |
| 14:20 |
kreegee_ |
test |
| 14:21 |
void |
kreegee_: test passed |
| 14:21 |
kreegee_ |
yeah, now |
| 14:21 |
kreegee_ |
colloquy blinded out... |
| 14:22 |
kreegee_ |
is dev3 ready for testing/playing around? |
| 14:25 |
kreegee_ |
hm, ok, i probably overestimated it |
| 14:25 |
kreegee_ |
(thought about plugging typo3-installations into eclipse projects - instead, its "just" a TS-editor) |
| 14:25 |
void |
kreegee_: i did not find any download link |
| 14:25 |
void |
for DEV3 |
| 14:26 |
kreegee_ |
http://wiki.typo3.org/index.php/DEV3 |
| 14:26 |
soari |
if i create a pagecontent "text with image", how can i wrap this image with a <div class="...">?? |
| 14:26 |
kreegee_ |
Eclipse Update Site |
| 14:26 |
shash |
hi |
| 14:27 |
void |
kreegee_: aha... did not look at the wiki, only at official site |
| 14:27 |
kreegee_ |
me too |
| 14:27 |
shash |
is there any way to implement <ts> tags with header?? |
| 14:27 |
kreegee_ |
had to google |
| 14:27 |
void |
shash: can you expain? what is <ts> tags? |
| 14:27 |
kreegee_ |
what really would be cool, would be eclipse projects where i can enter a typo3-url and then see the page-tree en templates in the project-explorer |
| 14:28 |
void |
kreegee_: the is another option for that... even 2 such options |
| 14:28 |
shash |
i m trying to implement a parse function on ts tags |
| 14:28 |
kreegee_ |
i'll probably found that after i won in the lottery ;) |
| 14:28 |
kreegee_ |
*fund |
| 14:28 |
kreegee_ |
void: what options? |
| 14:29 |
DD_ |
Hello I got a problem whit the htmlArea RTE. I have Enable images in the RTE, but the image will not be put in when I use the New Magic Image? |
| 14:29 |
shash |
and these <ts> tags are to be put in header field |
| 14:29 |
void |
kreegee_: there are 2 extensions: one creates FTP daemon, and allows you to view typo3 files, pages and content as FTP files and folders |
| 14:30 |
kreegee_ |
wow, ok |
| 14:30 |
shash |
but typo doesnt read both <h1> and <ts > tags together |
| 14:30 |
void |
kreegee_: another one implements connection for KIO mechanism of KDE, so you can type typo3:// in your konqueror and see page structure. |
| 14:30 |
kreegee_ |
i don't use kde, but thanks for the tip |
| 14:31 |
void |
kreegee_: I hope some day KIO and GIO will be merged =) |
| 14:31 |
void |
shash: show your TS |
| 14:31 |
kreegee_ |
i don't use gnome either ;) |
| 14:31 |
void |
kreegee_: hm? Mac OS? |
| 14:32 |
kreegee_ |
mac os and windows |
| 14:32 |
shash |
10.parseFunc.tags{ |
| 14:32 |
shash |
ts.stripNL = 0 |
| 14:32 |
shash |
ts = PHP_SCRIPT |
| 14:32 |
shash |
ts.file = fileadmin/itrans/testtag2.inc |
| 14:32 |
shash |
} |
| 14:32 |
shash |
this is for the ts part |
| 14:33 |
shash |
i want the content in <ts> tags to be used in GIFBUILDER |
| 14:33 |
shash |
after being parsed ofcourse |
| 14:34 |
DD_ |
Sry do I got the problem now :$ |
| 14:34 |
shash |
here testtag2.inc calls a php function |
| 14:34 |
void |
kreegee_: you can install KDE for windows ;) |
| 14:34 |
kreegee_ |
god forbid |
| 14:35 |
void |
=) |
| 14:35 |
xN33D |
anybody got a good comment system for tt_news? |
| 14:36 |
kreegee_ |
timtab and ve_guestbook |
| 14:36 |
kreegee_ |
you can check out zs-online.ch |
| 14:36 |
kreegee_ |
i'm somewhat happy |
| 14:36 |
kreegee_ |
it's not perfect |
| 14:36 |
kreegee_ |
but good enough for me |
| 14:36 |
void |
xN33D: comments, sk_pagecomments |
| 14:36 |
xN33D |
comments give some probs with the combination tt_news , simlulate static documents |
| 14:38 |
kreegee_ |
i have no problems with timtab and realurl |
| 14:38 |
kreegee_ |
i think ve_guestbook and tt_news now even work together without timtab (according to the ve_guestbook manual) |
| 14:39 |
void |
kreegee_, xN33D: timtab in general is for blogging features, such as pingbacks/tracebacks and so on... |
| 14:40 |
kreegee_ |
ok |
| 14:40 |
kreegee_ |
i only need it for latestcomments |
| 14:40 |
void |
xN33D: ve_guestbook does not have tree-style comments, sk_pagecomments have |
| 14:40 |
xN33D |
with comments you can view the number of comments per news item, and that's what i like.. |
| 14:41 |
xN33D |
in the news-list i want to show this: |
| 14:41 |
xN33D |
<date> <time> <news-item-name> <number of comments> |
| 14:42 |
xN33D |
and that's not possible with sk_pagecomments and guestbook is it..? |
| 14:42 |
kreegee_ |
is certainyl possible with timtab, i don't know about guestbook without timtab |
| 14:44 |
xN33D |
hmm i think it is possible with sk_page... |
| 14:44 |
xN33D |
For using the Page Comments with tt_news / sk_simplegallery there is a hook implemented. Just edit your News-Template for LIST or LATEST and use the Marker ###COMMENTCOUNT### |
| 14:50 |
soari |
how do i set links to other pages: <a href="index.php?id=..>? |
| 14:50 |
void |
soari: with typolink |
| 14:51 |
void |
soari: index.php?id= is a bad way |
| 14:51 |
maholtz |
@soari: marker = TEXT / marker.typolink.parameter = 10 |
| 14:51 |
soari |
shoul i avoid that in my html template? |
| 14:51 |
soari |
ok |
| 14:51 |
soari |
thanks |
| 14:52 |
soari |
but where do i have to set the marker? |
| 14:55 |
m4rtijn |
wherever u want the link to appear |
| 14:57 |
kreegee_ |
put the marker into the template |
| 14:57 |
kreegee_ |
where you want the link |
| 14:57 |
kreegee_ |
like you do with the other template stuff |
| 14:57 |
kreegee_ |
is you use autoparse-template |
| 14:57 |
kreegee_ |
you could as well use <a id="linkmarker"> ... |
| 14:58 |
soari |
ok it works fine |
| 14:59 |
soari |
but how do i get an <img ...> inside the <a>? |
| 14:59 |
soari |
with "prepend"? |
| 15:00 |
kreegee_ |
i think typolink can use images |
| 15:01 |
kreegee_ |
somebody here ever tried the listview-image in danp_extendednews? |
| 15:01 |
void |
soari: you can use IMAGE with typolink inside |
| 15:02 |
maholtz |
@soari: http://wiki.typo3.org/TSref/IMAGE and then stdWrap->typolink |
| 15:03 |
kreegee_ |
anybody got an idea how i can prevent the guy on zs-online.ch from getting his head cut off? |
| 15:04 |
kreegee_ |
i use cropscale |
| 15:04 |
kreegee_ |
and i use the first image |
| 15:04 |
kreegee_ |
i don't want to change the image in the single-view |
| 15:04 |
kreegee_ |
use-first-image-for-list would be nice, but i can't only apply this for a single news item |
| 15:05 |
soari |
but somewhere i got it work with "prepend"... i will try both |
| 15:07 |
maholtz |
@kreegee: you can set where it should be croped: c-100 |
| 15:08 |
kreegee_ |
yeah, but i can't only apple this for one item, can i? |
| 15:08 |
kreegee_ |
there's no tsconfig for newsitems |
| 15:08 |
maholtz |
well, very dirty: via typoscript and check for that uid ... if tt_news has an stdWrap at that point |
| 15:08 |
kreegee_ |
i could change the cropscaling on the frontpage as long this guy is up on it |
| 15:09 |
kreegee_ |
thinking about the temporary solution, that might actucally be the best thing |
| 15:09 |
kreegee_ |
or i'll as the author to send me a second photo where the head is in the middle... |
| 15:09 |
maholtz |
i think, that would be the best way:) |
| 15:12 |
kreegee_ |
best way would be if i could add a second image which is only displayed on latest and listview |
| 15:13 |
kreegee_ |
danp_extendednews promises something like that |
| 15:13 |
kreegee_ |
but i don't get it working |
| 15:14 |
lola_ |
hi koomi |
| 15:18 |
kreegee_ |
why doesn't plugin.tt_news.displayLatest.image.file.width = 600c-200 work? |
| 15:19 |
FloLeBlanc |
what is 600c? |
| 15:19 |
kreegee_ |
cropscaling |
| 15:19 |
kreegee_ |
i most have a strange error |
| 15:19 |
FloLeBlanc |
hmm no idea. never used that :) |
| 15:19 |
kreegee_ |
*stupid |
| 15:19 |
SmaxTheFrog |
i have thumbnail prob: no thumbs are generated image is always in be of typo 4.1.6 install tool tests with image scaling are fine - any hints ? its an 1un1 webspace of a customer, so no console |
| 15:19 |
kreegee_ |
if i change the -200 to -100 the filename changes (so it's not a cache problem) - but the image stays the same |
| 15:20 |
SmaxTheFrog |
scaled thumbs are also not displayed in fe |
| 15:20 |
kreegee_ |
ah, dammit |
| 15:21 |
soari |
it works almost perfect with IMAGE and typolink |
| 15:22 |
soari |
but the linktext gets lost |
| 15:22 |
blaab |
so im trying to build a text based menu. how can i get it to rollout the subpages when u enter the certain page with its subpages? |
| 15:22 |
maholtz |
@kreegee_ 200 percent - not possible |
| 15:22 |
kreegee_ |
this wasn't the problem |
| 15:22 |
maholtz |
between -100 and 100 |
| 15:23 |
kreegee_ |
isn't it pixels? |
| 15:23 |
kreegee_ |
anyway |
| 15:23 |
maholtz |
600 is pixel, -200 is percent |
| 15:23 |
kreegee_ |
the problem obviously was that i cant change the with-parameter and to expect it to move verticaly ;) |
| 15:23 |
kreegee_ |
<- me stupid |
| 15:23 |
maholtz |
lol:) |
| 15:24 |
blaab |
so im trying to build a text based menu. how can i get it to rollout the subpages when u enter the certain page with its subpages? |
| 15:25 |
SmaxTheFrog |
any idea why im works in install tool test an not in BE / FE ? |
| 15:25 |
blaab |
try ururl/typo3/ |
| 15:26 |
blaab |
or reread the instructions on the typo3 documentation |
| 15:33 |
soari |
IMAGE and typolink will not solve it, because i have no image as a link but a small icon before text together as a link |
| 15:35 |
kreegee_ |
stdwrap? |
| 15:36 |
soari |
what i made is following: |
| 15:36 |
maholtz |
stdWrap.wrap = | text after image |
| 15:37 |
soari |
i have a <ul> list and inside a listpoint i have set a marker like this <li>###LIST1###</li> |
| 15:38 |
soari |
marks.LINK1 = IMAGE |
| 15:38 |
soari |
marks.LINK1.file = fileadmin/template/assets/pfeil.gif |
| 15:38 |
soari |
marks.LINK1.stdWrap.typolink.parameter = 19 |
| 15:42 |
maholtz |
@soari: marks.LINK1.stdWrap.stdWrap.wrap = Text before image | text after image but in link |
| 15:43 |
soari |
@maholtz: it works perfect |
| 15:43 |
soari |
thank you |
| 15:45 |
maholtz |
:) typoscript takes some time - than it makes fun:) |
| 15:45 |
FloLeBlanc |
maholtz: no :) |
| 15:45 |
JaXtreme |
more or less fun :D |
| 15:45 |
FloLeBlanc |
I'll always prefer a "real" language to "TS array filling" :) |
| 15:45 |
soari |
what does the double stdWrap cause? |
| 15:45 |
maholtz |
stdWrap: keep in mind - it is processed from top to bottom |
| 15:45 |
maholtz |
so, typolink will be processed before wrap |
| 15:46 |
maholtz |
but stdWrap will be proccessed before typolink |
| 15:46 |
FloLeBlanc |
is there a way to list all users with a specific usergroup in the backend? |
| 15:46 |
maholtz |
so stdWrap.wrap will be processed before typolink - so your text is in the link not around it |
| 15:47 |
kreegee_ |
hm, can i somehow prevent a tt_news singleview showing archived news items? |
| 15:47 |
soari |
ok, i get it |
| 15:48 |
kreegee_ |
hm, let's write a tt_news extension for that... |
| 15:49 |
FloLeBlanc |
kreegee: sure, just set it |
| 15:49 |
kreegee_ |
the setting only works for the list and latest view |
| 15:49 |
FloLeBlanc |
ah ok |
| 15:49 |
FloLeBlanc |
:) |
| 15:49 |
kreegee_ |
it's kinda a security leak for me |
| 15:49 |
kreegee_ |
i use tt_news for lottery |
| 15:50 |
kreegee_ |
archive-date is the submission date |
| 15:50 |
kreegee_ |
see http://www.zs-online.ch/zs-online/verlosungen/ |
| 15:51 |
FloLeBlanc |
I want the cards for schandmaul in vienna :) |
| 15:51 |
kreegee_ |
latest only shows non-archived and uses a different singlepid where comments aren't displayed and stored in a different folder (as lottery tickets - i wrote a BE-module to draw them) |
| 15:51 |
kreegee_ |
sorry, to late ;) |
| 15:51 |
kreegee_ |
and they were for zurich if i'm not mistaken |
| 15:51 |
FloLeBlanc |
hehe |
| 15:52 |
kreegee_ |
the problem is that somebody could try using the single-pid from the latest-view with one of the items not avaibable for submission anymore.. |
| 15:52 |
kreegee_ |
(so if you still like the schandmaul tickets, it's easy to get in the lottery) |
| 15:52 |
kreegee_ |
;) |
| 15:54 |
kreegee_ |
i'm off... |
| 15:56 |
soari |
@maholtz: is there an option to replace the linktext with the target pagetitle? |
| 15:56 |
soari |
field = title ?? |
| 15:58 |
maholtz |
@soari: you want <a><img> pagetilte</a> ? |
| 15:59 |
soari |
yes, and pagetitle should be the target pagetitle |
| 16:00 |
maholtz |
use TEXT Object |
| 16:00 |
soari |
that would be awesome |
| 16:00 |
maholtz |
LINK1 = TEXT -- LINK1.typolink.parameter = 123 -- LINK1.prepend = IMAGE |
| 16:01 |
maholtz |
if prepend does not work, test preCObject |
| 16:01 |
soari |
so i should forget the stdWrap solution? |
| 16:04 |
maholtz |
do not forget it;) - i think you have to use LINK1.stdWrap.prepend = IMAGE again - but well i think |
| 16:06 |
soari |
hey it works :) |
| 16:07 |
soari |
marks.LINK3_2 = TEXT |
| 16:07 |
soari |
marks.LINK3_2.typolink.parameter = 18 |
| 16:07 |
soari |
marks.LINK3_2.stdWrap.prepend = IMAGE |
| 16:07 |
soari |
marks.LINK3_2.stdWrap.prepend.file = fileadmin/template/assets/pfeil.gif |
| 16:07 |
soari |
marks.LINK3_2.field = title |
| 16:07 |
xN33D |
does anybody know how i can edit the forms in EXT: COMMENTS ? |
| 16:10 |
uriahhee1 |
void: does jk_poll support multiple question polls? |
| 16:11 |
void |
uriahhee1: do not remember, sorry |
| 16:11 |
uriahhee1 |
hmm, ok |
| 16:11 |
uriahhee1 |
:P |
| 16:12 |
maholtz |
@soari: :) |
| 16:13 |
xN33D |
uriahhee1: you can one question per poll, that's your answer? |
| 16:14 |
maholtz |
@soari: do you need field = title - i would say no - can you test it? |
| 16:14 |
uriahhee1 |
xN33D: ok :P |
| 16:15 |
uriahhee1 |
xN33D: yeah, that's my answer :P |
| 16:15 |
uriahhee1 |
xN33D: i'm going to need to use another poll system then |
| 16:17 |
xN33D |
why do you need 2 questions at the same answers? |
| 16:17 |
xN33D |
if i may ask "_" |
| 16:17 |
uriahhee1 |
É |
| 16:17 |
uriahhee1 |
well, it will be more like a survey than a poll... |
| 16:17 |
uriahhee1 |
but we'll need stats and stuff |
| 16:17 |
soari |
@maholtz: i have tested it, with field = title it shows the current page title |
| 16:18 |
uriahhee1 |
ah, i guess i'm looking for the wrong kind of extension ;) |
| 16:18 |
soari |
thats not what i want |
| 16:18 |
soari |
@ maholtz: can i send you a message with my TS? |
| 16:19 |
xN33D |
uriahhee1: ya i guess, you can see the stats of old polls with jk |
| 16:19 |
uriahhee1 |
hmm |
| 16:20 |
uriahhee1 |
well i'm going to use pbsurvey i think :P |
| 16:20 |
maholtz |
@soari: and without field = title - i would say, the current page title should be shown too |
| 16:22 |
lola_ |
lola |
| 16:24 |
soari |
without field=title? i have to define a value for TEXT |
| 16:24 |
maholtz |
no, you have not:) |
| 16:24 |
maholtz |
i hope:) |
| 16:25 |
soari |
no, that doesn't work |
| 16:25 |
soari |
i have tested |
| 16:25 |
maholtz |
@soari: seems i learned some typoscript today - you are right:) thank you |
| 16:26 |
soari |
lol, my n00b skills were helpful, haha |
| 16:27 |
maholtz |
yep:)) |
| 16:27 |
soari |
no idea how to get the pagetitle from target page? |
| 16:29 |
soari |
<a href="index.php?id=19"><img />pagetitel from site with pid=19</a> |
| 16:31 |
maholtz |
if you remove field = title there are only the image left? |
| 16:31 |
maholtz |
are === is |
| 16:32 |
soari |
yes and a i inserted |
| 16:33 |
e_ |
hi guys |
| 16:33 |
e_ |
so i'm still working on trying to migrate a 3.7.something to a recent 4.2 |
| 16:33 |
e_ |
now i wonder, do i have to install only the source and not the dummy package or still both? |
| 16:35 |
nd____ |
Any clues why typo generated invalid anchor-tags where the id starts with a digit? |
| 16:36 |
soari |
it would be great if that will work |
| 16:37 |
maholtz |
@soari: have you tested prepend instead of stdWrap.prepend and both with preCObject ? |
| 16:39 |
soari |
can i send you a message with my TS? i think then it is clearer for you |
| 16:41 |
soari |
what is preCObject? |
| 16:44 |
soari |
ok, but i think that will not solve the problem the the current pagetitle will be readout |
| 16:44 |
Phlogi |
e_: updating the source should be fine |
| 16:44 |
maholtz |
@soari: yep |
| 16:45 |
e_ |
phlogi: nice! and what about the content of the db? |
| 16:47 |
soari |
hm, shit |
| 16:48 |
maholtz |
yep - than you have to remove field = title |
| 16:49 |
maholtz |
you can use LINK3_2.TEXT - LINK3_2.typolink.parameter = 10 - than you get an link with the pagetitle of page 10 |
| 16:50 |
maholtz |
i suggest, that it is possible now, to put via prepend or preCObject additional the IMAGE into the link tag |
| 16:50 |
maholtz |
but it seems, that i did not made it before |
| 16:50 |
e_ |
hm.. doesn't typo 3.7 have a typo3_src symlink? |
| 16:50 |
e_ |
i can't find it |
| 16:51 |
soari |
yeah, that's not the problem for me |
| 16:52 |
soari |
that works fine |
| 16:53 |
soari |
but in that way i have to define a TEXT.value for each menu point |
| 16:54 |
maholtz |
@soari: you want to make an menu? Why do you not use the HMENU Object? |
| 16:54 |
soari |
that comes next^^ |
| 16:54 |
soari |
have you seen the page i've shown you? |
| 16:55 |
maholtz |
no i got no message |
| 16:55 |
maholtz |
put it to http://phpfi.com/ |
| 16:55 |
soari |
got it? |
| 16:56 |
maholtz |
nope |
| 16:57 |
maholtz |
ok, now i am registered - shame on me;) |
| 16:58 |
soari |
got the link? |
| 16:59 |
soari |
i want to build a menu that remains JS functionality |
| 17:00 |
maholtz |
nope - use phpfi.com |
| 17:19 |
soari |
HMENU rocks |
| 17:22 |
soari |
if i want to replace markers with HMENUs which differ only in the value for .special = directory, how can i shorten that in TS? |
| 17:30 |
void |
soari: copy one HMENU to another? use < operator |
| 17:39 |
soari |
and how do i change the value for .special? |
| 17:47 |
soari |
can i overwrite the value for each copied HMENU? |
| 17:47 |
void |
soari: yes |
| 17:47 |
soari |
how? |
| 17:48 |
soari |
when i have subparts.BLA < temp.menu1 |
| 17:48 |
void |
and then subparts.Bla.special = directory |
| 17:48 |
soari |
ok, i will try that |
| 17:50 |
SmaxTheFrog |
any idea why image magick works in install tool test an not in BE / FE (no thumbs are created)? |
| 18:19 |
e_ |
hmm.. |
| 18:19 |
e_ |
okay so i exchanged the source directory/link in my typo3 with a recent 4.2 but now it claims it can't find the compat_version() function |
| 18:32 |
Felyza |
e_, did you run through the install tool and fix your database? |
| 18:33 |
e_ |
uhm, no |
| 18:33 |
e_ |
so i should do that, huh |
| 18:33 |
Felyza |
when i upgraded, I ran install tool, then just went down the list... it made changes to the database first, then the utility to update the version |
| 18:33 |
e_ |
mhhh |
| 18:33 |
e_ |
okay! |
| 18:33 |
e_ |
i'm looking forward to do that.. tomorrow :) |
| 18:33 |
e_ |
thanks for that for now, but i gotta go now.. |
| 18:34 |
Felyza |
have fun |
| 18:34 |
e_ |
bye |
| 18:38 |
hartung-rey |
hello, i have an issue with direct_mail. is it possible to allow normal BE-Users without admin-rights to send newsletters? In my case a normal be_user can access the direct_mail-BE-Module, but when he creates e.g. a Quickmail there is nothing written to the database an no mails are going out. |
| 18:40 |
hartung-rey |
I'm using Typo3 4.2 and the actual direct_mail-Extension 2.5.? |
| 18:44 |
koomi |
hartung-rey: did you check the exclude fields for the user |
| 19:13 |
lawl_ |
hey guys. i still have a serious problem here. yesterday i messed up a template (templa voila) and had to remap all the stuff which took some hours. now the problem is, that only one language shows up at the content elements. the page is in 5 languages, but now i only see the default. |
| 19:15 |
just2b |
i know why i dont like tv ;) |
| 19:15 |
lawl_ |
the menu languages work fine, but at the content elements are fucked. if i click on "Non-used elements" they show up though. but i have no idea how to bring them back... |
| 19:19 |
lawl_ |
can anyone give me a hint. i'm truly desperate :/ |
| 19:25 |
lawl_ |
here i made a screenshot: http://img81.imageshack.us/my.php?image=screenshot2na0.jpg i can click on "Create reference" at the left and a red check symbol shows up, but this doesn't seem to help at all... |
| 19:30 |
lawl_ |
hm ok, i think i can restore the contents, by deleting the existing in every language (which is 4 times the default) and relink all the translations. but this will take many hours... |
| 19:32 |
void |
lawl_: there was a way to make it quickly, but i do not remember how :( |
| 19:34 |
lawl_ |
hm. at the moment i can't even find out how to do it the slow way. it seems i can't even change the language |
| 19:35 |
lawl_ |
if i choose a language from the "Show page language version" drop down i always get the default one |
| 19:36 |
lawl_ |
first i thought this is because all language versions are filled with the default entry, but this seems not to be the case |
| 19:37 |
lawl_ |
before the whole incident i could change the drop down and got an empty content page for languages which weren't translated yet. but now i only see the default version in every case... |
| 19:38 |
Phlogi |
anyone knows what sets the option if my backend module uses the page tree or not? |
| 19:45 |
lawl_ |
hey void. can you please try to remember or give me a forum link about the topic or a hint? i'd be very grateful! |
| 19:49 |
just2b |
phlogi > which module you are in |
| 19:49 |
Phlogi |
just2b: jap that was the problem :) thakns |
| 19:59 |
maholtz |
has DEV3 any function yet? where can i find that? |
| 20:01 |
just2b |
what is dev3? |
| 20:01 |
hartung-rey |
koomi isn't here actually, but can anybody else help me?: He asked if I had checked the exlude-fields for the user. I don't know what or where the exclude-fields re, but I think this are the fields Direct-Mails: "Gesendet", "Planzeit" and "Übertragungsgröße", sorry, but I don't jnow the english expressions for this fields. Are this the exclude-fields which I have to check? |
| 20:02 |
lawl_ |
someone speaks russian? i think i found a solution for my problem. but i don't quite understand it: http://forum.typo3.biz/showthread.php?p=15747 |
| 20:02 |
maholtz |
@just2b: http://flow3.typo3.org/news/0/1/ |
| 20:03 |
just2b |
maholtz imo not, join mailinglist |
| 20:04 |
maholtz |
ok, thanks |
| 20:06 |
hartung-rey |
which exclude-fields are needed for direct_mail in the BE-User-Configuration? |
| 20:06 |
lawl_ |
there seems to be a function called "Reference elements for whole tree" in typo3/templa voila. but i can't find it... |
| 20:15 |
lawl_ |
if i right click on an element and choose "Flexform / XML" i still see all id of the elements with the right language (<value index="vDEF">502</value> <value index="vEN">503</value> and so on). the elements also still have those ids. but they just don't show up. maybe i have to set the whole template to multi language or something. |
| 20:26 |
lawl_ |
i think i should somehow change the template to " Page localization mode: Inheritance of values / 1:1" but i have no idea where to do that |
| 20:29 |
dokma |
guys which typo3 ecommerce ext is preferred these days ? |
| 20:31 |
just2b |
magento :D |
| 20:32 |
nd____ |
Any clues why typo generated invalid anchor-tags where the id starts with a digit? How can I change it so the output is valid? |
| 20:35 |
lawl_ |
wow i think i got my error now. i need to change the <meta type="array"> of my template to <langChildren type="integer">1</langChildren> <langDisable type="integer">0</langDisable> insted of <langDisable>1</langDisable> |
| 21:32 |
dokma |
just2b: I checked magento out |
| 21:32 |
dokma |
it looks awesome |
| 21:33 |
dokma |
wanna make a typo3 fork with me and covert it? |
| 21:33 |
just2b |
dokma, what do you wanna fork?? |
| 21:34 |
dokma |
magento |
| 21:34 |
just2b |
SSO is the only interesting thing. everything else is waste of time |
| 21:34 |
dokma |
SSO ? |
| 21:34 |
just2b |
single sign on |
| 21:34 |
just2b |
for the be/fe users |
| 21:34 |
dokma |
didn't go that deep |
| 21:34 |
just2b |
what do you wanna achieve? |
| 21:35 |
dokma |
a good ecommerce for typo3 |
| 21:35 |
just2b |
i dont understand the "for typo3" |
| 21:35 |
dokma |
connect it to the typo3 the proper way |
| 21:35 |
dokma |
users |
| 21:35 |
dokma |
logins |
| 21:36 |
dokma |
get it away from zend framework |
| 21:36 |
just2b |
LOL |
| 21:37 |
just2b |
forget it |
| 21:37 |
just2b |
proper way and typo3 are really not good together |
| 21:37 |
just2b |
and it would be like getting typo3 into joomla... it is IMO nonesense and endless work for nothing |
| 21:39 |
just2b |
i will maybe write a converter from tt_products but this is unsure |
| 21:48 |
duffster |
hello |
| 21:48 |
duffster |
i have a problem with typo 4.1.6 |
| 21:53 |
duffster |
when i am trying to put localised text into content or pagetitle i get the message |
| 21:54 |
duffster |
102: These fields are not properly updated in database: (bodytext) Probably value mismatch with fieldtype. |
| 22:07 |
void |
duffster: please, disable your autoaway script.. |
| 22:09 |
just2b |
void, just ignore those .. |
| 22:10 |
duffster |
anybody have an idea? |
| 22:10 |
duffster |
about my problem_ |
| 22:10 |
duffster |
? |
| 22:11 |
void |
duffster: you have problem with encodings, probably |
| 22:13 |
duffster |
well my database is in utf-8 |
| 22:13 |
duffster |
i have set forche-charset to utf-8 |
| 22:13 |
void |
duffster: did you set setDBinit to "SET NAMES utf8;" ? |
| 22:14 |
duffster |
well i have to check |
| 22:14 |
duffster |
where should i set it? |
| 22:16 |
void |
duffster: at install tool |
| 22:19 |
duffster |
ok i set it up now |
| 22:19 |
duffster |
nothing changed |
| 22:20 |
nature |
anyone here use mm_forum? |
| 22:21 |
Denyerec |
Someone does. |
| 22:21 |
Denyerec |
I know that's not a helpful answer in itself |
| 22:22 |
Denyerec |
but someone in here DOES use it, so if you keep asking, you'll get a bite eventually |
| 22:23 |
nature |
i'm just looking for a site that uses it so i can show dah boss what it looks like |
| 22:23 |
nature |
i don't even come with stupid questions (yet) |
| 22:23 |
void |
nature: typo3.net |
| 22:23 |
void |
nature: they also develop it |
| 22:24 |
duffster |
void: i set up in tt_content bodytext field from mediumtext intu long text and it works |
| 22:24 |
nature |
oh cool |
| 22:24 |
duffster |
void: problem is now in front end - i see ? instead of localised text |
| 22:25 |
nature |
void: very cool, thank you. |
| 22:25 |
void |
np |
| 22:26 |
void |
duffster: you have some problems at your setup... but don't know which in particular |
| 22:32 |
maholtz |
@duffster: check content-type meta version encoding of browser info |
| 22:32 |
maholtz |
hä? sry - should go sleep... |
| 22:33 |
maholtz |
compare content-type meta-tag to the encoding of that website |
| 22:59 |
nd____ |
Well, getting a mail delivery error due to forward loop in typo3-english. Can anyone confirm that my mail (subject: RealURL problems: Decode cache remains empty) arrived? Is the loop really my fault? |
| 23:01 |
void |
nd____: i see no problems |
| 23:01 |
void |
nd____: your mail arrived |
| 23:03 |
nd____ |
fine, thanks |
| 23:03 |
nd____ |
weird though... I remember somebody in here had the same thing last week |