| 00:02 |
Phlogi |
Bitcrusher: just look in an existing extension how its done... |
| 00:02 |
Phlogi |
commentsnotify for example... |
| 00:02 |
Phlogi |
uses a hook from comments |
| 00:02 |
Bitcrusher |
ok, thanks, ill do that :) |
| 00:05 |
Phlogi |
Bitcrusher: and there is a documentaion somewhere about hooks... |
| 00:06 |
Bitcrusher |
i found one in the typo3 wiki called How to use existing hooks, but i want to make my own |
| 00:07 |
Phlogi |
Bitcrusher: ah thats simple :) |
| 00:09 |
Bitcrusher |
till now i have been positivly surprise how easy it is to write plugins, but one just needs to get the basics first before it gets easy i think. Because of all the globals arrays and custom functions from t3 |
| 00:10 |
Bitcrusher |
but glad to hear you say that that will be simple as well :) |
| 00:10 |
Bitcrusher |
basicly i want to use rggooglemap, and show all POIs from one POI category and a single POI from another POI cateogory |
| 00:11 |
Bitcrusher |
but i have no idea where to start |
| 00:11 |
Bitcrusher |
or how to instansiate another extension through my own code |
| 00:24 |
Bitcrusher |
Phlogi: got any links to that documentation by any chance? |
| 00:26 |
Phlogi |
Bitcrusher: that has nothing to do with hooks... if rggooglemap does not provide an api for this... its difficult I'd say |
| 00:26 |
Phlogi |
Bitcrusher: and... ask on europe times here... atm nobody is here :D |
| 00:27 |
Bitcrusher |
there is a section for hooks in the pi1 file for googlemaps, but i just lack the understanding on how to use them properly |
| 00:27 |
Bitcrusher |
yeah i know, im usually here in the daytime ;) much more action there |
| 01:02 |
pmk65 |
Bitcrusher: http://typo3.org/development/articles/how-to-use-existing-hooks/ |
| 01:03 |
pmk65 |
You can also take a look at this one: http://forge.typo3.org/projects/show/extension-pmkcat2menu |
| 01:04 |
pmk65 |
It has several hooks, and includes an example of usage. The hooks in rggooglemaps is done in a similar way. |
| 01:32 |
Bitcrusher |
pmk65: thanks, already looked at how to use existing hooks, but guess im too tired right now to figure it out ;) gonna hit the sheets, nite |
| 01:57 |
Provito |
any tips to force shortcuts to be a 301 rather than duplicating content on different urls |
| 11:09 |
Phlogi_ |
Bitcrusher, I don't think you can use hooks to get whole content in your extension, hooks are usually used to change the output of an existing extension a little bit... |
| 11:10 |
Phlogi_ |
but maybe I'm wrong |
| 11:11 |
Bitcrusher |
Phlogi: that is more or less also what im interested in. I just want to delete some of the mapmarkers from the output before its displayed |
| 12:15 |
kinea |
someone knows, how to modify the LINK_ITEM of a tt_news latest plugin? |
| 12:16 |
kinea |
i have to set it to the back pid link. |
| 12:16 |
kinea |
sounds strange, but i need it. |
| 12:22 |
kinea |
or: is it possible to extend tt_news with one ###marker###, without making an extension? |
| 13:25 |
jbaptiste_j_ |
can you guys read me ? |
| 13:34 |
kinea |
jbaptiste_j: i can read you |
| 13:34 |
kinea |
is there a TSFE tree navigator in typo3? |
| 13:57 |
kinea |
why is this not working: |
| 13:57 |
kinea |
page.999=TEXT |
| 13:57 |
kinea |
page.999.data=plugin.tt_news.backPid |
| 13:59 |
Phlogi_ |
Bitcrusher: ah ok... then you are on the right way I hope |
| 13:59 |
Phlogi_ |
kinea: hmm what type is this backPid? isn't that set from constants? |
| 13:59 |
Phlogi_ |
kinea: try 999.value < |
| 13:59 |
kinea |
ok |
| 14:00 |
Phlogi_ |
kinea: yes there is an extension to view TSFE in FE |
| 14:00 |
Phlogi_ |
kinea: called debug or dev something... |
| 14:00 |
kinea |
Phlogi_: thanx |
| 14:00 |
kinea |
it works |
| 14:01 |
Phlogi_ |
yw |
| 14:01 |
Phlogi_ |
cc_feinfo is the extension kinea |
| 14:01 |
kinea |
cool |
| 14:08 |
kinea |
Phlogi_: some idea how i could get the value of backPid into a typolink.parameter? |
| 14:09 |
Phlogi_ |
has parameter some wrap or something? |
| 14:09 |
kinea |
i look for it |
| 14:09 |
kinea |
yep typolink.parameter.dataWrap |
| 14:09 |
Phlogi_ |
then get it somehow :D |
| 14:09 |
Phlogi_ |
not sure |
| 14:13 |
kinea |
hmm. cant get it running |
| 14:13 |
kinea |
i will use the TEXT solution |
| 14:15 |
fuchur |
hi |
| 14:58 |
kinea |
is it possible to reach different plugins of the same type on a page by typoscript? |
| 14:58 |
kinea |
for example i have 5 latest news plugins on one page |
| 14:58 |
kinea |
and want to modify each differently by typoscript |
| 15:00 |
kinea |
f.e. each has a different backPid chosen in the backend |
| 15:00 |
kinea |
and i want to use this |
| 15:05 |
kinea |
or maybe i ask another question: |
| 15:06 |
kinea |
is it possible to access the value of a plugin, which is set in the plugin's backend form? (f.e. backPid in latest news) |
| 15:06 |
kinea |
from typoscript |
| 15:10 |
sxsdee |
hey guys, anyone a idea how to get in a frontend plugin the backend user status? |
| 15:25 |
ries |
sxsdee: check BE_USER? |
| 15:30 |
fuchur |
HardPhuck: ? :) |
| 15:30 |
HardPhuck |
yes? |
| 15:31 |
fuchur |
hi :) |
| 15:31 |
fuchur |
you allways here, aren't you? :D |
| 15:33 |
HardPhuck |
um, sadly, yes :) |
| 15:33 |
fuchur |
i'm sittin waitin for a customer to call back |
| 15:33 |
fuchur |
that's sad ... sittin in the office not earning money :D |
| 15:34 |
HardPhuck |
haha |
| 15:35 |
fuchur |
just checkin' out which meetings to attend in the nearer future and how to get more involved in the community :) |
| 15:35 |
HardPhuck |
the reason i'm here all the time is that i currently work on a very big project - a startup actually |
| 15:35 |
HardPhuck |
and the website is massive, i need to write about 5 extensions on my own |
| 15:35 |
fuchur |
but not your startup? |
| 15:35 |
HardPhuck |
yes, i'm a part of that startup |
| 15:36 |
fuchur |
mh, i wish i had this much work at the moment :-) just have three actual customers from which two are on vacations and one is not calling me back |
| 15:36 |
fuchur |
:-D |
| 15:37 |
HardPhuck |
well if it's any comfort to you, i don't get payed for this... yet |
| 15:37 |
HardPhuck |
if we succeed i will |
| 15:37 |
fuchur |
hr hr |
| 15:37 |
HardPhuck |
so i'm working on this 2 months now without any money getting in :) |
| 15:37 |
fuchur |
i don't do this things anymore :) "build and get payed if succeeded" |
| 15:37 |
HardPhuck |
neither do it |
| 15:37 |
HardPhuck |
i |
| 15:38 |
fuchur |
and i don't try to get my own startup runnin anymore :) just workin, hourly rate, that's it |
| 15:38 |
HardPhuck |
but this is different since i'm a part of it |
| 15:38 |
fuchur |
yewp |
| 15:38 |
HardPhuck |
don't wanna do that,... gets too monotone for me :) |
| 15:39 |
HardPhuck |
and with hourly rate, there is just so much you can get |
| 15:39 |
HardPhuck |
as in you are limited |
| 15:40 |
fuchur |
yeah that's right, I calculated this a hundred times :D |
| 15:41 |
fuchur |
but IF i would work more efficient and more hours a day the money would be enough ... |
| 15:42 |
HardPhuck |
:) |
| 15:43 |
fuchur |
my wife just planned to move from out 3 room appartement to a five room house :-D |
| 15:43 |
fuchur |
75 sqauremetre -> 150 squaremetre |
| 15:43 |
fuchur |
so I have to get new customers and more hours to charge :D |
| 15:48 |
HardPhuck |
:) |
| 15:49 |
fuchur |
but I want to attend t3 camp munich and t3con09 in stuttgart as well |
| 15:49 |
fuchur |
so much money and time ... mh |
| 15:55 |
HardPhuck |
i wont attent anything this year |
| 15:55 |
HardPhuck |
no time |
| 15:55 |
HardPhuck |
next year maybe if all goes well with this startup |
| 15:55 |
HardPhuck |
he'll i'll even employ a couple of people if this goes as planned :) |
| 15:56 |
fuchur |
yeah, i didn't attend anything yet and somehow i'm missing exchange with other developers |
| 16:56 |
fuchur |
uh just wanted to set up 4.3-dev ... is there no quickstart? :) |
| 17:06 |
HardPhuck |
:) |
| 17:08 |
fuchur |
i m too lazy to set up a hole new page :D |
| 17:14 |
fuchur |
lol ok I don't have to drive to T3con09 |
| 17:14 |
fuchur |
550 bucks just for the ticket :D |
| 17:15 |
fuchur |
wow |
| 17:43 |
HardPhuck |
that's strange, if i set typo3 to be served on port 8080 it doesn't work |
| 17:51 |
kinea |
Phlogi_: when i have a conf value like f.e : plugin.tx_ratings_pi1.ref . i can set plugin.tx_ratings_pi1.ref=41 . but how can i assign a GPvar to ref? (.value ist not used by the extension) |
| 17:52 |
kinea |
is it possible to set GPvars to a conf value? |
| 17:52 |
kinea |
this is a part of typoscript, which i never understand |
| 17:52 |
kinea |
what is ref? |
| 18:02 |
kinea |
its no TEXT object |
| 18:02 |
kinea |
so it has no data function |
| 18:03 |
kinea |
how can i assign a data value to a conf object like this? |
| 18:03 |
johnson_hh |
hi, i want my content to be displayes eiter in a small or in a big box |
| 18:03 |
johnson_hh |
and this setting should be made for a whole page |
| 18:03 |
johnson_hh |
how would you do that? |
| 18:04 |
johnson_hh |
i have to template designs in TV now but that is not the best solution.... |
| 18:05 |
kinea |
johnson_hh: why not use css, which you set for each page? |
| 18:05 |
johnson_hh |
because changing this value should be end user friendly |
| 18:18 |
kinea |
johnson_hh: you can set the frame of each content element in typo3 |
| 18:18 |
kinea |
and choose a predefined css styled frame |
| 18:18 |
kinea |
one of two |
| 18:19 |
kinea |
you see the entry in the gneral register of the content element? |
| 18:20 |
kinea |
*general |
| 18:20 |
kinea |
a listfield |
| 18:22 |
kinea |
johnson_hh__: you can set the frame of each content element in typo3 |
| 18:23 |
kinea |
and choose a predefined css styled frame |
| 18:23 |
kinea |
in the backend edit of the content element |
| 18:28 |
kinea |
johnson you miss the answers :-) |
| 19:16 |
daJay |
can sb help me? i just installed tt_news and now my records are showed when i choose "LATEST" but not when i choose "LIST" and I donno why... |
| 20:58 |
HardPhuck |
Warning: MemcachePool::getextendedstats() [memcachepool.getextendedstats]: Invalid stats type in /datastore/public/typo3conf/ext/evo_nginx_boost/class.tx_evo_nginx_boost.php on line 242 |