| 04:10 |
pond |
anyone know how to override the entire locallang.xml file from ts... |
| 04:10 |
pond |
like this maybe: |
| 04:11 |
pond |
plugin.tx_felogin_pi1._LOCAL_LANG.file = /fileadmin/lang/felogin-locallang.xml |
| 04:11 |
pond |
heh... |
| 04:11 |
pond |
but not. |
| 06:08 |
pond |
..ok... can locallangXMLOverride be called in ts? |
| 08:43 |
BenjaminS |
t4 |
| 08:44 |
BenjaminS |
t3dd was fun =) |
| 09:01 |
coolguy |
hi there. can someone tell me if it is possible to negate a ts condition? thanks! |
| 09:03 |
BenjaminS |
coolguy: do an else function |
| 09:05 |
coolguy |
is an if else construct possible too? |
| 09:05 |
coolguy |
i mean else if ^^ |
| 09:06 |
BenjaminS |
well you have an condition |
| 09:06 |
BenjaminS |
i will try to make an example |
| 09:06 |
PiMB |
what is the condition coolguy? |
| 09:06 |
coolguy |
i have the first condition: [treeLevel = 5] || [treeLevel = 6] -> the do something |
| 09:06 |
PiMB |
yeah |
| 09:07 |
coolguy |
but i need: [PIDinRootline = 2536] && [treeLevel = 6] |
| 09:07 |
PiMB |
then do that |
| 09:07 |
coolguy |
and [PIDinRootline = 1594] && [treeLevel = 6] |
| 09:08 |
coolguy |
but i dont want the first condition to be raised if the second or third one is raised |
| 09:08 |
BenjaminS |
http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.1.0/view/1/2/ |
| 09:08 |
PiMB |
ah okay |
| 09:09 |
coolguy |
so is it possible to write something like this |
| 09:10 |
PiMB |
But you're using PIDinRootline, so what's the change you have the 2 conditions met? |
| 09:10 |
coolguy |
[treeLevel = 5] || [treeLevel = 6] && [PIDinRootline <> 2536] |
| 09:10 |
PiMB |
I don't think that's gonna work |
| 09:11 |
coolguy |
the problem is that when the second condition is raised: [PIDinRootline = 2536] && [treeLevel = 6] |
| 09:11 |
coolguy |
the first one will be raised too: [treeLevel = 5] || [treeLevel = 6] |
| 09:12 |
coolguy |
ok i will try it with an else statement then ;-) |
| 09:13 |
coolguy |
or is it possible to nest the conditions? |
| 09:13 |
BenjaminS |
nop |
| 09:26 |
maholtz|WORK |
morning |
| 09:26 |
PiMB |
morning! |
| 09:30 |
sorenmalling |
morning |
| 09:30 |
iaj |
mornign |
| 09:30 |
iaj |
:( |
| 09:31 |
PiMB |
what's up iaj? |
| 09:52 |
coolguy |
ok i made it. it was a little bit tricky but now it works all fine. so thanks anyway people! ;-) |
| 09:54 |
BenjaminS |
so what solution did you do? |
| 09:55 |
PiMB |
pastebin! :) i |
| 09:55 |
PiMB |
i'm curious |
| 09:55 |
coolguy |
i added a few more conditions, and overwrote some menu elements etc. pp. |
| 10:05 |
tmkd |
hi, how can i acces typoscript configuration of some page in my plugin |
| 10:05 |
tmkd |
or modify typoscript from plugin |
| 10:09 |
Denyerek |
PiMB: I guess coolguy wasn't the sharing kind :( |
| 10:24 |
moni |
Good morning, does anyone know how to localize the search result page? (the title links are displayed in english even if I change to ex. danish) |
| 10:25 |
teppi|work |
tmkd, plugin.tx_yourpluginkey_pi1.configurationValue = something .. |
| 10:25 |
aterriblechaos |
moni: you need to set plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang |
| 10:27 |
teppi|work |
tmkd, the typoscript setup will be available in the conf parameter of the main method of your plugin |
| 10:27 |
moni |
sorry if I sound blank here, where do I add the plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang and can I add several languages like en, dk, se etc... ? |
| 10:28 |
teppi|work |
tmkd, there you could manipulate this array and render the (maybe other) plugin with $this->cObj->getSingle (or something like that) .. |
| 10:28 |
aterriblechaos |
moni: typoscript setup, you need to put it in your language condition and set it to the corresponding sys_language_uid |
| 10:30 |
teppi|work |
tmkd, oh its this: http://typo3.org/fileadmin/typo3api-4.2.6/df/d65/classtslib__cObj.html#a94e6032ac0c46385aedbd23259731b9 |
| 10:30 |
teppi|work |
:-) |
| 10:40 |
tmkd |
teppi|work: i would like to change ts configuration from index.php(file from my extension) |
| 10:44 |
moni |
aterriblechaos: sorry to bother you again, any chance you can tell me where in typoscript setup to add the language condition? doesnt seem to be in "all configuration" |
| 10:49 |
tmkd |
config.language = pl for example |
| 10:52 |
moni |
is it in localconf.php or? |
| 10:52 |
tmkd |
j0 |
| 10:52 |
tmkd |
no |
| 10:52 |
tmkd |
in typoscript |
| 10:57 |
moni |
Im not use to working with typo3, any chance you can guide me in the right direction - where to edit in typoscript |
| 10:59 |
teppi|work |
tmkd .. I think this doesnt really make sense ar all .. because the config parameter would be switched at the render time of the plugin which is most likely sometimes after rendering all the other stuff .. |
| 10:59 |
aterriblechaos |
moni: it is not that simple, if you never worked with typo3 the error probabilty is quite high ... |
| 11:01 |
tmkd |
so how can i change for example parameter daysToArchive from tt_news? |
| 11:02 |
tmkd |
using php of course |
| 11:07 |
tmkd |
i want to do this in backend module |
| 11:29 |
tmkd |
teppi|work: :) |
| 11:30 |
moni |
aterriblechais: should'nt this work? [globalVar = GP:L=4] |
| 11:30 |
moni |
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 4 |
| 11:30 |
moni |
config { |
| 11:30 |
moni |
sys_language_uid = 4 |
| 11:30 |
moni |
language = dk |
| 11:30 |
moni |
locale_all = da_DK |
| 11:30 |
moni |
} |
| 11:30 |
moni |
(sorry for the multiple lines!) |
| 11:30 |
sorenmalling |
Please use t3paste.org :) |
| 11:35 |
danslo_ |
tmkd: not sure what you're trying to accomplish, but if you want to change behavior of an existing extensions you'll want to look for xclass :) |
| 11:40 |
aterriblechaos |
moni: should work .. if not you need to have a look at the form thats generated for searching, there has to be a language variable like tx_indexedsearch[lang] set to the right value |
| 11:42 |
tmkd |
danslo_: ho can i acces typoscript array |
| 11:42 |
tmkd |
to change some values |
| 11:42 |
tmkd |
? |
| 11:43 |
iaj_ |
are there some recommendable blog-extensions for typo? |
| 11:44 |
moni |
not sure this is the right forum, but any freelance typo3 developers from Denmark here? |
| 11:47 |
sorenmalling |
moni: I'm not freelance, but working with TYPO3 fulltime at my work |
| 11:48 |
moni |
sorenmalling: any chance I could get your e-mail? have some issues and have no trouble paying for a fix |
| 11:55 |
teppi|work |
tmkd, a possible solution without xclassing tt_address would be to include a setup textfile by your extension and write your changes from the backend directly into this textfile .. |
| 12:00 |
tmkd |
but i want to allow BE user to make some changes by gui(backend module) |
| 12:00 |
tmkd |
changes in typoscript |
| 12:04 |
rawtaz |
teppi|work: xclassing == subclassing? |
| 12:05 |
danslo_ |
rawtaz: not exactly |
| 12:05 |
teppi|work |
rawtaz, no .. with the xclass-mechanism you can overwrite over classes .. |
| 12:06 |
rawtaz |
i take it we are not talking about regular php classes but rather a typo3 concept? |
| 12:06 |
danslo_ |
often used to change non-configurable behavior by existing extensions ;) |
| 12:07 |
PiMB |
but be carefull with xclassing. if the file that you xclass is changed you might end up with broken functionality |
| 12:08 |
rawtaz |
:) |
| 12:09 |
rawtaz |
i suppose i will read about it some day :) |
| 12:09 |
teppi|work |
another problem is, that there is no mechanism to prevent 2 different extensions using the same xclass-key .. |
| 12:10 |
Recnelis |
Anyone here using the T3blog extension? |
| 12:11 |
teppi|work |
Recnelis, we are about to use it in an actual project .. i tested some functions yet .. |
| 12:14 |
Recnelis |
teppi|work: This might sound like a stupid question - But a bit puzzled about a requirement - Do you make a actual new template on the page(Which contains the blog plugin) or do you create a ext template? |
| 12:15 |
teppi|work |
Recnelis, i created an ext template and included the static templates from the t3blog extension |
| 12:16 |
Denyerek |
MMMMMOnsterkill. |
| 12:16 |
teppi|work |
main configuration, css snowflake, template - snowfalake theme and functionalities .. |
| 12:17 |
Recnelis |
teppi|work: And it worked fine on ur site? |
| 12:17 |
teppi|work |
until now .. yes .. but as I said I only tested it a little bit yet .. but it seems to work |
| 12:17 |
Recnelis |
teppi|work: Cheers m8 :) |
| 12:18 |
teppi|work |
:-) |
| 12:18 |
aterriblechaos |
does anybody know a extension that uses static_info_tables as a select in the frontend? im trying to do that, did follow the book manual(tm) wrote but had no success |
| 12:36 |
ZaFantasy |
hi |
| 12:36 |
ZaFantasy |
is smart to use lib/div libraries for extension development and to use MVC arhitecture ? |
| 12:38 |
Recnelis |
teppi|work: Did you use just the standard template they provide or include it in your overall website design? |
| 12:39 |
teppi|work |
is just used the standard template |
| 12:39 |
teppi|work |
-s |
| 12:39 |
teppi|work |
did no changes yet |
| 12:40 |
Recnelis |
teppi|work: Did you name the blog via the constant editor?(Mine keeps showing T3Blog, but I think that's cuz I can't use imagemagick on the server |
| 12:41 |
Recnelis |
teppi|work: And does your main site menu show up on the blog site? Mine is covering half the place with a unformatted menu :/ |
| 12:42 |
teppi|work |
no .. I haven't configured anything .. |
| 12:42 |
teppi|work |
just tested some wdgets which we will need |
| 12:45 |
Recnelis |
teppi|work: Right, thx :) |
| 12:56 |
nd___ |
ZaFantasy: definitely no |
| 12:56 |
ZaFantasy |
why ? |
| 12:56 |
nd___ |
because it's outdated |
| 12:56 |
nd___ |
use extbase/fluid |
| 12:57 |
ZaFantasy |
nd___ is there something like mvc_kickstarter to use fluid ? |
| 12:59 |
nd___ |
ZaFantasy: yes |
| 12:59 |
ZaFantasy |
any tip :) |
| 12:59 |
nd___ |
http://forge.typo3.org/projects/extension-extbase_kickstarter |
| 13:07 |
ZaFantasy |
nd___ is it ok to use it for production extension ? Or this is just for demo for next versions ? |
| 13:08 |
BenjaminS |
you can use it for extbase |
| 13:09 |
BenjaminS |
however, its still in alpha version.. so it has some bugs |
| 13:10 |
Actium |
hey fellas, i'm a typo3-newbie who thinks he just spottet a bug in the TMENU "module". could anyone of you help me a) confirm the bug or b) report it? would be much appreciated :) |
| 13:12 |
ZaFantasy |
BenjaminS extbase is already used in 4.4 ? |
| 13:16 |
Recnelis |
Anyone using T3Blog who can perhaps explain why I see my entire site menu insists on showing up at the blog page? :/ |
| 13:18 |
nd___ |
ZaFantasy: As far as I know it's not used in the core and might never be,... 5.0 will probably precede it. |
| 13:19 |
nd___ |
ZaFantasy: I'd say it depends on what you want to build. For a normal extension extbase would be the way to go, but for a reaaaally big one (loads of objects) some people report performance issues... |
| 13:21 |
nd___ |
ZaFantasy: So if you're not writing the next twitter you're probably good with extbase :) |
| 13:22 |
aterriblechaos |
if you are concerning perfomance unfortunately typo3 is not a good choice in general, not just extbase |
| 13:23 |
nd___ |
right |
| 13:26 |
ZaFantasy |
nd___ no no, nothing special :) Normal extension, categories, products... I have created some extension, but now I would like to try and use MVC with typo so... Here I am :) |
| 13:26 |
BenjaminS |
ZaFantasy: i was talking about the extbase_kickstarter being in alpha version |
| 13:40 |
ZaFantasy |
are there any extensions that already uses extbase ? |
| 13:40 |
ZaFantasy |
popular ones :) |
| 13:43 |
tmkd |
it is possible to access TS tree? |
| 13:49 |
aterriblechaos |
tmkd: you can read $GLOBALS['TSFE']->tmpl->setup |
| 14:21 |
danslo_ |
ZaFantasy: extbase kickstarter uses extbase :P |
| 14:21 |
ZaFantasy |
:) |
| 14:22 |
nd___ |
haha |
| 14:30 |
aterriblechaos |
anybody has a tip about using static_info_tables with eID and json? |
| 14:37 |
tmkd |
aterriblechaos: no, in be plugin it is impossible |
| 14:37 |
aterriblechaos |
i need it in a frontend plugin |
| 14:38 |
aterriblechaos |
ah sorry you mean reading the ts tree .. yes that was FE only |
| 14:43 |
tmkd |
aterriblechaos: is some way to acccess TS in BE? I want allow user to change some properties like daystoArchive, image.width through nice gui instead of typoscript |
| 14:44 |
aterriblechaos |
tmkd: simplest way to this is how teppi|work suggested today .. ( include a setup textfile by your extension and write your changes from the backend directly into this textfile ) |
| 14:58 |
Recnelis |
Can someone tell me how I can perhaps exchange all content in the "main content" area of templavolia with something costum? - Hoping there's some way I can "override" the default tt_content that gets put into main content area with some of my own stuff |
| 15:03 |
Recnelis |
Nvm :) |
| 15:18 |
aterriblechaos |
note to all who want to use static info tables .. you need to create whole tsfe .. |
| 15:22 |
tmkd |
aterriblechaos: :) but i want to do some gui that will allow backend user to configure some properties through it instead of typoscript |
| 15:23 |
aterriblechaos |
yes tmkd .. you can write the needet typoscript to that file, allowing the backend user to set this values somewhere |
| 15:27 |
aterriblechaos |
tmkd: it is just a lot simpler imho to read and write a txt file than reading and writing the typoscript directly into the database |
| 15:31 |
blackwire83 |
hi there, does someone have a link to a good tutorial how to fix templavoila mapping issues? |
| 15:31 |
blackwire83 |
probably has to do with utf8 encoding |
| 15:32 |
blackwire83 |
googling I found some tips but they were all kind of covering only part of the problem as it seems |
| 15:35 |
tmkd |
aterriblechaos: but why to file. i can not understand |
| 15:36 |
tmkd |
i would like to change typoscript paramers through my backend module |
| 15:38 |
aterriblechaos |
tmkd yes, in your extensions static setup you write something like <INCLUDE_TYPOSCRIPT: source="FILE:EXT:name_of_your_ext/dynamic_typoscript/settings.txt"> .. than this file will be includet in the typoscript setup and youn can write your typoscript parameters into this file, without digging to deep into typo3's internals |
| 15:42 |
tmkd |
ohh, thanks |
| 15:42 |
tmkd |
where is this static setup? |
| 15:42 |
tmkd |
in which file? |
| 15:43 |
tmkd |
but your idea is nice |
| 16:32 |
Chiz |
Hello, guys! |
| 16:32 |
Chiz |
Can anyone help with extensions? |
| 16:34 |
Denyerek |
Hair or manhood? |
| 16:35 |
Denyerek |
¬_¬ |
| 16:35 |
Chiz |
Denyerek, this question for me? |
| 16:36 |
No5251 |
*fg* |
| 16:38 |
danslo_ |
Denyerek: lol |
| 16:38 |
pgampe |
Denyerek: lol+ |
| 16:39 |
Denyerek |
Sorry, couldn't help myself :) |
| 16:39 |
aterriblechaos |
typo3 extensions are the longest .. err .. i think we can help you Chiz |
| 16:39 |
Denyerek |
What are you looking for help with Chiz ? |
| 16:40 |
Chiz |
I create my own file uploader |
| 16:40 |
Chiz |
It based on standart uploader |
| 16:41 |
Chiz |
But I want change file name during upload |
| 16:41 |
Chiz |
Or after upload |
| 16:41 |
Chiz |
I even implemented this |
| 16:42 |
Recnelis |
Does anyone know where the single widgets in T3blog are styled? I simply can't seem to overwrite it's default style :( |
| 16:42 |
Chiz |
But I don't like the way I did it |
| 16:43 |
Chiz |
Denyerek, I wrote some code in method "func_upload" in file class.t3lib_extfilefunc.php |
| 16:44 |
Chiz |
aterriblechaos, I wrote some code in method "func_upload" in file class.t3lib_extfilefunc.php |
| 16:45 |
Chiz |
This is bad, but I don't know how to implement this in other way... |
| 16:45 |
Chiz |
In my own file/class |
| 16:48 |
aterriblechaos |
Chiz: look if there is a hook in class.t3lib_extfilefunc.php that you could use |
| 16:48 |
aterriblechaos |
Chiz: else i would hook into process_datamap and copy the file to the desired name (and than delete the old one) .. not really nice, but 100% update-save |
| 16:49 |
Chiz |
aterriblechaos: What kind of hook??? I just wrote 3 lines of code and that's all. |
| 16:50 |
Chiz |
aterriblechaos: But I want to create my own class that will extend class.t3lib_extfilefunc and overload func_upload |
| 16:51 |
Chiz |
aterriblechaos: But I don't know how to do this |
| 16:53 |
teppi|working |
Recnelis, if you have tried to manipulate the widgets setup via t3blog_pi1.xxxxx try t3blog_pi2.xxxx .. there is some strange mechanism that copies the setup from pi1 into pi2 |
| 16:53 |
teppi|working |
- if you |
| 16:53 |
teppi|working |
:D |
| 16:54 |
aterriblechaos |
Chiz: i looked, there are no hooks in t3lib_extfilefunc .. but you can xclass the file and do it the way you wrote |
| 16:55 |
Chiz |
aterriblechaos: What do you mean when wrote "xclass"? Extend? |
| 16:55 |
aterriblechaos |
Chiz: have a look at http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/3/8/ |
| 16:58 |
Chiz |
aterriblechaos: Thanks! I'll read. I hope it will help me! |
| 17:01 |
Recnelis |
Has anyone here tried to style a widget in the T3Blog extension? |
| 17:02 |
ironm |
Good afternoon guys :) - one small question: how is it possible to insert "dmail_category" fields in the BE form of newsletter users (sr_email_subsribe)? - I have there NO category fields for dmail_categories but only the address groups of tt_address - thank you very much in advance for any hints or solution examples ;) |
| 17:04 |
ironm |
I can register newsletter users and they can modify the category setting (using email-links) .. but I am not able to see these category fields on the BE user's form :/ |
| 17:05 |
ironm |
ANY idea? .. thanks a lot for your kindly help ;) |
| 17:20 |
ironm |
somebody using sr_email_subscribe with typo3 4.4.0 ? |
| 17:21 |
ironm |
or direct_mail extension? .. there are NO checkboxes for categories in BE form? .. it is a bug or a new feature? *g* |
| 17:22 |
ironm |
when creating recipients lists .. |
| 17:38 |
pond |
Is ist possible to call locallangXMLOverride in ts? I want to use a completely different locallang.xml and don't realy want to do it all in _LOCAL_LANG overrides |
| 17:41 |
ironm |
pond: you could replace locallang.xml in the ext-directory .. I don't know if it is possible to override the whole locallang.xml file with TS |
| 17:42 |
pond |
yeah... that is what I did... I don't think it is possible to override the whole thing. Just hoping I guess... |
| 17:43 |
teppi|working |
pond, have you tried the LL-XML Tool yet? |
| 17:43 |
pond |
no... what is that? |
| 17:44 |
teppi|working |
a backend module which makes locallang files translateable in the backend |
| 17:44 |
teppi|working |
lol of course .. in the backend :D |
| 17:44 |
rawtaz |
guys, let me ask you something |
| 17:44 |
rawtaz |
i just have to formulate it |
| 17:44 |
pond |
that's interesting... oes it allow you to edit the existing translations? |
| 17:44 |
teppi|working |
yes |
| 17:45 |
pond |
ah, very nice... that may be what I need |
| 17:45 |
teppi|working |
if the locallang files only contain the default translations afaik |
| 17:45 |
teppi|working |
pond, http://typo3.org/extensions/repository/view/llxmltranslate/current/ |
| 17:45 |
teppi|working |
just try it |
| 17:46 |
teppi|working |
:-) |
| 17:46 |
pond |
yeah, sweet... thanks |
| 17:52 |
rawtaz |
here goes, sorry for the pasting :P |
| 17:52 |
rawtaz |
a client have their website built in typo3. they have asked me to make a (in essence unrelated) search engine that indexes some specific content in PDFs and make it searchable using a form in the website ("what" and "where"). |
| 17:52 |
rawtaz |
there would be the following parts; 1) admin gui for adding PDFs for indexing. 2) the indexing engine, called by the admin gui. 3) the visitor gui, in essence the what+where form in the typo3 website. 4) the search engine that takes the query from #3 and looks in the database, returning the results. |
| 17:52 |
rawtaz |
i would prefer to make the indexing engine and the search engine seperate from typo3, so that they can be used and reused by other php systems and not just typo3. however, the #1 admin gui and #3 search form should be integrated in typo3. |
| 17:52 |
rawtaz |
what i am wondering is; where should i focus when investigating typo3, in order to get on the right track here? i mean; to make the #1 admin gui and #3 search form, would i create two extensions? or would something like this be done using a regular form page in typo3, connected to some not-typo3-specific php "backend" (ie not being produces as an extension)? |
| 17:53 |
rawtaz |
thing is, ive started looking at typo3, but its so big that i feel it would be good to get some pointers this early in the process, so i know what to look for :) |
| 17:56 |
ironm |
rawtaz: do you the sys-extension indexed search and the extension macina_search box? .. and already played with them a bit ?? |
| 17:56 |
ironm |
do you know ... |
| 17:57 |
rawtaz |
ironm: i dont, sorry :) i have worked my way around in the backend mostly, and started to understand what modules/extensions are. how pages are built, a little about templavoila and so on. |
| 17:58 |
ironm |
rawtaz: you may need also the crawler-extension ... |
| 17:58 |
rawtaz |
ironm: the thing is that the indexing i have to do is totally custom, so i cant use anything that "just" takes some text and indexes everything. i am going to pick out certain parts of the PDFs and index certain words from it. so the index i have to build myself. THEN, though, i might be able to reuse some search extension, if i can make it behave with the what and where search boxes :) |
| 18:00 |
rawtaz |
i would have to make the search extension use my seperate search library though, to keep things unified. if i dont do that (and instead have the search extension use DBAL or something to access the DB right away), and i need to add searching from other systems later on, i will probably end up with the typo3 search using the DB directly, and the other/new system using the DB some other way, instead of them both going through a search library that i provi |
| 18:00 |
rawtaz |
ironm: i will look into these anyway =) |
| 18:01 |
pond |
rawtaz: that sounds crazy... you should try what ironm suggested and make any custom indexes using some sort of directory |
| 18:02 |
pond |
or there is the solr extension which I have wanted to try but have not yet... it uses apaches indexed |
| 18:02 |
pond |
s/dexed/indexer/ |
| 18:02 |
teppi|working |
lucene |
| 18:03 |
pond |
yeah... heh... lucene |
| 18:03 |
ironm |
rawtaz: you can index with the indexed search / crawler not only the local site but also external sites .. *quite nice feature* |
| 18:04 |
teppi|working |
rawtaz, another option would be to xclass the indexed search indexer .. so you can modify the behaviour of indexing pdf files .. i think creating a complete own extension is a real big task if you are a TYPO3-newbie .. |
| 18:06 |
ironm |
teppi|working: it looks like marita is a bit newer ;) |
| 18:06 |
ironm |
A Zend Lucene based search indexer marita 0.0.4 09-03-10 Michael Fritz, Anja Bullin |
| 18:07 |
rawtaz |
*processing all your replies* |
| 18:09 |
teppi|working |
ironm, as what? as indexed search? |
| 18:10 |
ironm |
teppi|working: no idea .. I didn't test it until now |
| 18:11 |
ironm |
teppi|working: I still have some issues with direct_mail and sr_email_subscribe (or tt_address) |
| 18:11 |
ironm |
does one of you use tt_address? |
| 18:11 |
teppi|working |
eeeeeeek |
| 18:11 |
ironm |
for newsletter |
| 18:11 |
teppi|working |
never ending story |
| 18:13 |
ironm |
*lol* @ teppi|working .. I see address groups on the BE form of uses . BUT don't have the possibility to chose categories (I have defined some categries in every sys-folder alredy .. just for a test .. *g*) |
| 18:13 |
rawtaz |
it look to me (from http://www.docstoc.com/docs/7780061/TYPO3---Indexed-Search-Engine) that the Indexed Search Engine extension is for indexing the website itself. i want to index something else (PDFs) and build a custom index. however maybe the search part of this extension could be used once i have made the index. |
| 18:13 |
ironm |
users |
| 18:14 |
ironm |
you can also index .pdf files with indexed search I mean .. |
| 18:15 |
ironm |
teppi|working: do you still use tt_address ? |
| 18:16 |
rawtaz |
ironm: yes, but the key is that the rules for what to index and how to index it are totally custom in this case. its not a simple "collect words and index them". but on the other hand i could of course extract the stuff to index as a first step, and then have the typo3 indexer do a run on those |
| 18:17 |
teppi|working |
rawtaz, ironm .. indexed search definitely indexes pdf files .. also excel, word etc. are supported if the appropriate unix programs are installed on the webserver .. |
| 18:17 |
ironm |
rawtaz: what you can index with indexed search (config setting) : http://paste.debian.net/79720/ |
| 18:17 |
ironm |
yes teppi|working .. see the link above |
| 18:17 |
teppi|working |
jep |
| 18:18 |
teppi|working |
ironm, I never said that I use tt_address for directmail .. I just said that it seems to be supported by direct mail because direct mail extends the tt_address table |
| 18:18 |
ironm |
teppi|working: what do you use currently for newsletter subscribtion? ... and sending out of newsletter |
| 18:19 |
teppi|working |
we use normally fe_users with the categories they selected |
| 18:19 |
rawtaz |
ironm: thanks |
| 18:19 |
ironm |
teppi|working: I can't remember .. but you have to install tt_address before you can install mail_direct .. |
| 18:20 |
teppi|working |
maybe yes .. don't know |
| 18:21 |
teppi|working |
I'm quite sure that directmail can handle this .. but I can't give you any hints whats wrong with your configuration .. sry |
| 18:21 |
ironm |
teppi|working: I don't have any checkboxes or menu for setting categories on the BE page for feusers ... |
| 18:22 |
teppi|working |
do you have a direct mail tab in the be page of fe_users? |
| 18:22 |
ironm |
yes |
| 18:23 |
ironm |
however there are only 2 lines .. Activate Newsletter .. and ... Recieve e-mails as HTML? teppi|working |
| 18:23 |
ironm |
I run typo3 4.4.0 / php 5.3.2-1 .. |
| 18:24 |
ironm |
php in safe mode .. |
| 18:24 |
ironm |
teppi|working: do you have more choices in your direct_mail tab for feusers in BE ? |
| 18:25 |
teppi|working |
ironm, http://www.abload.de/image.php?img=blaa7a8.gif |
| 18:25 |
ironm |
rawtaz: typo3 means a LOT of reading and testing . DON'T give UP! ;) |
| 18:26 |
teppi|working |
ironm, thats how it should look like .. |
| 18:26 |
ironm |
great teppi|working ! .. thanks a lot :-)) |
| 18:27 |
teppi|working |
without the IP-Autologin thing .. thats another extension |
| 18:27 |
rawtaz |
ironm: thanks for the encouragement :> ive realized that i have too little time for this |
| 18:28 |
ironm |
teppi|working: I am confused now *v* .. is it your BE .. or FE? |
| 18:28 |
teppi|working |
BE |
| 18:30 |
ironm |
I didn't know that you can use your own skin in BE (I guess it is a customized one ...) |
| 18:31 |
ironm |
teppi|working: anyway .. I don't have such BE page .. thank you very much for you hints :) |
| 18:32 |
teppi|working |
ironm, thats just an older version of the standard typo3 backend |
| 18:37 |
ironm |
teppi|working: for some reason I am missing the "Kategorie abonnieren" (subscribe category) field in my BE for fesuer/direct_mail tab .. I have to check it why |
| 18:51 |
Recnelis |
Typo3 extension can be such a blessing to work with and such a curse :) |
| 18:55 |
ries |
Recnelis: it's a love/hate relationship :D |
| 19:19 |
rawtaz |
so.. if i wanted to make a simple form with some fields in it, and then write my own php code that took the submitted form, processed it somehow, and then returned a response, all this as pages/equivalent in a typo3 website, how would i do that? its simialr to my previous question, but maybe clearer :) |
| 19:20 |
rawtaz |
would i make an extension that presents its own html for the form, or would it be better to use templavoila to make a page that just "targets" the php script i want to process the form with? |
| 19:21 |
rawtaz |
making a form page cant be that hard i think.. im more puzzled about how to do the recieving php code. if it should be an extension or just some typoscript page or somethin :) |
| 19:23 |
pond |
most things like this can be done with the built in forms and a little typoscript... or you can look at other orm extensions like formidable |
| 19:23 |
pond |
yes... in most cases just typoscript... in some cases a bit of php accessed by method through typoscript |
| 19:23 |
pond |
google this... there is A LOT of info out there on this subject |
| 19:24 |
rawtaz |
ok so typoscript can simply call php methods in files/classes i have told it to include |
| 19:24 |
pond |
yes.. |
| 19:25 |
rawtaz |
i did see a custom extension that some other person made for this typo3 site. its quite simple, it outputs a form and some stuff from a database, then upon submission processes the form data. should i take it that in this case they deemed it simpler to make it an extension than to implement it using TS? :) |
| 19:26 |
rawtaz |
looking at the methods and files required for this to be an extension it doesnt look like it would be very hard. but then again, its really living on its own, spewing out html code and not using the DBAL or anything |
| 19:27 |
pond |
well... the extension system in TYPO3 is very advanced and allows for a lor of compatibility and uniformity in making exts... so... making a bit of code into an extension means reusability, install / uninstall ability... automatic db management...etc... |
| 19:28 |
rawtaz |
thats a very good point |
| 19:28 |
pond |
right... anyway, lots of time the method you need is tiny and there is no point in making an ext. |
| 19:29 |
rawtaz |
yeah.. |
| 19:32 |
rawtaz |
dinner's ready! time for some typo3 reading |
| 19:40 |
SebastianJu |
hello... I have edited the class from the system-extension simulatestatic. Now I want to build a new extension that contains this class and it should replace the class from simulatestatic. Is there a command or something with that I can replace a class or what would be the best way? |
| 19:41 |
SebastianJu |
at the end simulatestatic, the new extension and another extension that complements it should be installed and work together... |
| 19:45 |
SebastianJu |
anyone has a tip? |
| 19:48 |
ironm |
no idea SebastianJu .. I use realurl |
| 19:51 |
SebastianJu |
but there should be a general way to replace the class. I mean simulatestatic is a systemextension and probably cant be installed on most machines. So I need to add a normal extension that can change the code. Or replace the class simulatestatic is using... |
| 19:52 |
pond |
google: typo3 xclass |
| 19:54 |
SebastianJu |
pond that sounds interesting... lets see if it can does what I want... |
| 19:54 |
pond |
it should... |
| 20:30 |
pond |
installed 4.4 on a site... and the backend js and css is gone... |
| 20:30 |
pond |
anyone have this issue before? |
| 20:30 |
ironm |
re :) ... could one of you check the field "module_sys_dmail_category" in your MySQL DB, please? - should it be "tinyblob" or "int(10) unsigned NOT NULL default '0'" ? - thank you in advance ;) |
| 20:30 |
ironm |
pond: I run 4.4.0 .. |
| 20:30 |
Denyerec |
lo pond |
| 20:31 |
Denyerec |
did you read the news.txt? :) |
| 20:31 |
pond |
guess not... lol |
| 20:31 |
Denyerec |
hehehe |
| 20:31 |
Denyerec |
there's a note in there about files in the typo3conf/ folder |
| 20:31 |
Denyerec |
check it out and you should be on your way very quickly |
| 20:31 |
pond |
ah...heh... ok |
| 20:31 |
pond |
thx |
| 20:31 |
Denyerec |
nps |
| 20:31 |
Recnelis |
ironm: Where do u see that? |
| 20:32 |
ironm |
Denyerec: do you run typo3 4.4.0 with sr_feuser_register and/or direct_mail maybe? |
| 20:32 |
Recnelis |
ironm: Which table? |
| 20:32 |
Denyerec |
ironm your memory is worse than mine ;) |
| 20:32 |
ironm |
hi Recnelis .. a second |
| 20:32 |
Denyerec |
I didn't 2 days ago, and unlucky for you I still don't :D |
| 20:32 |
ironm |
looks like Denyerec ;) *sorry* |
| 20:32 |
Denyerec |
hehehe |
| 20:34 |
ironm |
Recnelis: there are the following tables: fe_users, tt_address and tt_content - the name of the field is: module_sys_dmail_category |
| 20:35 |
ironm |
probably I am much older than you Denyerec ;) |
| 20:35 |
ironm |
Recnelis: you can see it in the install tool ... or just in the DB |
| 20:36 |
ironm |
desc fe_users; gives you: | module_sys_dmail_category | int(10) unsigned | NO | | 0 | | |
| 20:37 |
ironm |
@ Recnelis ^^^ |
| 20:38 |
ironm |
the "Suggested value from $TCA" is tinyblob |
| 20:41 |
ironm |
does one of you run sr_feuser_register and direct_mail ? |
| 20:42 |
ironm |
excluded Denyerec ;) |
| 20:42 |
Denyerec |
hehehe |
| 20:42 |
ironm |
:) |
| 20:43 |
ironm |
typo3 makes me mad Denyerec ... |
| 21:28 |
ironm |
Recnelis: have you found a minute to check it? |
| 21:28 |
ironm |
Recnelis: there are the following tables: fe_users, tt_address and tt_content - the name of the field is: module_sys_dmail_category |
| 21:28 |
SebastianJu |
ha, works like a charm... :) your tip was good pond. I now have the original simulatestatic and I replace some of the functions of the class of simulatestatic + add some functions. And it works... Thanks! |
| 21:29 |
SebastianJu |
I mean I replace it with a new xclass extension... |
| 21:29 |
SebastianJu |
and it works the same like when I had edited the original class of simulatestatic |
| 21:32 |
tmkd |
is any API for parsing typoscript from file? |
| 21:36 |
ironm |
tmkd: do you write your own extension and want to use API? |
| 23:41 |
kevke |
If I copy large structures, I get a 500 please help |
| 23:41 |
kevke |
where do I find the reason` |