| 00:17 |
nhaskins |
For part of my site I have transparent PNGs as background, but I'm making GIFs for IE 6 and under |
| 00:17 |
nhaskins |
I was just thinking it would be really great to put something like |
| 00:17 |
nhaskins |
"If you can read this you need to upgrade your browser" for the GIF's comment field |
| 09:19 |
loswillios |
hi |
| 09:24 |
loswillios |
I have a little problem with the Green Template, the menu is not drawn correctly: http://tinyurl.com/6pbod2 |
| 09:24 |
loswillios |
in fact, it isn't drawn at all |
| 09:27 |
loswillios |
may that be a problem with gif and debian? |
| 09:28 |
Tsoots |
did you run the image processing tests in the installer |
| 09:28 |
Tsoots |
could help tracking down the problem |
| 09:30 |
loswillios |
hm, 4: Combining Images failed |
| 09:31 |
loswillios |
I wonder why, cause from command line it works |
| 09:31 |
loswillios |
ah, no combine |
| 09:35 |
loswillios |
seems ImageMagick doesn't come with /usr/X11R6/bin/combine on Etch anymore :/ |
| 09:40 |
pmk65 |
loswillios: ImageMagick is a pain to install, due to it changes the way it operates from version to version. I reccomend using GraphicMagick instead, as it doesn't change the commandline arguments from version to version. |
| 09:41 |
pmk65 |
http://www.graphicsmagick.org/ |
| 09:42 |
loswillios |
thanks pmk65. I'm trying the graphicsmagick-imagemagick-compat package |
| 09:43 |
pmk65 |
If you install graphicsmagick, then TYPO3 will set the correct settinfs for it. And it does exactly the same thing as IM, just faster. :) |
| 09:44 |
loswillios |
need I to do something in typo3 or will it detect the change to GM automatically? |
| 09:45 |
loswillios |
hm, still no /usr/X11R6/bin/combine - although /usr/X11R6/bin/convert points to gm |
| 09:45 |
pmk65 |
It detects it automaticly, when you select the bin file |
| 09:46 |
loswillios |
ok |
| 09:47 |
loswillios |
[GFX][im_version_5] = gm I guess? |
| 09:49 |
pmk65 |
yes |
| 09:50 |
pmk65 |
once installed, go to the image tests and see if everything is correct. |
| 09:51 |
loswillios |
thanks pmk65 the tests work fine now - every single one succeeded |
| 09:51 |
loswillios |
unfortunately the menu problem is still there. maybe it's just my local cache |
| 09:52 |
teppi|work |
i realized that the imagesizes of the processed images by graphicsmagick are quite smaller than the reference pics :-) |
| 09:53 |
loswillios |
hm, no it wasn't the chache :/ |
| 09:53 |
pmk65 |
no . your menu is blank here too, but the links work. |
| 09:54 |
loswillios |
damn you graphical menus |
| 09:58 |
loswillios |
I wonder if it's a theme thing. This is a fresh install of Debian 4.0 anyway - I guess others would have noticed before if something is horribly wrong |
| 10:01 |
loswillios |
hm, I accidently deleted the files in typo3temp/menu/*.gif - is there a way to recreate them? |
| 10:04 |
loswillios |
pmk65: yay, partitial success! |
| 10:05 |
m4rtijn |
hiall |
| 10:05 |
loswillios |
hi m4rtijn |
| 10:06 |
Sharqy |
loswillios: aren't all the contents in typo3temp/* automaticly generated (cached)? |
| 10:07 |
loswillios |
cached I guess. that's why just reloading the page didn't work |
| 10:07 |
loswillios |
makes a lot sense to not generate the images on every page-visit :( |
| 10:08 |
loswillios |
err, :) |
| 10:08 |
m4rtijn |
hehe |
| 10:09 |
nd_ |
Can somebody help me with this: http://pastebin.com/m628f8716 The first if does not get true so I run into the debug() -- can I get around that with this hook? I still don't really get what happens here if if() is true (except that the hooks are executed)... |
| 10:10 |
m4rtijn |
nd_ did u get the code from pmk65 ? |
| 10:12 |
nd_ |
m4rtijn: Did. |
| 10:12 |
nd_ |
But I'm working on a completely different thing this morning... |
| 10:12 |
m4rtijn |
ah |
| 10:13 |
nd_ |
But it contains yet another one of those damn hooks which I still don't understand fully |
| 10:17 |
pmk65 |
nd_: what is the value of $id befor it reaches the |
| 10:17 |
pmk65 |
if check |
| 10:18 |
nd_ |
'NEW' |
| 10:18 |
pmk65 |
and if you do a debug($tce->substNEWwithIDs[$id]), do you get a value other than 0 |
| 10:18 |
nd_ |
I get empty |
| 10:19 |
nd_ |
because it seems somewhere around line 582 in tcemain it fails an access check |
| 10:19 |
nd_ |
I'm trying to write db-records from the frontend ;/ |
| 10:19 |
pmk65 |
then no new record is created. |
| 10:19 |
nd_ |
right |
| 10:20 |
nd_ |
but it has to be possible to mess with the db from FE -- is it not? |
| 10:20 |
pmk65 |
I haven't tried it that way, but I guess it's possible. |
| 10:21 |
nd_ |
it seems this all checks for $GLOBALS['BE_USER'] which is somehow different when working from FE, but debugster if this array looks the same for both BE and FE on first sight. |
| 10:29 |
m4rtijn |
are the mails which are send from the standard mailform somehow saved online as well? |
| 10:32 |
m4rtijn |
somewhere |
| 10:33 |
Stoffel |
i doubt it |
| 10:33 |
nd_ |
Never found any ;) |
| 10:37 |
nd_ |
gosh, tcemain is killing me... |
| 10:44 |
nd_ |
It seems process_datamap() does not want to set me substNEWwithIDs somehow... clues? |
| 10:46 |
void |
tcemain... headache |
| 10:46 |
nd_ |
So even for you guys... that's reassuring ;) |
| 10:46 |
Sharqy |
nd_: about process_datamap(), does $tcemain->datamap allow custom/presetting values? I get an error that sys_language_uid is blank but I tried to set it in $dataArr in templavoila_api (forgot function but it calls tcemain->start($dataArr, array()); tcemain->process_datamap(); |
| 10:46 |
Sharqy |
not sure if you know |
| 10:47 |
nd_ |
Hell I don't. Just spend my first 30 minutes in tcemain and process_datamap() and not getting the overall story yet. Sorry... |
| 10:47 |
Sharqy |
hehe |
| 10:48 |
Sharqy |
afaik, only CType and pid are filled in in templavoila_api to the TCEmain datamap |
| 10:48 |
nd_ |
Sharqy: At least there's a `Internal Variables, do not touch` written above $datamap = Array(); so I'd say no ;) |
| 10:48 |
Sharqy |
($dataArr['tt_content']['NEW']['... |
| 10:48 |
Sharqy |
']) |
| 10:49 |
Sharqy |
line #? |
| 10:49 |
Sharqy |
hell, what am I, lazy? lemme check |
| 10:49 |
nd_ |
#293 |
| 10:49 |
Sharqy |
cheers anyway |
| 10:49 |
nd_ |
Actually reading here atm: http://typo3.org/fileadmin/typo3api-4.0.0/dd/da6/class_8t3lib__tcemain_8php-source.html#l00268 |
| 10:50 |
Sharqy |
yea there |
| 10:50 |
Sharqy |
$tcemain->datamap gets initialized/filled in with $tcemain->start($data, ...) |
| 10:51 |
Sharqy |
which (in my case) gets taken over from templavoila_api |
| 10:51 |
Sharqy |
but I guess my solution lies in modifying the TCEmain as sys_language_uid isn't a specific TV thing |
| 10:53 |
Sharqy |
but |
| 10:53 |
nd_ |
I guess I have no clue yet what to do or where the problem is except the it's around process_datamap() somehow |
| 10:54 |
Sharqy |
http://rafb.net/p/XlXY5Y11.html |
| 10:54 |
Sharqy |
oh wait, I think I see it already |
| 10:54 |
Sharqy |
wait, no I don't |
| 10:56 |
Sharqy |
either way, the problem is that sys_language_uid (INT) doesn't get filled in, it just stays blank, which (obviously) throws a mysql error |
| 10:56 |
Sharqy |
at least like it should |
| 10:57 |
nd_ |
but tcemain does not mention sys_language_uid, so it's one of the fields in the array, right? So try to set it before putting it into start()? |
| 10:57 |
Sharqy |
I did that |
| 10:57 |
Sharqy |
lemme paste some |
| 10:58 |
Sharqy |
http://rafb.net/p/ExB8sv20.html |
| 10:58 |
Sharqy |
ignore the var_dump |
| 10:58 |
Sharqy |
it does get filled, but process_datamap doesnt seem to do anything with it |
| 10:58 |
Sharqy |
caller t3lib_DB::exec_INSERTquery |
| 10:58 |
Sharqy |
ERROR Incorrect integer value: '' for column 'sys_language_uid' at row 1 |
| 10:59 |
Sharqy |
still the same error |
| 11:00 |
Sharqy |
so basicly I'm at the point where I start looking into process_datamap and see how it actually works |
| 11:00 |
Sharqy |
at least in relation to my problem |
| 11:00 |
Sharqy |
management summary? |
| 11:01 |
nd_ |
Like `tcemain->process_datamap() for dummies` |
| 11:01 |
Sharqy |
ah, management summary |
| 11:01 |
Sharqy |
yes ofcourse |
| 11:02 |
Sharqy |
well, I don't complain. code is indented, variables are somewhat logical named AND there's comments here and there. trust me, I've seen worse |
| 11:02 |
nd_ |
Sharqy: I agree. Still it's 5k lines of code which is just to much for me yet... working on it ;) |
| 11:04 |
nd_ |
Well, it seems setting $tce->bypassWorkspaceRestrictions = TRUE; works for me |
| 11:04 |
Sharqy |
also, can I bother one or more of you guys to help me later look at some code I adjusted? as you do (or don't) know, I'm trying to make TYPO3 4.2.1 compatible with MySQL 5 Strict _without_ setting sql-mode to MYSQL4(0) ;P |
| 11:05 |
m4rtijn |
hi pulpi |
| 11:05 |
nd_ |
nah, does not. Dang. |
| 11:05 |
pulponair |
m4rtijn: hi |
| 11:08 |
m4rtijn |
hehe, I like the T-Shirt: you look much better on MySpace |
| 11:08 |
Sharqy |
svn://rb-websolutions.net/mineth/typo3/4.2.1/ |
| 11:09 |
Sharqy |
if anyone's interested to take a look at the adjustments I made |
| 11:11 |
Sharqy |
it's all simple stuff (so far), really. but it does blocks the whole thing on a mysql5 strict database so it has to be fixed |
| 11:26 |
loswillios |
I have a question regarding pagetree and menu: I have a root page with several pages beneath it, so when I access foo.de I get the root page |
| 11:27 |
loswillios |
but it's not in the menu, only the pages beneath root are |
| 11:27 |
loswillios |
is there some trick to link to the root page from the menu? |
| 11:28 |
Sharqy |
shortcut it? |
| 11:28 |
Sharqy |
well, it's a bit vague to me. can you explain it a bit more? the root page is not in the menu? |
| 11:29 |
loswillios |
yup exactly |
| 11:29 |
loswillios |
when you create a new site, you make one 'root' and then several pages beneath it |
| 11:29 |
Sharqy |
yeah |
| 11:29 |
loswillios |
but only the pages beneath it are shown in the menu |
| 11:29 |
loswillios |
not the actual root page |
| 11:30 |
Sharqy |
ah so |
| 11:30 |
Sharqy |
well, I'd make a "home" page or something and shortcut root to root/home |
| 11:30 |
loswillios |
I remember trying to 'shortcut' it but when I change the content of the root page, the shortcut isn't updated |
| 11:30 |
loswillios |
ok, I'll try again |
| 11:30 |
Sharqy |
you dont add content to the shortcut page but rather to root/home |
| 11:31 |
Sharqy |
so make root/home, shortcut root -> root/home and move the root content to root/home |
| 11:31 |
tamlm |
Hi everybody |
| 11:31 |
Sharqy |
hello tamlm |
| 11:31 |
tamlm |
i have problem with image on tt_news |
| 11:32 |
Sharqy |
loswillios: this way you can keep root clean and only add content to the subpages of root |
| 11:32 |
loswillios |
ah, thanks |
| 11:32 |
tamlm |
<img src="" width="" height="" border="0" alt="" title="" /> |
| 11:32 |
loswillios |
makes sense |
| 11:32 |
tamlm |
As you can see no src, width, height etc. in inserted. I didn't have problems configuring the rest of the whole news thing, but I can't find my mistake with the images |
| 11:33 |
tamlm |
why image on tt_news dont show? |
| 11:34 |
tamlm |
how can i do that. |
| 11:35 |
loswillios |
Sharqy: works great, thanks for the tip |
| 11:35 |
Sharqy |
tamlm: check your imagemagick installation and check if the graphic tests work in the install tool |
| 11:35 |
Sharqy |
loswillios: no problemo :) |
| 11:37 |
tamlm |
Hi Sharqy, how can i set imagemagick = 1? |
| 11:40 |
Sharqy |
tamlm: make sure you have it installed on your server. see http://php.net/imagick |
| 11:42 |
Sharqy |
don't know the exact installation and configuration procedures for imagick myself |
| 11:44 |
tamlm |
ok, thanks Sharqy, i check it right now. |
| 11:45 |
m4rtijn |
tamlm - OS? |
| 11:59 |
tamlm |
Debian |
| 12:01 |
tamlm |
hi m4rtijn, what's the problem with OS? |
| 12:02 |
m4rtijn |
nothing - just apt-get IM or GM |
| 12:02 |
m4rtijn |
I'd recommend GM |
| 12:03 |
m4rtijn |
installation & implementation is automatic |
| 12:03 |
tamlm |
setup ImageMagick ? |
| 12:03 |
m4rtijn |
graphics magick |
| 12:03 |
m4rtijn |
apt-get search graphics magick |
| 12:04 |
tamlm |
ok thanks m4rtijn |
| 12:19 |
m4rtijn |
hmm, I always forget the order - is it RO = 1 , RO < .NO or the other way around |
| 12:21 |
m4rtijn |
hmm, other way around |
| 12:28 |
copyrights |
how to escape = in parameter-field |
| 12:28 |
Sharqy |
\= ? |
| 12:28 |
copyrights |
no |
| 12:29 |
m4rtijn |
hm? |
| 12:29 |
m4rtijn |
newline? |
| 12:29 |
copyrights |
my problem is: i want to add flashvars="foo=bar" |
| 12:29 |
m4rtijn |
ah, gotit |
| 12:30 |
m4rtijn |
erm.. htmlspecialchars .. maybe.. |
| 12:30 |
copyrights |
if i write flashvars=foo=bar it becomes flashvar="foo" |
| 12:30 |
copyrights |
no |
| 12:30 |
copyrights |
will be escaped |
| 12:30 |
m4rtijn |
.. shouldnt |
| 12:30 |
m4rtijn |
u tried with htmlspecial? |
| 12:31 |
copyrights |
write = get &#x003d; |
| 12:31 |
copyrights |
= = "=" |
| 12:33 |
m4rtijn |
.... did u try setting htmlspecialchars = 1? |
| 12:33 |
copyrights |
where? |
| 12:34 |
copyrights |
i used "CSS styled content" extension and then multimedia to include swf file |
| 12:34 |
copyrights |
there is a parameter field |
| 12:35 |
m4rtijn |
yeah, look up htmlspecialchars |
| 12:35 |
m4rtijn |
that should help you |
| 12:35 |
copyrights |
there must be an escape possibility somehow |
| 12:35 |
m4rtijn |
u dont have to |
| 12:35 |
m4rtijn |
just - look it up ) |
| 12:35 |
m4rtijn |
:) |
| 12:36 |
tamlm |
Hi everybody |
| 12:36 |
copyrights |
where ist the option htmlspecialchars = 1 |
| 12:36 |
Sharqy |
lo tamlm |
| 12:37 |
tamlm |
pls help me Versioning and Workspace |
| 12:37 |
m4rtijn |
copyrights - its a setting from stdWrap |
| 12:37 |
tamlm |
how can i sent mail 'Pls for review' on Workspace? |
| 12:39 |
tamlm |
editor draft send mail to editor publisher approve, publish or reject. |
| 12:39 |
animan |
hi, anyone here knows a good web-IRC client? i'm using http://www.jwirc.com/chat.html but it's not very good |
| 12:39 |
Sharqy |
animan: if you have Firefox, check out ChatZilla |
| 12:40 |
Sharqy |
requires extension installation though. and there's always web-irc.org |
| 12:40 |
animan |
mmh, I don't really like the idea to download any plugins/programs :/ |
| 12:41 |
tamlm |
animan: add-on ChatZilla of Firefox and or check with IT enable port Chatzilla. |
| 12:42 |
tamlm |
in the network, pls help me Versioning and Workspace |
| 12:43 |
tamlm |
How can i sent me editor draft -> publisher approve, publish or reject content |
| 12:43 |
tamlm |
How can i sent mail editor draft -> publisher approve, publish or reject content |
| 12:44 |
Sharqy |
no idea m8, sorry, can't help you there |
| 12:46 |
tamlm |
when i click review content, it show popup and i type comment but it don't sent mail to publisher review content |
| 12:46 |
m4rtijn |
tamlm -havent used that either - but did you check if sendmail() works? |
| 12:46 |
animan |
ok, thanks for web-irc, tamlm :) |
| 12:48 |
Sharqy |
cheers |
| 12:49 |
m4rtijn |
Sharqy - brittish? |
| 12:49 |
Sharqy |
nay |
| 12:49 |
Sharqy |
dutch |
| 12:50 |
Sharqy |
m4rtijn: you? |
| 12:51 |
m4rtijn |
also |
| 12:51 |
Sharqy |
gee, couldn't have imagined :) |
| 12:51 |
m4rtijn |
- the name gives it away doesnt it :) |
| 12:51 |
Sharqy |
what makes you think THAT? ;) |
| 12:51 |
Sharqy |
where from in NL? |
| 12:51 |
m4rtijn |
hehe |
| 12:51 |
m4rtijn |
i live in germany now.. used to live in utrecht |
| 12:51 |
m4rtijn |
u? |
| 12:51 |
Sharqy |
groningen |
| 12:52 |
Sharqy |
northeastern part |
| 12:52 |
m4rtijn |
never been to groningen |
| 12:52 |
m4rtijn |
only traveled through |
| 12:53 |
Sharqy |
what convinced you to live among ze germans? :p (no offense) |
| 12:53 |
just2b |
private chats in irc are possible, use it ;) |
| 12:54 |
Sharqy |
oh right, sorry for that |
| 12:55 |
Sharqy |
anyway |
| 12:55 |
just2b |
np ;) # |
| 12:56 |
just2b |
it is just easier for all idle users like me :D |
| 12:56 |
Sharqy |
well, back to idling then :P |
| 12:57 |
m4rtijn |
just2b ! hey dude |
| 12:58 |
m4rtijn |
just2b - small question I didnt get it running yesterday.. |
| 12:58 |
m4rtijn |
just2b - is it possible to have smoothgal with ext. thumbs in tt_news ? |
| 12:58 |
just2b |
should be no prob but you need to create the div for the thumbs yourself |
| 12:59 |
animan |
i have this strange problem with tipafriend_plus where it works with LV and LT languages, but gives "fill the req fields" error with default and ET languages :/ |
| 13:00 |
animan |
0anyone has an idea? |
| 13:00 |
m4rtijn |
just2b - so the second method u descibe in the manual does not work for tt_news? |
| 13:00 |
just2b |
i really dont know what the 2nd way is but i guess no ,) |
| 13:00 |
m4rtijn |
hehe |
| 13:00 |
m4rtijn |
the one where u dont have to create the ext.thumbs div |
| 13:00 |
just2b |
right |
| 13:01 |
m4rtijn |
kk, thanks a lot |
| 13:01 |
webworker |
hi everybuddy |
| 13:02 |
webworker |
does anybuddy know when the next update 4.2.2 or 4.3 arives? |
| 13:03 |
m4rtijn |
:) |
| 13:04 |
nd_ |
Any help on how to add db-entries from FE without getting stuck in tcemain->isTableAllowedForThisPage()? |
| 13:04 |
Sharqy |
talking about impatient? |
| 13:04 |
just2b |
nd_ using a nrmal update query? |
| 13:05 |
nd_ |
just2b: Actually I'm trying to get DAM to index a file from my extension, which works through tce, which gets stuck. |
| 13:06 |
tamlm |
m4rtijn: functional sendmail on my typo3 work |
| 13:07 |
tamlm |
but on Versioning and Workspace dont sent mail |
| 13:14 |
anton_ |
hello, when developing, how can i activate the advanced frontend view, that shows me, if i´m logged in in the page and so on ? |
| 13:15 |
just2b |
never heard that |
| 13:16 |
anton_ |
i had it once, when i view the frontend of my page, inside the page a little window get´s rendered (javascript i guess) to show me additional information ... |
| 13:17 |
just2b |
search for admin panel |
| 13:17 |
anton_ |
ok, thanks |
| 13:33 |
nd_ |
Is there any well to allow access to a table from FE? |
| 13:33 |
nd_ |
Need to get my table into $PAGES_TYPES['defa ult']['allowedTables'] |
| 13:33 |
nd_ |
;/ |
| 13:38 |
anton_ |
i do not get the login to work. created fe-usergroup, fe-user, acces restricted page and login-form to point to that page, but the login doesnt work, i allways get back to the login page and never to the target page |
| 13:50 |
tamlm |
bye bye on the network, i go home right now |
| 14:16 |
anton_ |
what does login mode on the access tab od a page stands for ? |
| 14:25 |
m4rtijn |
? |
| 14:25 |
m4rtijn |
anton_ - which login mode? |
| 14:27 |
anton_ |
login mode enable / disable |
| 14:28 |
anton_ |
on the page properties |
| 14:35 |
m4rtijn |
.. dont know what u mean.. |
| 14:35 |
m4rtijn |
which typo3 version? |
| 14:47 |
animan1 |
does someone know what could cause tipafriend_plus to give "fill req fields" error with some languages but in the same time working correctly with other languages? |
| 14:51 |
dinsdale07 |
good morning - :Denyerec, did you get your TV link working? |
| 14:52 |
Denyerec |
sort of |
| 14:52 |
Denyerec |
I just need to get the x-y of the target image out |
| 14:52 |
Denyerec |
and then use that to set the framessize |
| 14:52 |
Denyerec |
but I got distracted with other work :( |
| 14:53 |
loswillios |
gnah - I fail to give permissions to edit content to a group |
| 14:54 |
dinsdale07 |
new day - new luck :-) - I'll kick jQuery for today and will digg into mootools now ! |
| 14:54 |
just2b |
good decision ;) |
| 14:54 |
m4rtijn |
:) |
| 14:54 |
loswillios |
"You do not have access to edit the requested record." - Although the group has all five boxes checked |
| 14:54 |
loswillios |
I even setted the owner to the new user, but still |
| 14:55 |
m4rtijn |
you dont have to change the owner |
| 14:55 |
m4rtijn |
just set the permissions for the user group - recursively |
| 14:55 |
loswillios |
I guessed so.. but I'm desperate |
| 14:56 |
m4rtijn |
.. its not that hard |
| 14:56 |
m4rtijn |
module "access" then at the top change the dropdown to "permissions" |
| 14:57 |
dinsdale07 |
Tried to implement a carousel slider yesterday in jQuery and it was just not possible. Now I thought about integrating the noobslide http://www.efectorelativo.net/laboratory/noobSlide/ in a tt_news list view. Anyone knows this plugin or has already tried something with it in Typo3? |
| 14:57 |
loswillios |
m4rtijn: yup, they all show the correct group |
| 14:57 |
m4rtijn |
loswillios - then u forgot smth in the "access list" |
| 14:58 |
Denyerec |
mootools is lovely |
| 14:59 |
loswillios |
m4rtijn: in the usergroup, do I need "Include Access Lists:" checked? |
| 14:59 |
m4rtijn |
loswillios - I always do that |
| 14:59 |
m4rtijn |
loswillios - then choose all datatype which the usergroup should have access |
| 15:00 |
loswillios |
ahhh! |
| 15:00 |
loswillios |
hehe, thanks m4rtijn |
| 15:00 |
loswillios |
works great |
| 15:01 |
dinsdale07 |
Denyerec: It seems a little more complicated than jQuery though and I found more plugins for jQuery. But I hopefully will know more by the end of the day :-) |
| 15:01 |
m4rtijn |
yw |
| 15:01 |
Denyerec |
yeah i think you will see more plugins for JQuery because it's easy to do the basic common stuff |
| 15:01 |
Denyerec |
mooTOolers seem less willing to share |
| 15:02 |
Denyerec |
or, perhaps, the infrastructure to ALLOW them to share does not exist. |
| 15:02 |
dinsdale07 |
I'll make my girlfriend read the jQuery book I bought though. Seems to be perfect for css designers to have that extra bling. |
| 15:02 |
m4rtijn |
dinsdale07 - hehe I printed it out :) |
| 15:02 |
dinsdale07 |
I think the latter Denyerec - The jquery website is really beginner friendly. |
| 15:03 |
dinsdale07 |
:m4rtijn the one from Packt? |
| 15:04 |
m4rtijn |
yep |
| 15:05 |
m4rtijn |
one of my friends have a "leased" printer at work... they get the toner for free |
| 15:05 |
m4rtijn |
very very handy |
| 15:05 |
m4rtijn |
I only need to bring paper |
| 15:09 |
anton_ |
is there a way to display user specific content in th login area (for single users, not groups) |
| 15:13 |
dinsdale07 |
anton: data = TSFE:fe_user|user|lastlogin |
| 15:16 |
dinsdale07 |
http://paste.phlogi.net/display_fe/ I used this to display the last time a user was logged on (doesn't display the right data btw) but you can change the field it should display. |
| 15:16 |
anton_ |
thanks a lot |
| 15:17 |
m4rtijn |
eeek french |
| 15:17 |
dinsdale07 |
Is that what you looking for ? - hehe I know, I'm in Quebec :-) |
| 15:18 |
m4rtijn |
the nightmares from french classes will return |
| 15:19 |
anton_ |
so: data = TSFE:user1 for example ? |
| 15:19 |
dinsdale07 |
I almost dropped out of school because of French :-) |
| 15:20 |
dinsdale07 |
anton_ As far as I remember you just specify the link to the database field, so you would have to replace the lastlogin with the field you want to display |
| 15:21 |
m4rtijn |
hehe - I was lucky I only had it 3 years.. I dropped one grade every year - the fourth year would've been negative :) |
| 15:23 |
anton_ |
actually i want to create a frontend user login section, that displays a costum page tree for each user. this page tree can only include three pages(optionaly so maybe only two or one, that needs to be diplayed in the menu as well) but with custom contents for each user. my idea was to have this three only one time, but fill the pages with different content elements for each login ... |
| 15:27 |
dinsdale07 |
is this a client zone scenario? I have something similar but I solved it with redirect on logon and permission settings for each user. |
| 15:27 |
dinsdale07 |
not perfect by all means, especially because you cannot set permissions per user, only per group. That means you have to create for each FE user a seperate group... |
| 15:30 |
dinsdale07 |
I see what you mean though - the same pagetree but with individual CEs for each user... |
| 15:31 |
anton_ |
that´s what i feared |
| 15:33 |
dinsdale07 |
anotn_: http://paste.phlogi.net/displayce/ |
| 15:34 |
DomDom |
hi |
| 15:35 |
dinsdale07 |
that's what I use to display custom CE in the client zone section. I just replace the constants for each user. |
| 15:37 |
DomDom |
i migrated my typo3-site to a new server, where i want to run php5 with fastcgi. now i'm getting just a blank white page of my typo3-page when using fastcgi to parse php, with mod_php there ist no problem. |
| 15:37 |
DomDom |
non-typo3 php-pages don't have any problems and work like a charm. |
| 15:38 |
beeeviz |
is there a way to change the content-type header in typo3 for certain pages? |
| 15:40 |
beeeviz |
oh i found it |
| 15:58 |
anton_ |
dinsdale07: and how do i assign these content elements to a specific user? |
| 16:03 |
dinsdale07 |
anton_: TS conditions? |
| 16:05 |
dinsdale07 |
anton_: not very elegant ... but can't think of a better solution |
| 16:07 |
anton_ |
dinsdale07: i do not understand. in the flex_ce form the backenduser must be able to assign the content to a specific frontenduser. when the tt_contet table record then holds a page id and a user name/ id i can use TS to render only user specific content on the page. your sniplet helps for the second task, but how du i set the UID of a tt_content record in the backend FCE form ? |
| 16:14 |
m4rtijn |
BAM! |
| 16:26 |
dinsdale07 |
anton_: the BE user would have to write the logic in Typoscript, something like [userid == 2 ]; CE = 471; [global] - [userid == 3]; CE = 472; [global]. If you want this in Flexforms in the backend I can't think of another solution other than to write a little extension maybe and extend the usertable with a table which holds the UID of that particular user. |
| 16:28 |
anton_ |
hm i don´t think i understand enough of typo3 to do that |
| 16:30 |
dinsdale07 |
sorry - last line is bollocks, shoudl be UID of that particular CE. |
| 16:31 |
dinsdale07 |
The first one shoudn't be too difficult to do though in TS. |
| 16:35 |
anton_ |
what i need is the posibility to link content elements to fe users, means one user many elements |
| 16:36 |
HankS |
hi all. With <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/template.ts"> I can source out TypoScript. But now I wanna source out TS-Config Code! I tried the <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/tsconfig.ts"> but it does not work. Anyone who knows how to do it? |
| 16:37 |
dinsdale07 |
works for me :HankS |
| 16:37 |
anton_ |
so in the table that holds all the contentelements (tt_content ?) there needs to be a column added with the uid, and for comfort i need to add a field for the contentelement dialog that helps choosing fe users |
| 16:37 |
HankS |
damnit, then its code that can't be sourced out. thy mate! |
| 16:38 |
dinsdale07 |
904: ### <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/styles/01_layouts_basics/TemplateRessources/constants.txt"> BEGIN: |
| 16:38 |
dinsdale07 |
from my TemplateAnalyzer under Constants |
| 16:40 |
dinsdale07 |
anton_: all entries in tt_content should already have an UID by default. |
| 16:40 |
HankS |
I tried it, with .ts or .txt. Its TSconfig from an Extension, and it does not work. But this might be, cos I although have TScript which I cant source out cos then some extensions dont work |
| 16:40 |
anton_ |
dinsdale07: but this is the UID of the backenduser that created the contentelement, isn´t it ? |
| 16:43 |
dinsdale07 |
anton_: is it around 400 something? |
| 16:44 |
dinsdale07 |
UID's of users have a low value |
| 16:47 |
anton_ |
the uid column of the tt_content table seems to consist of increasing numbers from 1 to 37. so it cant be any user id´s not fe and not be |
| 16:47 |
anton_ |
seems to be the id itself |
| 16:48 |
anton_ |
by the way, i´m using templavoila |
| 16:49 |
m4rtijn |
hmm, has anyone here ever tried mapping geotagged images to google maps/ |
| 16:49 |
m4rtijn |
? |
| 16:50 |
dinsdale07 |
your right @ anton - I'm confused. There should be a number like 400 something somewhere. |
| 16:51 |
anton_ |
another solution would be to let the backenduser, that creates the content supply the user id of the accessing frontenduser (only one) in a text field and then in TS compare this text field with the sessions user id. can you tell me how to code this ? |
| 16:51 |
DomDom |
someone got an idea, why i'm getting blank frontend-pages when using typo3 with php5-fastcgi while everything ist fine with mod_php in apache? |
| 16:52 |
dinsdale07 |
ok, just checked on the original page, there it actually goes up to 400, but uid is the correct cell. |
| 16:54 |
dinsdale07 |
I'v never tried this but his sounds like a TS select statement to me. because you have to search the database. |
| 16:55 |
dinsdale07 |
http://wiki.typo3.org/index.php/De:TSref/select |
| 16:56 |
anton_ |
ok, that looks very very intersting to me, i go eat something and then try. thanks alot. |
| 16:57 |
dinsdale07 |
your welcome :-) Let me know what you come up with if you don't mind. I will have to dig deeper into this myself a little later as well |
| 17:43 |
HankS |
is there a ObjectBrowser for PageTSconfig? like for the TS-Template? |
| 17:44 |
gaumonpa |
Hello all from Québec city ! |
| 17:44 |
gaumonpa |
There was an "old method" to do multilanguage with pipes or something using CONSTANT... |
| 17:45 |
gaumonpa |
mymsg = french sentence || english sentence (in constant) then T3 would use "french" if L=0 or "english" if L=1. Does it rings a bell to you ? |
| 17:53 |
dinsdale07 |
hello from Cacouna :gaumonp :-) I only know conditions but you probably know that ... [globalVar = GP:L =2] |
| 18:03 |
maholtz|WORK |
and stdWrap.lang |
| 18:03 |
maholtz|WORK |
10 = TEXT |
| 18:03 |
maholtz|WORK |
10.value = hello |
| 18:03 |
maholtz|WORK |
10.lang.de = Hallo |
| 18:25 |
j_s |
Hello, I'm trying to insert pages and contents from a backend extension using TCEmain to create entries (code: http://pastebin.com/d5feeb81f). The pages and content-elements are created fine, but I cannot figure out, how to control where the tt_content-element are placed in a templavoila-setup. How do I set the "field" where the element should be inserted? |
| 18:29 |
Jo |
hi, do anybody now a trick to put the content from a plugin into a container - submarker? |
| 18:30 |
Jo |
i will put the jsTicker into a website, and this jsTicker should be on every site |
| 18:31 |
Jo |
is the anybody outher ? :) |
| 18:33 |
dinsdale07 |
hi Jo: try ? :) [12:42] |
| 18:33 |
dinsdale07 |
ERC> yes - try smiling :-) no I wanted this http://paste.phlogi.net/displayce/ |
| 18:36 |
Jo |
thx, i will try it |
| 18:36 |
dinsdale07 |
:j_s unless you have created a typoscript object path while you mapped you template in Templavoile to my knowledge you can't. |
| 18:36 |
dinsdale07 |
:j_s although there is I think an extension which allows you to insert TS as Content Elements. never tried it though. |
| 18:38 |
j_s |
Well, I would think it should be possible somehow, since you manually can move elements in the backend, by clicking some icons. |
| 18:45 |
dinsdale07 |
:j_s sorry though you meant content created by typoscript. |
| 18:58 |
Jo |
dinsdale07, now i tried this, but it do not work: http://paste.phlogi.net/-0b8ade4494/ |
| 19:00 |
anton_ |
dinsdale07: i thought about the personalized content problem. if we say one needs to write an extension, how difficult would it be to write an extension eg: advanced_access that enables the user to choose single fe_users in the acces tab and not just fe_usergroups |
| 19:04 |
dinsdale07 |
:anton_ I would suggest maybe writing a mail to the Typo3 mailing list. More people are reading this than the IRC and maybe other people are interested in the same thing. |
| 19:05 |
anton_ |
ok |
| 19:05 |
dinsdale07 |
:Jo, is there a constant which represents the UID of a content element? |
| 19:06 |
Jo |
no |
| 19:06 |
dinsdale07 |
:anton_ I'm not much of a T3 develper myself - waiting for Dimitrys book to come out!!! |
| 19:07 |
dinsdale07 |
:Jo source should be the UID of the Content element which you want to display. So it should be a number. |
| 19:08 |
Jo |
the submarker is renderd in the html output, but without content. i have a placeholder "Ticker" in the tmeplate and this is gone. so i think it work, but it don´t put the content into the html output |
| 19:09 |
Jo |
so only $content15 ? |
| 19:09 |
dinsdale07 |
:Jo the syntax {$someVar} is replaced with the constant variable "someVar" |
| 19:10 |
dinsdale07 |
no it should just be an int. |
| 19:10 |
Jo |
so $15 |
| 19:10 |
dinsdale07 |
nop 15 :-) |
| 19:10 |
Jo |
ok.. lol |
| 19:10 |
Jo |
sorry |
| 19:28 |
Jo |
thank you very much dinsdale07 |
| 19:30 |
Jo |
also i found the new doku in german language. so i hope i have not too much dau questions next time ;) |
| 20:39 |
anton_ |
i added a select fe_user field to the tt_content table with kickstarter, but where can i change the options to make it the new access module for the page ? |
| 20:56 |
theconic |
does someone know when the release of a new typo3 version is to be released? |
| 20:57 |
theconic |
is something announced? |
| 21:49 |
jananne` |
Hello, why aren't my movies showing properly in FF ( added with 'multimedia'-record )? |
| 21:49 |
jananne` |
http://www.dehaanmedia.nl/rallysupport/index.php?id=video |
| 21:49 |
jananne` |
Firefox * |