| 02:46 |
SparFux |
Hi all. |
| 03:53 |
lazarus477 |
howdy |
| 04:04 |
lazarus477 |
Boy. The material at http://templavoila.busynoggin.com sure is a lot to take in, quite interesting. |
| 04:59 |
cdngfrog |
Hey guys. I want to develop a desktop client for the TYPO3-backend, is there some kind of a RPC-service to call certain functions of the backend directly? |
| 05:01 |
lazarus477 |
cdngfrog: Why create a desktop client app for the backend? |
| 05:03 |
cdngfrog |
Because I need a new project to improve my Objective-C knowledge. A TYPO3 desktop client is something I would like to build |
| 05:37 |
lazarus477 |
cdngfrog: Not against the idea but would sugest doing something less daunting and more usefull. Unmaintained such an app would become quite useless. |
| 05:39 |
lazarus477 |
cdngfrog: Why not write a frontend for something else such as some utility app like md5sum, rsync or similar? |
| 05:39 |
lazarus477 |
cdngfrog: Anyhow just a sugestion. I am off to bed. |
| 05:39 |
lazarus477 |
tata |
| 08:27 |
Damien |
Hello |
| 08:29 |
Damien |
Hi, I search a help |
| 08:29 |
Damien |
can you help me please |
| 08:29 |
Damien |
? |
| 08:32 |
Tsoots |
would be easier to answer if we knew the problem |
| 08:35 |
Damien |
I have a problem about ttnews and rte, on my homepage I have a columns latest news and in this I want to put a picture |
| 08:36 |
Damien |
for that I use a input relation image on my news |
| 08:37 |
Damien |
and the problem is when I put a small picture is ok, but when I have a big picture I cant see is. |
| 08:37 |
Damien |
you know why? |
| 08:40 |
Damien |
I have watching my picture pass well on my new directory but on my front when I watching the source code in my picture I have " src="" "... |
| 08:46 |
dokma |
Damien: probably a limit on the image size |
| 08:47 |
dokma |
Damien: I think you can check it when you go to the tt_news in the RTE |
| 09:06 |
Phlogi |
hi guys |
| 09:06 |
Phlogi |
anyone is fresh with sending mails from typo3 using t3lib_div::plainMailEncoded? I'm having a classic charset problem |
| 09:07 |
Phlogi |
the headers I send: $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n"; |
| 09:07 |
Phlogi |
my content is utf8 as well, however I need to double check that |
| 09:07 |
Phlogi |
can outlook crap deal with utf8 correctly? |
| 09:22 |
_pedda_ |
hi all |
| 09:30 |
dokma |
hey guys! how do you do this in TV: |
| 09:30 |
dokma |
temp.sgc < styles.content.get |
| 09:30 |
dokma |
styles.content.get > |
| 09:30 |
dokma |
styles.content.get = COA |
| 09:30 |
dokma |
styles.content.get.10 < temp.sgc |
| 09:30 |
dokma |
styles.content.get.20 = CONTENT |
| 09:31 |
dokma |
basically I want to append something to the main content |
| 09:31 |
dokma |
specifically, a signature for direct mail pages |
| 09:33 |
Phlogi |
how do I get sorting working for my data table? I noticed that the table has no column called sorting, so I created it... but it seems that more is needed to get it running |
| 09:33 |
dokma |
Phlogi: isn't that in tca.php? |
| 09:33 |
Phlogi |
dokma: or ext_tables yes... I found 'sortby' => 'sorting' |
| 09:34 |
dokma |
ok, and the data in the table is correct? |
| 09:34 |
Phlogi |
ah thats it :) |
| 09:34 |
dokma |
you forgot the data? |
| 09:35 |
Phlogi |
yes |
| 09:35 |
dokma |
:D |
| 09:35 |
dokma |
makes me feel better |
| 09:35 |
dokma |
I'm not the only one doing such mistakes |
| 09:35 |
dokma |
Phlogi: you using TV? |
| 09:35 |
Phlogi |
dokma: not on this site no :) |
| 09:36 |
Phlogi |
I have an interesting link for you |
| 09:36 |
Phlogi |
dokma: templavoila.busynoggin.com |
| 09:38 |
dokma |
Phlogi: thanks! |
| 10:10 |
Phlogi |
now this is weird, I redirect to a page with following code: header('Location: '.$this->pi_linkTP_keepPIvars_url(array(),0,1,$this->conf['end_page'])); the url it goes to becomes: foo.com/bar/bar/bla/thanks.html |
| 10:10 |
Phlogi |
bar should be only ONCE in this url, so the page is NOT found... why that? |
| 10:22 |
dokma |
Phlogi: I've just seen on some irc log you trying to send a direct mail to an address group and you figured it out |
| 10:22 |
dokma |
I'm just trying to do that |
| 10:22 |
dokma |
did you do it with a query? |
| 10:22 |
Phlogi |
dokma: uhh... thats very long ago... hmm |
| 10:23 |
Phlogi |
I really can't remember right now, and I don't have access to that page any longer, sorry |
| 10:23 |
dokma |
yeah may 2007 |
| 10:23 |
dokma |
ok... will have to dig into it |
| 10:23 |
Phlogi |
I don't think I coded anythinge |
| 10:42 |
No5251 |
Phlogi: how does the output of pi_linkTP_keepPIvars_url look? |
| 10:42 |
No5251 |
and have you tried: $link = t3lib_div::locationHeaderUrl($link); header('Location: '.$link); |
| 10:43 |
Phlogi |
No5251: hmm nocache is in the url... the rest is fine |
| 10:43 |
Phlogi |
its like |
| 10:43 |
Phlogi |
nocache/bar/bla |
| 10:44 |
Phlogi |
no sorry, without nocache actually |
| 10:45 |
No5251 |
nocache should be /nc/, i think |
| 10:46 |
No5251 |
copy your realurl.conf to nopaste ... ;-) |
| 10:46 |
Phlogi |
No5251: thanks a lot, this fixes it! |
| 10:47 |
Phlogi |
No5251: localtionHeaderUrl |
| 10:47 |
Phlogi |
in future we have : t3lib_div::redirect :) |
| 10:53 |
No5251 |
maybe |
| 10:56 |
randomresult |
god morning folks |
| 10:56 |
Phlogi |
No5251: we do, that function is already in the core documendation... I wanted to use it first |
| 10:56 |
Phlogi |
I'm using this http://doxygen.frozenkiwi.com/typo3/html/, thats why it happened :) No5251 |
| 10:56 |
Phlogi |
hi Denyerec |
| 10:56 |
Phlogi |
hi randomresult |
| 10:58 |
Denyerec |
hey Phlogi |
| 10:58 |
No5251 |
ah, okay |
| 10:59 |
Phlogi |
No5251: that one is generated automatically from trunk source |
| 11:00 |
randomresult |
someone around working with templavoila |
| 11:04 |
randomresult |
i want to build an fce with a part where the editor only can add a "filelist" ... but only thing i can do is to make a containern for contentelements... so there the editor can choose records to be insert there... but i want him to be able to choose files for download ... anyone knows how to realize that? |
| 11:07 |
Provito |
randomresult, select Mapping Type (Element) then select Link field |
| 11:07 |
Provito |
rather than mapping type container for elements |
| 11:10 |
Denyerec |
randomresult - I use TV but am no expert |
| 11:11 |
Denyerec |
If you want the FCE to contain multiple file links, then you'll need what Provito suggests, AND a container for elements to allow it to repeat as many times as needed |
| 11:11 |
Provito |
yes you'll need to set the container to section to allow for the element to repeat |
| 11:19 |
randomresult |
i tried this... but i want the icons for files in front (pdf, doc etc.) which is not working |
| 11:19 |
randomresult |
it only shows me links... |
| 11:19 |
Phlogi |
Denyerec: do you know: templavoila.busynoggin.com |
| 11:20 |
randomresult |
i tried it with a field rte ... but i only can select icons for files... which is one icon for all files... or am i wrong? |
| 11:20 |
Denyerec |
no, I am looking at it now |
| 11:20 |
randomresult |
i will redo the mapping an show u my xml |
| 11:29 |
randomresult |
here my xml : http://paste.phlogi.net/-936334baa3/ |
| 11:35 |
Phlogi |
has anyone ever thought of creating a superUpdate script to automatically update various typo3 site to latest version automatically (using ftp, sftp) |
| 11:35 |
Phlogi |
? |
| 12:00 |
mquintus |
ahoy |
| 12:01 |
mquintus |
question: the typo3-404-handling sends a 302 header. How can i get it to send a 404 header? |
| 12:02 |
mquintus |
I thought about some different self-made solutions, but i'd like to have something typo3 internal |
| 12:02 |
mquintus |
function |
| 12:02 |
mquintus |
s/something/some/ |
| 12:06 |
mquintus |
Phlogi: We didn't, for two reasons: (a ) it's better to have a look after it, especially because of the various core hacks we've made. |
| 12:07 |
mquintus |
Phlogi: (b ) We have to bill each website on its own, because most customers have no service contract |
| 12:28 |
Phlogi |
mquintus: thats true yes |
| 12:34 |
mquintus |
so, i've checked the typo3 404 handling function: it's realized using the php command 'header(Location: "url-to-404-page");' which needs to send a HTTP 302 header, because it's a redirect. |
| 12:56 |
lazarus477 |
Another day, another xxx calls. |
| 13:14 |
Denyerec |
lazarus477 works on an adult chatline? |
| 13:14 |
Denyerec |
:) |
| 13:29 |
_pedda_ |
hehe |
| 13:31 |
lazarus477 |
Denyerec: lol heck no. On a support chat line if anything, haha. |
| 13:32 |
Denyerec |
:D |
| 13:32 |
lazarus477 |
The amount of gratitude I get in my work is overwhelming. Been on hold for about ten minutes now listening to this automated voice which keeps thanking me for waiting... |
| 14:15 |
cdngfrog |
lazarus477, sorry had to go yesterday (the guy with the client). I would either make my app private or maintain it for a long time and make it open source. |
| 14:16 |
Denyerec |
does anyone else use SEO_BASICS ? |
| 14:18 |
lazarus477 |
cdngfrog: Ah, welcome back. |
| 14:26 |
Traveler5 |
hello, is anyone here experienced in templavoila? |
| 14:27 |
ries2 |
Traveler5: I have somewhat... |
| 14:29 |
Traveler5 |
Hi Ries2! Do you know if it's basically possible to map nested elements? |
| 14:30 |
ries2 |
if you have this situation : <div id="a">fobar <div id="b"></div></div> |
| 14:30 |
ries2 |
then you cannot map div a AND div b |
| 14:31 |
ries2 |
because when you map A, then b is 'gone' |
| 14:32 |
ries2 |
there is something pissble within extensions.... |
| 14:32 |
ries2 |
or you might want to use a FCE |
| 14:32 |
Traveler5 |
ok, is there any possibility for another solution? |
| 14:33 |
Traveler5 |
sorry, yes..it's a fce where i have this situation <h2><span>dfhfdr</span></h2> |
| 14:34 |
ries2 |
ususally this is not possible.... |
| 14:34 |
Traveler5 |
around this there are 3 div's as root, container for elements(section) and another ce |
| 14:34 |
ries2 |
PS: <h2><span> ........ <= That doesn't make to much sense... |
| 14:35 |
Traveler5 |
span is necessary for css-classes |
| 14:36 |
Traveler5 |
the aim is, to edit header-size via selector-box and input content between span |
| 14:40 |
ries2 |
Traveler5: I don't see why you cannot add a css class to your h2 tag... but back to the subject, you can wrap it in a span using some TS processing |
| 14:48 |
tf |
hi. i have the site type "shortcut" and it links to the first site. but in my translation, the first site should be an other site because the first site has no translation. i cant change the mode of the shortcut in the translation. |
| 14:52 |
Traveler5 |
there are two classes for the header-tag and one class for span in dependency on the header, i would prefer to leave the structur as it is at the moment..do you think the TS would be complex? |
| 14:56 |
dtox_ |
hello everyone :-) |
| 14:57 |
dtox_ |
does anybody know how to import tt_news records from an external mySQL DB? |
| 14:58 |
dtox_ |
or is there anywas to create tt_news records automaticly? |
| 14:58 |
dtox_ |
via typoscript or otherwise? |
| 14:59 |
dtox_ |
or is it better to use the extention "DB Intergration" and then map the markers to tt_news markers in the template? |
| 14:59 |
dtox_ |
any tt_news pro here? |
| 15:00 |
dtox_ |
can anyone see me here? |
| 15:01 |
Denyerec |
we can see you |
| 15:01 |
Denyerec |
but no-one's going to admit to being a tt_news pro |
| 15:01 |
Denyerec |
:) |
| 15:02 |
dtox_ |
ok, well any help is welcome... |
| 15:02 |
dtox_ |
even by a non tt_news pro ;-) |
| 15:02 |
Denyerec |
from where do you want to create the roecords? |
| 15:02 |
Denyerec |
from say, RSAS entries? |
| 15:02 |
Denyerec |
*RSS |
| 15:02 |
dtox_ |
external mySQL DB |
| 15:02 |
Denyerec |
ah to bring in news from some other system in a batch? |
| 15:03 |
dtox_ |
yes!! |
| 15:03 |
dtox_ |
i tried out the DB integration extention... |
| 15:03 |
Denyerec |
you *might* be just able to write one tt_news article, look at the format, then write a quick PHP script to read your old DB and make records in the new one. |
| 15:03 |
Denyerec |
Just do it old-school and avoid typo3 API's all together |
| 15:03 |
Denyerec |
especially if it's a one-off |
| 15:04 |
dtox_ |
well unfortunatley it istn't... |
| 15:04 |
dtox_ |
the external DB is updates like every week... |
| 15:04 |
Denyerec |
Hmm |
| 15:05 |
dtox_ |
it already has its own records in a table... |
| 15:06 |
dtox_ |
and i thought there might be a way to connect to that external DB with an extention and map the markers to the tt_news markers via typoscript... |
| 15:06 |
dtox_ |
is that possible? |
| 15:07 |
dtox_ |
like the header record of the external DB to the Header record in the tt_news table... |
| 15:07 |
Traveler5 |
ries2: ok, I've no idea how, but I'll try to solve it via ts :) thanks for your support! |
| 15:07 |
dtox_ |
the text record to the tt_news description record |
| 15:07 |
dtox_ |
etc... |
| 15:08 |
dtox_ |
or better yet fields not records... sorry :-) |
| 15:09 |
dtox_ |
the external DB has a table with fields like: ID, Header, Subheader, Text, Contacts... I would like to get those fields to show up as tt_news records.... |
| 15:10 |
dtox_ |
the header from external DB to the header of the tt_news record... |
| 15:10 |
dtox_ |
the subheader from external DB to the subheader field of the tt_news record... |
| 15:11 |
dtox_ |
the text field from external DB to the description field of the tt_news record... |
| 15:11 |
dtox_ |
and so on... |
| 15:11 |
dtox_ |
is that posiible? |
| 15:14 |
dtox_ |
Denyerec: can help me on this? |
| 15:14 |
Denyerec |
It's above me I'm afraid |
| 15:14 |
Denyerec |
I could see how you could get data from another DB to output in a standard extension |
| 15:15 |
Denyerec |
but integrating with tt_news... I'm not that experienced with it. |
| 15:15 |
dtox_ |
yeah well exactley that is my problem... |
| 15:15 |
Denyerec |
:( |
| 15:16 |
dtox_ |
i could manage to display the fields and their values from a table on an external DB... |
| 15:16 |
dtox_ |
but I have no idea how to intergrate them in tt_news... |
| 15:17 |
dtox_ |
the extention: "wfqbe" does a pretty good job on SQL queries to external DBs... |
| 15:18 |
dtox_ |
and i get the values displayed in a table on the TYPO§ website FE page... |
| 15:18 |
dtox_ |
but that's about it... |
| 15:19 |
dtox_ |
instead of displaying a table with the records I would like to import them to the tt_news table and let tt_news handle the output... |
| 15:29 |
randomresult |
dtox: do u have access to the db? |
| 15:33 |
dtox__ |
instead of displaying a table with the records I would like to import them to the tt_news table and let tt_news handle the output... |
| 15:47 |
_pedda_ |
any hints how to modify the mailto link function of rte ? |
| 15:47 |
_pedda_ |
i want to modify its direction |
| 15:48 |
_pedda_ |
but i can't find any wrap or something in my ts |
| 15:48 |
Phlogi_ |
_pedda_: direction? |
| 15:48 |
_pedda_ |
yes |
| 15:48 |
Phlogi_ |
that mailto is in a js file |
| 15:48 |
_pedda_ |
need this : http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/ |
| 15:48 |
_pedda_ |
the 1. technique |
| 15:48 |
_pedda_ |
i want to parse the content with rtl and change it for fe ltr again |
| 15:49 |
Phlogi_ |
_pedda_: typo3 does support rot13... thats enough ;) |
| 15:49 |
_pedda_ |
i don'w need the 3rd solution |
| 15:49 |
_pedda_ |
i want to implement the 1st one |
| 15:49 |
Phlogi_ |
you need to add an extension for that I would say |
| 15:50 |
_pedda_ |
really ? |
| 15:50 |
_pedda_ |
there is a typoscript property for direction |
| 15:50 |
Phlogi_ |
oh... what is this direction and where is it? |
| 15:50 |
_pedda_ |
i thought i could use it for the content which is parsed |
| 15:51 |
_pedda_ |
just a second |
| 15:51 |
_pedda_ |
have to digg for it in the tsref :P |
| 15:53 |
lazarus477 |
Someone in charge of typo3.org should put up a link to: http://templavoila.busynoggin.com |
| 15:53 |
lazarus477 |
I would say the pages there pick up where the basic templavoila docs leave off. |
| 15:54 |
_pedda_ |
yeah.. |
| 15:54 |
Phlogi_ |
lazarus477: hehe, did you try it out? I really love that site as well! |
| 15:55 |
randomresult |
thx for the link...looks great! |
| 15:56 |
lazarus477 |
Phlogi_: I cannot thank you enough for pointing the site out to me. |
| 15:56 |
randomresult |
would be great in german! :) rofl |
| 15:56 |
lazarus477 |
Phlogi_: As soon as I had wrapped up studying modern template design and then TV I continued with the busynoggin website. |
| 15:56 |
Phlogi_ |
lazarus477: great :) |
| 15:56 |
lazarus477 |
Phlogi_: I am still reading it as we speak and I fully get it! |
| 15:57 |
_pedda_ |
he was a speaker at the last t3con in dallas afaik |
| 15:57 |
Phlogi_ |
lazarus477: I'll have deeper look at it as soon as I'll create my next page .) |
| 15:57 |
lazarus477 |
Yea I noticed that he is rather invovled. |
| 15:58 |
lazarus477 |
Phlogi_: I have only 1 typo3 site, my own. A major change is in the works and this is why I am studying up on all of this templating stuff. |
| 15:58 |
lazarus477 |
Phlogi_: I can easily see I need TV to do the job right. |
| 15:59 |
Phlogi_ |
Although tv is a little broken by design its the way to go today until v5 is out |
| 16:01 |
lazarus477 |
Phlogi_: What happens in version 5? Is there a replacement for TV comming? |
| 16:03 |
Phlogi_ |
lazarus477: I think they will use some concepts of TV, integrating them directly |
| 16:17 |
lazarus477 |
I mainly use openSUSE these days and it is a bit behind when it comes to KDE. |
| 16:18 |
lazarus477 |
I miss the robustness of Debian but it was starting to feel a bit dusty. |
| 16:18 |
lazarus477 |
I long for the flexibility of Gentoo but do not miss those long compile times. |
| 16:39 |
dtox__ |
ok, i'm back... :-) |
| 16:40 |
dtox__ |
can anyone help on tt_news? |
| 16:40 |
dtox__ |
I'm trying to import tt_news records from an external mySQL DB |
| 16:41 |
Phlogi_ |
I have a tca field of type group for asociated fe users, the list view only shows the id of this users but not their names, can I change that? |
| 16:41 |
dtox__ |
i ther anyway to map the external DB tables with the tables in tt_news |
| 16:42 |
dtox__ |
the external DB has almost the same table fields like header, subheader, description, link... |
| 16:43 |
dtox__ |
i just need to let tt_news handle the output of these external table records... |
| 16:43 |
dtox__ |
is there a way to do this? |
| 16:44 |
maholtz |
make an view? |
| 16:49 |
_pedda_ |
maholtz: do you know the property for changing the direction of text via ts ? |
| 16:49 |
_pedda_ |
i can't find it in my tsref |
| 16:49 |
_pedda_ |
but i know for sure it has to be there |
| 16:49 |
maholtz |
direction? |
| 16:50 |
_pedda_ |
rtl - ltr |
| 16:52 |
maholtz |
i would say, i never saw such function |
| 16:52 |
maholtz |
perhaps in GIFBUILDER? |
| 16:55 |
maholtz |
but: would it make sense? isnt it managed via stylesheets? |
| 16:55 |
dtox__ |
maholtz: can you help me with tt_news? |
| 16:56 |
maholtz |
@dtox__: imho it is an SQL-Server issue, not an tt_news issue? |
| 16:56 |
atmos4 |
maholtz: hi, you got my mail regarding the typo3 search bookmarklets? |
| 16:57 |
maholtz |
hi atmos4: yep, but had no time yet to have a look at, i will put them on my page |
| 16:57 |
atmos4 |
ok, no hurry :-) |
| 16:58 |
dtox__ |
maholtz: well i can get the data from the external DB but is there a way to map those fields with tt_news fields? |
| 16:58 |
dtox__ |
maybe via typoscript? |
| 16:58 |
atmos4 |
dtox__: you could map on the sql query level |
| 16:59 |
dtox__ |
atmos4: wow, cool !! how do i do that? |
| 16:59 |
atmos4 |
using field name aliases you could map to the column names of tt_news |
| 16:59 |
dtox__ |
do you mean with "AS" ? |
| 16:59 |
atmos4 |
yes |
| 17:00 |
atmos4 |
the prob would probably be, that it is a different database, so the standard typo3 api will not access it |
| 17:01 |
atmos4 |
probably you could interchange data by rss |
| 17:01 |
maholtz |
@dtox__: mysql view would help you |
| 17:01 |
maholtz |
or as atmos4 says: import the data:) |
| 17:01 |
dtox__ |
yeah that's the problem: the other DB... |
| 17:01 |
atmos4 |
I'm sure there's some typo3 news extension that can import/display an rss feed |
| 17:02 |
dtox__ |
yes for RSS feeds... |
| 17:02 |
dtox__ |
but i can't use that since i have to generate rss feeds on the extrenal DB first... |
| 17:02 |
atmos4 |
yes |
| 17:03 |
atmos4 |
this is probably a case where a custom extension makes sense |
| 17:03 |
atmos4 |
then you wouldn't have to rely on typo3 db api but just run a seperate database connection |
| 17:03 |
dtox__ |
i thought of that but the data is already there in a db so to import directly without rss would be the better solution don't you think? |
| 17:04 |
atmos4 |
is this a one time process or continous? |
| 17:04 |
dtox__ |
maholtz: what is mysql view.... is that an extention? |
| 17:04 |
dtox__ |
it's continous.... like every week |
| 17:04 |
atmos4 |
a view is a representation of a table, like a saved query |
| 17:05 |
dtox__ |
how can i create such views? |
| 17:05 |
atmos4 |
if you don't mind the redundancy, a simple db connector that copies over the data into tt_nes tables would be the easiest solution |
| 17:05 |
dtox__ |
sorry for the stupid questions but I'm kinda stuck here... |
| 17:05 |
dtox__ |
yeah atmos4, that's it!!! |
| 17:06 |
dtox__ |
i just need something to copy the data into tt_news tables... |
| 17:06 |
atmos4 |
just write a simple phpscript, that queries one db and writes into the typo3 tt_news ables |
| 17:06 |
atmos4 |
shouldn't be hard to code |
| 17:06 |
dtox__ |
without having to create tt_news records in the backend by hand and copieng the data manually... |
| 17:07 |
atmos4 |
then run it as a cronjob or as a trigger on updates to the foreign news db |
| 17:08 |
atmos4 |
a one way copy would be pretty easy to code |
| 17:09 |
atmos4 |
if you also want to make sure that deleted or updates records in the foreign news db also get deleted automatically in the tt_news db, thing get more complicated |
| 17:09 |
dtox__ |
is there an example script that i might use as a quickstart? |
| 17:10 |
atmos4 |
dunno, but it's pretty basic php |
| 17:11 |
atmos4 |
do a SELECT on the foreign db into aan array, take that array and do an INSERT command on the tt_news db, mapping to the right columns and crea<ting fields not present in the foreign db |
| 17:12 |
dtox__ |
ok i think that's the best/easiest way to go... |
| 17:12 |
dtox__ |
i just thought there would be an tt_news extention for that kind of stuff.. |
| 17:12 |
atmos4 |
if you have different categories and stuff things get a bit more complicated, but not much, you'd have to check if the category already exists in the tagret table |
| 17:12 |
atmos4 |
dtox__: write one :-) |
| 17:12 |
dtox__ |
oh my... |
| 17:13 |
dtox__ |
yes i do have different categories... |
| 17:13 |
atmos4 |
but the simple cli dync will be much less work to implement |
| 17:13 |
atmos4 |
or if you can't do it yourself, hire someone (if you have a budget) |
| 17:14 |
atmos4 |
for a private project see it as a chance to improve your coding skills |
| 17:14 |
dtox__ |
yes i would love to hire someone to do this... |
| 17:15 |
dtox__ |
but i need this by tommorow... |
| 17:15 |
dtox__ |
geez kinda late... |
| 17:15 |
atmos4 |
:-) |
| 17:15 |
atmos4 |
I could probably help you out, what country are you located in? |
| 17:17 |
atmos4 |
a one way copy script should be doable in a couple of hours |
| 17:20 |
dtox__ |
I'm in Germany |
| 17:20 |
dtox__ |
and you? |
| 17:20 |
dtox__ |
it aould be very cool if you could help... |
| 17:20 |
atmos4 |
same, so it shouldn't be a problem |
| 17:20 |
dtox__ |
you'd really really save my day... |
| 17:20 |
atmos4 |
I work as a typo3 freelancer, so that shouldn't be a problem |
| 17:20 |
dtox__ |
YES!!!!! |
| 17:21 |
dtox__ |
how can we get in contact and what would i have to pay? |
| 17:21 |
atmos4 |
ok, I'll open a private chat so we can talk in german |
| 17:21 |
dtox__ |
ok :-) |
| 17:22 |
_pedda_ |
cu all |
| 17:23 |
m4rtijn |
hi all |
| 17:26 |
maholtz |
hi m4rtijn |
| 17:26 |
maholtz |
t3con? |
| 17:30 |
nd_ |
Anyone knows a captcha using calculations instead of those shitty images? |
| 17:31 |
Provito |
anyone enabled the find by id in typo3 4.2.8 ? |
| 17:31 |
Denyerec |
nd_ I feel your pain |
| 17:32 |
nd_ |
And no good captcha-system? |
| 17:32 |
nd_ |
So that's gonna come on my list |
| 17:32 |
Provito |
or the Edit/Search bar which used to allow for id searching, now the filter just matches on the name |
| 17:38 |
lazarus477 |
'/exit |
| 17:42 |
Provito |
heh, stupid question of the day. Silly me the magnifying glass icon has a double meaning, view webpage + search site when in different locations |
| 18:13 |
der_On |
hello. |
| 18:13 |
der_On |
I'm having some trouble setting the active color of a GMENU |
| 18:15 |
der_On |
my Tscript looks like this: lib.nav { |
| 18:15 |
der_On |
1 = GMENU |
| 18:15 |
der_On |
1 { |
| 18:15 |
der_On |
wrap = <ul class="vlist">|</ul> |
| 18:15 |
der_On |
expAll = 1 |
| 18:15 |
der_On |
NO = 1 |
| 18:15 |
der_On |
NO { |
| 18:15 |
der_On |
allWrap = <li>|</li> |
| 18:15 |
der_On |
stdWrap.htmlSpecialChars = 1 |
| 18:15 |
der_On |
stdWrap.case = upper |
| 18:15 |
der_On |
backColor = #FFFFFF |
| 18:15 |
der_On |
XY = 140,17 |
| 18:15 |
der_On |
5 = IMAGE |
| 18:15 |
der_On |
5.file = uploads/pics/nav_bg.gif |
| 18:15 |
der_On |
10 = TEXT |
| 18:15 |
der_On |
10 { |
| 18:15 |
der_On |
text.field = title |
| 18:15 |
der_On |
offset = 0,12 |
| 18:15 |
der_On |
align = left |
| 18:15 |
der_On |
fontSize = 10px |
| 18:15 |
der_On |
fontFile = uploads/tf/alternategothicno3.ttf |
| 18:15 |
der_On |
fontColor = #1F1E24 |
| 18:15 |
der_On |
niceText = 1 |
| 18:15 |
der_On |
} |
| 18:15 |
der_On |
} |
| 18:15 |
der_On |
IFSUB < .NO |
| 18:15 |
der_On |
IFSUB.allWrap = <li>| |
| 18:15 |
der_On |
ACT < .NO |
| 18:15 |
der_On |
ACT.10.fontColor = #00FF00; |
| 18:15 |
der_On |
} |
| 18:15 |
der_On |
2 < .1 |
| 18:15 |
der_On |
2 { |
| 18:15 |
der_On |
wrap = <ul class="vlist">|</ul></li> |
| 18:16 |
der_On |
NO.10.fontColor = #660000 |
| 18:16 |
der_On |
} |
| 18:16 |
der_On |
} |
| 18:16 |
der_On |
it wraps correctly in the normal state, but the active state creates a wrong wrap |
| 18:16 |
der_On |
it should look like this: <ul><li>link<ul><li>sublink</li></ul></li> |
| 18:20 |
tomsdale |
der_On, try http://paste.phlogi.net/ to paste multiple lines. |
| 18:20 |
der_On |
thx |
| 18:23 |
tomsdale |
the partial wrap |</ul></li> does´t look right to me. |
| 18:23 |
der_On |
tomsdale: it's a workaround for capsuled lists in a GMENU |
| 18:23 |
der_On |
because GMENU does not have wrapItemAndSub |
| 18:23 |
tomsdale |
there is a wrapItemAndSub - does that maybe help? |
| 18:24 |
tomsdale |
ahh - ok. didn´t know that. |
| 18:24 |
der_On |
too bad it does not have |
| 18:25 |
tomsdale |
hm, maybe an Optionsplit workaround |
| 18:25 |
der_On |
at the moment every active menu entry wraps like this: <ul><li>link</li></ul><li>....sublinks |
| 18:26 |
der_On |
Optionsplit? |
| 18:26 |
tomsdale |
I just tried to register for the T3CON in frankfurt, when I try to login it goes to a 404. Could this be because I just registered as an assoc member and it hasn´t been processed yet. |
| 18:27 |
tomsdale |
der_On, just an example, it looks likes this: 1.NO.wrapItemAndSub = <li> | </li> | |*| <li> | </li> | |*| <li> | </li> |
| 18:28 |
tomsdale |
http://castironcoding.com/resources/typo3-admins-corner/typo3-admin-corner-article/article/understanding-optionsplit/index.html |
| 18:32 |
tomsdale |
der_On, Apparently there will be an wrapItemAndSub in 4.3. But no big help now ... http://bugs.typo3.org/view.php?id=6525 |
| 18:33 |
der_On |
tomsdale: oh. well. Thanks allot for your research. I'll see if i can create a workaround. |
| 18:34 |
tomsdale |
der_On, maybe try to get the patch from 4.3 and apply it to your Version. http://www.nabble.com/GMENU-und-wrapItemAndSub-td19131396.html |
| 18:35 |
tomsdale |
Didn´t read it till the end but there are some diffs |
| 18:35 |
_pedda_ |
re |
| 18:35 |
der_On |
ok. I give it a try. thanks |
| 21:10 |
iaj |
hello.:) |
| 21:10 |
iaj |
can anyone guide me on how I am able to copy a whole pagetree with depth, lets say, 5? |
| 21:33 |
lazarus477 |
iaj: I remember reading about that in the basic documentation on typo3. Try digging it up there if no one here responds. |
| 21:35 |
litzinger |
with indexed search, my template has "SearchTemplateHere" at the top, and I can't find where to remove that line |
| 21:35 |
litzinger |
and although I hvae this line in my config, it isn't loading the search template file I want it to plugin.tx_indexedsearch.templateFile = fileadmin/templates/search.html |
| 21:36 |
litzinger |
anyone have an idea of why it isn't loading that template file, and how I can remove that stupid "SearchTemplateHere" text? |
| 21:36 |
spacedani |
templavoila? |
| 21:36 |
litzinger |
yes |
| 21:37 |
spacedani |
did you have defined it in templavoila? |
| 21:37 |
litzinger |
wait. no. the search stuff is not part of templavoila |
| 21:38 |
litzinger |
nevermind |
| 21:38 |
spacedani |
hmm just a moment |
| 21:39 |
litzinger |
someone else setup the search stuff and there as a config script on the search page itself calling a different template |
| 21:39 |
litzinger |
typo3 is so easy to maintain! |
| 21:39 |
litzinger |
random script scattered about the pages. brilliant! |
| 21:39 |
litzinger |
can't wait to be done with this project and to never touch typo |
| 21:39 |
litzinger |
again |
| 21:44 |
ingo__ |
hello |
| 21:49 |
pulponair |
hi there |
| 22:02 |
m4rtijn |
hi pulpi |
| 22:04 |
litzinger |
and it continues. I'm trying to copy a site node to duplicate a site, and it keeps dying after 21 seconds. I don't get a php timeout error. The page just dies, and the site tree html frame, and the content area frame are empty. |
| 22:04 |
litzinger |
so why include a copy function when it doesn't copy everything? |
| 22:04 |
litzinger |
and when it dies there are no error messages or anything |
| 22:08 |
m4rtijn |
hmm, I never tried copying complete page trees |
| 22:09 |
m4rtijn |
litzinger: try the list view with clipboard.. maybe that works |
| 22:10 |
Provito |
excellent, using mysql 5.1.x and xpath works nicely on templavoila flex data |
| 22:12 |
litzinger |
doesn't make a difference where i try to copy and paste. typo just bombs out after 20 seconds or so |
| 22:12 |
litzinger |
p.o.s. |
| 22:12 |
m4rtijn |
maybe crappy server |
| 22:12 |
Provito |
litzinger, you have errors full on and logging? |
| 22:12 |
litzinger |
where are the log files stored? |
| 22:12 |
Provito |
check your apache server for a segfault, it could be an opcode cache causing the problem |
| 22:13 |
Provito |
litzinger, the php error_log |
| 22:13 |
Provito |
check the apache logs for a segfault |
| 22:17 |
litzinger |
PHP Catchable fatal error: Argument 2 passed to t3lib_div::array_merge_recursive_overrule() must be an array, string given, called in /docs/t3lib/class.t3lib_tcemain.php on line 1766 and defined in /docs/t3lib/class.t3lib_div.php on line 1833 |
| 22:18 |
litzinger |
http://bugs.typo3.org/view.php?id=9621 |
| 22:19 |
Provito |
you have the correct character site setup ? |
| 22:19 |
Provito |
character set I mean |
| 22:19 |
litzinger |
utf-8 across the board |
| 22:19 |
Provito |
in the backend set as utf-8 as charset ? |
| 22:20 |
litzinger |
mb_internal_encoding("UTF-8"); |
| 22:20 |
litzinger |
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; |
| 22:20 |
Provito |
what typo3 version? |
| 22:21 |
litzinger |
4.2.6 |
| 22:21 |
Provito |
are all other foreign characters coming through ok? |
| 22:21 |
litzinger |
everything is coming through fine |
| 22:22 |
Provito |
try debugging what the string being passed is to see where its coming from |
| 22:23 |
Provito |
presumably you've cleared the cache and logged back in to ensure that it's not a recent installed extension issue |
| 22:41 |
lazarus477 |
t |
| 22:53 |
Phlogi_ |
litzinger: still problems? Check if the connection to the db is utf8 as well |
| 22:54 |
Phlogi_ |
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET CHARACTER SET utf8;'.chr(10).'SET NAMES utf8;'.chr(10).'SET SESSION character_set_server=utf8;'; |
| 22:54 |
Phlogi_ |
^^ in localconf.php |
| 23:09 |
Provito |
litzinger, also the currently typo3 version is 4.2.8 not sure if anything perhaps this issue has been resolved |
| 23:13 |
Phlogi_ |
when I want to develop an extension with the mvc concept, do I still use lib/div? Or what is recommended atm? |
| 23:32 |
ries2 |
Phlogi_: lib/div is badly maintained, I would at least look at something more up-to-date |
| 23:43 |
nd_ |
Phlogi_: If the project goes on for some more month you could use extbase, which is pre-alpha atm |