| 06:39 |
jsfan |
hi everyone :) |
| 07:57 |
umc |
morning |
| 09:10 |
Dander |
googd morning |
| 09:40 |
Naveed |
hi all |
| 09:41 |
Naveed |
anybody used the KJ image lightbox extension 2 |
| 09:41 |
typochur |
yes |
| 09:41 |
Naveed |
it only supports the if image is inserted as content element |
| 09:42 |
Naveed |
it does not support images generated by a FE plugin |
| 09:42 |
Naveed |
how can i make it do this? |
| 09:43 |
Crocus |
moin |
| 09:44 |
Naveed |
typochr, any idea? |
| 09:50 |
Naveed |
hello!!!! |
| 09:53 |
Naveed |
anybody used the KJ image lightbox extension 2?? |
| 09:55 |
smeringe |
yes. I've used it. |
| 09:56 |
Naveed |
it only supports the if image is inserted as content element |
| 09:57 |
Naveed |
it does not support images generated by a FE plugin |
| 09:57 |
Naveed |
how can i make it also convert image tags generated by Fe plugins |
| 09:57 |
Naveed |
?? |
| 09:58 |
smeringe |
hum. I think you want to try and use.. (searching) .. |
| 09:59 |
Naveed |
is there any other extension i can use |
| 10:00 |
smeringe |
search result: PMK SlimBox :) |
| 10:00 |
smeringe |
it's based on pure TS. I borrowed some of the TS to extend another fe plugin display recently |
| 10:03 |
Naveed |
hmmm |
| 10:05 |
Naveed |
i can add my plugin easily in it? |
| 10:05 |
Naveed |
coz i m new bie in typoescript |
| 10:06 |
Naveed |
? |
| 10:28 |
umc_ |
Naveed: I think there's a proper way to translate that... but don't know how that works... |
| 10:28 |
umc_ |
instead, I just look for the xml |
| 10:29 |
umc_ |
and copy a language section, and translate it manually |
| 10:29 |
umc_ |
most extensions have that |
| 10:42 |
typochur |
Hey, is there a way to tell imageMagick to resize to a specific value? At the moment I use -resize 136x159 but it takes this values as maximum. I want the picture to be resized to _exactly_ this values. |
| 10:50 |
harfang |
hi, I search a way, in tt_news but with typoscript, to not display the pagebrowser. I use limit=1 to have only one article, but I do not want the pagebrowser. Thanks |
| 11:01 |
liljoe |
Sup You'll? |
| 11:09 |
RoyalKnight |
i have two root-pages for two domains; some pages are different (contact,...), but some should be the same for both domains, so i want to make a reference from pages from one domain to the other; i tried mount point and advanced, but always the content from the mount-side page is displayed, not from the mounted page - what is wrong? |
| 11:45 |
rabauke |
is it possible to have the keywords-sitemap sorted by date or ID? |
| 11:47 |
umc |
test |
| 11:47 |
umc |
damn modem... |
| 11:49 |
typochur |
mh, where can I get absolute path to typo3temp/ ? $TSFE? |
| 12:05 |
Denyerec |
Hey people |
| 13:36 |
Fanty |
what function should I call if I need to resolve a path like "EXT:myext/res/somefile.txt" ? |
| 13:45 |
roadrunn1r |
hey. if i use getenv:HTTP_HOST in TS i get on the first site (normaly page id 1) the ip of the host and on all the subpages the hostname. all i want is the hostname on everysite; maybe someone could help me. thx |
| 13:53 |
Fanty |
anoying pi_getPageLink() dosen't support type .. :( |
| 13:58 |
Fanty |
on the pi_getPageLink() function for the $id param |
| 14:01 |
Fanty |
What do I need to do to change the page type? apparently &type=2 isen't enough...? |
| 14:17 |
Denyerec |
hey has anyone ever used the TV BELayout extension? |
| 14:17 |
Denyerec |
where you can allegedly make the TV layout adopt a table layout of your own choosing ? |
| 14:17 |
Denyerec |
me_templavoilalayout2 |
| 14:18 |
anteatersa |
hi doesn anyone know how you would check a constant with typoscript |
| 14:18 |
anteatersa |
[$showTopMenu = 1] |
| 14:18 |
anteatersa |
subparts.top-menu < topMenu |
| 14:18 |
anteatersa |
[ end ] |
| 14:19 |
anteatersa |
this doesn't seem to work |
| 14:20 |
anteatersa |
can't find anything in the tsref |
| 14:30 |
Layna |
Hello everybody :). Just a hopefulyl quick question: can I set some string-value (for example soem text) in a pages TSconfig and use that to replace a marker of the template? |
| 14:30 |
Fanty |
anteatersa: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/ .. no other way really |
| 14:32 |
Fanty |
anteatersa: [globalVar = LIT:1 = {$constant_to_turnSomethingOn}] |
| 14:33 |
anteatersa |
cheers Fanty |
| 14:34 |
Fanty |
this &type crap is making me loose hair :( Am I missing something or whats going on? $TSFE->type is 2 but pi_getPageLink() still haven't got an &type=2 param |
| 14:36 |
anteatersa |
seems to always return true |
| 14:45 |
m4rtijn |
hello all |
| 14:46 |
m4rtijn |
does anyone know how I coudl add a class for LATEST tt_news news.. instead of <a href="bla"> I'd like to add class="latest_link" |
| 14:48 |
m4rtijn |
hmm, I could just put a <div> around it and be done with it :).. but still maybe somebody knows how to add a class to the <a> Tag directly |
| 14:52 |
m4rtijn |
do you need some help Layna? |
| 14:55 |
Layna |
In the pages TSSetup, can I set soem sting-value I can then use to replace a marker on the template? |
| 14:56 |
Layna |
I KNOW I can use constants there... I did one time... but I need a different string per page now |
| 15:00 |
m4rtijn |
you have different markers on every page? |
| 15:00 |
Layna |
No, the marker is always the same.. I just want to set the text I use to replace it differently for each page |
| 15:01 |
m4rtijn |
marks.MARKERNAME < styles.content.get |
| 15:02 |
m4rtijn |
depending on your content it will be different on every page |
| 15:02 |
Layna |
No... I donÄT want content. |
| 15:02 |
m4rtijn |
then use content.getRight |
| 15:02 |
m4rtijn |
or content.getLeft |
| 15:02 |
Layna |
But I only need a impel string.. NOT the whole content-mess |
| 15:03 |
Layna |
Just a little string saying "this is AA" or "hellp, thius is funny" or "help, I am going crazy" ;) |
| 15:03 |
m4rtijn |
then I guess you need to write youre own php function |
| 15:03 |
m4rtijn |
for that |
| 15:03 |
m4rtijn |
random strigs |
| 15:03 |
m4rtijn |
? |
| 15:03 |
m4rtijn |
strings |
| 15:04 |
rodi |
Layna: you could use an existing field of the page entry |
| 15:04 |
rodi |
e.g. the subtitle |
| 15:04 |
Layna |
Silly Typo3 .. the simpler my wishes, the more compliacted the solution ;). An no, no random.. just different for each page |
| 15:04 |
rodi |
and assign it via TS |
| 15:04 |
Layna |
rodi: now... THAT may be what I need... there are fields, right... |
| 15:04 |
m4rtijn |
.. yes or just use the Right content thingie. with a normal text element.. and user marks.MARKER <styles.content.getRight |
| 15:04 |
Layna |
*looks into it* thanks :) |
| 15:05 |
m4rtijn |
.. I guess my solution is easier |
| 15:05 |
Layna |
m4artin: I thried that kind of thing once.. it always pushed in silly divs and such I doidndÄt need |
| 15:06 |
m4rtijn |
.. I use it very often this way.. you just need to set the marker in a <div> and use the right CSS code for it |
| 15:06 |
Layna |
and those div's and such messed up... well, EVRYTHING |
| 15:06 |
m4rtijn |
.. even if you use rodi's suggestion.. U still need to put it in a <div> |
| 15:06 |
Layna |
I don'Ät mind my own div's.... it's the divs the content-elements carry aroudn with them |
| 15:07 |
Layna |
they have the tendency to ocasionally mess up my designs... -_- |
| 15:08 |
m4rtijn |
hmm.. if the standard content element div's mess up your design.. then there might be smth not totally correct with your design.. |
| 15:08 |
m4rtijn |
I never had that problem |
| 15:09 |
Layna |
it was a floating-problem once.. and now it is that I simply don't NEED any divs or anythign else.. just a simple string.. nothign more.... ;) |
| 15:09 |
Layna |
Wich seems too little to ask *G* |
| 15:11 |
rodi |
m4rtijn: using the styles.content.get object is oversized for the goal Layna wants to achieve. She only needs a simple string without the content processed by css_styled_content, so using an existing field of the pages table is the fastest and a straight-forward solution |
| 15:11 |
m4rtijn |
.. there is no such thing as a simple String though ;).. its always surrounded by html tags |
| 15:11 |
rodi |
wrong |
| 15:11 |
rodi |
a simple string is a simple string |
| 15:11 |
m4rtijn |
.. well yeah |
| 15:12 |
rodi |
what kind of markup you wrap around that is another discussion |
| 15:12 |
m4rtijn |
but in the total layout theres always some surrounding <div> |
| 15:12 |
m4rtijn |
anyways.. I guess theres a lot of roads leading to the same goal.. |
| 15:13 |
Layna |
Yes, but all the surrounding div's and spans and whatever else I want are already there. As I said, all I need is a tiny little string *G* |
| 15:14 |
rodi |
m4rtijn: regarding your tt_news question. Have you had a look at the tt_news typoscript reference? There are plenty of wraps available which may be used to assign a class to the links |
| 15:14 |
m4rtijn |
yes I checked it.. theres nothing about the title link which I want to change.. |
| 15:15 |
Layna |
hmm.. actually... IS there a way to create a content-elemnt that has no own tags around it? ;) |
| 15:15 |
Layna |
Technically, I want soemthign like the header-element... just without <h1> and all that... |
| 15:16 |
rodi |
Layna: content elements have no tags around it, this is done when they get rendered by the extension css_styled_content, if you use it |
| 15:17 |
Layna |
hmm.. I do... never did anythign WITHOUT it, actually.. |
| 15:18 |
m4rtijn |
lib.stdheader.10.1 > |
| 15:18 |
m4rtijn |
should delete all std. wraps.. or not |
| 15:19 |
Layna |
LOL *makes a copy of that and tries later* |
| 15:20 |
Layna |
Anyway, I am out of here for now... found a miore urgend problem that seems more easily soolved, byebye :) |
| 15:20 |
m4rtijn |
just have a look in the "typoscript object browser" |
| 15:37 |
andreasbalzer |
hi :) |
| 15:38 |
andreasbalzer |
Does anybody know a good DAM capable gallery with support of sub galleries? |
| 16:02 |
typochur |
Feierabend... bis später |
| 17:06 |
tmende |
hey ho, is anyone here? |
| 17:08 |
teppi|work |
no |
| 17:09 |
tmende |
haha.... |
| 17:14 |
rabauke_ |
hello! how can I sort a keyword-sitemap? |
| 17:14 |
razer_ |
hi all |
| 17:15 |
razer_ |
i have some questions about menus |
| 17:15 |
razer_ |
when i click on any item the whole menu disappears |
| 17:15 |
razer_ |
entryLevel does not work |
| 17:15 |
razer_ |
any suggestions |
| 17:45 |
razer_ |
is there nobody who could help me? |
| 17:54 |
razer_ |
oh god |
| 17:55 |
razer_ |
i forgot to clear the roolevel flag in the templates |
| 17:55 |
razer_ |
cya : ) |
| 19:14 |
elbart |
hiho |
| 19:19 |
benneben |
Hi anyone, can anyone help me to implement freecap CAPTCA in Mailformplus |
| 19:20 |
benneben |
no? |
| 19:20 |
benneben |
oh well... |
| 23:37 |
jsfan |
hello everyone :) |