| 00:05 |
ndee |
is it possible to change attributes/elements in templavoila from typoscript if the field is not a typoscript object path? |
| 08:15 |
foool |
anyone around |
| 08:22 |
ManDay |
example. I had to leave that very moment so I could reply. Although almost every page comprises that wront formatting here you have one obvious example: 8:25 ManDay http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/1/5/ 8:25 ManDay Does the code look well-formatted to you? 8:30 ManDay Another question: Someone told me that he uses the typo3_DB global object in order to INSERT and retrieve v |
| 08:22 |
ManDay |
errrm |
| 08:22 |
ManDay |
okay let me give it another try: |
| 08:22 |
ManDay |
When I complained about the totally messed up documentation yesterday (absolutly unreadable code in the examples, etc.) someone asked me for an example. I had to leave that very moment so I could reply. Although almost every page comprises that wront formatting here you have one obvious example: |
| 08:22 |
ManDay |
http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/1/5/ |
| 08:22 |
ManDay |
Does the code look well-formatted to you? |
| 08:22 |
ManDay |
Another question: Someone told me that he uses the typo3_DB global object in order to INSERT and retrieve values from the targetet tables. |
| 08:22 |
ManDay |
y I wonder, whether pursuing this practice actualy makes sure to have the right cruser value set, etc. |
| 08:27 |
mikhas |
morning boys n girls. :) |
| 08:27 |
ManDay |
minoryties first, please |
| 08:27 |
ManDay |
*minorities |
| 08:30 |
mikhas |
;) |
| 08:31 |
ManDay |
mikhas: i have to bother you since you are the only person arround so far |
| 08:32 |
ManDay |
look at http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/1/5/ f.f. please and tell me whether the code-snippets look well-formatted to you |
| 08:33 |
mikhas |
ManDay: no they don't (one long line) |
| 08:33 |
ManDay |
indeed |
| 08:33 |
ManDay |
do you have any idea what that crap is meant to be? |
| 08:34 |
ManDay |
its like that all over the typo3 documentation |
| 08:34 |
ManDay |
mal-formatted code snippets (there are sometimes red and blue lines said to be in the code, but there are none), URLs which do not work, etc, etc |
| 08:35 |
ManDay |
how the f- is one supposed to use this? |
| 08:38 |
foool |
anyone here can help with directmail problem? |
| 08:52 |
mikhas |
ManDay: I'd download openoffice instead and read the documenation in that format instead. It's probably the formatting to html that's been strange. |
| 09:07 |
pmk65 |
Does anyone know if there exists a way to export the output of the Typoscript Object Browser to a textfile? Doesn't matter if it requires an extension. (I need to debug the setup of one tt_news ext compared with one on another site, and using the TSOB for that is a pain..) |
| 09:17 |
davidbrunnthaler |
i got a strange problem with writing an extension. if i make a link to the same page where the extension is and i want to add a variable like &step=2 it just won't work |
| 09:17 |
davidbrunnthaler |
help anyone? |
| 09:20 |
ndee |
how can I access the TCA from my extension? |
| 09:34 |
lolea |
hi, I want to make a section, where an editor can introduce a kind of news and registered users can comment on that news, but can insert photos in the comment either |
| 09:35 |
lolea |
it's easy to do it without photos, but with photo... I don't know what to use |
| 09:40 |
lolea |
anyone there? :P |
| 09:41 |
lolea |
i've tried to use the image plugin from htmlarea, but I can't get it to work very well |
| 09:46 |
davidbrunnthaler |
just an idea. have you tried the tt_news extension |
| 09:46 |
davidbrunnthaler |
i never tried it on my own, but it sounds like what you want.. |
| 09:56 |
Jigal |
hi all! I need to make a few items in a menu (of pages) non-clickable. Any idea? |
| 09:57 |
maholtz|WORK |
doNotLinkIt=1 |
| 09:59 |
pmk65 |
ndee: What TCA info do you need to access? |
| 09:59 |
ndee |
pmk65 found it :) |
| 10:02 |
pmk65 |
ndee: ok. BTW: beware if you are using the TCAlookup() function, as it fucks up after clearing cache, if you define your table setups using "dynamicConfigFile" |
| 10:02 |
ndee |
pmk65: t3lib_div::loadTCA("tx_anpatraining_session"); and then $GLOBALS['TCA']["tx_anpatraining_session"]['columns']['type']['config']['items'] for example. |
| 10:02 |
Jigal |
maholtz|WORK: how do you set this for specific pages in that menu? |
| 10:03 |
pmk65 |
ndee: I have posted a bugreport about the problem.. http://bugs.typo3.org/view.php?id=9131 |
| 10:03 |
ndee |
I guess I'm not using the way I should but yeah, it works :) |
| 10:03 |
pmk65 |
ndee: for accessing the "items" part, you use the TCAlookup() function. |
| 10:04 |
ndee |
ok, I will write that down |
| 10:04 |
pmk65 |
It uses same parameters for both TS and PHP. |
| 10:04 |
ndee |
ok, good to know |
| 10:05 |
pmk65 |
Here's an example on how I use it in a PHP script.. -> $title = $this->cObj->TCAlookup($value, array( 'table' => $table, 'field' => $field) ); |
| 10:05 |
pmk65 |
you then have to set $table,$field & $value. |
| 10:08 |
ndee |
thanks for the example! |
| 10:10 |
ndee |
another question I have: is it possible to change a mapped templavoila field (e.g. link field) with typoscript in the setup? Or can I only change it with typoscript when it's a typoscript object path? |
| 10:11 |
pmk65 |
ndee: here's a couple other TCA functions I use in my script.. -> http://phpfi.com/340917 |
| 10:12 |
pmk65 |
ndee: yes, you just have to add a <TypoScript></TypoScript> part to your DS setup for that field. |
| 10:12 |
ndee |
pmk65: it does have a standard typoscript. |
| 10:12 |
ndee |
ah |
| 10:14 |
ndee |
but how can I change something in there for example? |
| 10:15 |
ndee |
pmk65: http://pastebin.com/m2ae6b848 <-- that's the DS. Now I want to change the value of that headerimg from my template setup, is that possible? how would I access the typoscript from that field? |
| 10:17 |
pmk65 |
You can't access it from the typoscript SETUp field, unless you transfer the field value to a register value, and back again. |
| 10:20 |
adamspi |
how do I get typoscript menu for pages inside an access-protected page? |
| 10:23 |
adamspi |
lol |
| 10:24 |
maholtz|WORK |
Jigal: use stdWrap.if for that |
| 10:25 |
adamspi |
I am quite new. how can I do this? |
| 10:27 |
ndee |
pmk65: ok. That was the info I was looking for :) |
| 10:27 |
adamspi |
my current code is: http://paste.phlogi.net/-ecca0cd86d/ |
| 10:27 |
Jigal |
adamspi: lookup showAccessRestrictedPages property (sorry, I'm in hurry right now) |
| 10:30 |
m4rtijn |
hi all |
| 10:31 |
teppi|working |
hi |
| 10:32 |
ndee |
hi m4rtijn |
| 10:51 |
mikhas |
hi m4rtijn |
| 10:54 |
m4rtijn |
does anyone know some good tool for SQL or HTML > PDF convertion ? |
| 10:55 |
maholtz|WORK |
perhaps apache-fop but it is not a quick solution, you need xslt etc. |
| 11:10 |
adamspi |
m4rtijn: there are pdf conversion extensions for typo3 |
| 11:10 |
m4rtijn |
I know but they suck |
| 11:10 |
m4rtijn |
I want something which works perfectly without glitches |
| 11:11 |
m4rtijn |
doesnt need to be opensource either |
| 11:14 |
teppi|working |
the best way is imho as maholtz|WORK already mentioned with XSLT and FOP .. but needs a lot of time to implement |
| 11:16 |
m4rtijn |
I think so too.. thanks maholtz|WORK & teppi |
| 11:16 |
m4rtijn |
dont mind if it takes long .. customer is paying :) |
| 11:17 |
m4rtijn |
although this RenderX doesnt look bad either |
| 11:17 |
m4rtijn |
http://www.renderx.com/solutions/reports.html?kwd=SQL-to-PDF&camp=Z-GS-WE-E&gclid=CPXN47O0-5QCFQpatAodHHAuXg |
| 11:18 |
m4rtijn |
wrong subsite |
| 11:18 |
m4rtijn |
http://www.renderx.com/demos/index.html |
| 11:20 |
m4rtijn |
wow.. |
| 11:21 |
m4rtijn |
single core license: 4000 $ |
| 11:21 |
m4rtijn |
quad core license 11.000 $ |
| 11:21 |
m4rtijn |
hehe |
| 11:27 |
xN33D |
hi everyone |
| 11:28 |
xN33D |
i've got something that i can't figure it out.. |
| 11:29 |
xN33D |
i've got a marker in my template that is called HEADER |
| 11:29 |
xN33D |
and i made a object like this: |
| 11:29 |
xN33D |
# HEADER |
| 11:29 |
xN33D |
################################################################## |
| 11:29 |
xN33D |
temp.header = RECORDS |
| 11:29 |
xN33D |
temp.header { |
| 11:29 |
xN33D |
tables = tt_content |
| 11:29 |
xN33D |
source = 2 |
| 11:29 |
xN33D |
} |
| 11:29 |
xN33D |
now i did make a image that is ID=2, but no image in the FE! but the marker is gone in the output |
| 11:30 |
maholtz|WORK |
someone has a hint if start/stop fields are working with date AND Time? |
| 11:30 |
maholtz|WORK |
afaik the caching does not react on time? |
| 11:31 |
xN33D |
i clear the cashe all the time.. |
| 11:31 |
xN33D |
cache.. |
| 11:32 |
xN33D |
iam trying it for about an hour now.. i made some objects like this before.. i don't understand why this isn't working now |
| 11:32 |
maholtz|WORK |
afaik the caching does not recognize time |
| 11:33 |
maholtz|WORK |
but i am not sure... |
| 11:36 |
adamspi |
what is the typoscript to get menu for pages inside an access-restricted pages? |
| 11:38 |
m4rtijn |
did u check the TSREF adamspi ? |
| 11:40 |
adamspi |
there is this showAccessRestrictedPages property, but I didn't get how to use this. |
| 11:40 |
adamspi |
I wrote a code 1 sec I will paste it |
| 11:41 |
m4rtijn |
thats it |
| 11:44 |
adamspi |
but I didn't get the menu :( |
| 11:45 |
adamspi |
here is my code: http://paste.phlogi.net/-788e2d8d09/ |
| 11:47 |
m4rtijn |
hmm, does it work without the addparams line? |
| 11:50 |
adamspi |
I infact need to get menu for subpages in about four seperate access restricted pages :'( |
| 11:52 |
m4rtijn |
then u need to add 2.showAccessRestrictedPages = xx as well.... |
| 11:52 |
m4rtijn |
i guess |
| 11:53 |
adamspi |
I wish I had known how to get this to work at least |
| 11:54 |
m4rtijn |
... did u try without the addparams.. |
| 11:54 |
m4rtijn |
cause the syntax is correct.. it has to work |
| 11:58 |
teppi|working |
adamspi, btw .. why dont you set the access right on the level of the content-elements |
| 11:58 |
teppi|working |
? |
| 11:58 |
teppi|working |
then you could make the page accesible for everyone .. |
| 11:58 |
teppi|working |
not logged in user would get antoher content |
| 11:59 |
adamspi |
That seems to work as well... |
| 11:59 |
m4rtijn |
nah, it doesnt |
| 12:00 |
teppi|working |
why? :-) |
| 12:00 |
m4rtijn |
cause I didnt think of it |
| 12:00 |
adamspi |
if I specify access right for content element, it is quite time consuming :'( |
| 12:00 |
m4rtijn |
so.. it must be wrong |
| 12:00 |
m4rtijn |
;) |
| 12:01 |
adamspi |
and in this way, I will have to keep giving access rights forcontennts on all sub pages as well |
| 12:01 |
m4rtijn |
u see.. wrong |
| 12:01 |
m4rtijn |
hehe |
| 12:01 |
teppi|working |
hm ok .. i thought its just one page |
| 12:01 |
teppi|working |
:p |
| 12:01 |
adamspi |
content level access does not seem to be a good idea |
| 12:02 |
adamspi |
so any idea how to fix this now? |
| 12:02 |
m4rtijn |
still I've used showaccessrestricbla.. and it worked just fine.. |
| 12:02 |
m4rtijn |
like I already asked before., did u try without the addparams |
| 12:02 |
adamspi |
yes I tried. I will try again now. |
| 12:03 |
m4rtijn |
and maybe a screenie from your pagetree would help |
| 12:03 |
m4rtijn |
so I know what you're talking about |
| 12:05 |
adamspi |
how to send screenshot here? |
| 12:06 |
teppi|working |
is the page appearing in the menu if you make it accessible for everyone |
| 12:07 |
m4rtijn |
adam.. I guess u have some website on which u could upload a screenie |
| 12:08 |
adamspi |
yes it does appear if access rights are removed |
| 12:08 |
m4rtijn |
teppi, maholtz|WORK : I understand now what u mean with XSL - FOP takes time to setup.. |
| 12:08 |
teppi|working |
:p |
| 12:08 |
m4rtijn |
just reading through the knowledge I need.. |
| 12:08 |
m4rtijn |
thats like.. hmm 200 pages at least |
| 12:08 |
m4rtijn |
xpath, xsl then fop |
| 12:09 |
m4rtijn |
thats a lot more then 200 I guess |
| 12:09 |
m4rtijn |
but it seems very usefull knowledge |
| 12:11 |
adamspi |
here is a screenshot of the page tree: http://tinypic.com/view.php?pic=2w3t8vb&s=4 |
| 12:13 |
m4rtijn |
.. doesnt look like a complete tree to me |
| 12:13 |
m4rtijn |
which level is that? |
| 12:15 |
adamspi |
here is complete page tree: http://tinypic.com/view.php?pic=28t7tz4&s=4 |
| 12:18 |
adamspi |
any idea> |
| 12:18 |
m4rtijn |
why are the protected pages teacher & student with a dashed outline/ |
| 12:18 |
m4rtijn |
? |
| 12:18 |
m4rtijn |
on the page where I use this, I only have a user icon on my page.. the outline s not dashed |
| 12:20 |
m4rtijn |
adamspi - did you hide the page as well? |
| 12:21 |
m4rtijn |
or something |
| 12:22 |
adamspi |
yes |
| 12:23 |
adamspi |
I got the mistake m4rtijn: |
| 12:23 |
m4rtijn |
explain |
| 12:23 |
adamspi |
It was stupid |
| 12:23 |
m4rtijn |
hehe |
| 12:23 |
adamspi |
I used a template which had no menu object :) |
| 12:24 |
m4rtijn |
hm? |
| 12:24 |
adamspi |
Thanks m4rtijn: and teppi|working: :) it is working now |
| 12:25 |
m4rtijn |
np |
| 12:47 |
nutcase |
hello@all |
| 12:48 |
nutcase |
has anyone a hint where i can find an example of how to run a lib/div controller as backend module? |
| 12:48 |
randomresult |
hello all |
| 12:49 |
martijn |
hi |
| 12:49 |
randomresult |
i want to add something to my default h1 ... i tried this ts but it does not work... http://paste.phlogi.net/-b7bd627d8a/ any hints? |
| 12:54 |
daKmoR |
randomresult lib.stdheader.10.1.fontTag = <h2>|</h2> |
| 12:57 |
randomresult |
ok i try |
| 13:08 |
Phlogi |
when mysql tells me #1016 - Can't open file: 'sys_stat.MYI' (errno: 145) , thats definately a hoster issue isn't it? |
| 13:11 |
suicider |
hiho |
| 13:11 |
suicider |
i just updated my typo and now the pagetree is empty |
| 13:11 |
suicider |
frontend works just normal but i just see the globe in the backend |
| 13:13 |
unbob |
Hey, I'm a bit of a newbie. I'm gonna make a system for real-estate projects, where the client can add/edit and delete projects in the backend - with text, images, map and maybe video. In the frontend the projects must be listed, with possibility for search and sorting by different parameters. I'm just wondering, what is the best way to do this in typo3? :) |
| 13:14 |
Phlogi |
suicider: did you compare the db in install tool? |
| 13:14 |
suicider |
o.O |
| 13:14 |
suicider |
let me check : D |
| 13:14 |
Phlogi |
i bet you didn't |
| 13:16 |
suicider |
yea thx man |
| 13:16 |
suicider |
worked : ) |
| 13:20 |
ManDay |
Regarding the "Web > Page > .... >Pagecontent" : |
| 13:21 |
ManDay |
How can I utilize this convenient way of adding content to pages corretly? |
| 13:21 |
ManDay |
Does it require a specific template - and if: what does this template have to feature? |
| 13:25 |
Guest8746 |
hi there, i´m having problems with gifbuilder, it doesn´t seem to work. i can render gif images (from file) |
| 13:25 |
Guest8746 |
but i can not manipulate them (scale) |
| 13:33 |
adamsp1 |
lol |
| 13:36 |
pmk65 |
Guest8746: Does all the GFX tests in the BE render successfully? |
| 13:37 |
Guest8746 |
how can i find out ? i guess i have to install image magick on my os x |
| 13:39 |
pmk65 |
Guest8746: Use the Install Tool, and go through all the GFX tests, if one or more fails, then you have a GD/IM problem. |
| 13:39 |
Guest8746 |
ok thanks |
| 13:39 |
pmk65 |
ImageMagick sucks, if GraphicMagick is available for OSX, then use that one instead.. |
| 13:40 |
pmk65 |
http://www.graphicsmagick.org/ |
| 13:41 |
pmk65 |
http://graphicsmagick.darwinports.com/ |
| 13:41 |
pmk65 |
http://mac.softpedia.com/get/Graphics/GraphicsMagick.shtml |
| 13:41 |
pmk65 |
The last 2 URL's contains OSX versions. |
| 13:41 |
ManDay |
can SOMEONE for FUCKS SAKE tell what the heck is wrong with the guy who formatted the documentations of typo3????? |
| 13:42 |
ManDay |
every single codesnippet is UNREADABLE |
| 13:42 |
pmk65 |
ManDay: Are you reading the docs online or using OpenOffice? |
| 13:42 |
ManDay |
no, im reading the docs using Firefox |
| 13:43 |
pmk65 |
There's a lot of problems when viewing them online, but in OpenOffice, you can cut/paste the examples without problems. |
| 13:43 |
ManDay |
or rather iceweasel |
| 13:43 |
randomresult |
ManDay: go and wash ur mouth :) |
| 13:43 |
m4rtijn |
with acid |
| 13:43 |
m4rtijn |
hehe |
| 13:43 |
ManDay |
cut & paste? did you ever realize that all code in a SINGLE line without any linebreaks or anything and single-line commands embedded has a totally other meaning? |
| 13:43 |
ManDay |
thats straight bs |
| 13:44 |
ManDay |
someone really must have turned his brain off |
| 13:44 |
ManDay |
that way the docu is USELESS |
| 13:45 |
ManDay |
which is really annoying since i have to get into it quickly! |
| 13:45 |
randomresult |
ManDay: use another cms then |
| 13:46 |
pmk65 |
thats because the module for rendering the manuals online, has problems with linebreaks (Shift-Return). Solution is to view the manual in OpenOffice, which doesn't have these problems. Or you could try and see if you can convert the OpenOffice file to some other format. Check http://zamzar.com/ and see if it supports OO docs. |
| 13:47 |
mikhas |
ManDay: these examples look fine though: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3912069 it's probably something that has changed in the oo-format or similar. |
| 13:47 |
ManDay |
randomresult: i dnt use a cms at all but the lead has made a decision |
| 13:47 |
randomresult |
so tell them to find someone who is into typo3. |
| 13:47 |
randomresult |
i think it is very difficult to get into typo3 fast |
| 13:48 |
randomresult |
or maybe u should order a book for typo3 |
| 13:48 |
randomresult |
there are tonns of good books and tutorial |
| 13:48 |
ManDay |
mikhas: yes, about 0.2% of the examples are "well" formatted |
| 13:48 |
randomresult |
or simply get openoffice or neooffice (mac) |
| 13:48 |
ManDay |
the rest is... http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/2/3/ |
| 13:48 |
ManDay |
randomresult: you suggest that openoffice displays it properly? |
| 13:48 |
foool |
Can anyone tell me how to change just the dirs to 755 permissions in ssh, and the files to 644 |
| 13:49 |
randomresult |
chmod 775 filename.php |
| 13:49 |
randomresult |
for example |
| 13:49 |
randomresult |
or for a whole dir : chmod -R dirname/ |
| 13:49 |
randomresult |
upp...s |
| 13:49 |
randomresult |
chmod -R 775 dirname/ |
| 13:49 |
m4rtijn |
he means all dirs at once I guess |
| 13:50 |
randomresult |
chmod 775 dir1/ dir2/ dir3/ ... |
| 13:50 |
randomresult |
only dirs.. |
| 13:50 |
foool |
I want all the dirs to be 755 and all the files 644 if I do -R doesn't that change the dirs and files together |
| 13:50 |
m4rtijn |
man chmod ? |
| 13:50 |
randomresult |
hmmm... |
| 13:50 |
randomresult |
i dunno... |
| 13:51 |
randomresult |
sorry foool |
| 13:51 |
foool |
np |
| 13:51 |
m4rtijn |
i could tell you how to do it in msdos :p |
| 13:51 |
mikhas |
randomresult: ...or another variant of openoffice/neo is http://go-oo.org/ |
| 13:52 |
foool |
the man just says chmod option option etc |
| 13:52 |
m4rtijn |
ah foool |
| 13:52 |
m4rtijn |
i know it I think |
| 13:53 |
m4rtijn |
just chmod all 644 - then chmod .* -R 755 |
| 13:53 |
m4rtijn |
.* = all dirs |
| 13:53 |
foool |
it is smething like -type d -exec chmod 0755 {} \; but I can't geti it righ grrr!!! |
| 13:53 |
m4rtijn |
try - ls .* |
| 13:53 |
m4rtijn |
it only shows dirs |
| 13:54 |
m4rtijn |
hmm.. se.. it doesn |
| 13:54 |
m4rtijn |
t |
| 13:59 |
m4rtijn |
http://en.wikipedia.org/wiki/Chmod |
| 13:59 |
m4rtijn |
find path/ -type d -exec chmod a-x {} \; – sets a-x for all directories in tree starting from path/ (use '-type f' to match files only). |
| 14:05 |
bworx |
hi i'm trying to get tc_directmail running, but i have no content, i looked in the manual but... no result. Any ideas? |
| 14:05 |
HardPhuck |
guys, how can i add a custom class to tt_news more link? |
| 14:07 |
m4rtijn |
hmm.. check the manual? |
| 14:07 |
HardPhuck |
i am, but it doesnt work :) |
| 14:10 |
m4rtijn |
you could just edit the template |
| 14:14 |
HardPhuck |
tried that also, the template has only markers for links |
| 14:14 |
HardPhuck |
but not for link attributes |
| 14:14 |
m4rtijn |
did u try this: alternative more link thing: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/? |
| 14:15 |
m4rtijn |
http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/ |
| 14:15 |
m4rtijn |
without ? |
| 14:15 |
m4rtijn |
:p |
| 14:22 |
Phlogi |
rg_smoothgallery does not work with IE, anyone knows a fix? |
| 14:24 |
mikhas |
Phlogi: maybe just2b does. :) |
| 14:24 |
Phlogi |
I'll do the update first... and then recheck |
| 14:24 |
HardPhuck |
martjin i have tried the option, i only end up with two more links |
| 14:30 |
pmk65 |
HardPhuck: the morelink is hardcoded. The easies solution would be to wrap the morelink with a span tag, and then use that as base for styling the A tag. |
| 14:32 |
pmk65 |
Here's the TS I use for my morelinks. -> http://www.phlogi.net/t3/tspastebin/ |
| 14:32 |
HardPhuck |
hm i don't think that is true. i have previously added classes to more links before i just don't remember where :) |
| 14:33 |
Phlogi |
hmm found out htat perfectlightbox is causing the problem... |
| 14:33 |
Phlogi |
anyone knows how I could disable that for one single page? |
| 14:34 |
HardPhuck |
sure write a conditional statement |
| 14:35 |
pmk65 |
look in the tt_news source, and search for "newsMoreLink", thers 4 occurences of it, all with different parameters, and no way to set your own. |
| 14:36 |
m4rtijn |
HardPhuck .. you could just delete the default more link from the template then create youre own with TS |
| 14:36 |
m4rtijn |
data = register:newsMoreLink |
| 14:36 |
HardPhuck |
yeah i have tried that, but still cant add a class into the anchor tag |
| 14:37 |
m4rtijn |
u dont have to .. css allows stuff like - > .my-id a |
| 14:38 |
m4rtijn |
just wrap the a with a <span class = mi-id><a bla></span> |
| 14:38 |
HardPhuck |
yeah, i know that, but in this project, someone else is making the css |
| 14:38 |
m4rtijn |
so.. ? |
| 14:38 |
m4rtijn |
:p |
| 14:38 |
HardPhuck |
so no touching it from my side |
| 14:38 |
HardPhuck |
it's rather a political issue here :) |
| 14:38 |
m4rtijn |
well. I guess that person is smart enough to know how css works |
| 14:39 |
HardPhuck |
he does, but takes time before anything is done |
| 14:39 |
HardPhuck |
so i'll do it faster if figure the class thing out |
| 14:39 |
m4rtijn |
.. i dont thhink so |
| 14:39 |
m4rtijn |
:p |
| 14:40 |
HardPhuck |
watch me :D |
| 14:42 |
danaBanana |
hello there |
| 14:42 |
danaBanana |
:) |
| 14:43 |
Phlogi |
fount it out btw |
| 14:43 |
Phlogi |
HardPhuck: hehe yes put what putting in it? I found out that it uses page.1337 for ti |
| 14:44 |
Phlogi |
which is btw kind of bad, but yes |
| 14:44 |
pmk65 |
HardPhuck: Maybe you can use the "linkTitleField" property of tt_news ? Something like this (Pay attention to the weird wrapping, which HAS to be like this) -> plugin.tt_news.displayList.linkTitleField.wrap = |" class="myclass |
| 14:46 |
typorox |
hi guys |
| 14:46 |
pmk65 |
Phlogi: Perfectlightbox is more or less a clone of my PMK Slimbox extension, so I guess you can use the same method to disable it on a page.. |
| 14:46 |
Phlogi |
pmk65: do you use the page object as well to add stuff? |
| 14:47 |
pmk65 |
Just create a EXT: template on the page you don't want the perfectlightbox on, and insert some TS like this: page.headerData.1337 > |
| 14:47 |
Phlogi |
pmk65: yes exactly what I did of course |
| 14:47 |
Phlogi |
but hey its a bad idea to statically add TS to the page object! |
| 14:47 |
Phlogi |
page = PAGE has NOT to be default |
| 14:48 |
davidbrunnthaler |
how do i use the exec_DELETEquery correctly? i have the following code: http://paste.phlogi.net/-8fe7085ffa/ |
| 14:48 |
pmk65 |
Yes, his setup is a direct rip of my ext setup.. (except that in the latest version of my ext, it now uses some PHP functions to add the header stuff. Mostly because TYPO3 order of adding hederdata sucks big time) |
| 14:49 |
danaBanana |
Is there a forum for asking questions, instead of mailing lists or IRC? |
| 14:49 |
HardPhuck |
pmk, i dont know how or why, but your solution works, thank you |
| 14:49 |
pmk65 |
Phlogi: You could also make a condition and place it in your main template instead if you prefer that method. |
| 14:49 |
davidbrunnthaler |
and want to ask to things: 1. hotelid = 11 and 2. startdate >= 1199142000 |
| 14:49 |
Phlogi |
pmk65: of course I know of that, I'm a typo3 dev myself btw :) |
| 14:49 |
Phlogi |
pmk65: yes that issue with adding headerdata gave me headaches as well |
| 14:50 |
Phlogi |
especially if you cache your plugin... then I could not get the order I wanted at all |
| 14:50 |
pmk65 |
The problem with headerData, is that you can't control the order which the lines appear. It gets even worse if some headerdata is added with PHP and some with TS. |
| 14:51 |
davidbrunnthaler |
i took an exec_INSERTquery and rewrote it, but it's not at easy as i thought.. |
| 14:51 |
HardPhuck |
m4rtjin see? i fixed it :) |
| 14:51 |
HardPhuck |
with the help of pmk65 :) |
| 14:51 |
typorox |
does anyone know how to remove default extension wrapper... <div class="tx-srextensionname-pi1"></div> |
| 14:53 |
pmk65 |
Phlogi: In my latest SlimBox ext, I use a function identical to the one I wrote for my t3mootools ext. It allows you to add both external and inline JS, which appears in the order it has been added. You can see it here: -> http://typo3.org/extensions/repository/view/t3mootools/1.2.1/info/class.tx_t3mootools.php/ (function name= addJS ) |
| 14:54 |
pmk65 |
typorox: Those are usually hardcoded in the extensions. |
| 14:54 |
Phlogi |
pmk65: oh interesting... ah you are that guy? |
| 14:54 |
typorox |
that way i already know yes :) i thought there is a way whithout changing source code :/ |
| 14:55 |
Phlogi |
pmk65: great job with t3mootools |
| 14:56 |
m4rtijn |
HardPhuck - u cheated |
| 14:56 |
pmk65 |
Phlogi: I just finished updating it to use mootools v1.2, but Im not sure if I should release it as an update or create a new (t3mootools2) extension, as Mootools 1.11 and 1.2c is not compatible (unless you use some extra scripts) |
| 14:57 |
adamsp1 |
is it possible to hide some field for fe_user? |
| 14:57 |
pmk65 |
HardPhuck: Did the "linkTitleField" method work? |
| 14:57 |
Phlogi |
pmk65: hmm can't help you with that... furthermore I go for jquery :) |
| 14:58 |
HardPhuck |
pmk 65 yes it did |
| 14:58 |
adamsp1 |
I have two user groups, they should have different fields while registering. |
| 14:58 |
HardPhuck |
strangely enough :) |
| 14:58 |
pmk65 |
JQuery is ok too, but I really dislike prototype.js |
| 14:59 |
adamsp1 |
I thought I am in Typo3 chat :) |
| 14:59 |
typorox |
what's the point in wrapping extensions anyway? i could do it myself if i needed it :( |
| 15:00 |
pmk65 |
HardPhuck: That's the same method I use to add lightbox links in my slimbox ext. What is does is setting the TITLE attribute, but by setting the quotes like in the example, you can trick it into adding extra attributes. |
| 15:00 |
adamsp1 |
can anyone help me how to have seperate user fields while registering/editing? |
| 15:00 |
typorox |
i prefer jquery too |
| 15:01 |
Phlogi |
pmk65: yes me too :) |
| 15:01 |
HardPhuck |
pmk i understand, thanx |
| 15:02 |
pmk65 |
typorox: It's used to distinguish between different extensions and views. If you really want to get rid of them, you'll have to modify the various xtensions you use, and remove all calls to the pi_wrapInBaseClass function. |
| 15:03 |
pmk65 |
adamsp1: what ext are you using? sr_feuserregister ? |
| 15:06 |
adamsp1 |
yes |
| 15:06 |
adamsp1 |
I am using the same |
| 15:07 |
adamsp1 |
pmk65: are there any options? |
| 15:07 |
adnc |
hello, how can i delete the backend cache? |
| 15:07 |
adamsp1 |
you may have to press CTRL + F5 on the browser. |
| 15:10 |
pmk65 |
adamsp1: it's been a while since I used it, but isn't there HTML templates for both registering and editing? If so you should be able to remove some of markers from the edit template, in order to get less fields available to the user. |
| 15:36 |
adnc |
i installed the yaml typo3 package, but i only see the content, no design formating, the css are missing. has someone got an idea why this could be? |
| 15:37 |
ManDay |
How do I create a RTE Editor in the backend? |
| 16:01 |
m4rtijn |
hm |
| 16:08 |
randomresult |
i want to add an indexsearch configuration element... |
| 16:09 |
randomresult |
but i can not find it |
| 16:09 |
randomresult |
... someone has a hint |
| 16:18 |
dokma |
hi guys |
| 16:18 |
dokma |
anyone knows ho to turn of <h2 class="csc-firstHeader">Title</h2> for latest in tt_news ? |
| 16:19 |
dokma |
I just want to remove the wrap and be left with Title alone... |
| 16:21 |
unbob |
use custom template, and remove the header there? |
| 16:21 |
dokma |
it's not wrap in the template |
| 16:21 |
dokma |
it's wrap while being generated |
| 16:21 |
dokma |
due to some TS setting |
| 16:22 |
unbob |
oh, I see |
| 16:22 |
dokma |
template has this: <div class="vijest_naslov">###LATEST_HEADER###</div> |
| 16:22 |
dokma |
and ###LATEST_HEADER### becomes <h2 class="csc-firstHeader">Title</h2> |
| 16:22 |
dokma |
so I need to tell tt_news not to put the h2 wrap around it |
| 16:22 |
dokma |
but can find it in plugin.tt_news |
| 16:26 |
dokma |
ries you here? |
| 16:26 |
dokma |
void? |
| 16:26 |
dokma |
Phlogi: you around? |
| 16:26 |
Phlogi |
dokma: yes hello |
| 16:27 |
dokma |
hi man |
| 16:27 |
Phlogi |
dokma: how do you do? |
| 16:27 |
dokma |
got a quickie for you |
| 16:27 |
Phlogi |
hihi |
| 16:27 |
dokma |
tt_news latest header wrap |
| 16:27 |
dokma |
where is it? |
| 16:27 |
Phlogi |
dokma: in template? |
| 16:27 |
dokma |
nope |
| 16:27 |
Phlogi |
dokma: normal wrap? |
| 16:27 |
dokma |
It applies lib.stdheader to it |
| 16:28 |
dokma |
but I can't see where it pulls it in |
| 16:28 |
Phlogi |
dokma: yes, and that wraps it |
| 16:28 |
dokma |
I can't change all headers |
| 16:28 |
dokma |
I wan't to modify it only for tt_news |
| 16:28 |
dokma |
so I supposed there should be something like |
| 16:28 |
dokma |
plugin.tt_news.displayLatest.header |
| 16:28 |
dokma |
but nothing of a kind |
| 16:29 |
Phlogi |
hmm in my news-latest-container i have only <h1> |
| 16:30 |
dokma |
this is how it looks in my template |
| 16:31 |
dokma |
<div class="vijest_naslov">###LATEST_HEADER###</div> |
| 16:31 |
dokma |
and after parsing it spits this out |
| 16:31 |
dokma |
woow |
| 16:32 |
dokma |
I just realized now |
| 16:32 |
Phlogi |
? |
| 16:32 |
dokma |
I was looking at the wrong thing |
| 16:32 |
dokma |
<div class="vijest_naslov">Zadnje novosti</div> |
| 16:32 |
Phlogi |
hehe |
| 16:32 |
dokma |
That's what comes out of the template |
| 16:32 |
dokma |
and that's fine |
| 16:32 |
Phlogi |
:) |
| 16:32 |
dokma |
but it generates this infront of it <div class="csc-header csc-header-n1"><h2 class="csc-firstHeader">Vijesti</h2></div> |
| 16:32 |
dokma |
that's probably just the header of the element |
| 16:32 |
dokma |
that I can hide in the be |
| 16:34 |
dokma |
yup |
| 16:34 |
Phlogi |
hehe |
| 16:34 |
dokma |
works now |
| 16:34 |
Phlogi |
did you do your video tut? |
| 16:34 |
dokma |
didn't finish it |
| 16:34 |
Phlogi |
ok |
| 16:34 |
dokma |
I'll keep on working on it today |
| 16:35 |
dokma |
got another q though |
| 16:36 |
dokma |
I'd like to turn off the <p class="bodytext"> wrap for tt_news body paragraphs |
| 16:36 |
dokma |
do you have it in your short term memory? |
| 16:37 |
dokma |
seems I found it |
| 16:38 |
m4rtijn |
working sucks |
| 16:38 |
m4rtijn |
hmm, I had my screen scrolled .. |
| 16:50 |
jsfan |
any caching gurus here? |
| 17:00 |
ries |
jsfan: nobody is... it's a mystery :D |
| 17:01 |
jsfan |
ries, that's what i always think :( |
| 17:01 |
ries |
jsfan: : http://typo3.org/development/articles/the-mysteries-of-chash/ |
| 17:01 |
ries |
jsfan: what's the problem? |
| 17:02 |
jsfan |
i use all pi_linkTP_keepPIvars with $cache set to 1. still calling the plugin without options will mess up my cache for good :( |
| 17:02 |
jsfan |
don't see any hashes anyway :( |
| 17:03 |
ries |
what do you mean with mess up the cache? |
| 17:03 |
jsfan |
ries, just rewrote an old extension of mine which just set no_cache=1 ;) |
| 17:03 |
ries |
that's evil... |
| 17:03 |
ries |
Better is to use a user_int |
| 17:03 |
ries |
far easer |
| 17:04 |
jsfan |
the plugin displays the right content for all possible parameters. however, as soon as i have called the page without parameters, the plugin will always display the default content (i.e. the one without parameters), no matter what parameter i pass :( |
| 17:05 |
jsfan |
ries, i know. back then i knew no better ;) |
| 17:05 |
ries |
jsfan: if you don't pass parameters it should show the default, right? |
| 17:05 |
jsfan |
yeah. |
| 17:06 |
jsfan |
but obviously not any more once i do pass parameters... |
| 17:07 |
jsfan |
i have urls like .../test.html?tx_clalphabeticalindex_pi1[aletter]=K |
| 17:07 |
ries |
jsfan: Ass... so when you pass paremetrs it still shows the default? |
| 17:07 |
jsfan |
now, once i have called ../impressum.html, i will always see the same contents, no matter what i pass for aletter... :( |
| 17:08 |
jsfan |
yeah, exactly. but why does it not pass chashes, anyway? shouldn't it do that as soon as $cache=1? |
| 17:08 |
ries |
to be honest..... I always implemented my own cashing within a extension and never trusted the whole typo3 caching much... to strange, to weird.... to unpredicatable.. and consumes WAY to much memory in MySQL cache tables |
| 17:09 |
ries |
jsfan: I think steffan or somebody else wrote an article about caching... forgot teh URL |
| 17:09 |
jsfan |
hmmmm |
| 17:09 |
jsfan |
might have to go with user_int... :( |
| 17:11 |
ries |
user int and some caching... if you can use memcached ;) |
| 17:12 |
jsfan |
hm, i'll have a look around... |
| 17:13 |
HardPhuck |
can i set the HMENU to always look only one pid |
| 17:13 |
HardPhuck |
so the main menu would always have same items no matter where the visitior is on the page |
| 17:15 |
ries |
HardPhuck: yes you can... |
| 17:15 |
HardPhuck |
how |
| 17:15 |
ries |
Hmm I would need to take a look at tsref for that |
| 17:15 |
ries |
But there is some pid you can set |
| 17:16 |
jsfan |
HardPhuck, you want a menu that doesn't change? isn't that the default? |
| 17:16 |
jsfan |
ries, you think of .special? |
| 17:16 |
ries |
I think so yes... one of the special menus can do that |
| 17:16 |
HardPhuck |
no my menu will still be dynamic |
| 17:16 |
ries |
gosh.. I am getting rusty on typo3 :D |
| 17:16 |
ries |
HardPhuck: I though you said : so the main menu would always have same items no matter where the visitior is on the page |
| 17:16 |
HardPhuck |
but only displaying children of the same pid |
| 17:17 |
HardPhuck |
oh sorry |
| 17:17 |
jsfan |
HardPhuck, that's .special |
| 17:18 |
jsfan |
HardPhuck, you do lib.abc = HMENU lib.abc.special = directory lib.special.value = <pid> |
| 17:18 |
HardPhuck |
thanx i'll try |
| 17:21 |
jsfan |
ries, shouldn't a $this->pi_USER_INT_obj = 1 in the extension set the extension to USER_INT? |
| 17:21 |
jsfan |
sorry, if that's a silly question. haven't written any extensions in a while :( |
| 17:21 |
ries |
jsfan: Yeaa.. there are actually two settings.... |
| 17:22 |
jsfan |
you mean $cache? |
| 17:22 |
ries |
jsfan: there is also some TS that shows somethign with USER... and you need to change it to user_int |
| 17:22 |
ries |
OR it's somewhere in some config file in the root of your etxensions directory |
| 17:22 |
jsfan |
ts? |
| 17:22 |
jsfan |
ic |
| 17:22 |
ries |
I ALWAYS use TS nowdays... |
| 17:23 |
ries |
jsfan: check ext_localconf.php |
| 17:23 |
ries |
and look for addPItoST43 |
| 17:24 |
ries |
the tast paremetr of that function is 0 or 1 |
| 17:24 |
jsfan |
oh, ok. |
| 17:24 |
ries |
jsfan: http://typo3.org/fileadmin/typo3api-4.0.0/db/d23/classt3lib__extMgm.html#161d98233f8583d5dd95d1f8548eb2ac |
| 17:24 |
m4rtijn |
ries = stoned? :p |
| 17:25 |
ries |
m4rtijn: why???? |
| 17:25 |
m4rtijn |
hehe.. so rusty i cant imagine |
| 17:25 |
ries |
jsfan: you need to set it to false... properly it's true right now |
| 17:25 |
ries |
m4rtijn: well.. my TS is rusty... |
| 17:25 |
ries |
didn't do that stuff for over a year :s |
| 17:25 |
m4rtijn |
nah, just joking |
| 17:25 |
jsfan |
yeah, that was it. it's a user_int now... |
| 17:25 |
maholtz|WORK |
@jsfan: afaik you have to set something in your main menu too |
| 17:26 |
ries |
m4rtijn: I know... I know.... |
| 17:26 |
jsfan |
maholtz|WORK, at least the caching is now as i wanted it to be. |
| 17:27 |
maholtz|WORK |
afaik not: you have to set $this->pi_USER_INT_obj=1; // USER_INT Objekt |
| 17:27 |
maholtz|WORK |
or 0 if you want an user object |
| 17:31 |
jsfan |
maholtz|WORK, oh, i've done that. |
| 17:36 |
maholtz|WORK |
:) afaik it is important, that both options set correct - both to user or user_int |
| 17:37 |
jsfan |
maholtz|WORK, yeah, probably. i've set them consistently. :) |
| 18:16 |
adnc |
i'm looking for the ypslideoutmenu in the repository the description is shown but i cant get it importet from T3 extensions menu |
| 18:17 |
Phlogi_ |
adnc: why not? whats the problem? |
| 18:18 |
adnc |
Phlogi_: when i search for it, it cant be found |
| 18:18 |
Phlogi_ |
adnc: did you enabled non reviewed extensions? |
| 18:18 |
adnc |
ohh no |
| 18:18 |
adnc |
where about is it? |
| 18:18 |
Phlogi_ |
does it say List or look up all extensions |
| 18:18 |
adnc |
in settings? |
| 18:18 |
Phlogi_ |
in the settings |
| 18:18 |
Phlogi_ |
Enable extensions without review (basic security check): |
| 18:19 |
adnc |
ahh yes |
| 18:19 |
Phlogi_ |
is the option you need enabled to find all extensions |
| 18:19 |
adnc |
thank you very much |
| 18:19 |
Phlogi_ |
np |
| 18:19 |
adnc |
will this be enabled automatically the menu i mean? |
| 18:19 |
adnc |
or do i have to adapt it? |
| 18:19 |
Phlogi_ |
adnc: I think you have to use TS to show it |
| 18:20 |
adnc |
Phlogi_: do you have a link to a documentation |
| 18:20 |
Phlogi_ |
http://typo3.intervation.de/extensionen/intervation/int-ypslideoutmenu.html |
| 18:20 |
Phlogi_ |
there is no docu in the ext itself |
| 18:20 |
Phlogi_ |
afaik |
| 18:20 |
adnc |
Phlogi_: thank you |
| 18:20 |
Phlogi_ |
I just got that from the descr. here::http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=ypslideoutmenu+ |
| 18:20 |
Phlogi_ |
:) |
| 18:21 |
adnc |
Phlogi_: yes, but nothing more than this |
| 18:21 |
Phlogi_ |
nope |
| 18:22 |
Phlogi_ |
thats enough to set it up :) |
| 18:22 |
adnc |
is this enough? |
| 18:22 |
adnc |
Phlogi_: did you make use of it? |
| 18:26 |
adnc |
if i want to make changes or add typoscript do i do this in web->page rootpage options? |
| 18:27 |
Phlogi_ |
adnc: nope |
| 18:27 |
adnc |
Phlogi_: can you please tell me where? |
| 18:27 |
Phlogi_ |
adnc: no in your template setup |
| 18:28 |
adnc |
Phlogi_: i did include yaml templavoila package, |
| 18:28 |
Phlogi_ |
adnc: hmm |
| 18:28 |
Phlogi_ |
then you need a marker or object for it |
| 18:28 |
Phlogi_ |
I dunno yaml |
| 18:28 |
adnc |
Phlogi_: i would be thankfull if you could give me some ideas, with which i can work further myself |
| 18:29 |
Phlogi_ |
basically you map an area in your template to a menu object... on that menu object you generate the menu, in your case this slideout menu |
| 18:29 |
Phlogi_ |
so first find out what object it is that is responsible for the menu |
| 18:29 |
adnc |
that sounds easy |
| 18:30 |
adnc |
but... |
| 18:40 |
adnc |
Phlogi_: where would i have to look? |
| 18:44 |
adnc |
Phlogi_: i found out that it is include in the rootpage in options via <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/styles/01_layouts_basics/TemplateRessources/pageTSconfig.txt"> |
| 18:44 |
adnc |
does it make sence to edit this file and add the TS-code from typo3.intervention? |
| 18:47 |
adnc |
noone here who could give me some ideas? |
| 20:05 |
adnc |
i can not find out how the menu is implemented in yaml with templavoila. isn't someone here who could help me to change this for learning purposes |
| 20:26 |
adnc |
Phlogi_: i found the object where the navigation is sitting, please can you give me information how i can change this now |
| 21:25 |
Phlogi_ |
adnc: yes just replace the TS |
| 21:26 |
adnc |
Phlogi_: |
| 21:26 |
adnc |
i did |
| 21:26 |
Phlogi_ |
you might read more about ts on typo3.org |
| 21:26 |
Phlogi_ |
read everything you can find |
| 21:26 |
adnc |
but it doesnt work |
| 21:26 |
adnc |
i did |
| 21:26 |
Phlogi_ |
to get a basic understanding |
| 21:26 |
adnc |
still it doesnt work |
| 21:26 |
Phlogi_ |
ok then |
| 21:26 |
Phlogi_ |
paste your TS then |
| 21:26 |
adnc |
it doesnt wrap it |
| 21:26 |
adnc |
ok |
| 21:26 |
adnc |
http://pastebin.com/d33fd359c |
| 21:27 |
adnc |
this is all |
| 21:27 |
adnc |
i used the example and changed only to lib.nav where nav |
| 21:27 |
SmaxTheFrog |
hi , how do i find out on a page which template is actually used ? |
| 21:28 |
SmaxTheFrog |
using tv |
| 21:31 |
adnc |
Phlogi_: is it to complicated? |
| 21:32 |
Phlogi_ |
adnc: don't thikn so |
| 21:33 |
Phlogi_ |
use paste.phlogi.net next time for ts |
| 21:33 |
Phlogi_ |
adnc: looks fine, whats the problem again? |
| 21:34 |
adnc |
Phlogi_: when you look at http://dinc.org/t |
| 21:34 |
adnc |
then you see that the menu doesnt appear |
| 21:34 |
Phlogi_ |
adnc: so nothing from that obejct show up? |
| 21:34 |
adnc |
exact only |
| 21:34 |
adnc |
wrapped with the div nav and empty |
| 21:34 |
adnc |
no menu at all |
| 21:35 |
Phlogi_ |
try something simple to see if the lib.nav is really working |
| 21:35 |
Phlogi_ |
lib.nav = TEXT |
| 21:35 |
Phlogi_ |
lib.nav.value = foobar |
| 21:35 |
Phlogi_ |
and of course temporarily remove the rest |
| 21:35 |
adnc |
mhh |
| 21:35 |
adnc |
Phlogi_: please a bit more details |
| 21:35 |
Phlogi_ |
if that does not even work.. then the problem is in lib.nav |
| 21:35 |
SmaxTheFrog |
any idea how to check active template onb a site at a special page ? |
| 21:35 |
Phlogi_ |
now you have the menu on lib.nav right? |
| 21:35 |
adnc |
shall i replace anything |
| 21:35 |
adnc |
yes |
| 21:36 |
Phlogi_ |
so now to test where the problem is, replace lib.nav with a simple text output |
| 21:36 |
adnc |
what is foobar in this case? |
| 21:36 |
Phlogi_ |
like this: http://paste.phlogi.net/-b4be548c2d/ |
| 21:36 |
Phlogi_ |
nothing just a test text :) |
| 21:36 |
adnc |
ok |
| 21:37 |
Phlogi_ |
you can read about the text Cobj: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/3/ |
| 21:37 |
Phlogi_ |
its linked in the sourcecode as well on that pastebin ;) |
| 21:37 |
Phlogi_ |
if the text there does not show up in fe... you need to check your lib.nav object first ;) |
| 21:37 |
Phlogi_ |
got the point? |
| 21:37 |
adnc |
i think yes, i'll try the simple example you gave me now |
| 21:38 |
Phlogi_ |
exactly |
| 21:38 |
Phlogi_ |
thats the way I do problem solving |
| 21:38 |
adnc |
yes the foobar is shown |
| 21:38 |
adnc |
but not the menu |
| 21:38 |
Phlogi_ |
you need to localize/isolate your problem :) |
| 21:38 |
Phlogi_ |
ok fine... so the menu is somehow wrong :) |
| 21:38 |
adnc |
with that bit knowledge about typo3 |
| 21:39 |
Phlogi_ |
:) |
| 21:39 |
adnc |
for hours i'm looking for help |
| 21:39 |
Phlogi_ |
that looks strange: stdWrap.dataWrap = <ul>|</ul> |
| 21:39 |
Phlogi_ |
you can do that with a simple wrap |
| 21:39 |
adnc |
simple wrap |
| 21:39 |
adnc |
mhh |
| 21:40 |
adnc |
how does a simple wrap looks like |
| 21:40 |
Phlogi_ |
three are a lot of strange ooptins there |
| 21:40 |
Phlogi_ |
there actually is no css option |
| 21:41 |
Phlogi_ |
you need to have something similar to this: http://typo3.intervation.de/snippets/menues/ypslideoutmenu/typoscript-ypslideoutmenu.html#c315 |
| 21:41 |
adnc |
i added cssfile = 1 which should make it use the standard file |
| 21:41 |
Phlogi_ |
adnc: HMENU Object has no such property |
| 21:41 |
adnc |
i used the extension, so i though it isnt needed |
| 21:42 |
Phlogi_ |
id=5 is a page with subpages? |
| 21:42 |
Phlogi_ |
of course its needed |
| 21:42 |
adnc |
no id=5 is not a page with subpages |
| 21:44 |
Phlogi_ |
adnc: what then? |
| 21:44 |
adnc |
this is what i used |
| 21:44 |
adnc |
http://typo3.intervation.de/extensionen/intervation/int-ypslideoutmenu.html |
| 21:44 |
Phlogi_ |
http://paste.phlogi.net/-dbd194c95e/ <- try this |
| 21:44 |
adnc |
id=5 doesnt exist |
| 21:44 |
Phlogi_ |
hmm id=5 must exist... thats where your menu starts |
| 21:44 |
Phlogi_ |
ah ok I see.. there are more options |
| 21:45 |
Phlogi_ |
so my TS might be wrong sorry |
| 21:45 |
Phlogi_ |
read here about all the properties! http://tsref.de/ |
| 21:45 |
Phlogi_ |
especially about the special property, so you will find out what it is for |
| 21:45 |
adnc |
ohh god, thats far to much for. |
| 21:45 |
Phlogi_ |
are you german? |
| 21:45 |
adnc |
yes i'm |
| 21:46 |
Phlogi_ |
adnc: ok then maybe this one is better: http://www.typo3.net/tsref/ |
| 21:46 |
adnc |
do you think i can handle it after reading this? |
| 21:46 |
adnc |
is it really that difficult? |
| 21:48 |
Phlogi_ |
http://www.typo3.net/tsref/cobject/hmenu/ |
| 21:48 |
Phlogi_ |
adnc: you need a basic knowledge of these things |
| 21:48 |
Phlogi_ |
I mean its enough if you can look up that stuff and know how to connect the values |
| 21:48 |
adnc |
but obviously this is so difficult that noone can answer to it |
| 21:48 |
Phlogi_ |
http://www.fi-ausbilden.de/blog/2007/07/08/typoscript-eine-einfuhrung/ |
| 21:49 |
Phlogi_ |
adnc: its so basic that no one wants to answer it maybe |
| 21:49 |
Phlogi_ |
:p |
| 21:49 |
Phlogi_ |
or no one is here |
| 21:49 |
Phlogi_ |
don't expect too much from that channel... it depends on a lot |
| 21:49 |
adnc |
but this is not in the interes of typo3 is it? or do they what it to be that complicated |
| 21:49 |
Phlogi_ |
sometimes you can help quickly, sometimes not at all :) |
| 21:49 |
adnc |
i've spend the hole day |
| 21:49 |
Phlogi_ |
adnc: what do you mean with interest? |
| 21:49 |
adnc |
really the hole day |
| 21:50 |
adnc |
wouldnt it be good for typo3 to have many users? |
| 21:50 |
adnc |
i'm an electrotecnical student, and i'm planing to give up t3 |
| 21:50 |
Phlogi_ |
adnc: lol funny enough, studying the same |
| 21:50 |
Phlogi_ |
:D |
| 21:50 |
adnc |
since the information is distributed all over the web |
| 21:51 |
adnc |
and you can not find really one helpfull tutorial |
| 21:51 |
Phlogi_ |
adnc: do not give up... grab some books ;) |
| 21:51 |
Phlogi_ |
adnc: yes it sucks.. |
| 21:51 |
Phlogi_ |
adnc: but things hopefully will improve soon |
| 21:51 |
Phlogi_ |
I learned typo3 by books |
| 21:51 |
Phlogi_ |
it was the best thing |
| 21:51 |
adnc |
look, even you and me we can not fix this simple problem by adding a simple menu |
| 21:51 |
Phlogi_ |
and the only good docu |
| 21:52 |
Phlogi_ |
adnc: I'm sure I could fix it :) |
| 21:52 |
Phlogi_ |
but I want you to find it out yourself |
| 21:52 |
adnc |
after over 11 hours, i dont think i can find a way |
| 21:53 |
Phlogi_ |
oh come on :) |
| 21:54 |
SmaxTheFrog |
any idea how to check active template on a site at a special page which is made with tv ? |
| 21:54 |
Phlogi_ |
you will I'm sure... why didn't you first create a normal typo3 menu to see if this works... |
| 21:54 |
adnc |
Phlogi_: i used yaml templates and when i saw that menu, i wanted to add this to it |
| 21:55 |
Phlogi_ |
adnc: starting with yaml is furthermore not the best idea |
| 21:55 |
Phlogi_ |
I'm wondering why this ts here is different from the other http://typo3.intervation.de/snippets/menues/ypslideoutmenu/typoscript-ypslideoutmenu.html#c315 |
| 21:58 |
Phlogi_ |
hmm no its the same menu... ah lets check that tomorrow or on saturday ;) cu adnc |
| 21:59 |
adnc |
mhh |
| 21:59 |
adnc |
ciao |
| 22:16 |
wacky_ |
hey guys, on my RTE, when I click save, all the <img /> tags are removed.. they aren't saved.. but other tags *are* saved.. |
| 22:16 |
wacky_ |
so it must be filtered out.. |
| 22:16 |
wacky_ |
is anyone aware of such a functionality ? |
| 22:20 |
jsfan |
wacky_, have you tried to add your images via the rte? |
| 22:21 |
wacky_ |
I select images from the Filelist (through the Insert-image dialog there..) |
| 22:22 |
wacky_ |
will it reject images that aren't from the local server ?! |
| 22:22 |
wacky_ |
are there any checks done ? |
| 22:32 |
adnc |
is someone using the ypslideoutmenu? |
| 22:33 |
wacky_ |
Firefox 3 seems to work badly with the latest Typo3.. |
| 22:36 |
wacky_ |
or should I clear the cache after an upgade ? |
| 22:37 |
wacky_ |
and clear the browser cache :) woow :) that's nice! |
| 22:39 |
wacky_ |
still got the RTE not saving the IMG tags though! |
| 22:42 |
jsfan |
wacky_, actually the latest versions of t3 (4.2.1 and 4.1.7) should be ok with ff3 |
| 22:45 |
SmaxTheFrog |
any idea how to check active template on a site at a special page which is made with tv ? |
| 22:45 |
wacky_ |
jsfan: yeah, sorry, just had to clear the browser caches :) |
| 22:46 |
jsfan |
wacky_, know that problem :) |
| 22:47 |
Jabae |
hello all |
| 22:47 |
jsfan |
wacky_, if img tags get stripped, you must have misconfigured your rte. it usually doesn't strip them. |
| 22:48 |
Jabae |
i have an odd issue i can't figure out if anyone has a moment |
| 22:53 |
wacky_ |
jsfan: do you recall where we configure the thing ? :P |
| 22:54 |
jsfan |
one sec |
| 22:54 |
jsfan |
wacky_, i think it's in page tsconfig |
| 22:54 |
jsfan |
or user tsconfig |
| 22:59 |
wacky_ |
ok thanks |
| 23:52 |
adnc |
hello i installed pmktextarea and now nothing works anymore, i removed it and also removed the extension directory, but still i get php erros |
| 23:52 |
adnc |
is there something i can do |