| 00:00 |
fuchur |
see if you set directoryindex to /subfolder/index.php all link on the page are built to /subfolder :) |
| 00:03 |
hal2050 |
that's what i've got in my root directory .htaccess: 'DirectoryIndex subfolder/index.php' |
| 00:04 |
fuchur |
set index.php without subfolder |
| 00:04 |
fuchur |
and rewirtecondition index.php to subfolder/index.php |
| 00:04 |
fuchur |
www.mod-rewrite.de |
| 00:06 |
hal2050 |
do i have to use the htaccess in the root dir or in the typo3 dir? i guess the last? |
| 00:06 |
fuchur |
first |
| 00:06 |
hal2050 |
ah hm, ok |
| 00:07 |
fuchur |
if you point your browser to / this is where apache looks for the htaccess |
| 00:07 |
fuchur |
if you point it to /subfolder apache looks in / and then in /subfolder |
| 00:08 |
hal2050 |
so basically i could move the htaccess for the typo dir completely to / ? |
| 00:08 |
hal2050 |
for -> from |
| 00:08 |
fuchur |
uhm yes |
| 00:08 |
hal2050 |
ok |
| 00:09 |
fuchur |
and somewhere in there is BasePath |
| 00:09 |
fuchur |
or BaseLink oder BaseDir |
| 00:09 |
fuchur |
ah BaseDir |
| 00:09 |
fuchur |
set this to /subfolder |
| 00:20 |
HardPhuck |
is there a substitute for window in ext? |
| 00:20 |
HardPhuck |
ah wrong channel:) |
| 00:24 |
fuchur |
:-) |
| 05:34 |
mekele |
hey all |
| 05:34 |
mekele |
can I ask some newbie question, pls? anyone available to explain? |
| 08:50 |
zed_devil |
hi there, i hav a problem with "sr_feuser_register". i have set Enable HTML emails, all emails are send in HTML but the "EMAIL_TEMPLATE_INFOMAIL_HTML" is a text mail. can someone help me |
| 09:51 |
fuchur |
mornin |
| 09:52 |
elmargol |
html mails? WTF? who does such a thing? :( |
| 10:00 |
fuchur |
rehi :) |
| 10:03 |
MarkusH |
fuchur: hey ho |
| 10:10 |
sebar |
Hi everybody. I have just installed TemplaVoila on my typo3. The installation process said that everthing has been installed correctly. But when I try to edit a template from the fileList I have the following error that apears: "No accessible Storage Folder found - please create one immediately!" |
| 10:10 |
sebar |
Any ideas??? |
| 10:14 |
sebar |
It seems that TemplaVoilà has not been installed as needed |
| 10:43 |
chaser |
hello, anyone alive? |
| 10:44 |
fuchur |
no |
| 10:44 |
fuchur |
^^ |
| 10:45 |
LionRock |
hi |
| 10:45 |
LionRock |
ko te bizo cez mizo |
| 10:45 |
fuchur |
LionRock: this is english only |
| 10:45 |
LionRock |
ohhh sry |
| 10:46 |
fuchur |
no problem |
| 10:47 |
chaser |
why do links get transformed from <a> to <link> when i show data with getContentField function? |
| 10:49 |
LionRock |
hmmm |
| 10:52 |
sorenmalling |
chaser: AFAIK the data from RTE is saved as nonparsed in the database, and is getting parsed when outputting to FE |
| 10:53 |
sorenmalling |
Try check the content of your DB in the tt_content table, and you should see what i mean |
| 10:53 |
chaser |
sorenmalling: yes, links are ok in database, but get transformed when called with getContentFiled function |
| 10:53 |
chaser |
so how do i avoid that? |
| 10:54 |
LionRock |
wrong code |
| 10:55 |
sorenmalling |
chaser: In my database a link around a element is saved as this: <link 96 - internal-link "Opens internal link in current window"> |
| 11:01 |
MarkusH |
sebar: create a folder called fileadmin/templates |
| 11:04 |
pmk65 |
chaser: For RTE content you need to run it through the parseFunc. From TS you can use lib.parseFunc_RTE. From PHP there's several functions to choose from, depending on if your ext is FE or BE. |
| 11:04 |
LionRock |
I think its FE |
| 11:05 |
chaser |
sorenmalling: i have an external link, it transforms from e.g. <a href="">http://www..."> to <link http:www...="" ...> |
| 11:05 |
sorenmalling |
And what data do you have in your database? |
| 11:05 |
chaser |
pmk65: it's FE |
| 11:05 |
pmk65 |
pi_RTEcssText($str) |
| 11:06 |
pmk65 |
pibase function |
| 11:06 |
pmk65 |
Will process the input string with the parseFunc function from tslib_cObj based on configuration set in "lib.parseFunc_RTE" in the current TypoScript template. This is useful for rendering of content in RTE fields where the transformation mode is set to "ts_css" or so. |
| 11:06 |
LionRock |
chaser, you must change $stro to your $var |
| 11:07 |
chaser |
LionRock: no shit, Sherlock |
| 11:07 |
LionRock |
lol |
| 11:07 |
LionRock |
:) |
| 11:08 |
chaser |
pmk65: links are in the description field with the rest of the text, is that a problem? |
| 11:17 |
daKmoR |
hey, does anyone know of a bug with the FE Login so it can't redirect to "some" pages on logout |
| 11:17 |
daKmoR |
I mean I can redirect to most pages, but not to the one I want... (root page) |
| 11:23 |
chaser |
pmk65: thanks, pi_RTEcssText worked |
| 11:24 |
pmk65 |
daKmoR: felogin is filled with bugs (and as someone decided that it should be a core/sysext, then you'll only see updates when a new TYPO3 version is released.) |
| 11:24 |
pmk65 |
That makes it pretty useless IMO |
| 11:25 |
pmk65 |
the redirect functionality have never worked correctly. |
| 11:26 |
pmk65 |
I once tried the 4.3beta version of felogin on a 4.2.8 site. Result was no putput. :/ |
| 11:28 |
daKmoR |
hey pmk65 :) |
| 11:29 |
daKmoR |
and thx for the info... yeah seems a little broken... |
| 11:30 |
daKmoR |
just reading a few bugs... why is this even core? core standard is going down... :p |
| 12:13 |
mekele |
hello |
| 12:13 |
mekele |
anyone available to help with some typo3 newbie questions? |
| 12:15 |
sorenmalling |
mekele: Just ask and maybe somebody will listen :) |
| 12:17 |
MarkusH |
mekele: sorenmalling: ... and answer |
| 12:17 |
sorenmalling |
That wasn't meant as rude as it sounds! :) It was meant as "dont't ask if you can ask, just ask" :) |
| 12:18 |
sorenmalling |
MarkusH: Yes, that was the part missing, and what I tried to say with the second message :) |
| 12:18 |
MarkusH |
:-D |
| 12:20 |
mekele |
ok, my question: in need some kind of subtemplate.. reusable template with the editable field witch i'm able to insert into other regular templates. Is there any way to do this? |
| 12:20 |
MarkusH |
yes |
| 12:20 |
MarkusH |
make a root-template |
| 12:20 |
MarkusH |
and create a second template and include it by the first one |
| 12:22 |
mekele |
MarkusH: using INCLUDE_TYPOSCRIPT tag? |
| 12:22 |
MarkusH |
no |
| 12:23 |
mekele |
hm |
| 12:23 |
MarkusH |
in the template-module you can include a template |
| 12:24 |
mekele |
that is not a solution for me.. i need 2-3 subtemplates 'merged' together plus some other extra code. I guess it needs to be coded |
| 12:24 |
MarkusH |
BE -> Web -> Template -> Root-Page -> Info/Modify -> Click here to edit ... |
| 12:25 |
mekele |
ok, ill check it out then |
| 12:25 |
mekele |
thats it, thanks for your advice |
| 12:25 |
MarkusH |
there you can include other templates |
| 12:25 |
MarkusH |
you're welcome |
| 12:26 |
mekele |
later all |
| 12:49 |
tPl0ch |
hi, what could be the problem, that the getScope is not updated, e.g. I have a searchform that sends via GET to self, in the URL the values change, but the results are still these of the searchterm used in the search before? |
| 12:51 |
sorenmalling |
I've mapped a link field in templavoila, and would like to be able to "slide" this value to child pages, if none is set on these. I don't seem to have any luck with kb_tv_cont_slide, in the same way i have with image fields. |
| 12:51 |
sorenmalling |
Any ideas? |
| 12:58 |
Bitcrusher_Work |
hey guys :) |
| 13:00 |
pesz |
hi all |
| 13:02 |
Bitcrusher_Work |
hi pesz |
| 13:03 |
Bitcrusher_Work |
anyone have experience with debugging through the TypoScript Object Browser? cause im getting an error with an include on line 1039, but have no idea what file its from |
| 13:05 |
pesz |
anyone able to debug empty post of forms? |
| 13:09 |
Bitcrusher_Work |
pesz: empty post? you mean to check if any data get sent at all? |
| 13:10 |
pesz |
all the forms on my site stopped sending data |
| 13:10 |
Bitcrusher_Work |
hmm |
| 13:11 |
Bitcrusher_Work |
the only check i know of, that wouldent require you to mess around with the sourcecode of the plugin, is to install Tamper Data for Firefox, start it and post a form on the page |
| 13:12 |
Bitcrusher_Work |
it enables you to see (and manipulate if needed) all $_POST and $_GET vars |
| 13:17 |
pmk65 |
Bitcrusher_Work: you could try with this one http://forge.typo3.org/projects/show/extension-pmktsvoila |
| 13:17 |
rpesz |
hi |
| 13:18 |
pmk65 |
It doesn't have any slide functionality, but you could easily make that with a bit of TS. |
| 13:18 |
rpesz |
changed client, had problems with previous one (as pesz) |
| 13:19 |
pmk65 |
pesz: With Firefox and Firebug, you can debug the post values, so you can see what key/value pairs are sent to the server. |
| 13:20 |
Bitcrusher_Work |
Did not know firebug could do that as well :) |
| 13:21 |
pesz |
mpk65: thx, i can check out with firefox |
| 13:21 |
pesz |
do i need a special extension for it? |
| 13:22 |
Bitcrusher_Work |
pesz: you need the Firebug extension as well https://addons.mozilla.org/en-US/firefox/addon/1843 |
| 13:22 |
Bitcrusher_Work |
it will appear as a small insect icon in the lower, right corner of firefox |
| 13:22 |
pesz |
uhumm, okay |
| 13:24 |
Bitcrusher_Work |
pmk65: any idea how to debug something like this from the TypoScript Object Browser? Line 15057: Object Name String, "ÿ#" contains invalid character "ý". Must be alphanumeric or one of: "_-." |
| 13:30 |
pesz |
got firebug. where can i debug post? |
| 13:33 |
pmk65 |
Bitcrusher_Work> Yes. after you found the line with error, you need to use the Template Analyzer (remember tu turn on linenumbers) |
| 13:33 |
pmk65 |
Then you'll have to go trough the various TS templates, untill you find one with line numbers in the same range as the errors . |
| 13:35 |
pmk65 |
pesz: enable all panels in Firebug, then click on your form button. After that the post info is visible in the "Net" tab. |
| 13:43 |
Bitcrusher_Work |
thanks pmk65 :) the ironic thing is that it says its your plugin pmkisac |
| 13:44 |
Bitcrusher_Work |
it says 1039: Include JS Framework? - ERROR: Line 1039: Object Name String, "Include" was not preceded by any operator, =<>({ |
| 13:44 |
Bitcrusher_Work |
that the first of the four errors i have |
| 13:44 |
pesz |
pmk65: thx. well, post seems to be okay, but the reply is: Failed to load source for: http://www.integralakademia.hu/kapcsolat/?tx_powermail_pi1%5BmailID%5D=564&cHash=04847666b9#c564 |
| 13:47 |
kinea |
i cannot show a euro sign (¤) in frontend. in backend is is there and also in the database. all umlauts work. forcecharset is set to utf-8. some ideas? |
| 13:47 |
kinea |
it render as a ? |
| 13:50 |
PiPhi |
kinea: what charset is used in the FE? what happens if you select another charset with browser? (IE,FF, ...?) |
| 13:51 |
kinea |
PiPhi: how can i select another charset with browser? |
| 13:51 |
kinea |
i use ff |
| 13:51 |
pesz |
pmk65: and it shows "301 Moved Permanently" for Post |
| 13:52 |
PiPhi |
*grrr* I have german ff, trying to translate: view -> charset/coding? |
| 13:52 |
pmk65 |
Bitcrusher_Work> You are correct. There's missing a # in the constants.txt of pmkisac. |
| 13:52 |
pesz |
pmk65: strange is that there is a Get, as well, saying "200 OK" |
| 13:53 |
PiPhi |
kinea: 3.mainmenu, in 3 subpart: zoom, style, charset |
| 13:53 |
pesz |
pmk65: have an idea? |
| 13:53 |
kinea |
PiPhi: 3.mainmenu? well i have utf-8 in ff as charset and all other charset render also uncorrectly the euro sign |
| 13:54 |
MasterYin |
Hey Everyone... |
| 13:55 |
pmk65 |
pesz: have you updated anything lately? |
| 13:55 |
MasterYin |
Just a little question but I can't solve it alone atm, how to create a TMENU of Subpages? How to set "parentID = myParentPage" |
| 13:55 |
kinea |
PiPhi: i think typo3 saves the ¤ sign as ¤ and not in unicode in the database: for all umlauts i have the typical ö signs but the ¤ stays the same there. |
| 13:55 |
pesz |
it seems something okay on the sites domain without www, and problem with www |
| 13:56 |
PiPhi |
kinea: what charset are your databasetables? |
| 13:56 |
kinea |
PiPhi: you mean the collation? |
| 13:56 |
PiPhi |
yep |
| 13:56 |
kinea |
the collation of the db i set to utf-8 unicode |
| 13:56 |
kinea |
but the tables have fields with |
| 13:57 |
kinea |
svedish ci or similar |
| 13:57 |
PiPhi |
and the euro-signs are also correct if you view fields with phpmyadmin? |
| 13:57 |
kinea |
yep in backend also |
| 13:57 |
kinea |
only fe rendering is wrong |
| 13:57 |
leo-one |
hi guys :) I got a problem with a page of one client of mine... I use tt_news and I want to have the related news be linking to the news-article, how to do that? any tutorial page? I looked up many pages, but didn't find anything |
| 13:58 |
kinea |
i would also be happy with a quick workaround, as the system is in use. |
| 13:59 |
kinea |
i can use replace in sql, but this doesnt help, when i save the next time in backend the ¤ |
| 14:00 |
kinea |
there must be a way to define the fe rendering of the eurosign |
| 14:00 |
PiPhi |
rte? |
| 14:00 |
pmk65 |
MasterYin: Use negative entrylevel value (I can't remember if its -1 or -2 that gives you a list of subpages) |
| 14:00 |
kinea |
good idea. |
| 14:00 |
kinea |
someone knows about charsets in rte? |
| 14:00 |
MasterYin |
and how to set on which page to start? |
| 14:01 |
PiPhi |
i mean: maybe rte disallow euro and replaces it with junk |
| 14:01 |
pmk65 |
kinea> if it's just a wrong char it shows in FE, then you could use the parseFunc.short option to change it to another char. |
| 14:01 |
PiPhi |
therefor my question about phpmyadmin, it shows tablefields without interferring of TYPO3 |
| 14:02 |
pesz |
wow, man! solved |
| 14:02 |
pesz |
pmk65: you are great! thx for your hint! |
| 14:03 |
pmk65 |
MasterYin with negative entryLevel, the start is the current page. |
| 14:03 |
pesz |
it was a domain setup problem, i was mistaked in the backend's domain section. now it is perfect |
| 14:03 |
pmk65 |
If you want it to display a fixed list, you should use the "special = directory" mode |
| 14:04 |
MasterYin |
ok I will check this |
| 14:08 |
kinea |
pmk65: what would the correct char? |
| 14:08 |
kinea |
*be |
| 14:10 |
PiPhi |
... parseFunc.short.¬ = € |
| 14:10 |
PiPhi |
my euro: ¬ , you have to insert your 'wrong euro' |
| 14:10 |
pmk65 |
translate it to € |
| 14:11 |
pmk65 |
tats the htmlentity code for the euro char |
| 14:11 |
PiPhi |
pmk65: won't it better to HTML-code it as ¬ instead of a number? |
| 14:12 |
PiPhi |
& euro ; |
| 14:14 |
Bitcrusher_Work |
thanks for the points, again ;) |
| 14:14 |
Bitcrusher_Work |
points=pointers |
| 14:14 |
MasterYin |
pmk65: Thx the directory was what i searched for :D I knew this but i couldn't find it out by my selft :D |
| 14:16 |
pmk65 |
PiPhi> If its an UTF/ISO problem then the char would be displayed wrong. With an entity value, it should be displayed correct. |
| 14:21 |
kinea |
pmk65 and PiPhi: i made a test: i insert the euro sign with the icon in the rte. in phpMyAdmin i see â?¬ then. but in the frontend it renders as a X with a small circle in the middle of the x (hard to explain) |
| 14:22 |
kinea |
the page has <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 14:24 |
kinea |
rendercharset is utf-8 |
| 14:25 |
kinea |
i have no clue, how to solve this |
| 14:26 |
pmk65 |
if you see a â?¬ in the BE, then it sounds like an UTF/ISO problem. (BE is UTF, DB is ISO, or the other way around) |
| 14:27 |
PiPhi |
kinea, as you you have a working system it might be the easiest way to build in a character replacement as pmk suggested: use parseFunc on your data-field |
| 14:27 |
kinea |
in the backend its shows a normal euro sign ¤ |
| 14:28 |
kinea |
PiPhi: never did that. you mean parseFunc of rte? |
| 14:28 |
PiPhi |
kinea: if you write an euro here i see 2 squares. my euro is this: ¬ |
| 14:28 |
kinea |
ah sure |
| 14:28 |
PiPhi |
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/5/#id4300657 |
| 14:29 |
kinea |
thanx for your help , PiPhi and pmk65 |
| 14:31 |
PiPhi |
kinea: something like: tt_content.text.20.parseFunc.short.¬ = ... you have to work out which field you have to work on |
| 14:31 |
kinea |
PiPhi: cool |
| 14:32 |
PiPhi |
your main problem might be the wrong encoding in the database, but any change now will break your site |
| 14:32 |
PiPhi |
http://wiki.typo3.org/index.php/UTF-8_support |
| 14:32 |
Sultanos |
Hello there |
| 14:35 |
Sultanos |
Can someone tell me how to transfer a page id ( the last pageid ) to another page , so i can pass a variable to a sysmenufolder in order to load last menu page instead of its menu... |
| 14:36 |
Sultanos |
lib.subMenuDir.special=directory lib.subMenuDir.special.value=585 lib.subMenuDir.entryLevel = 0 |
| 14:37 |
Sultanos |
lib.subMenuDir.special.value=585 585 is the value i want to change for the pageid i came from |
| 14:39 |
Sultanos |
lib.subMenuDir.special.value={LastPageID} i have tried this code |
| 14:39 |
Sultanos |
but i dont know how to give {LastPageID} the value of the last page where it came from onto the new page |
| 14:39 |
Sultanos |
any idea? |
| 14:42 |
kinea |
PiPhi: is that for the pagets or ts setup? |
| 14:42 |
PiPhi |
ts setup |
| 14:43 |
kinea |
hmm. doesnt change anything |
| 14:44 |
PiPhi |
tt_content.test.20 means textarea from normal content-elements. headers are other, other extensions have other, ... |
| 14:44 |
kinea |
oh sure. |
| 14:44 |
PiPhi |
if you use TV it is completely different |
| 14:44 |
kinea |
its tt_news |
| 14:44 |
PiPhi |
any tt_news-expert awake? |
| 14:44 |
kinea |
i have it somewhere |
| 14:45 |
kinea |
i used it in an extension longer ago |
| 14:46 |
kinea |
plugin.tt_news.general_stdWrap.parseFunc |
| 14:46 |
kinea |
found it |
| 14:46 |
kinea |
i used it in the linkstats ext |
| 14:47 |
kinea |
just didnt know, that there is something like short |
| 14:47 |
PiPhi |
see tsref-link above |
| 14:52 |
Sultanos |
yes is for Ts setup |
| 14:52 |
Sultanos |
but at the directory made to create menus |
| 14:57 |
Sultanos |
any idea how transfer a variable from one page to another and how to do it? i just need to pass a value in example: IdLastPage=100 to another page and place it here lib.subMenuDir.special.value={LastPageID} |
| 14:58 |
Sultanos |
both variables are suppossed to be the same , i had a typing mistake sorry |
| 14:59 |
kinea |
must it be config.metaCharset = utf-8 or page.config.metaCharset = utf-8? |
| 14:59 |
PiPhi |
config.* is copied to page.config.* |
| 15:00 |
PiPhi |
no more time. bye# |
| 15:03 |
Sultanos |
For those with the UTF 8 try in install menu to set the utf-8 to forced in one of the options that show |
| 15:04 |
Sultanos |
but if you had written something before all will go nuts if you have accents |
| 15:04 |
Sultanos |
i had a problem with that, you must set utf -8 at the very beggining or you will mess up your site |
| 15:15 |
Mikaciu |
good morning / afternoon |
| 15:18 |
Sultanos |
how do i pass variables from one page to anohter? |
| 15:19 |
Mikaciu |
anyone here to answer a relatively simple question ? |
| 15:22 |
HardPhuck |
can i remove the temp css and javascript that typo3 makes on it's own |
| 15:23 |
Mikaciu |
HardPhuck : you can, but Typo3 will generate it again. These two files come from extensions. |
| 15:24 |
HardPhuck |
i know, i want to disable those being generated |
| 15:26 |
kinea |
arg |
| 15:26 |
maholtz|WORK |
@HardPhuck: its possible, imho for js there is an config.* option, for css you need to disable all plugin.tx_someplugin._DEFAULT_CSS (sth. like that) |
| 15:26 |
Mikaciu |
+1 |
| 15:26 |
kinea |
pmk65: the problem is not typo3 |
| 15:26 |
kinea |
its my ff |
| 15:26 |
kinea |
in konqueror it works |
| 15:26 |
maholtz|WORK |
@Sultanos: well, add an Parameter to the links? |
| 15:27 |
HardPhuck |
maholtz|WORK: yea done that but the file is still being generatd |
| 15:27 |
HardPhuck |
i found a core fix for that which i'll use |
| 15:27 |
maholtz|WORK |
you mean the CSS-File? |
| 15:27 |
maholtz|WORK |
is it empty? |
| 15:27 |
HardPhuck |
yes |
| 15:28 |
Mikaciu |
the property name is _CSS_DEFAULT_STYLE |
| 15:28 |
HardPhuck |
well not entirely empty |
| 15:28 |
maholtz|WORK |
i am pretty sure that i disabled it without making an fix, perhaps there is an empty _CSS_DEFAULT_STYLE = somewhere? so it gets whichchars? |
| 15:29 |
HardPhuck |
you disabled both of them? |
| 15:29 |
maholtz|WORK |
white characters |
| 15:29 |
maholtz|WORK |
well, js imho yes |
| 15:29 |
HardPhuck |
href="typo3temp/stylesheet_c3ad6dc8fa.css" |
| 15:29 |
HardPhuck |
src="typo3temp/javascript_92bc0eb2aa.js" |
| 15:29 |
HardPhuck |
these two buggers :) |
| 15:30 |
maholtz|WORK |
set every existing plugin.*._CSS_DEFAULT_STYLE > |
| 15:30 |
pmk65 |
kinea: FF 3.5+ ? |
| 15:32 |
kinea |
pmk65: 3.0.8 and 3.5 |
| 15:32 |
kinea |
3.5.1 to be exact |
| 15:32 |
kinea |
what can that be? |
| 15:32 |
pmk65 |
On Windows? |
| 15:32 |
kinea |
linux |
| 15:32 |
kinea |
fedora 10 |
| 15:33 |
pmk65 |
I tested FF 3.5 on PC a while back, and it's filled with bugs. |
| 15:33 |
kinea |
after hours of testing in typo3 i realized its my browser. oh god. |
| 15:33 |
pmk65 |
Lot's of features that worked in FF3.0 doesn't work in FF 3.5 |
| 15:34 |
pmk65 |
but in Mac FF3.5 things that doesn't work in the Win version, works fine. |
| 15:34 |
pmk65 |
example: http://www.sharemation.com/typo3test/canvasalphablend/alphablend.html |
| 15:34 |
HardPhuck |
maholtz|WORK: it works for css, thanx |
| 15:35 |
HardPhuck |
now i need to remove the js :) |
| 15:35 |
kinea |
i used the eurosign i used the € html entity and even the utf-8 code entity |
| 15:35 |
kinea |
all are rendered wrong in my ff |
| 15:35 |
maholtz|WORK |
config.removeDefaultJS = 1 |
| 15:35 |
maholtz|WORK |
? |
| 15:35 |
pmk65 |
Drag the blue slide back/forth. On FF3.5 PC there's no large picture, but FF3.5 Mac it works (and in FF, Opera , Safari an Chrome it works too) |
| 15:37 |
HardPhuck |
maholtz|WORK: you're my hero :) |
| 15:37 |
maholtz|WORK |
yeah:) |
| 15:37 |
pmk65 |
HardPhuck> If config.removeDefaultJS = 1 doesn't work, try config.removeDefaultJS = external |
| 15:37 |
Mikaciu |
Is it possible to extend the locallang.xml of a sysext ? |
| 15:38 |
maholtz|WORK |
extend? the sysext would not use it |
| 15:38 |
Mikaciu |
arrr |
| 15:38 |
pmk65 |
If you use TYPO3 crappy GMENU system, you can't remove the JS, as it's used for preloading images. |
| 15:38 |
pmk65 |
Mikaciu: what is it you want to do? |
| 15:39 |
Mikaciu |
I have extended some functions via XCLASS, but have some locale strings to put somewhere ... |
| 15:40 |
maholtz|WORK |
@Mikaciu: shouldnt they reside in your extension? |
| 15:41 |
Mikaciu |
won't they be read ? |
| 15:41 |
Mikaciu |
the extension I extended is indexed_search. I added some "read more" links, but don't know where to pu the "read more" text |
| 15:42 |
pmk65 |
do as maholtz|WORK suggest. make a locallang.xml in your ext |
| 15:43 |
pmk65 |
you can load additional locallang.xml files into the ext. if it doesn't read your xml file by default. |
| 15:43 |
Mikaciu |
ok, I'll give it a shot. Thanks ! |
| 15:44 |
pmk65 |
function pi_loadLL() |
| 15:44 |
pmk65 |
Loads local-language values by looking for a "locallang.php" file in the plugin class directory ($this->scriptRelPath) and if found includes it. |
| 15:44 |
pmk65 |
Also locallang values set in the TypoScript property "_LOCAL_LANG" are merged onto the values found in the "locallang.php" file. |
| 15:45 |
pmk65 |
function pi_getLL($key,$alt='',$hsc=FALSE) |
| 15:45 |
pmk65 |
Returns the localized label of the LOCAL_LANG key, $key |
| 15:48 |
pmk65 |
indexed_search also contains several hooks, so you might be able to do it without XCLASSing it. |
| 15:51 |
Mikaciu |
pmk65: the XCLASSING was for my training ... |
| 15:56 |
Mikaciu |
OK is worked. I had to use t3lib_div::readLLfile & merge it with $this->LOCAL_LANG to get my locale strings |
| 15:57 |
Mikaciu |
[...] Thanks a lot ! |
| 16:08 |
HardPhuck |
anyone gnows a good CND? |
| 16:08 |
HardPhuck |
CDN that is:) |
| 16:44 |
ries |
HardPhuck: CND== Campaign for Nuclear Disarmament ??? |
| 16:44 |
ries |
That's what google gives me :D |
| 16:44 |
HardPhuck |
haha |
| 16:45 |
ries |
HardPhuck: what do you mean with CDN ??? |
| 16:45 |
ries |
Content delivery network?? |
| 16:45 |
ries |
Canadian Dairy Network ??? |
| 16:46 |
ries |
Coin Dealer Newsletter ?? |
| 16:46 |
ries |
Clinical Directors Network ??? |
| 16:46 |
ries |
:D |
| 16:49 |
HardPhuck |
haha |
| 16:49 |
HardPhuck |
i was refering to content delivery :) |
| 16:49 |
HardPhuck |
ries, i managed to make it happen,.. the page scrolling |
| 16:49 |
HardPhuck |
without the mootools :) |
| 16:50 |
ries |
good |
| 16:52 |
HardPhuck |
turned out it was CSS error |
| 16:52 |
HardPhuck |
:S |
| 17:34 |
MarkusH |
When i use a TMENU each item on the first level has to get another css-class |
| 17:34 |
MarkusH |
is there a "mulstiwrap" option or something like this |
| 17:43 |
cdngfrog |
MarkusH: you could use a dataWrap with cObj:parentRecordNumber |
| 17:44 |
MarkusH |
will have a look at this |
| 17:44 |
MarkusH |
bye |
| 18:10 |
kinea |
direct mail uses this header : Content-Type: text/plain; charset=iso-8859-1 for my utf-8 encoded external pages, which i want to send with directmail. i cannot change the email charset. |
| 18:11 |
kinea |
when i switch the charset in my email software the email is rendered correctly of course. |
| 18:12 |
kinea |
but i am not able to tell directmail to set this header to utf-8 |
| 21:35 |
webonaut |
why are ther just 45 users in this chat, TYPO3 has hundreds of developers |