| 00:41 |
chefan |
it makes people think they work |
| 00:41 |
chefan |
under construction sounds like blood, sweat and tears |
| 00:47 |
ries |
chefan: for me it sounds liek stupid because they have a working website.. |
| 01:57 |
theduke |
is there anyway to do this: if javascript is enabled lib.menu = HMENU ..... else lib.menu = .... ? |
| 01:58 |
_mac3 |
hm check typoscript+conditions |
| 01:58 |
_mac3 |
but i would doubt it |
| 01:59 |
_mac3 |
you could simply use lib.menu = HMENU and put it in a <div> container |
| 01:59 |
_mac3 |
then write a javascript which replaces the <div> with the other menu |
| 01:59 |
_mac3 |
and include this to your site |
| 01:59 |
_mac3 |
mootools is a nice js library |
| 01:59 |
_mac3 |
maybe you want to check it out |
| 02:00 |
ries |
theduke: i talmost sounds like you need to make a simple PHP function that returns 0 or 1 |
| 02:00 |
ries |
then based on that condition you can change the menu |
| 02:01 |
_mac3 |
ries: but he needs to know if js is enabled in the browser |
| 02:01 |
ries |
One other solution is to send two menus, and when javascript is enabled you overwrite the static menu |
| 02:01 |
ries |
or elso you let javascript replace the JS menu version |
| 02:01 |
ries |
_mac3: it's a chicken and a egg problem |
| 02:01 |
_mac3 |
yap |
| 02:02 |
ries |
I don't know about a 100% reliable mothod really |
| 02:02 |
_mac3 |
you dont know before the first call |
| 02:02 |
ries |
indeed |
| 02:02 |
_mac3 |
it will work with the js overwrite |
| 02:02 |
_mac3 |
and maybe drop a ajax call to save the js availability in the session |
| 02:03 |
ries |
on the first call you could send a static menu and a dynamic menu.... |
| 02:03 |
ries |
and subsequence calls you send the menu that is appropriate for the brower |
| 02:04 |
ries |
But typo3 doesn't do that out of the box... |
| 02:05 |
_mac3 |
would be a nice extension though |
| 02:05 |
_mac3 |
first call does a reload |
| 02:05 |
_mac3 |
and you dont need the 2 ways approach |
| 02:08 |
ries |
I am not sure if a reload would benefit SEO |
| 02:08 |
ries |
so then you need to add bot detection |
| 02:09 |
_mac3 |
true |
| 03:33 |
theduke |
thanks for the advice mac3 and ries, I solved it a little amateurishly ( i included both a textmenu and a jsmenu and with window.onload I set the textmenu div to display:none ) |
| 03:43 |
theduke |
something else: does anyone know how I can force an image in a templavoile FCE to a certain size? |
| 03:44 |
theduke |
adding 10.params = widht="" height="" in the XML does not work |
| 08:10 |
saboor |
Hi |
| 08:18 |
_pedda_ |
moin all |
| 08:21 |
spabhat |
moin _pedda_ |
| 08:24 |
d|g |
hi all |
| 09:02 |
BlueWing |
is it possible to nest TCEForms? I want to place a text input field near a radio button in a flexform, how can I do this? |
| 09:04 |
_pedda_ |
hi all |
| 09:05 |
maholtz|WORK |
@BlueWing: palettes |
| 09:05 |
maholtz|WORK |
or "palette" |
| 09:08 |
BlueWing |
where can I find the syntax for palettes? |
| 09:37 |
theduke |
hi all |
| 09:37 |
theduke |
how can I force an image in a templavoila FCE to a specific size? adding 10.params = height="" widht="" does not work |
| 09:38 |
theduke |
and: how can i set a standard value that is used until something else is manually specified? |
| 09:38 |
theduke |
for the image path for example |
| 09:49 |
ndl |
I am changing from toolpark CMS to typo3, what should I do with the died link? |
| 09:50 |
ndl |
can i redirect died link to one page in typo3 ? |
| 09:52 |
ndl |
for example in toolpark : the link to product page is abc.com/product and in typo3 is abc.com/index.php?id=23 |
| 09:52 |
ndl |
can i use the old link (abc.com/product ....) ? |
| 09:53 |
ndl |
what should I do to avoid the died links? |
| 09:53 |
ndl |
please help me |
| 09:59 |
jbaptiste_j |
I think yopu should look into APACHE and .htaccess and Url rewriting |
| 10:00 |
jbaptiste_j |
@ndl http://corz.org/serv/tricks/htaccess2.php |
| 10:03 |
nd |
Aloha |
| 10:03 |
nd |
maholtz|WORK: Around? Still working on this flexform stuff on my different pagetype... |
| 10:04 |
maholtz|WORK |
moin, yep, but how could i help? |
| 10:06 |
nd |
Have a look at http://pastebin.com/m5eb0bad9 and tell my why I can't access any flexform-values ;) |
| 10:10 |
maholtz|WORK |
configurations is empty? |
| 10:10 |
nd |
We get the TS we set, but no ff |
| 10:11 |
maholtz|WORK |
you should be able to read ff-value (so you would get the XML inside flexform field |
| 10:12 |
maholtz|WORK |
have an look into the database |
| 10:12 |
maholtz|WORK |
there is a field (sth. like ) flexform with xml data |
| 10:12 |
nd |
but from the normal controller we get the ff just fine |
| 10:12 |
maholtz|WORK |
you should be able to read that xml - you have to parse it inside your extension yourself |
| 10:14 |
nd |
But why that? From the main controller I get every ff-value by using $controller->configurations-get('myValue');... |
| 10:15 |
maholtz|WORK |
you should be able to use that too - if you make everything correct |
| 10:16 |
nd |
Right, but it seems I don't and do not see my mistake |
| 10:16 |
maholtz|WORK |
so you have to debug every step - what did you assume - what happens really |
| 10:18 |
nd |
been doing this for two days :) |
| 10:23 |
maholtz|WORK |
check if your plugin gets the xml infos |
| 10:23 |
maholtz|WORK |
how does temp.tx_siwiki.configurations looks like? |
| 10:24 |
maholtz|WORK |
do you use forge for development? |
| 10:28 |
nd |
nay, not yet |
| 10:29 |
nd |
maholtz|WORK: http://pastebin.com/m9adab |
| 10:29 |
nd |
pretty boring |
| 10:33 |
maholtz|WORK |
how should your extension get notice from your flexform field? |
| 10:34 |
maholtz|WORK |
you read it from $this->cObj->data['pi_flexform'] in your extension? |
| 10:34 |
nd |
maholtz|WORK: The extension atm consists of two parts, one is the main controller, which gets the ff-values just fine. The other one is the ajax-controller which does not get it. Both extend tx_lib_controller |
| 10:34 |
maholtz|WORK |
well, you are in different scopes if you use eId |
| 10:36 |
nd |
I assumed so... but we're looking heavily at efaq and elmar does nothing that special (apart from the magic) and his several controllers all have the ff available |
| 10:36 |
maholtz|WORK |
what is the db field with xml data? |
| 10:42 |
nd |
maholtz|WORK: What do you mean by 'what is'> |
| 10:43 |
maholtz|WORK |
which field? pi_flexform? |
| 10:45 |
nd |
Honestly I don't know what you mean... Which table should this be in? |
| 10:45 |
maholtz|WORK |
tt_content -> where your plugin is |
| 10:45 |
maholtz|WORK |
uid = uid from your plugin |
| 10:48 |
nd |
pi_flexform has the xml |
| 10:49 |
progzy |
I have a menu item and its subitems. I want a dynamic content to be the same for the menu item and its subitems. For that I have created a extension template. Here is a sample of a code : http://pastebin.com/m549b7a76 .The fisrt 2 lines make it work as I want but it is not so much dynamic. The last 2 lines do not work :\ Could you help please ? |
| 10:55 |
progzy |
Am I on the good way? I mean I need to do that with an extension template right ? |
| 10:57 |
maholtz|WORK |
@nd: so check if your ajax plugin gets that value |
| 10:58 |
nd |
maholtz|WORK: Using the configurations object it does not |
| 10:58 |
maholtz|WORK |
grep for "pi_flexform" |
| 10:58 |
maholtz|WORK |
where do you get it? |
| 10:59 |
nd |
I don't get it in the ajax controller but I get it in the normal controller |
| 11:03 |
webonaut |
i try to update be_users password by using tce |
| 11:03 |
webonaut |
but it does not work :-() |
| 11:03 |
maholtz|WORK |
@nd: show me the line where the controller gets the value from pi_flexform |
| 11:03 |
webonaut |
it does update the username but not the password field |
| 11:04 |
webonaut |
is there something special about this field? |
| 11:04 |
nd |
maholtz|WORK: I don't really know what you mean. The line where we add the ff in ext_tables? |
| 11:05 |
maholtz|WORK |
how do your controller get the value of pi_flexform? |
| 11:11 |
nd |
maholtz|WORK: It just has it... it's built into tx_lib |
| 11:19 |
maholtz|WORK |
@nd: perhaps it has it via $this->cObj->data['pi_flexform'] check that |
| 11:21 |
nd |
NULL |
| 11:22 |
maholtz|WORK |
so, you do not get that value |
| 11:23 |
maholtz|WORK |
ok, i do not know the perfect way, but you should be able to override that value (read tt_content from database and put it into data) |
| 11:25 |
nd |
ouch |
| 11:25 |
nd |
ok |
| 11:39 |
theduke |
how can I force an image in a templavoila FCE to a specific size? adding 10.params = height="" widht="" to the XML does not work |
| 11:40 |
theduke |
and: how can i set a standard value that is used until something else is manually specified? |
| 11:43 |
lilalinux |
which of the many typo3 flv players is considered the best? |
| 11:49 |
Janoon |
Hi everyone |
| 11:50 |
Janoon |
I need help about how can i make link in TYPO# form |
| 11:51 |
Janoon |
like this |
| 11:51 |
Janoon |
Vorname | *Vorname=input,40,40 |
| 11:51 |
Janoon |
Nachname | *Nachname=input,40,40 |
| 11:52 |
Janoon |
i want to a link on "AGB" Ich akzeptiere die AGB | *AGB=check |
| 11:52 |
Janoon |
? |
| 11:54 |
kinea |
what is the field "sorting" in table "sys_dmail_feuser_category_mm" used for? |
| 12:06 |
davidbrunnthaler |
does someone know how i can implement the Rggooglemap-extension more than once on a page |
| 12:06 |
davidbrunnthaler |
? |
| 12:07 |
davidbrunnthaler |
i want it on each subpage; do i now have to create a new api-key for each subpage? |
| 12:07 |
lilalinux |
davidbrunnthaler: no, the key can be generated for the whole domain |
| 12:08 |
davidbrunnthaler |
but if i insert the extension on a second subpage it won't work |
| 12:12 |
Janoon |
i want to a link on "AGB" Ich akzeptiere die AGB | *AGB=check |
| 12:12 |
Janoon |
? |
| 12:13 |
_pedda_ |
add a checkbox in the formwizard then |
| 12:14 |
MyGoddess |
I believe the form wizard doesn't support html code in its labels. |
| 12:18 |
Janoon |
Then how can i apply link on AGB |
| 12:20 |
Crocus |
hi there |
| 12:27 |
_pedda_ |
hi |
| 12:30 |
maholtz|WORK |
@Janoon: did you try using <link 123>link on AGB</link> |
| 12:31 |
plain_text_only |
Hi! I'm reading http://typo3.org/documentation/document-library/extension-manuals/direct_mail/2.6.2/view/4/5/ but I'm not sure what to write in the user TSConfig to set these values. Do I need to write something along the lines of [beuser:tx_directmail]? |
| 12:31 |
Janoon |
this is pagecontent |
| 12:32 |
Janoon |
form |
| 12:41 |
plain_text_only |
is it possible to browse the User TSConfig values to see what they are set to? |
| 12:42 |
maholtz|WORK |
admin tool: where you can switch to user, set "TSconfig" |
| 12:42 |
maholtz|WORK |
in "Compare User Setting" |
| 12:43 |
plain_text_only |
thanks. Very nice |
| 12:44 |
plain_text_only |
where do extension specific settings go? I guess the hideTabs setting of direct_mail won't be just called "hideTabs" here? |
| 12:52 |
plain_text_only |
ok. I figured it out by reading the code. It's supposed to be tx_directmail.hideTabs. |
| 13:01 |
xonx |
Does anyone have integrated jawstats into TYPO3? http://www.jawstats.com |
| 13:07 |
xonx |
If you use awstats for logfile statistics, jawstats serves as a usability enhancement |
| 13:41 |
lilalinux |
any recommendations for a flv extension? there are so many, which should I go for? |
| 13:45 |
xonx |
I once used bddb_flvvideogallery |
| 13:47 |
Janoon |
I got this error "Auto creation version is not allowed in workspace" |
| 13:47 |
Janoon |
? |
| 13:47 |
Janoon |
inserting a record |
| 13:47 |
xonx |
but I guess flvplayer and rgmediaimages are also good choices, as both author have good reputation. |
| 13:48 |
Janoon |
I aslo got this error "Record could not be created in this workspace ih this branch" |
| 13:49 |
Janoon |
can any one tell me about this |
| 13:52 |
lilalinux |
xonx: hm, it looks like these are all non-free |
| 13:53 |
lilalinux |
at least not for commercial use |
| 14:04 |
maholtz|WORK |
@janoon: you have to configure the workspace itself |
| 14:04 |
Janoon |
how i can configure workspace? |
| 14:05 |
Janoon |
from workspace link in admin |
| 14:06 |
maholtz|WORK |
check workspace module for that |
| 14:06 |
maholtz|WORK |
@nd: whats the problem? |
| 14:07 |
nd |
Still the old one... I refuse to believe that I have to read directy from these fields and parse them myself |
| 14:07 |
nd |
Elmar is doing the same darn thing with his ajax controller and he's able to access his flexforms anywhere, in every controller |
| 14:07 |
maholtz|WORK |
well, read yes - parse perhaps not |
| 14:07 |
nd |
I just don't see the important difference between his code and mine |
| 14:08 |
maholtz|WORK |
you both using eId? |
| 14:08 |
nd |
What's eId? |
| 14:08 |
maholtz|WORK |
for ajax? i thought so... |
| 14:08 |
nd |
No clue... |
| 14:08 |
maholtz|WORK |
ok, you are not using it... |
| 14:08 |
maholtz|WORK |
so, check typoscript |
| 14:09 |
nd |
He's not using eId |
| 14:09 |
nd |
Well, you've seen my TS... it's simple and short |
| 14:10 |
maholtz|WORK |
you use < plugin.xyz and not styles.content.get or similar? |
| 14:10 |
nd |
And his is only six or seven lines too... (the part concerning his ajax controller) |
| 14:11 |
nd |
yes |
| 14:11 |
maholtz|WORK |
there has to be a part, where your plugin should know - where the tt_content record is |
| 14:12 |
maholtz|WORK |
use styled.content.get for it |
| 14:12 |
maholtz|WORK |
or RECORDS or CONTENT |
| 14:12 |
nd |
tt_content.list.20.tx_siwiki =< plugin.tx_siwiki.controllerSwitch |
| 14:12 |
maholtz|WORK |
to get the correct record |
| 14:12 |
questioner54 |
hello |
| 14:14 |
xonx |
lilalinux: nice to see that you care about the licencing stuff. LIcences are not very expensive (I guess 20 Euro for a site using bddb_flvvideogallery) |
| 14:15 |
lilalinux |
I contacted the author of flvplayer. it has by far the most users in ter |
| 14:15 |
lilalinux |
so i guess it can be seen as the defacto standard |
| 14:16 |
MasterYin`work |
Hey Everyone, does anybody know a good wishlist-extension? |
| 14:16 |
MasterYin`work |
In the Typo3.org-Repo is only jg_wishlist and theres no doc available |
| 14:18 |
xonx |
lilalinux: You could use one of these extensions as a base and replace the player engine by a free alternative (e.g. flowplayer) |
| 14:20 |
lilalinux |
I thought about writing my own extension, but we'll see what the author responses |
| 14:20 |
lilalinux |
if it's free, why inventing the wheel twice? :-) |
| 14:22 |
xonx |
lilalinux: read the extension manual about 3rd party licences. most of them have some useful information. flvplayer uses JW FLV Media Player, which has commercial licenicing |
| 14:26 |
aushfa |
helo |
| 14:29 |
aushfa |
i need help here.. |
| 14:29 |
_pedda_ |
aushfa: wat is your problem ? |
| 14:31 |
aushfa |
i use new login box .. and its has redirect option .. |
| 14:31 |
aushfa |
but the redirect not working if i use cooluri |
| 14:32 |
aushfa |
anyone know the problem ..? |
| 14:32 |
aushfa |
:) |
| 14:33 |
_pedda_ |
does it work without cooluri ? |
| 14:34 |
aushfa |
yes |
| 14:39 |
_pedda_ |
hmm i'm trying to find something on the web actually |
| 14:39 |
_pedda_ |
which t3 version do you use = |
| 14:39 |
_pedda_ |
? |
| 14:41 |
aushfa |
4.0.4 |
| 14:42 |
aushfa |
and cooluri 1.0.15 |
| 14:46 |
_pedda_ |
hmm sorry i can't find anything on the web.. and i have no experience with cooluri |
| 14:46 |
aushfa |
ok.. thanks for your help .. ;) |
| 14:47 |
_pedda_ |
ever thought about upgrading your core ? |
| 14:47 |
aushfa |
coz i'm also new in cooluri |
| 14:47 |
_pedda_ |
to 4.0.11 |
| 14:48 |
aushfa |
yes.. i had thought about that.. |
| 14:51 |
aushfa |
thank for your help _pedda_ .. talk to you later... ;) |
| 14:51 |
_pedda_ |
ok |
| 14:51 |
_pedda_ |
i didn't help you a lot actually..# |
| 14:52 |
aushfa |
:) .. well.. thanks for your respond then ... :) |
| 14:53 |
_pedda_ |
hehe ok |
| 15:18 |
theduke |
how can I escape { and } in TS? // how do I assign a (long) value to a text object so that special chars are escaped? |
| 15:25 |
maholtz|WORK |
htmlSpecialChars = 1 |
| 15:25 |
maholtz|WORK |
is an stdWrap option |
| 15:26 |
maholtz|WORK |
do not know, if it is possible to escape { } afaik not |
| 15:27 |
maholtz|WORK |
but afaik there is no need to escape them if you not using datawrap and not have {$ somewhere - use { $ instead |
| 15:27 |
ckoehler |
anyone using phplist? |
| 15:59 |
MikyMouse |
Hi |
| 16:00 |
MikyMouse |
Is thre anyway to back up a typo3 site which is online to install it in a local machine for testing and changes in order to upload it whenever is ready? |
| 16:01 |
_pedda_ |
the best way is to create a mysql dump manually via shell and tar.gz your typo3 root folder |
| 16:02 |
_pedda_ |
download it and extract on your local machine then |
| 16:02 |
_pedda_ |
and import the db |
| 16:02 |
xonx |
MikyMouse: Copying DB and filesystem fom a to b is not sufficient. You'll have to alter the local system for your needs (baseline, domain records...) |
| 16:03 |
xonx |
MikyMouse: and then change it again after the rollback to the online system |
| 16:04 |
MikyMouse |
ok, I am going to try |
| 16:10 |
progzy |
I am trying to add my own styles in the RTE. For that I have edited the TSconfig's option from page properties. I have added the example from here : http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/ . But it does not work. The text style list is disables in any cases? Couls you help please? |
| 16:13 |
lilalinux |
why is typo3 removing all attributes from the body tag (using tv)? |
| 16:13 |
maholtz|WORK |
afaik templavoila replaces the body tag? |
| 16:14 |
maholtz|WORK |
or is it done via typo3 |
| 16:14 |
maholtz|WORK |
check CONFIG? |
| 16:14 |
lilalinux |
CONFIG? |
| 16:14 |
lilalinux |
I've set ROOT to body->inner |
| 16:15 |
lilalinux |
that should leave body untouched |
| 16:15 |
lilalinux |
so i guess it's typo3 itself |
| 16:15 |
dinsdale07 |
I thinkn you can talk to it via: page.bodyTagCObject |
| 16:17 |
dinsdale07 |
lilalinux, I use this snippet usually to give each page a specific id. it modifies the body tag. http://paste.phlogi.net/modify_bod/ |
| 16:17 |
lilalinux |
dinsdale07: gr8 |
| 16:17 |
lilalinux |
thx |
| 16:18 |
lilalinux |
exactly what i needed |
| 16:18 |
lilalinux |
i hope it works with TV |
| 16:18 |
dinsdale07 |
it does :-) |
| 16:18 |
lilalinux |
oh |
| 16:18 |
lilalinux |
hm, actually it's not what i need |
| 16:18 |
lilalinux |
I need to distinguish two templates |
| 16:19 |
lilalinux |
not each individual page |
| 16:19 |
lilalinux |
via css |
| 16:20 |
dinsdale07 |
I see - maybe you could modify the TV xml file and add something there |
| 16:20 |
lilalinux |
yeah, but I would lose these changes when i need to modify the template again |
| 16:22 |
progzy |
Here is the TSconfig content : http://pastebin.com/m75261b33 I can see the class only in "anchor". Nothing displays in text style and it does not display the class name in "paragraph" |
| 16:24 |
lilalinux |
dinsdale07: got it |
| 16:24 |
dinsdale07 |
hm - that's tough. maybe you could try using a span around the body. I used that once for a table. |
| 16:24 |
lilalinux |
I can use your code with a condition |
| 16:25 |
dinsdale07 |
is there a condition whether a certain template is active? |
| 16:26 |
maholtz|WORK |
@dinsdale07: do not know - perhaps you can set an constant in that template? |
| 16:30 |
_pedda_ |
cu all |
| 16:31 |
lilalinux |
dinsdale07: at the moment i could live with pidinrootline |
| 16:31 |
lilalinux |
but a template condition would be better, right |
| 16:34 |
theconic |
hey guys, does someone in here use t3mootools or jQuery? |
| 16:48 |
progzy |
Anyone can help to add styles in the RTE please? Here is my config: http://pastebin.com/m75261b33 |
| 16:48 |
progzy |
It only works for anchors ... |
| 16:52 |
maholtz|WORK |
@theconic: i use jQuery one time |
| 16:52 |
maholtz|WORK |
i like that it is compatible with prototype |
| 16:52 |
maholtz|WORK |
mootools is not |
| 17:07 |
Denyerec |
Hey guys |
| 17:07 |
Denyerec |
Has anyone here read Dmitry's T3 extension writing book? |
| 17:38 |
davidbrunnthaler |
someone still here? i would need help with a subpage menu?! |
| 17:38 |
maholtz|WORK |
just ask, perhaps someone could answer:) |
| 17:39 |
davidbrunnthaler |
is there an easy way with the hmenu to create a menu which shows always the subpages to the actual page |
| 17:39 |
davidbrunnthaler |
cause i now searched the internet for half an hour but i couldn't find anything helpful |
| 17:40 |
davidbrunnthaler |
all i found were the special "directory" and "list" properties |
| 17:41 |
davidbrunnthaler |
but they seem tricky.. |
| 17:42 |
maholtz|WORK |
cant you use entryLevel = -1 ? |
| 17:42 |
davidbrunnthaler |
(if i use the sitemap plugin with "subpages" chosen i only see one level) |
| 17:42 |
davidbrunnthaler |
i think entrylevel is doing not what i want |
| 17:43 |
maholtz|WORK |
you mean the content element? afaik it is renderd trough typoscript so you should be able to extend it or copy the code:) |
| 17:43 |
davidbrunnthaler |
i want all the subpages (let's say 3 or 4 levels) to the page which your right now viewing |
| 17:43 |
davidbrunnthaler |
i know it should be somehow possible to change the levels in the tsobject browser |
| 17:44 |
maholtz|WORK |
ok, special = directory |
| 17:44 |
maholtz|WORK |
special.value.data = TSFE:id |
| 17:44 |
davidbrunnthaler |
but i didn't find the right place |
| 17:44 |
davidbrunnthaler |
mh that looks somehow interesting |
| 17:44 |
davidbrunnthaler |
i will try it |
| 17:50 |
maholtz|WORK |
have to go, bye |
| 17:51 |
davidbrunnthaler |
bye |
| 17:51 |
davidbrunnthaler |
thx |
| 17:56 |
progzy |
The "src + dummy" package is supposed to contain a test website, right ? |
| 17:59 |
progzy |
Because on step3 of set up, the select box labelled "Please select a database dump:" only contains "Create default database tables" :\ |
| 18:01 |
rw-hedDi |
halo everyone ... |
| 18:01 |
rw-hedDi |
would like to ask .. |
| 18:02 |
rw-hedDi |
is it possible to add condition [globalVar = GP:L = 0] ... on constant ? |
| 18:15 |
Denyerec |
Has anyone here read Dmitry's T3 extension writing book? |
| 18:15 |
Denyerec |
I'm tempted to buy it, but it's expensive. |
| 18:27 |
xonx |
Denyerec: it's worth every cent. No 1000 pages compendium, but hitting the facts and driven by good examples |
| 18:28 |
Denyerec |
Ah |
| 18:28 |
Denyerec |
that is encouraging |
| 18:28 |
Denyerec |
I am always wary of technical books |
| 18:28 |
Denyerec |
sometimes they're just printed APIs or poorly explained examples |
| 18:28 |
xonx |
rw-hedDi: [globalVar = LIT:1 = {$constant_to_turnSomethingOn}] |
| 18:29 |
Denyerec |
I wonder where I can order it from |
| 18:29 |
Denyerec |
Amazon says 10-13 days |
| 18:29 |
Denyerec |
http://www.packtpub.com/typo3-extension-development/book |
| 18:29 |
Denyerec |
:) |
| 18:30 |
xonx |
Denyerec: have a lot of fun... |
| 18:31 |
xonx |
Denyerec: it was a pleasure to read the book |
| 18:50 |
progzy |
In extension manager, when I go to see details for pre-installed RTE HtmlArea, I got several warnings for the following function : mysql_fetch_assoc(). What is the problem please ? |
| 18:50 |
progzy |
Note that I ve made a fresh installation. |
| 21:44 |
halk |
hi, i have the problem that i have elements in a template (such like copyright etc.) which are not part of the content. how do i get these elements multilingual? |
| 21:51 |
pond |
lol... installed the new version (153) of RealURL with the autoconfiguration option (seemed cool) but I cannot get it to work on the most basic site... |
| 21:51 |
pond |
all urls resolve to the root page... |
| 21:51 |
pond |
?? |
| 21:52 |
pond |
is there some trick, or should I just go back to manual config? |
| 21:53 |
pond |
the urls generate correctly... but don't get interpreted correctly |
| 21:54 |
pond |
huh... maybe I screwed up the apache config... |
| 21:57 |
pond |
ah yeah... the typical htaccess setup works but my setup in http.conf was interpreting the urls incorrectly... |
| 21:58 |
pond |
huh |
| 21:58 |
pond |
the interaction was stimulating... |
| 21:58 |
pond |
;) |
| 22:03 |
ries |
pond: sometimes it help to talk against nobody |
| 22:07 |
chefan |
don't spoil him |
| 22:08 |
chefan |
we tell them everytime, don't ask to ask, just ask. don't change the rules now and demand interactivity ;) |
| 23:20 |
cusco |
can't I go to other channels? |
| 23:20 |
cusco |
form irc cgi? |