| 00:32 |
ae |
hello - i'm having trouble finding where i can grant users access to clear the cache... anyone got any pointers? |
| 00:37 |
JohPie |
every user can clear the cache of sites |
| 00:37 |
JohPie |
but only one site per one time |
| 00:38 |
JohPie |
in the list view |
| 00:38 |
JohPie |
for more you must be admin user |
| 00:38 |
JohPie |
so... I'm going to bed now |
| 00:38 |
JohPie |
n8 |
| 00:39 |
ae |
actually - i found the answer... it was: options.clearCache.all = 1 |
| 00:39 |
ae |
for some reason i had clearCache.all = 1 (without the options at the front) |
| 09:29 |
xN33D |
hij there, i asked this question yesterday but without success.. i've got a menu, but i want different spacers between the buttons, like this: |
| 09:29 |
xN33D |
Home Contact | Print |
| 09:29 |
xN33D |
how can i make this one? |
| 09:30 |
xN33D |
i know i can make it with 2 menu structures.. but is there no other way? |
| 09:30 |
Stoffel |
how likely is your menu bar about to change? |
| 09:32 |
xN33D |
none, but it must be editable.. |
| 09:32 |
Stoffel |
like in, throw out the Home button? |
| 09:33 |
Stoffel |
or in, add a new one between contact and print? |
| 09:34 |
xN33D |
Hmm that is possible.. but there is no TS for spacers between menu items or something? otherwise i put 2 markers in there.. but just want to know if there was a other optuin.. |
| 09:34 |
xN33D |
option* |
| 09:34 |
Stoffel |
of course there is |
| 09:35 |
Stoffel |
wrap? |
| 09:35 |
Stoffel |
you can still put conact and print below home.. |
| 09:35 |
Stoffel |
and give the 2nd level menu a different item wrap |
| 09:36 |
xN33D |
temp.menu.wrap = <div="item1">|</div> <div="item1">|</div> <div="item1">|</div> |
| 09:36 |
xN33D |
is this possible? "_" |
| 09:36 |
xN33D |
but then, item 1 2 3 |
| 09:37 |
xN33D |
<div class="item1"> i mean... ;) |
| 09:37 |
Stoffel |
okay. can you nopaste how your menu should look like in html? |
| 09:38 |
xN33D |
Home Contact | Print you mean? |
| 09:40 |
Stoffel |
so thats how it looks in html? |
| 09:40 |
Stoffel |
funny |
| 09:40 |
Stoffel |
plz use http://paste.phlogi.net/ |
| 09:41 |
xN33D |
and then? |
| 09:42 |
Stoffel |
paste the link to your code in here |
| 09:44 |
maholtz|WORK |
@xN33D: have an look at noTrimWrap (stdWrap) |
| 09:45 |
Stoffel |
i was about to try it with optionsplit |
| 09:47 |
dot1 |
hello guys |
| 09:49 |
Stoffel |
NO.allWrap = <div class="item1"> | </div> |*| |*| <div class="item1"> | </div> § || <div class="item1"> | </div> |
| 09:49 |
Stoffel |
is that correct? |
| 09:50 |
Stoffel |
option split always gives me a headache |
| 09:53 |
Stoffel |
xN33D: are you still with us? |
| 09:54 |
xN33D |
i struggling with the codes you and maholtz|WORK gave me ;) |
| 09:54 |
xN33D |
but until now without effect |
| 09:55 |
Stoffel |
please post your menu-ts and the desired html-output |
| 09:55 |
Stoffel |
so we can have a closer look |
| 09:57 |
xN33D |
http://www.phlogi.net/t3/tspastebin/showPost/menu_struc-1/ |
| 09:58 |
xN33D |
hmm funny, didn't that website |
| 09:58 |
xN33D |
didc'y know * |
| 09:58 |
xN33D |
ya.. it's morning.. "_" |
| 09:58 |
xN33D |
ooh wait.. that's a wrong one.. |
| 09:59 |
Stoffel |
you know.. that "space about 150px) doesn't work |
| 09:59 |
Stoffel |
whitespace in html is ignored |
| 10:00 |
xN33D |
http://paste.phlogi.net/my_top_men/ |
| 10:00 |
xN33D |
this is the good one, ye.. but otherwise i make another div to make that space..? |
| 10:00 |
Stoffel |
if you have to.. insert clear.gif with the desired width |
| 10:00 |
Stoffel |
but that is not good practice |
| 10:04 |
Stoffel |
okay. so you want to give every menu item a different wrap? |
| 10:04 |
Stoffel |
item2, item3, item4 and so on? |
| 10:04 |
xN33D |
hmm.. "Home" can have a different wrap.. Contact and Print can have one wrap i think? |
| 10:05 |
Stoffel |
sounds better |
| 10:07 |
Stoffel |
i'll figure something.. |
| 10:09 |
Stoffel |
http://paste.phlogi.net/-6c4a1967db/ |
| 10:10 |
Stoffel |
try this for starters |
| 10:13 |
xN33D |
wait, i will try |
| 10:16 |
xN33D |
haha great, it works.. look: http://www.n33d.nl/example_topmenu.JPG |
| 10:17 |
xN33D |
thanks! |
| 10:17 |
Stoffel |
glad i could help :-) |
| 10:17 |
Stoffel |
add the ACT.allWrap accordingly now |
| 10:18 |
xN33D |
ye.. now i know it for the future, i always made it with 2 markers.. this is much more cleaner.. :) |
| 10:18 |
Stoffel |
see the documentation on optionSplit: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/#id3927866 |
| 10:19 |
Stoffel |
it's complex, but very useful |
| 10:20 |
Stoffel |
whenever you have to treat the first or last element differently, e.g. round corners in images, or alternating colors |
| 10:24 |
xN33D |
ohh. indeed.. so each button can have a seperate color and that all in one object.. nice! :D |
| 10:24 |
Stoffel |
is the | not showing up in the output? |
| 10:25 |
xN33D |
hmm no.. it's not.. |
| 10:25 |
Stoffel |
try putting | instead of § |
| 10:26 |
Stoffel |
but i doubt it will work.. |
| 10:26 |
randomresult |
good morning all... |
| 10:27 |
xN33D |
hmm otherwise i make a border.. that's good enough i think |
| 10:28 |
Stoffel |
¦ is it |
| 10:28 |
Stoffel |
try that instead of § |
| 10:29 |
Stoffel |
or put an image or css property |
| 10:29 |
Stoffel |
you'll figure that i bet |
| 10:35 |
xN33D |
if i use : ¦ then the float:left is'nt working anymore.. |
| 10:35 |
xN33D |
but ¦ is giving me the | |
| 10:38 |
foool |
just2be nice to see you again. Are you going to be developing the magento ext ongoing for typo3. I heard there is an extension for it, where do I get it. I checked at typo3.org but didn't see it. |
| 10:38 |
just2b |
it is at forge |
| 10:38 |
just2b |
and maybe you write my nick correct the next time ;) |
| 10:39 |
foool |
oops sorry about the just2b |
| 10:43 |
pulponair |
hi there |
| 10:50 |
just2b |
hi pulponair, did you write something already in the dev listz?= g |
| 10:50 |
pulponair |
just2b: upps wait |
| 11:00 |
brikenv |
hey guys. i have trouble with internal page links in htmlarea. the links are called by example <a id="c736"/>, but the RTE nuilds always al wrong link like: <a href="#736">. Any idea why there is a "c" and why RTE is missing that? |
| 11:01 |
brikenv |
nuilds= builds |
| 11:02 |
maholtz|WORK |
@brikenv: an id must not start with an number |
| 11:02 |
maholtz|WORK |
the c is added by css_styled_content by default for any content element |
| 11:02 |
brikenv |
okay. thank you. do you know also why RTE is missing that? |
| 11:03 |
maholtz|WORK |
nope - but if you have an solution, you could tell me.. i never noticed it |
| 11:04 |
brikenv |
I use the the link browser in the RTE and then pics the right item and connects its to the right DB entry. but the link ist not correct. |
| 11:05 |
brikenv |
i have never noticed that either, and think this is a new problem for me. because i used lots of internal page links in the past... |
| 11:08 |
brikenv |
@maholtz: okay. just trying i found a solution but not the reason for the problem. if creat a new text element content and do the same there it works. its just in this one element. so i just delete the old one. and create the new one.. |
| 11:13 |
randomresult |
someone knows if typo3 has been choosen in the hackontest... |
| 11:20 |
maholtz|WORK |
@randomresult: Selection process ends in 0 days 12h 31m 47s |
| 11:30 |
davidbrunnthaler |
mh is there an working extension to let be-user change their password in the be? |
| 11:31 |
davidbrunnthaler |
i tried af_bepwd but it's giving me errors |
| 11:31 |
davidbrunnthaler |
error: http://phpfi.com/337606 |
| 11:33 |
maholtz|WORK |
@davidbrunnthaler: again: be-user in be? |
| 11:34 |
maholtz|WORK |
be==backend |
| 11:34 |
davidbrunnthaler |
jup i mean an extension that lets backend users change their passwords |
| 11:35 |
moroter |
Are there any typo3 consultants here for hire? |
| 11:35 |
maholtz|WORK |
they can do it by default |
| 11:35 |
maholtz|WORK |
@moroter: asap? |
| 11:36 |
moroter |
well I would like to inquire towards the costs per hour and such. |
| 11:37 |
moroter |
The task should take less than a day |
| 11:37 |
moroter |
even less than an hour if he knows the solution |
| 11:37 |
randomresult |
moroter: who says that? |
| 11:37 |
randomresult |
what u need? |
| 11:37 |
moroter |
randomresult: Someone to fix the ldap problem |
| 11:38 |
randomresult |
upps... sorry.. no experience with ldap at all |
| 11:39 |
davidbrunnthaler |
oh man how could i missed that :) |
| 11:39 |
davidbrunnthaler |
thx |
| 11:45 |
maholtz|WORK |
@davidbrunnthaler: i wonder, that there is an extension too...? |
| 11:46 |
davidbrunnthaler |
i didn't knew that there is the possibility over the user - setup |
| 11:46 |
davidbrunnthaler |
but the extension didn't worked |
| 11:47 |
davidbrunnthaler |
mh and is there also a way to define what the backend-user or backend-usergroup sees when he views the "user - setup"-page |
| 11:47 |
randomresult |
davidbrunnthaler i think u can hide fields in the userTS |
| 11:48 |
crisb2010 |
hi there |
| 11:49 |
davidbrunnthaler |
mh is there a site where i can look up all the possible ts-words? |
| 11:49 |
davidbrunnthaler |
especially userTS would be interessting |
| 11:49 |
randomresult |
davidbrunnthaler: something like TCEFORM.tablename.tablefield.disabled = 1 |
| 11:49 |
randomresult |
davidbrunnthaler: example:TCEFORM.tx_dmmjobcontrol_job.salary.disabled = 1 |
| 11:50 |
randomresult |
or : TCEFORM.pages.target.disabled = 1 |
| 11:50 |
davidbrunnthaler |
tx_dmmjobcontrol_job = table |
| 11:50 |
davidbrunnthaler |
salary = column? |
| 11:51 |
randomresult |
you can have a look at the sourcecode of the backend page...s earch for your field and have a closer look... |
| 11:51 |
randomresult |
davidbrunnthaler: yes, i think column |
| 11:52 |
randomresult |
brb |
| 11:52 |
davidbrunnthaler |
ok and it's not something like "mod.web_list.disableBigButtons = 1"? |
| 11:52 |
randomresult |
will be back in 5 minutes... then i can post u an example.... |
| 11:52 |
davidbrunnthaler |
ok thx |
| 11:53 |
randomresult |
welll... i dunno exactly... i did it only by pagets |
| 11:59 |
crisb2010 |
can i delete everything in typo3temp without fear of destroying something? |
| 12:02 |
teppi|work |
crisb2010, as long as you keep the folders ..yes |
| 12:02 |
crisb2010 |
within /typo3temp or the typo3temp folder itself? |
| 12:02 |
teppi|work |
within |
| 12:03 |
teppi|work |
as long as your typo3 is working properly all stuff should be new generated |
| 12:04 |
crisb2010 |
right now its freakin out :-) |
| 12:05 |
randomresult |
crisb2010: cleared cache? |
| 12:06 |
crisb2010 |
randomresult: yes |
| 12:06 |
randomresult |
davidbrunnthaler: hmmm well this works with pages and tt-content elements... not with the user-settings... |
| 12:07 |
davidbrunnthaler |
mh is it maybe setup.defaults or setup.override? |
| 12:09 |
davidbrunnthaler |
crisb2010: if you have some temp-files in the typo3conf (at least i think this should be the folder)i would also remove them - but keep a backup copy |
| 12:09 |
crisb2010 |
i had problems with the rte. thats why i was asking |
| 12:09 |
crisb2010 |
but seems like i found the error |
| 12:12 |
randomresult |
davidbrunnthaler: sorry mate, i have no idea on how to hide this inputfields... |
| 12:12 |
davidbrunnthaler |
no problem |
| 12:12 |
davidbrunnthaler |
it was just a question |
| 12:12 |
davidbrunnthaler |
thx for your time |
| 12:17 |
Phlogi |
anyone can recommend a web application security scanner ? |
| 12:20 |
randomresult |
davidbrunnthaler: maybe this helps you finding a solution: http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/ |
| 12:22 |
davidbrunnthaler |
i found this german site: http://t3n.yeebase.com/magazin/ausgaben/artikel/typo3-persoenlich/ |
| 12:22 |
davidbrunnthaler |
if you search for: setup.default.edit.RTE = 0 |
| 12:22 |
davidbrunnthaler |
you will find something similiar, but it's just not working for me.. |
| 12:23 |
randomresult |
no, because it is another modul i guess |
| 12:24 |
davidbrunnthaler |
mh is it another module? |
| 12:24 |
randomresult |
u want to hide something in the usermodule... |
| 12:25 |
davidbrunnthaler |
yes |
| 12:25 |
davidbrunnthaler |
but it says: Über die Einstellungen von Setup lassen sich all die Eigenschaften anpassen, die im Modul Benutzer/Einstellungen zu finden sind. |
| 12:25 |
davidbrunnthaler |
(i don't know if you speak german) |
| 12:25 |
davidbrunnthaler |
do you? or should i translate it? |
| 12:25 |
randomresult |
well i should because im german :) |
| 12:26 |
davidbrunnthaler |
hehe ok.. so according to this line it should exactly be what i want |
| 12:26 |
randomresult |
if u know how the module is called... |
| 12:27 |
randomresult |
but this handles the RTE |
| 12:28 |
randomresult |
i think the sentences says, that you can define... hmmm i dunno |
| 12:28 |
davidbrunnthaler |
mh so the settings are not for the display in the user-setup but they define if the checkbox under RTE is checked or not.. |
| 12:28 |
randomresult |
Dazu gehören beispielsweise die maximale Titellänge, Hilfefunktionen und die Frage, ob der RTE angezeigt werden soll.... t |
| 12:28 |
randomresult |
yes i guess... meant to do it on user-base |
| 12:29 |
randomresult |
but configure the rte |
| 12:29 |
davidbrunnthaler |
oh ok |
| 12:31 |
davidbrunnthaler |
mh thx for your help, maybe the forum or the mailinglist knows more |
| 12:32 |
randomresult |
well i have another idea |
| 12:32 |
randomresult |
leme chech |
| 12:32 |
davidbrunnthaler |
ok |
| 12:33 |
Keel^ |
Can anyone tell me which dir my .html template is stored - If I wanted to go edit or remove it :) After ive created the template and all that with TemplaVoila? |
| 12:33 |
Keel^ |
I mean AFTER its not just a template anymore :) |
| 12:33 |
Keel^ |
I know the template dir, etc ;) |
| 12:36 |
randomresult |
keel: u mean the ds /to? |
| 12:37 |
randomresult |
it is stored in the general storage |
| 12:38 |
randomresult |
davidbrunnthaler: sry... i have no idea... but would be interessted in... |
| 12:39 |
davidbrunnthaler |
ok i will tell you if i found out |
| 12:39 |
Keel^ |
thanks bro |
| 12:47 |
randomresult |
/nick randomresult|work |
| 12:47 |
randomresult |
grrr... |
| 12:47 |
randomresult |
i hate fire... |
| 12:50 |
m4rtijn |
hi all |
| 12:52 |
randomresult |
hi m4rtijn |
| 13:07 |
Keel^ |
randomresult - you an OS X? |
| 13:20 |
randomresult |
Keel^: yeah |
| 13:20 |
randomresult |
changed from windows in september... but... well... my macbook pro is short before flying out of the window |
| 13:31 |
NublaII |
how can I hide a content element using typoscript if I know the uid of the element? |
| 13:34 |
maholtz|WORK |
tt_content.stdWrap.if.* |
| 13:42 |
davidbrunnthaler |
i want to create a search field - it should search in a certain table (tx_irre_offers) and show the results afterwards |
| 13:43 |
davidbrunnthaler |
should i write an extension? or is there something i might can use |
| 13:44 |
davidbrunnthaler |
it should be very easy to adapt for me |
| 13:49 |
conic |
does someone have a tutorial for me how to use an extension template? |
| 13:49 |
conic |
i just don't get it working |
| 13:50 |
Stoffel |
what do you mean by "use"? |
| 13:51 |
conic |
create - use in subpages |
| 13:51 |
conic |
? |
| 13:52 |
maholtz|WORK |
@conic: use objectbrowser to change values |
| 13:52 |
maholtz|WORK |
and change values in your page-object |
| 13:52 |
maholtz|WORK |
for testing: |
| 13:52 |
maholtz|WORK |
create new ext-template on any site |
| 13:53 |
maholtz|WORK |
insert: |
| 13:53 |
maholtz|WORK |
page > |
| 13:53 |
maholtz|WORK |
page = PAGE |
| 13:53 |
maholtz|WORK |
page.10 = TEXT |
| 13:53 |
maholtz|WORK |
page.10.value = Hello World |
| 13:53 |
maholtz|WORK |
for testing only1 |
| 13:58 |
conic |
taht works |
| 13:58 |
conic |
but then i can see "Hello world" only |
| 13:58 |
conic |
of course |
| 13:59 |
conic |
but 1: i want to use it additionally to the main tempate |
| 13:59 |
maholtz|WORK |
sure with page> you delete everything else |
| 13:59 |
randomresult |
because u cleared your pageobjekt... so only hello worldshows up |
| 13:59 |
conic |
ok |
| 13:59 |
maholtz|WORK |
instead the code i pasted, you can now start in objectbrowser chang your settings |
| 14:00 |
conic |
and 2: i want to store it in a sys folder |
| 14:16 |
randomresult |
store it in a sysfolder and add it to your template by adding it in the "include basis templates" |
| 14:20 |
typo3user |
hi there. is someone here who knows something about moving typo3 files in other dirs? |
| 14:21 |
typo3user |
ive moved my typo3 installation from /var/www/t1/ to /var/www/t2/ |
| 14:21 |
conic |
ok i got it workin (the extension template), now i only got to store it in another folder so that it still works ^^ |
| 14:21 |
typo3user |
all works fine, except the images which were uploaded with the direct upload function of the browser are not displayerd |
| 14:22 |
typo3user |
the images are locates at /uploads/pics |
| 14:30 |
typo3user |
hello? |
| 14:30 |
randomresult |
did u clear the cache |
| 14:31 |
randomresult |
try to delete the tempfiles in typo3conf (make backup) |
| 14:31 |
randomresult |
and emtpy your temp folder... but not the folders |
| 14:32 |
randomresult |
you can delete the tempfolder in the install tool |
| 14:42 |
typo3user |
hi i deleted all temp*.* files in typo3conf and all files underneath typo3temp and i emptied all cache_* tables manually. but it does not work sorry. |
| 14:42 |
typo3user |
the img src always says <img src="" |
| 14:43 |
typo3user |
but when i look in tt_content in the field image of the content_element is the name "startpage.jpg" |
| 14:48 |
m4rtijn |
ll |
| 14:50 |
maholtz|WORK |
@typo3user: do not know what you did - but you need the path to the image too |
| 14:50 |
mosez |
m4rtijn: wrong window :P |
| 14:51 |
m4rtijn |
nah.. just testing if i timed out and mirc forgot to tell me.. like always |
| 14:51 |
hsyn |
hi |
| 14:52 |
typo3user |
yop in the typo3 table in the image field theres only the filename "startpage.jpg", i dont know where typo3 gets the page information from? |
| 14:52 |
typo3user |
the picture was uploaded directly by the browser. not with the typo3 browser. |
| 14:54 |
typo3user |
i meant the path information, not page |
| 14:55 |
conic |
now i can use the extension template, but it's in the page where i want to use it in two different pages... |
| 14:55 |
conic |
and when i include it to the basis template then it's on all pages, this is not what i want.... |
| 14:56 |
conic |
er my first sentence is crap, i mean it's in one of 2 pages where i want to use it. |
| 14:58 |
maholtz|WORK |
@typo3user: uploads/pics/ maybe... if you did not use an extension |
| 14:59 |
typo3user |
yes in this folder there are the images. but i dont get it why typo3 dont get it ;-) |
| 14:59 |
typo3user |
i mean nothing changed except the path. |
| 14:59 |
typo3user |
dbs are the same. files are the same |
| 15:00 |
typo3user |
and in the typo3conf there is no property for that |
| 15:03 |
maholtz|WORK |
usually you have to configure it in typoscript |
| 15:03 |
maholtz|WORK |
IMAGE.import |
| 15:07 |
teppi|work |
somebody an idea why typo3 isnt outputting content elements using this data structure for templa voila: http://paste.phlogi.net/-e03d6fdc69/ |
| 15:07 |
teppi|work |
? |
| 15:07 |
teppi|work |
the content elements are shown in the backend and the typoscript TEXT element is also outputted |
| 15:08 |
teppi|work |
but it seems that the tt_content isnt properly selected or sth like that |
| 15:08 |
teppi|work |
:-( |
| 15:09 |
floxx |
teppi|work: line26: wheres that error message from? |
| 15:10 |
teppi|work |
its from the pasting page |
| 15:10 |
teppi|work |
its because its made for TS code only i think |
| 15:10 |
maholtz|WORK |
@teppi: do you get the header? |
| 15:10 |
teppi|work |
which header? |
| 15:10 |
teppi|work |
i get the whole page |
| 15:11 |
maholtz|WORK |
object 5 |
| 15:11 |
teppi|work |
but the content elemnts are not inserted |
| 15:11 |
maholtz|WORK |
5 = TEXT |
| 15:11 |
maholtz|WORK |
5.data = page:title |
| 15:12 |
teppi|work |
maholtz|WORK, http://phpfi.com/337681 |
| 15:12 |
teppi|work |
this is outputted |
| 15:13 |
teppi|work |
if the page title is Home |
| 15:16 |
maholtz|WORK |
@teppi: so i would think 10.source.current=1 is wrong - perhaps current is empty? |
| 15:16 |
maholtz|WORK |
6 = TEXT |
| 15:16 |
maholtz|WORK |
6.current=1 |
| 15:16 |
maholtz|WORK |
6.wrap = i am | here? |
| 15:16 |
teppi|work |
ok i try |
| 15:16 |
teppi|work |
:-) |
| 15:20 |
teppi|work |
hm weird |
| 15:20 |
teppi|work |
i inserted your code and now the content elements appear but the page title is not outputted |
| 15:21 |
teppi|work |
Oo |
| 15:22 |
teppi|work |
maholtz|WORK, thy anyway i think i have to analyze this first :D |
| 15:22 |
teppi|work |
*thx |
| 15:24 |
floxx |
i want to rename a db-field in my extension - how can i achieve that the field is renamed automatically by ext.manager (ext_table.sql)? |
| 15:25 |
paisley |
allo? |
| 15:25 |
paisley |
who is the TYPO3 guru? |
| 15:26 |
randomresult |
hi just2b... |
| 15:26 |
randomresult |
a question to slideshow... |
| 15:26 |
randomresult |
how do i display the latest 6 news items |
| 15:26 |
teppi|work |
floxx, yes |
| 15:26 |
teppi|work |
but you can not rename a field afaik |
| 15:27 |
randomresult |
you said it is written in the manual... but we cant find it |
| 15:27 |
teppi|work |
only add a new one |
| 15:27 |
teppi|work |
floxx, but maybe im wrong |
| 15:28 |
paisley |
question please: what file do i edit to place analytics js code in every page without having to edit every page? via the CMS |
| 15:28 |
floxx |
teppi: ok .. thx anyway |
| 15:29 |
maholtz|WORK |
@paisley: perhaps into your template? |
| 15:29 |
paisley |
yes sir, that is my thought, what file would contain the master template sir? |
| 15:29 |
maholtz|WORK |
depends on your configuration |
| 15:30 |
maholtz|WORK |
ask the person who setup your installation |
| 15:30 |
paisley |
ahh.. i didn't build the site and the IT person for the company is telling me i must edit every page |
| 15:30 |
maholtz|WORK |
he is not right |
| 15:30 |
paisley |
why i am here sir. =) |
| 15:31 |
randomresult |
well... i would place it in the maintemplate |
| 15:31 |
maholtz|WORK |
there is usually an html-template around, where typo3 puts the content into |
| 15:31 |
paisley |
would it be fileadmin/template/main/template.html? |
| 15:31 |
maholtz|WORK |
yep, looks good |
| 15:31 |
paisley |
thank you |
| 15:31 |
paisley |
:) |
| 15:31 |
maholtz|WORK |
np:) |
| 15:31 |
randomresult |
.... maholtz|WORK: you could also add a nother page.20 instance or not? |
| 15:32 |
Tsoots |
or use an extension |
| 15:32 |
maholtz|WORK |
yes surly - you too, but i do not think paisley could... |
| 15:32 |
randomresult |
:) |
| 15:32 |
randomresult |
ok |
| 15:32 |
randomresult |
i thought it would be easier than doing something in the html |
| 15:32 |
randomresult |
paisley: make a backup of ur html file |
| 15:33 |
Tsoots |
with TV those changes still needs to be applied |
| 15:33 |
paisley |
@randomresult always |
| 15:33 |
paisley |
yeah.. vi kinda sucks.. but i can grep |
| 15:33 |
randomresult |
Tsoots: it looks like he is using template selector |
| 15:33 |
paisley |
:q |
| 15:34 |
Tsoots |
my eyes aren't yet that trained |
| 15:34 |
Tsoots |
yet at the end |
| 15:34 |
Tsoots |
i guess |
| 15:39 |
maholtz|WORK |
can someone check if that bug got really into core? http://bugs.typo3.org/view.php?id=5660 |
| 15:42 |
just2b |
imo xyes |
| 15:44 |
maholtz|WORK |
but i get with 4.1.7 an 302 Found instead 301 |
| 15:45 |
maholtz|WORK |
it depends on t3lib_page.php line 499 - but there is Header('HTTP/1.1 301 Moved Permanently'); missing? |
| 15:45 |
maholtz|WORK |
i am a little bit confused...? |
| 15:50 |
just2b |
didn you see the version where it has been fixed? |
| 15:50 |
just2b |
not every bug is fixed for every version |
| 15:54 |
maholtz|WORK |
well, i thought if it fixed in 4.1.1 it should be in 4.1.7 too? |
| 15:54 |
maholtz|WORK |
nope |
| 15:54 |
maholtz|WORK |
thanks |
| 15:54 |
maholtz|WORK |
i saw "productversion" |
| 15:55 |
maholtz|WORK |
but not "resolved in 4.2.0-alpha3" |
| 15:55 |
maholtz|WORK |
grmpbl.. |
| 15:55 |
just2b |
as you can see Fixed in Version => 4.2.0-alpha3 |
| 15:55 |
just2b |
so fixed since 4.2.x |
| 15:55 |
just2b |
but apply the patch for your 4.1.7 |
| 15:56 |
maholtz|WORK |
yep, thanks - i think i should update anyway:) |
| 16:02 |
Tsoots |
http://www.example.com/?show_comments=1#comments |
| 16:02 |
Tsoots |
how could i replace ?show_comments=1#comments with just /comments using realurl |
| 16:02 |
Tsoots |
it's the #comments part that's troubling |
| 16:03 |
just2b |
you cand do anything against anchors |
| 16:03 |
just2b |
they are no typo3 code |
| 16:03 |
just2b |
you need that or you want come to that place on that page |
| 16:04 |
Tsoots |
that's the spot where the comments start and user will need to go there once they click show comments |
| 16:05 |
Tsoots |
comments/#comments will just look stupid |
| 16:05 |
Tsoots |
i guess i can live with that |
| 16:05 |
just2b |
rename the anchor to something shorter ;) |
| 16:06 |
Tsoots |
or the front part |
| 16:06 |
Tsoots |
/show#comments doesn't look that bad |
| 17:11 |
Phlogi_ |
just2b: does your gallery support subalbums yet actually? |
| 17:19 |
just2b |
which one? |
| 18:21 |
ct529 |
hi everybody |
| 18:22 |
ct529 |
tt_news: it it possible to visualise only one news category on a certain page? |
| 18:23 |
ct529 |
sorry, the question is incomplete .... using typoscript, not using the flexform |
| 18:31 |
tcsoft |
ok |
| 18:31 |
ct529 |
tt_news: it it possible to visualise only one news category on a certain page using typoscript (not the flexform)? |
| 18:39 |
just2b |
ct529 should work |
| 18:41 |
ct529 |
just2b: could you please give me an indication? |
| 18:57 |
ct529 |
just2b: is it plugin.tt_news.categorySelection = whatever? |
| 19:12 |
Phlogi_ |
just2b: no problem... I think in rgsmoothgallery might be a bug, when the path to the images has no / at the end... not sure yet |
| 19:12 |
just2b |
yes, but also written in bold in the manual |
| 19:13 |
just2b |
so RTFM |
| 19:13 |
just2b |
;) |
| 19:13 |
just2b |
but is fixed in next version |
| 19:13 |
Phlogi_ |
hehe :p |
| 19:16 |
Phlogi_ |
how would you create a link to the next page on the same level? |
| 19:16 |
just2b |
connected to rgsmoothgallery? |
| 19:16 |
ddoesburg |
Hi just2b |
| 19:16 |
just2b |
hi ddoesburg |
| 19:17 |
ddoesburg |
Do you remember me? |
| 19:19 |
just2b |
help me |
| 19:21 |
ct529 |
just2b: the point in the documentation is that they talk about subcategories when they talk about plugin.tt_news.categorySelection, so I did not understand whether it worked for categories or only for subcategories .... |
| 19:26 |
Phlogi_ |
just2b: no no, generally |
| 19:27 |
ddoesburg |
just2b: I wrote a email about smoothgallery this week |
| 19:27 |
just2b |
ddoesburg you want to know how many mails i get? |
| 19:27 |
just2b |
Phlogi_ ts or php? |
| 19:28 |
ddoesburg |
No thanks :-) But mine is special (for me) |
| 19:29 |
just2b |
everyones mail is special for the authohr.. btw i got about 40 mails this week which are support |
| 19:30 |
ddoesburg |
OK I understand |
| 19:30 |
just2b |
and i dont know your name, so i cant even look it up |
| 19:30 |
ddoesburg |
daniel |
| 19:31 |
just2b |
ah ok |
| 19:31 |
ddoesburg |
daniel [at] netcreators |
| 19:31 |
just2b |
yeah got you |
| 19:31 |
ddoesburg |
But I don't want a special care. |
| 19:31 |
ddoesburg |
I know your point but I tried it |
| 19:32 |
just2b |
dont be afraid, you wont get one ;) |
| 19:32 |
ddoesburg |
OK |
| 19:32 |
just2b |
anyway you should be able to use the field advanced with e.g. fadeDuration:5000, |
| 19:32 |
just2b |
the last , is important |
| 19:33 |
just2b |
btw it is very easy to get a special treatment, read http://www.rggooglemap.com/en/dev/wall-of-fame.html ;) especially if you are working at a company ;) |
| 19:34 |
ddoesburg |
I know. And may be we do. But I'm not the boss |
| 19:34 |
ddoesburg |
May be you can give some examples in the documentation |
| 19:35 |
just2b |
you could add it yorself and give me the better manual? |
| 19:35 |
ddoesburg |
If it works, you get the update |
| 19:36 |
ddoesburg |
I like to write some more for your documentation |
| 19:36 |
ddoesburg |
:-) |
| 19:37 |
ddoesburg |
PE. How one can avoid that a dropdown in IE hides behind the gallery |
| 19:37 |
just2b |
zindex? |
| 19:37 |
ddoesburg |
No |
| 19:37 |
just2b |
dropdown is what? flash? |
| 19:37 |
ddoesburg |
js |
| 19:37 |
just2b |
url? |
| 19:37 |
ddoesburg |
bjz.netcreators.com |
| 19:38 |
ddoesburg |
FF works fine |
| 19:39 |
just2b |
oh man..you really want me to browse the whole site to find where you set the gallery? |
| 19:39 |
ddoesburg |
O no. On the home page |
| 19:39 |
ddoesburg |
The rolling images |
| 19:40 |
ddoesburg |
above the word language |
| 19:40 |
just2b |
i still would try a zindex |
| 19:40 |
just2b |
^^ |
| 19:41 |
ddoesburg |
I'll try |
| 19:41 |
ddoesburg |
Thanks for now |
| 19:43 |
ddoesburg |
it already has a z-index 200 |
| 19:43 |
ddoesburg |
The menupart I mean |
| 19:45 |
just2b |
in main.css? |
| 19:48 |
davidbrunnthaler |
where should i place the content for a box if i want the box to appear at every page? |
| 19:49 |
just2b |
sysfolder |
| 19:49 |
davidbrunnthaler |
okie :) |
| 20:15 |
uschi |
hey folks, everyone voted for typo3 at http://www.hackontest.org ???? |
| 20:15 |
just2b |
yes |
| 20:16 |
uschi |
good boy, just2b :-) |
| 20:19 |
voidus |
me too |
| 20:20 |
uschi |
:-)) @voidus |
| 20:20 |
uschi |
ddoesburg ?? |
| 20:20 |
ddoesburg |
uschi |
| 20:20 |
uschi |
did you vote? |
| 20:20 |
ddoesburg |
Of course |
| 20:21 |
uschi |
hmm, seems to be no need then to push this crowd to hackontest anymore |
| 20:21 |
ddoesburg |
I also posted a message on the dutch mailinglist |
| 20:21 |
just2b |
would have voted for magento |
| 20:21 |
just2b |
but wasnt there |
| 20:22 |
uschi |
yeah, saw that thread at the dev list |
| 20:23 |
just2b |
didnt saw your answer ^^ |
| 20:23 |
uschi |
those magento people really have done a favour to the OS community |
| 20:23 |
just2b |
hehe |
| 20:23 |
just2b |
a product search for magento products ad typo3 pages alreadyd finished |
| 20:23 |
uschi |
well, i am not into shops a lot, i must say i felt tempted to answer to franzh, but in the end it is not worth it |
| 20:24 |
just2b |
hehe |
| 20:25 |
just2b |
there is already a great team coming up to get the connection to Magento |
| 20:25 |
just2b |
from TYPO3 |
| 20:25 |
uschi |
saw steffen is in as well |
| 20:26 |
just2b |
yes and michieal and a friend of mine who is new to typo3 but not to Magento and zend |
| 20:26 |
uschi |
ic, michiel or michael you mean? |
| 20:26 |
just2b |
michiel roos |
| 20:26 |
uschi |
hey, he should work on dam |
| 20:27 |
just2b |
you decide? |
| 20:27 |
uschi |
he is release manager for dam |
| 20:27 |
just2b |
so? |
| 20:27 |
uschi |
and i desperately need some features |
| 20:28 |
uschi |
;-) |
| 20:28 |
just2b |
pay him |
| 20:28 |
uschi |
no prob |
| 20:28 |
ddoesburg |
Michiel has to do a lot of work those days |
| 20:28 |
just2b |
anyway I am so happy to be a bit away from that typo3 ;) |
| 20:29 |
ddoesburg |
But as far as I know is he only bussy with the documentation |
| 20:30 |
just2b |
yeah let the others decice what I am working on next? ;) |
| 20:30 |
just2b |
[ ] magento? |
| 20:30 |
just2b |
[ ] typo3? |
| 20:30 |
ddoesburg |
Magento for TYPO3 |
| 20:30 |
just2b |
hehe ;) |
| 20:31 |
ddoesburg |
TYPO3 has never had a good shop extension |
| 20:31 |
just2b |
and will never have |
| 20:31 |
ddoesburg |
Why not |
| 20:32 |
just2b |
because it is not the domain of TYPO3 |
| 20:32 |
just2b |
and code of typo3 is crap.. nobody wants to use it ;))))) |
| 20:32 |
just2b |
and a shop is one of those things which are really not simple and are much work |
| 20:32 |
ddoesburg |
If we (you) can build a bridge between those systems . . . . |
| 20:33 |
just2b |
we are buidling one ;) |
| 20:33 |
ddoesburg |
I know |
| 20:33 |
just2b |
SSO is in progress, search is done, product list is done, single product display is done |
| 20:33 |
just2b |
tt_products importer is done |
| 20:33 |
ddoesburg |
But wat is wrong when I said: Magento for TYPO3 |
| 20:34 |
just2b |
nothing |
| 20:34 |
Fab1an- |
what's wrong with tx_commerce? |
| 20:35 |
just2b |
nobody develops it? |
| 20:35 |
just2b |
nobody is interested in commerce? |
| 20:35 |
just2b |
magento is better ;) |
| 20:35 |
just2b |
will always be better |
| 20:36 |
ddoesburg |
Only if the "Magento-project" will deliver good products and a good manual. And not stops halfway |
| 20:37 |
Fab1an- |
hmm why havent i heard of this |
| 20:37 |
just2b |
what you understand with "deliver good products" |
| 20:37 |
just2b |
you still need to get into magento... |
| 20:37 |
Fab1an- |
how is magento compared to oscommerce? |
| 20:38 |
ddoesburg |
I remember the roadmaps and promishes of tt_products ans all kind of commerces |
| 20:39 |
ddoesburg |
And after a half year of a year of radio silence someone picked it up |
| 20:39 |
ddoesburg |
All those shops are still beta |
| 20:42 |
just2b |
Fab1an it is like a bike <> formula 1 |
| 20:42 |
just2b |
;) |
| 20:42 |
just2b |
ddoesburg magentoconnection is very easy to handle, all the code will *always* be at forge, so there will be never a closed code like all the other kind of codes |
| 20:44 |
ddoesburg |
I hope it will be usable soon |
| 20:44 |
just2b |
it is usable already |
| 20:44 |
just2b |
demo is running smooth |
| 20:44 |
ddoesburg |
In TYPO3 I mean :-) |
| 20:44 |
just2b |
yes i mean this too |
| 20:45 |
just2b |
set up your magento shop and get the svn stuff |
| 20:45 |
ddoesburg |
Is that true? URL svp |
| 20:45 |
just2b |
forge |
| 20:45 |
ddoesburg |
of the demo |
| 20:45 |
just2b |
not public yet |
| 20:46 |
ddoesburg |
OK I can wait |
| 20:46 |
just2b |
you can particpate ;) |
| 20:46 |
just2b |
you know > inspiring people to share |
| 20:46 |
just2b |
;) |
| 20:46 |
ddoesburg |
Tell me how. I'm not a programmer. |
| 20:46 |
ddoesburg |
Write manuals? Testing? |
| 20:47 |
Fab1an- |
oscommerce has this horrible way of installing "contributions" ..im sure some of you know. How is it with magento? |
| 20:47 |
just2b |
no too early |
| 20:47 |
just2b |
magento is better than TYPO3's extensions# |
| 20:47 |
ddoesburg |
Than I repeat "I can wait" |
| 20:51 |
ddoesburg |
Sorry, I lost my connection |
| 20:55 |
just2b |
ddoesburg you are designer?` |
| 20:56 |
ddoesburg |
No only a TYPO3-er |
| 20:56 |
ddoesburg |
But a good one |
| 20:56 |
just2b |
so TS expert? ;) |
| 20:57 |
ddoesburg |
A kind of |
| 20:57 |
just2b |
no fear about TS like lib.menu.20.if.value.stdWrap.numRows.select.pidInList.stdWrap.cObject.field = uid ;) |
| 20:57 |
ddoesburg |
O I've to read it twice |
| 20:57 |
just2b |
still one line, lol |
| 20:58 |
ddoesburg |
2 eyes and a pair of glasses |
| 20:58 |
ddoesburg |
But I know whan it means. Could not construct it in a minute |
| 21:00 |
ddoesburg |
And I ask myself where you ever will use such a construction |
| 21:01 |
just2b |
it was kind of a special menu on a page to toggle content elements |
| 21:02 |
ddoesburg |
OK I trust you |
| 21:02 |
just2b |
want the whole thing? |
| 21:03 |
ddoesburg |
All thing from what I can learn something is very welcome |
| 21:03 |
just2b |
http://pastebin.com/d325bfb98 |
| 21:05 |
ddoesburg |
Thanks a lot |
| 21:11 |
ddoesburg |
At least two more or less new things. The value = prev (I think I've seen it, but never used) and GPvar:browse is totaly new |
| 21:13 |
just2b |
yes it isnt perfect and GpVar:browse is my own variable ;) |
| 21:13 |
ddoesburg |
LOL |
| 21:14 |
ddoesburg |
But I've archived it in my evernote |
| 21:56 |
Phlogi_ |
just2b: you should post that on a snipped site :p |
| 21:58 |
just2b |
Phlogi_ no |
| 21:59 |
Phlogi_ |
just2b: why not? |
| 22:00 |
just2b |
not really perfect solution and nobody will ever use that |
| 22:03 |
Phlogi_ |
gg ok |
| 22:04 |
just2b |
or did you understand the code? |
| 22:07 |
Phlogi_ |
kind of, but it looks hacky |
| 22:08 |
just2b |
^^ |
| 22:08 |
just2b |
gg |
| 22:10 |
Phlogi_ |
just2b: your favorite lib is mootools btw? |
| 22:10 |
just2b |
yes |
| 22:14 |
Phlogi_ |
that one is integrated well in typo3 imho just2b |
| 22:16 |
just2b |
yes peter did a nice job with t3mootools |
| 22:20 |
Phlogi_ |
an extension to update the typo3 core would be nice, what do you think? just2b |