| 00:21 |
timdeluxe |
da hat sich miranda verabschiedet |
| 00:21 |
timdeluxe |
sorry |
| 00:21 |
timdeluxe |
wrong channel |
| 07:16 |
koomi |
moin |
| 07:47 |
JCal |
hey all, having trouble getting typo3 to load an interior page as front page of site |
| 07:48 |
JCal |
ahe "root page" of the page tree HAVE to be the first page someone sees when the site loads? |
| 07:48 |
JCal |
*does the "root page"... |
| 07:49 |
JCal |
tried checking Is root of website: |
| 07:50 |
JCal |
still defaults to the top of the page tree, would like 1st interior page to be homepage |
| 07:55 |
JCal |
oh hmm, entry level? |
| 08:02 |
JCal |
no thats not it... |
| 08:13 |
animan |
hi |
| 08:14 |
animan |
i'm having issue with tt_news |
| 08:14 |
animan |
i still can't figure it out why it doesn't link related news |
| 08:15 |
animan |
perhaps someone had this issue before? |
| 08:30 |
JCal |
hmm, so ive been googling for a while, reading the typo3 book, it seems so simple, why cant i just set an interior page to home page? |
| 08:37 |
chefan |
typo3 is a lot |
| 08:37 |
chefan |
simple is not amongst the attributes |
| 08:38 |
chefan |
you can |
| 08:38 |
chefan |
by redirecting |
| 08:39 |
kaktuspalme |
http://pastebin.com/d3520c11f hi all, i made this typoscript, in the section top banner it shows me the content, but it doesnt show me any images, i use typo3 4.1.6 no special extensions, any idea? |
| 08:40 |
JCal |
chefan: should i just change type of root page to shortcut? |
| 08:40 |
JCal |
ooo, changing page type to shortcut works |
| 08:41 |
chefan |
i am off to bed, 4 hours until a meeting. look it up please. there is more than one method |
| 08:41 |
chefan |
whatever one works for you |
| 09:09 |
kaktuspalme |
hmm, strange, text w/image doesnt show me any images at all, any idea?, nothing found in google |
| 09:18 |
FloLeBlanc |
hi all |
| 09:29 |
kaktuspalme |
yehaaa, it works, i made something wrong in the config |
| 09:36 |
Ruudi |
greetings |
| 09:36 |
Ruudi |
anyone from Lithuania around? |
| 09:42 |
JCal |
hey all, trying to interpet the TSref, but not sure about something |
| 09:42 |
JCal |
i want to define multiple values for one thing |
| 09:43 |
JCal |
so basically, instead of one lonnnnnng line, page.headerData.10.value = LOTS OF LONG STUFF |
| 09:43 |
JCal |
i want to do: |
| 09:43 |
JCal |
page.headerData.10.value = somestuff |
| 09:43 |
JCal |
and page.headerData.10.value = more stuff |
| 09:44 |
JCal |
but in ref it says: |
| 09:44 |
JCal |
myObject { |
| 09:44 |
JCal |
value = <BLINK> HTML - code </BLINK> |
| 09:44 |
JCal |
} |
| 09:44 |
JCal |
Everything on the second line that comes after "{" is ignored |
| 09:44 |
JCal |
"the second line that comes after "{"? |
| 09:44 |
JCal |
is ignored? |
| 09:45 |
JCal |
so i cant do: |
| 09:45 |
JCal |
page.headerData.10 { |
| 09:45 |
JCal |
value = somestuff |
| 09:45 |
JCal |
more stuff |
| 09:45 |
JCal |
} |
| 09:45 |
JCal |
? |
| 09:52 |
nublaii |
just use '()' |
| 09:53 |
JCal |
oh, parens, not brackets? |
| 09:53 |
JCal |
thx, will try |
| 09:53 |
nublaii |
do... |
| 09:54 |
nublaii |
page.headerData.10 = HTML |
| 09:54 |
nublaii |
page.headerData.10.value ( |
| 09:54 |
nublaii |
put all the html you want |
| 09:54 |
nublaii |
close ) |
| 09:54 |
JCal |
ahh, so simple, thx |
| 09:55 |
nublaii |
np |
| 10:17 |
Ruudi |
anyone got idea how could I make my page realURL and aliases work so that mydomain.de would be page in german mydomain.se would be page in sweden and so on? |
| 10:25 |
dotx |
try to look at the real url arrayconf |
| 10:25 |
dotx |
I think you need to configure it manually |
| 10:25 |
dotx |
but i don't know how to do this |
| 10:26 |
Ruudi |
ok will check it out thnx |
| 10:34 |
teppi|work |
i don't think that this could be done with realurl because realurl only modifies the parameter after the base url .. |
| 10:42 |
LionRock |
anyone using slideshow extension and have any problems with typo 4.2rc1 ? |
| 10:44 |
LionRock |
hmmm works now o_O ? huh |
| 10:44 |
FloLeBlanc |
Ruudi: Couldn't you add the parameter via a redirect on the url called? (fe. if mydomain.se is called redirect with language parameter se, etc.) (sorry I'm not really into realurl :)) |
| 10:45 |
Ruudi |
Flo I would like to use it with no language parameter shown in address |
| 10:46 |
FloLeBlanc |
Ruudi: ok :) |
| 10:46 |
FloLeBlanc |
was just a rough guess |
| 11:02 |
nublaii |
is there a way of editing multiple translated items on a page? |
| 11:03 |
sharquedo |
Question. Whats a good way to solve this problem: I have a few small images, which needs to be displayed in a table (2 columns) at the bottom in the left column (menu). The images need to be easily removed or added (user-friendly way, so no(t much) TS/code editing), so I figured out I might dump them as a content in a storage folder, but what's a good way for displaying them on the website? |
| 11:03 |
nublaii |
I know you can edit all the headers at the same time, but it only applies to the default language, not the translations... |
| 11:04 |
sharquedo |
Or shall I, like, write an extension which does that for me, and include that extension in the TSsetup COA underneath the HMENU? |
| 11:05 |
imran |
Hi Every one |
| 11:10 |
sharquedo |
Oh yeah, and another problem. Regarding TemplaVoila. After I made a template etc, with CSS, my site had to be renamed, so I renamed my fileadmin/templates/sitea/ dir to fileadmin/templates/siteb/, but now (after correcting templavoila template) it always tries to include both .../sitea (which doesn't exist whatsoever) _and_ .../siteb. 2x2 CSS files... |
| 11:24 |
FloLeBlanc |
sharquedo: are they the same on each page or different images for different pages? |
| 11:28 |
FloLeBlanc |
sharquedo: have to go now for a while but if you need the same pics on each page and only need to be able to change them in an easy way http://phpfi.com/309707 could give you a hint |
| 11:28 |
sharquedo |
FloLeBlanc: ah, thanks a lot. :) Yeah, same images on each page. |
| 11:31 |
sharquedo |
Hmm, I guess the table rendering around it would go with (std)wrap, but how am I going to make 2 columns out of it? |
| 11:32 |
sharquedo |
Is there a way to select-fetch odd/evens in TS? |
| 12:06 |
JCal |
anyone else hating using EMs? god i hate them. is there any place to find out the RIGHT way to deal with inheritance? |
| 12:10 |
trialio |
i want to override tt_content.image.20.renderMethod but only if there is only *one* image in field image. Why doesn't this http://phpfi.com/309713 work? |
| 12:13 |
Ruudi |
does anyone know is it possible to translate "Speaking URL path segment:" field for the page? |
| 12:14 |
Ruudi |
cant find input for it... |
| 12:17 |
trialio |
@JCal you mean css em's? |
| 12:18 |
JCal |
yea |
| 12:19 |
trialio |
i do define a font-size with 62,5% for body so i can calc with 10px |
| 12:20 |
trialio |
because most browsers are 1em == 16px |
| 12:20 |
JCal |
right, that seems to be working for me... but when i have more then one H in a div, it inherits and gets bigger, i cant seem to find out how to stop that |
| 12:24 |
JCal |
Trialio: any ideas about that? multiple headers increasing? |
| 12:24 |
trialio |
i regret i don't understand the scenario |
| 12:25 |
trialio |
explain a bit more |
| 12:26 |
trialio |
do you define font-size for the div? |
| 12:27 |
JCal |
basically <div><h2>some headline</h2> some body text <h2> some other headline</h2> some more body text .. |
| 12:27 |
JCal |
but since its using ems, the 2nd header is inheriting the em and increasing further? |
| 12:28 |
JCal |
i know this isnt really a typo3 IRC type-of-question, but its driving me crazy, ive googled all sorts of css inheritance questions, every seach i can think of, and its driving me maaaaad |
| 12:30 |
nublaii |
Is there a safe and fast way of removing all the indexed content of a site? |
| 12:31 |
nublaii |
I have a fairly big amount of pages and using the info panel is kind of sloooow |
| 12:31 |
JCal |
@trialio, IRC doesnt think im registered (still) so it wont let me PM: |
| 12:31 |
JCal |
h2 { |
| 12:31 |
JCal |
font:2em Arial, Helvetica, sans-serif; /* displayed at 24px */ |
| 12:31 |
JCal |
color:#333333; |
| 12:31 |
JCal |
margin:0 0 15px 0; |
| 12:31 |
JCal |
} |
| 12:35 |
trialio |
can you paste a url? |
| 12:37 |
Snooops |
hi |
| 12:38 |
JCal |
@trialio, uploading |
| 12:38 |
Snooops |
is there a possibillity to enable allow_call_time_pass_reference temporary for a php script? |
| 12:39 |
trialio |
is the following valid TS in Template Setup? |
| 12:39 |
trialio |
tt_content.image.20 { renderMethod = div renderMethod { override = oneimg override.if { value = image equals.field = CType isTrue.ifEmpty { field = image listNum = 2 } } } } |
| 12:39 |
Snooops |
wargs |
| 12:39 |
Snooops |
use phpfi.com |
| 12:40 |
trialio |
http://phpfi.com/309713 |
| 12:46 |
sharquedo |
[TS] I have a collection of images in a SysFolder, which I'm selecting. Is it possible to build (wrap) a table around it with two columns in TypoScript? |
| 12:56 |
sharquedo |
http://phpfi.com/309726 here's the code I'm using now |
| 12:56 |
m4rtijn |
hi |
| 13:11 |
vircuser |
hi in here am having some troubles installing the directmail ext. any help? |
| 13:11 |
m4rtijn |
never used it before. sorry |
| 13:12 |
vircuser |
jammer |
| 13:12 |
vircuser |
2 bad.. |
| 13:12 |
m4rtijn |
maybe have a look at typo3forum.net .. if you speak a bit german |
| 13:12 |
vircuser |
any other extentsion that didn't find /usr/bin/php perhaps? |
| 13:13 |
m4rtijn |
? |
| 13:13 |
nublaii |
if I have 2 languages on my site, how can I create a link to a page on the other language? |
| 13:14 |
m4rtijn |
why would you? nublaii |
| 13:14 |
nublaii |
say I have a page I want to show in english |
| 13:14 |
nublaii |
and I want to make a link on a page on spanish |
| 13:14 |
m4rtijn |
.. ? |
| 13:15 |
m4rtijn |
just dont translate it |
| 13:15 |
m4rtijn |
if you link then.. it will show english |
| 13:15 |
nublaii |
but see... default lang is spanish |
| 13:15 |
m4rtijn |
yes |
| 13:15 |
m4rtijn |
then its the other way around.. still same |
| 13:16 |
m4rtijn |
if no translation is available.. it will show default lang |
| 13:16 |
trialio |
@nublaii http://phpfi.com/309728 |
| 13:17 |
nublaii |
ah, nice tnx both of ya ;) |
| 13:17 |
Denyerec |
Morning/Afternoon |
| 13:18 |
m4rtijn |
hi deny |
| 13:18 |
sharquedo |
Afternoon |
| 13:19 |
vircuser |
anyone tried a newsletter ext? |
| 13:19 |
vircuser |
m4rtijn: sorry, my german is really bad... |
| 13:19 |
sharquedo |
Is it possible with optionsplitting to put fetched data (images in a sysfolder) in a two-column table? |
| 13:20 |
sharquedo |
Was thinking about something like: http://phpfi.com/309731, but that doesn't turn out too well (don't see any table/tr/td whatsoever). |
| 13:21 |
sharquedo |
Oh, was missing a '=', but still doesn't work. |
| 13:58 |
SWEMark |
so wheres that RC2...? :) |
| 14:33 |
sharquedo |
Anyone handy here with splitting in TS? |
| 14:46 |
FloLeBlanc |
re |
| 14:47 |
sharquedo |
wb |
| 14:47 |
sharquedo |
I managed to fetch the images, now I need to build/wrap a two-column table around it... |
| 14:49 |
sharquedo |
Thought something like http://phpfi.com/309744 would work, but it doesn't. Error is in the 10.wrap= line... |
| 14:49 |
FloLeBlanc |
sharquedo: why don't you just build the content Element with the RTE and fetch that element? |
| 14:49 |
SWEMark |
try stdWrao |
| 14:49 |
SWEMark |
stdWrap |
| 14:50 |
trialio |
anyone knows where to read about TCEForms options for templavoila datastructure |
| 14:51 |
sharquedo |
SWEMark: No result, as usual |
| 14:51 |
sharquedo |
FloLeBlanc: I don't want to make it too relatively complicated for typo3-newbee users to add stuff like this. |
| 14:52 |
FloLeBlanc |
sharquedo: well I wouldn't consider a 2 column table as too complicated for a user if the pics are pre-sized anyway :) |
| 14:53 |
FloLeBlanc |
but that depends on your personal view of course |
| 14:54 |
FloLeBlanc |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/6/ |
| 14:54 |
FloLeBlanc |
gives you the wrap options btw |
| 14:54 |
FloLeBlanc |
as you can see from the example code the image object should support wrap |
| 14:54 |
sharquedo |
I had some stuff working earlier for one-column, but I need two-columns |
| 14:54 |
sharquedo |
It does |
| 14:55 |
sharquedo |
It's just that optionSplitter thing |
| 14:55 |
FloLeBlanc |
well there are documents about option split on the net, don't know the answer out of my mind atm :) |
| 14:56 |
sharquedo |
Okay. Thanks for your help. :) |
| 14:57 |
floxx |
anyone experienced problems with newest tt_news version? since i updated to 2.5.2, no news are shown |
| 15:01 |
FloLeBlanc |
floxx: I still use 2.4.0 sorry |
| 15:03 |
maholtz |
hi, i have an extension and want to have an preview via the lens (loupe) in the backend - save and preview works like in tt_news, but i want to have the lens too. any hints about that? |
| 15:14 |
maholtz |
does anybody understand what i wanted to do? |
| 15:25 |
Denyerec |
Lens ? |
| 15:25 |
Denyerec |
I have no idea what you're on about |
| 15:27 |
maholtz |
lupe in german - the icon to preview the site |
| 15:28 |
maholtz |
dict.leo.org said me, that lens or loupe could be the correct translation:) |
| 15:31 |
trialio |
is there a tutorial about TemplaVoila <T3DataStructure> especially <TCEforms>? |
| 15:52 |
dokma |
aarghhh guys |
| 15:52 |
dokma |
can't remove target = "page" |
| 15:52 |
goodie01 |
Hi guys, is there any TemplaVoila training (documents) for newbies with attached pre-installed templates? |
| 15:52 |
dokma |
from my menu links |
| 15:54 |
dokma |
http://phpfi.com/309765 |
| 15:54 |
dokma |
tried: |
| 15:54 |
dokma |
target > |
| 15:54 |
dokma |
target = _self |
| 15:54 |
dokma |
target = self |
| 15:54 |
dokma |
no go |
| 15:54 |
dokma |
ries, Denyerec ?? |
| 15:55 |
dokma |
Phlogi ? |
| 15:55 |
Denyerec |
dokma ? |
| 15:55 |
Denyerec |
goodie01 - I am writing one. Hang on in there for a week or so. |
| 15:55 |
dokma |
Denyerec: mate |
| 15:55 |
dokma |
check that menu of mine |
| 15:56 |
dokma |
can't get rid of target="page" |
| 15:56 |
dokma |
keeps opening in new tab |
| 15:56 |
goodie01 |
Denyerec: could you keep me informed? (email notification etc..) ? |
| 15:56 |
Denyerec |
for what kinda link? |
| 15:56 |
dokma |
http://phpfi.com/309765 |
| 15:56 |
Denyerec |
goodie01 - no, that's way too much trouble. Just idle in here :) |
| 15:56 |
Denyerec |
target="page" shouldn't open in a new window.. |
| 15:57 |
dokma |
the menu is lower left in here : http://www.valdez.hr |
| 15:57 |
dokma |
it does in my firefox |
| 15:57 |
dokma |
and my sisters too |
| 15:57 |
dokma |
?? |
| 15:57 |
dokma |
go figure |
| 15:57 |
Denyerec |
dokma on your parameter |
| 15:58 |
Denyerec |
typolihnk.parameter = 51 _blank blueLink is id 51, target blank, class bluelink |
| 15:58 |
Denyerec |
so set it to <nothing> - |
| 15:58 |
Denyerec |
cos you don't awnt to specify the target ID |
| 15:58 |
Denyerec |
so that would be... |
| 16:00 |
Denyerec |
mm |
| 16:00 |
Denyerec |
not sure how you get round that. |
| 16:00 |
Denyerec |
have you tried .target = FRED |
| 16:00 |
Denyerec |
does it still presult in "page" |
| 16:00 |
dokma |
good suggestion |
| 16:00 |
dokma |
let me spit at it |
| 16:01 |
m4rtijn |
is typolihnk a typo?.. -> typolink ? |
| 16:01 |
sharquedo |
Deneyerec: Doesn't 'target >' does that, too? |
| 16:01 |
sharquedo |
As in, setting to = <nothing> |
| 16:02 |
dokma |
tried target > |
| 16:02 |
dokma |
to no avail |
| 16:02 |
dokma |
still spits out target = "page" |
| 16:02 |
m4rtijn |
Denyerec ? did you copy/paste that : <Denyerec> typolihnk.parameter = 51 _blank blueLink |
| 16:02 |
m4rtijn |
maybe its just a typo.. |
| 16:03 |
Denyerec |
yeah from the tsref |
| 16:03 |
Denyerec |
tho I tyepd the first bit |
| 16:03 |
Denyerec |
target does that too, but the typolink.parameter overrides .target |
| 16:04 |
Denyerec |
so I figured if target wasn't working, maybe .parameter would |
| 16:14 |
nublaii |
is there a safe way to quickly erase the indexed content? |
| 16:14 |
nublaii |
if I use the info panel it's too slow |
| 16:14 |
nublaii |
and i need to reindex my whole website |
| 16:20 |
ZeleD |
Hello! Are there any specifix tasks I need to do prior to move a typo3 site from one host to another (i've made all image processing checks etc) |
| 16:22 |
m4rtijn |
bbl |
| 16:24 |
alexwx |
Hey gyus greetings |
| 16:24 |
Denyerec |
yo |
| 16:24 |
alexwx |
A quick question, if I am using RealURI, can I somehow quickly from the FE get the page ID? |
| 16:33 |
void |
alexwx: at your extension? $GLOBALS['TSFE']->id |
| 16:33 |
alexwx |
void no:) just from as a visitor of the FE page or source page |
| 16:34 |
void |
alexwx: in TS? |
| 16:35 |
alexwx |
void no :) just as a normal client to see the page |
| 16:36 |
void |
alexwx: don't understand.. you can insert page id somewhere.. |
| 16:38 |
sharquedo |
eh |
| 16:39 |
alexwx |
void I just If I set the RealURL on the page, on the addressbar is the path segment, not and ?id=xxx. And if I am on the FE on some page, and there is a problem, and I need to go to this page in a BE, is hardly finding and browsing the menu tree by the path segment. I need the page ID from the FE, so I can enter it on bottom of BE, he redirect me automaticly.. you know |
| 16:40 |
maholtz |
@alexwx: page.1000 = TEXT -- page.1000.data = TSFE:id -- page.1000.wrap = <!-- | --> |
| 16:40 |
sharquedo |
When I click [Save] in quixplorer, my browser throws a js alert: "Scriptet indeholder syntax-fejl. Er du sikker pá at du vil gemme?". 1: My Danish is a little rusty, what does it mean? And 2: How can I get rid of the alert? |
| 16:41 |
alexwx |
maholtz nice stuff thank you |
| 16:42 |
maholtz |
@alexwx:np |
| 16:44 |
FloLeBlanc |
hi ries |
| 16:46 |
ries |
hey FloLeBlanc |
| 17:18 |
trialio |
any hints for what is possible with TCEforms in the Data Structure XML of TemplaVoila -- only allowing certain Content Elements to be inserted, for example? |
| 17:20 |
trialio |
don't know where to search for |
| 17:20 |
trialio |
btw what to search for |
| 17:21 |
trialio |
plz |
| 17:21 |
void |
trialio: weird task.. |
| 17:22 |
trialio |
why |
| 17:22 |
void |
why some elements should not be inserted into FCE? |
| 17:23 |
void |
if they should not be insterted anywhere, you can disallow them for backend user |
| 17:23 |
trialio |
no they only should be disallowed in some dontknowhowtocall *sections |
| 17:24 |
trialio |
but should be nicely rendered within that TV Page Modul page overview |
| 17:25 |
void |
i see only way to disallow it: write tcemain hook at hack it to report an error if trying to inserted CE which is not allowed... |
| 17:26 |
trialio |
uuh, hmm thanks a lot |
| 17:39 |
nd__ |
Aloha |
| 17:40 |
nd__ |
Using automaketemplate -- should it not be possible to access every subpart using `page.subparts.myname < temp.mytemp`? |
| 17:45 |
FloLeBlanc |
nd_: normally you feed a template and also use the workOnSubpart statement |
| 17:45 |
FloLeBlanc |
nd_: short example: http://phpfi.com/309802 |
| 17:49 |
nd__ |
Allright, I'll try to work with that. Thanks FloLeBlanc |
| 17:51 |
nd__ |
FloLeBlanc: I then have to input that into the page-object, right? |
| 17:58 |
FloLeBlanc |
nd_: no that is what you put in your TS Template (setup) |
| 17:59 |
FloLeBlanc |
check the Modern Template Building I Manual for a good intro on how to work with automaketemplate |
| 17:59 |
nd__ |
allright |
| 18:08 |
d|g |
hi all |
| 18:36 |
just2b_ |
15 lib.menubrowse.20.if.value.stdWrap.numRows.select.pidInList.stdWrap.cObject.field = uid01 *ROFL* |
| 18:52 |
nublaii |
some pages on my site are getting indexed, while others are not... how can I troubleshoot this? |
| 18:55 |
just2b_ |
pages which are not indexed are not cahced |
| 19:01 |
guid1 |
hi, is there anybody with the time to help me out with a tt_products installation (2.6.0) within the next days? |
| 19:02 |
guid1 |
i got the most done (articles, list and single views), but i got some hassle with details and settings |
| 19:02 |
guid1 |
for now, i work with the book "Typo3 Webshop" |
| 19:03 |
nublaii |
just2b: those pages are supposed to be cached too... or at least they're not being told not to... |
| 19:05 |
just2b_ |
maybe there is an ext which disables cache for whole page |
| 19:09 |
nublaii |
mmm... looks like that's it |
| 19:09 |
nublaii |
it's the tt_news plugin |
| 19:10 |
nublaii |
any way around that problem? |
| 19:13 |
just2b_ |
news is normally fully cached |
| 19:14 |
nublaii |
mmm... that plugin is on a page where I have some regular (text, text+img) content, and that doesn't get indexed because of the tt_news plugin... |
| 19:14 |
just2b_ |
as i sais |
| 19:14 |
just2b_ |
said |
| 19:17 |
nublaii |
well... my tt_news install has caching enabled :( |
| 19:40 |
kraftb |
hi all ! |
| 19:40 |
kraftb |
is or was flo-leblanc here ? |
| 19:41 |
just2b_ |
left 1843 |
| 19:44 |
kraftb |
*arr* |
| 19:45 |
kraftb |
hi georg ... btw |
| 19:45 |
just2b_ |
hi |
| 19:45 |
kraftb |
and yes .... do you know if flo is a freelancer ... |
| 19:45 |
kraftb |
or if he is employed somewhere ... |
| 19:45 |
just2b_ |
he is IMO |
| 19:45 |
just2b_ |
both IMO |
| 19:45 |
kraftb |
my previous employer is looking for someone who would like to start as T3 developer |
| 19:45 |
kraftb |
and asked me if I would know someone ... |
| 19:46 |
kraftb |
so: anybody here wanting to start as T3 developer in vienna :) |
| 19:46 |
just2b_ |
anybody wanting to startt as developer in linz > ask me ;) |
| 19:46 |
kraftb |
some experience would be quite good ... as previously he had an employee who didn't get T3 even after one year of working with it :) |
| 19:46 |
kraftb |
I'll drop a mail on the TUGA list .... |
| 19:47 |
just2b_ |
if you think this is correct target group? |
| 19:47 |
just2b_ |
btw there is a list jobs |
| 19:49 |
kinea |
hey. how can i prevent the RTE from destroying external url links with parameters? |
| 20:03 |
berdot |
Hi I cannot manage to delete multiple pages. How do I do it please? |
| 20:05 |
kraftb |
berdot: in the same folder ? |
| 20:05 |
just2b_ |
enable it in the user settings |
| 20:05 |
kraftb |
or do you mean deleting one page and all sub-pages ? |
| 20:05 |
kraftb |
then go to user-Settings ... and enable "recursive delete" |
| 20:05 |
berdot |
yep, one page and all sub pages |
| 20:05 |
kraftb |
^^^ |
| 20:05 |
berdot |
install tool? |
| 20:06 |
berdot |
or backend? |
| 20:06 |
kraftb |
"User Setting" |
| 20:06 |
kraftb |
backend |
| 20:06 |
kraftb |
User tools > User settings |
| 20:07 |
void |
kraftb: hello |
| 20:07 |
void |
kraftb: do you have RC1 up with tt_news installed? |
| 20:07 |
void |
i know, you may =) |
| 20:08 |
berdot |
thank you kraftb. well another thing pops in: i need to set a website where frontend users can have acess to their profile, where I , in the backend can edit their profile, order request status, etc. cand you tell me if its doable in typo3? |
| 20:10 |
kraftb |
it is ... |
| 20:11 |
kraftb |
either use feUser_admin ... or sr_feuserregister ... i never user later |
| 20:11 |
kraftb |
i prefer feuser admin |
| 20:11 |
kraftb |
void: no ... currently not ... but well ... mostly |
| 20:11 |
kraftb |
i upgrade a site from 4.0 to 4.2RC1 ... |
| 20:12 |
kraftb |
and it has a quite fancy tt_news installation .... |
| 20:12 |
berdot |
ok, but will I have to create each user page or it will upon user registration? |
| 20:12 |
kraftb |
but i did the upgrade yesterday on a test-server and i am checking if everything works fine today .... |
| 20:12 |
kraftb |
this is item 3 on my todo list ... |
| 20:12 |
void |
kraftb: do you see news titles in web>list? |
| 20:14 |
kraftb |
hmm ... wait |
| 20:19 |
kraftb |
yes ... "Bezeichnung" |
| 20:19 |
kraftb |
dunno if this is the description or title field |
| 20:19 |
kraftb |
but i did not upgrade tt_news until now ... |
| 20:21 |
berdot |
kraftb: with feuser admin will I have to create each user page or it will upon user registration? |
| 20:29 |
Awillys |
hi there |
| 20:30 |
Awillys |
does plugin.tt_news.general_stdWrap.parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag > work for anyone? for me it does nothing :/ |
| 20:30 |
Awillys |
i still have some empty <p> tags here an there in my tt_news article |
| 20:33 |
Awillys |
anyone? |
| 20:37 |
edwintest |
Hello |
| 20:38 |
edwintest |
someone here |
| 20:38 |
edwintest |
? |
| 20:40 |
trialio |
JCal? |
| 20:40 |
JCal |
hey |
| 20:41 |
trialio |
hey did you upload the stuff? |
| 20:41 |
JCal |
i think i got it to work by containing everything in divs |
| 20:41 |
JCal |
of course now im in madness trying to get the whole layout into EMs |
| 20:42 |
trialio |
its just calculation |
| 20:43 |
JCal |
yeah, its working out OK, couple snafus... seems IE and FF need slightly different calculations, which is fine, but im having trouble with other things now... cant get bottom borders to appear, etc, just random stuff, i think i will be able to get it |
| 20:44 |
JCal |
hey, thanks for checking up |
| 20:44 |
trialio |
np |
| 20:46 |
kinea |
the rte changes my external links. can i stop this? |
| 20:46 |
edwintest |
someone who is experienced @ developing extensions? |
| 20:47 |
JCal |
hey trialio, if you do want to check it out and let me know if i can fix anything, its here: http://www.eodub.com/example/ |
| 20:47 |
FoBunko |
which documentation do I read if I want to add editable variables into template/constant editor ? |
| 20:48 |
trialio |
ok i'll have a look -- the border thing? |
| 20:48 |
JCal |
@Trialio: its not imported into Typo3 yet, just working on the styles |
| 20:48 |
JCal |
@Trialio: yeah, cant get border-bottom going on menu on left, works OK in IE but not FF |
| 20:48 |
kraftb |
FoBunko: What mean "editable" |
| 20:48 |
kraftb |
you want to set constants in a TS template ... and allow it to be editable via "Constant Editor" ? |
| 20:49 |
kraftb |
just have look at an "ext_conf_template.txt" from some extension (like tt_news) ... use the same "commenting" format for the Constants ... |
| 20:49 |
JCal |
@Trialio: Im still going through all the styles, switching over to ems, so theres some other funky stuff going on |
| 20:49 |
FoBunko |
I don't know much about the constant editor, I need a place to setup my PIDs for pages containing my plugins. I thing this should go into the constant editor.... |
| 20:49 |
FoBunko |
kraft: is it automaticly loaded ? |
| 20:50 |
trialio |
JCal that {margin: 0, padding:0;} doesn't work because of comma |
| 20:50 |
kraftb |
Web > Template |
| 20:50 |
kraftb |
in the drop down on the right-top choose "constant editor" ... |
| 20:50 |
kraftb |
but you need to be on a page with a TS-Template |
| 20:50 |
FoBunko |
yup |
| 20:51 |
JCal |
whoops |
| 20:51 |
kraftb |
the set values will get set in the Constants field of the currently selected TS template |
| 20:51 |
kraftb |
you can easily add your own values by setting the variables in the constants field - and putting a comment above them like shown in an ext_conf_template.txt file ... |
| 20:51 |
kraftb |
but AFAIK this is documented either in TSref or in TypoScript by Example .... |
| 20:52 |
FoBunko |
ok I try and look at these |
| 20:52 |
FoBunko |
tyvm |
| 20:52 |
kraftb |
probably in T3 core api ... but rather guess one of the first two |
| 20:54 |
edwintest |
jcal does know a lot of extensions?:P |
| 20:55 |
trialio |
JCal why don't you define the top-border of left gradient |
| 20:55 |
JCal |
trialio in theory the menu items would have a bottom border |
| 20:56 |
kinea |
typo3 RTE changes my url parameter-& of links into & |
| 20:56 |
trialio |
ah ok |
| 20:59 |
edwintest |
how can i configure typo3 to see my own created get variables in url? ( i know it is a security issue, but i really want it for my own extension / front end plugins) |
| 20:59 |
trialio |
JCal the <a> tags overlap the <li>'s |
| 21:00 |
JCal |
trialio that was so the full LI bg would change color, is there a better way to do that? |
| 21:00 |
trialio |
make them same size |
| 21:01 |
trialio |
or li's overflow:visible |
| 21:07 |
JCal |
Trialo for some reason i cant get this IRC to know that i have registered |
| 21:08 |
JCal |
Trialio let me try to fix this registration so we can PM |
| 21:08 |
trialio |
k |
| 21:09 |
JCal |
trialio i can receive but not send |
| 21:14 |
JCal |
trialio still not working, but i can read yours |
| 21:14 |
JCal |
im making a new account |
| 21:15 |
JCal |
trialio, ahh ok |
| 21:19 |
kinea |
does RTE.config.tt_content.bodytext.proc.overruleMode not work in typo3 4.1.5 ? |
| 21:24 |
kinea |
can someone help me? i try it from the other side: how can i prevent typo3 from changing the "&" of link parameters into "&" ? |
| 21:32 |
kinea |
maybe an update helps? |
| 22:02 |
skipjack |
hello |
| 22:16 |
skipjack |
hey ho someone here? |
| 22:16 |
uschi |
sure skipjack |
| 22:17 |
skipjack |
yes ;) |
| 22:19 |
skipjack |
okay I have here the ext. fileupload, |
| 22:19 |
skipjack |
I can set an path with typoscript, the path (stdwrap) = /fileadmin/ |
| 22:19 |
skipjack |
I want to get something like this: path = /fileadmin/2008-04-14/ |
| 22:19 |
skipjack |
with TypoScript .. But I don't know who, I know only It should possible because the typscript conf value path can use stdwrap |
| 22:20 |
kraftb |
hi uschi ... |
| 22:20 |
uschi |
hey kraftb :-) |
| 22:21 |
kraftb |
whatever.data = date:U |
| 22:21 |
skipjack |
plugin.tx_fileupload_pi1.path.cObject.20 = TEXT |
| 22:21 |
skipjack |
plugin.tx_fileupload_pi1.path.cObject.20.date = date: d.m.Y |
| 22:21 |
kraftb |
whatever.strftime = %Y-%m-%d |
| 22:21 |
kraftb |
whatever.wrap = /fileadmin/|/ |
| 22:21 |
skipjack |
okay |
| 22:21 |
skipjack |
hehe thx I will test |
| 22:21 |
kraftb |
ok ... yours will also work ... |
| 22:22 |
skipjack |
kraftb: yes realy? |
| 22:22 |
skipjack |
okay |
| 22:22 |
skipjack |
bvut I will test yours ;) |
| 22:22 |
kraftb |
i guess ... i normally not use date: cause it is not localized |
| 22:22 |
kraftb |
date:U gives a timestamp |
| 22:23 |
kraftb |
so it's easy to output current date ... even localized as strftime can get localized using locales |
| 22:23 |
skipjack |
okay |
| 22:23 |
trialio |
someone here who can explain me what can be done with TCEforms within the Data Structure of TemplaVoila |
| 22:24 |
trialio |
or where i can read about that topic? |
| 22:25 |
skipjack |
okay thanks kraftb, I think it should work, but I thinkthe plugin doesn't create the folder |
| 22:25 |
kraftb |
well ... then you can't come around a USER function ... |
| 22:26 |
skipjack |
kraftb: could you tell me more? |
| 22:26 |
skipjack |
I don't know about the user_Functions |
| 22:29 |
kraftb |
hmm ... |
| 22:29 |
kraftb |
wait |
| 22:34 |
skipjack |
okay |
| 22:36 |
kraftb |
http://t3paste.org/XueSKh |
| 22:36 |
kraftb |
didn't test it altough ... but you should get the point :) |
| 22:36 |
kraftb |
$dir = $this->cObj->stdWrap($conf[\'directory\'], $conf[\'directory.\']); |
| 22:36 |
kraftb |
remove the \ |
| 22:36 |
kraftb |
damn paste-tool |
| 22:39 |
berdot |
I keep getting "Data Structure ERROR: No source value in fieldname "tx_templavoila_ds" I have updated the extension, etc. |
| 22:40 |
skipjack |
$dir = $this->cObj->stdWrap($conf['directory'], $conf['directory.']); |
| 22:40 |
berdot |
is this for me? |
| 22:41 |
skipjack |
kraftb: oikay thanks for help I will now check this |
| 22:42 |
skipjack |
kraftb: http://beluto.net/tipps-ideen/uploadtest/ |
| 22:42 |
skipjack |
gets the output of the userfuncs.php |
| 22:43 |
skipjack |
any Idea? |
| 22:45 |
skipjack |
Oh okay my fail |
| 22:45 |
skipjack |
or hm |
| 22:53 |
Phlogi__ |
berdot: did you set the template on the page and the storage? |
| 22:54 |
berdot |
phlogi: i installed it by importing and updating the database. what else? |
| 23:23 |
kraftb |
btw: |
| 23:23 |
kraftb |
http://t3paste.org |
| 23:23 |
kraftb |
just gave it a face-lift :) |
| 23:37 |
void |
hm.. |
| 23:37 |
void |
i need help |
| 23:37 |
void |
Denyerek: ? |
| 23:50 |
Sebastan |
Hello, someone here that can answer a newbie some questions? |