Search the website and IRC logs

#TYPO3 IRC log from : Thursday 20 November 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
00:02 nhaskins BTW, any way to log out
00:03 nhaskins nevermind
03:11 twoten oy
04:24 dinsdale07 how can I apply a patch to my php source code - anyone knows?
04:24 Denyerec to PHP itself ?
04:24 dinsdale07 a diff patch for a typo3 source file
04:24 dinsdale07 https://bugs.oliverklee.com/attachment.cgi?id=2467
04:25 dinsdale07 like this one.
04:25 Denyerec Um
04:25 Denyerec you could manually do it
04:25 Denyerec or google for "using unix patch command"
04:25 Denyerec and you should get an example
04:25 dinsdale07 ah, there is a command that reads diff files?
04:26 dinsdale07 ok, got it, man patch tells more :-) thanks
04:27 Denyerec hehe
05:59 d|g hi all
08:24 animan hi. my tt_news setup wants to look for rtf icon from typo3/sysext/cms/tslib/media/fileicons/rtf.gif -- any way to override this path?
08:49 animan anyone?
09:06 af_ uhm, I am clearing the fe cache, but no effect (a mod in template is not actived). what could I do then?
09:15 _pedda_ moin moin
09:16 _pedda_ huh? i can't see the text I'm postion into the chan..
09:16 _pedda_ aah .. it now it works
09:37 animan hi. I'm still stuck with tt_news fileicons. I managed to change them with the help of this thread - http://www.nabble.com/Changing-appearance-of-tt_news-file-list-icons-td17865196.html
09:37 animan but it erases link to these files
09:46 m4rtijn hi
09:48 animan hi m4rtijn
09:50 animan hey, you ever needed to change tt_news filelist icons?
09:52 m4rtijn I did once..
09:52 m4rtijn the category icon
09:53 xat0r whats a good book to learn programming extensions?
09:54 animan i'd like to change the file extension icons :/ fond something from google that, indeed, helped to changed the icon, but removed the A tag :P
09:54 m4rtijn hehe
10:01 Prot0 xat0r: Theres one by Dimitri
10:01 Prot0 http://www.packtpub.com/typo3-extension-development/book
10:01 Prot0 =]
10:02 _pedda_ with a long ship out period ;)
10:02 maholtz|WORK @xat0r: +1 to that from Dmitry
10:02 xat0r thx :)
10:02 xat0r i'll have a look at that
10:06 animan anyone knows an extension that would allow to show DAM title in tt_news file list?
10:10 m4rtijn animan - I guess you can do that with typoscript..
10:11 dotX_taff hello
10:13 animan i can? actually i was hoping to get rid of two problems at one -- be able to override the default icons and use DAM titles
10:13 animan at once*
10:30 m4rtijn yeah, should be possible with TS
10:31 m4rtijn .. does anyone remember how I set that normal backend users can only see the "NORMAL" content column
10:31 m4rtijn I have it on one page but I cant find where i set that :S
10:31 liKe`- Hi
10:32 m4rtijn afaik it was some TSCONFIG
10:32 m4rtijn ah, found it
10:32 m4rtijn mod.SHARED.colPos_list=0
10:32 _pedda_ tsconfig for be group
10:32 _pedda_ yup
10:33 _pedda_ so i can stop looking for this for you now :)
10:33 m4rtijn hehe, thx anyway _pedda_
10:33 m4rtijn tsconfig for the group .. I had it on the root page TS CONFIG
10:33 m4rtijn .. but should be in the group I guess
10:33 _pedda_ you should put that into group config..
10:34 _pedda_ more structured..
10:34 m4rtijn yeah.. thats where I looked first ont the other page as well..
10:35 _pedda_ ;)
10:38 m4rtijn hmm, is it possible to show none of the columns/
10:38 m4rtijn ?
10:38 _pedda_ sure
10:38 _pedda_ just >
10:38 _pedda_ i think
10:39 _pedda_ mod.SHARED.colPos_list >
10:39 _pedda_ try this one
10:39 m4rtijn I'll try thx
10:40 m4rtijn hmm
10:40 _pedda_ not working ?
10:41 m4rtijn nop..
10:41 _pedda_ an mod.SHARED.colPos_list =
10:41 _pedda_ ?
10:42 m4rtijn hmm, neither.. though I have some options in that sysfolder which arent working..
10:42 m4rtijn maybe theres smth else wrong
10:43 m4rtijn I'll try it on some other page
10:45 m4rtijn hmm, nope.. ah, nevermind..
10:46 _pedda_ on the other hand.. why do you want to hide all columns ?
10:46 _pedda_ prevent creating content ? ( can be restricted in the group configuration, wether users are able to create content or not)
10:50 liKe`- mhh why is Flow3 ignoring my "cacheDirectory" in the settings.yaml? (Utility: Environment: cacheDirectory: "value")
10:51 liKe`- the Settings.yaml is in "Public/Configuration"
10:53 m4rtijn _pedda_ cause im using the extension from just2b which allows content elements in tt_news
10:53 m4rtijn the content elements are shown in the sysfolder.. which is kind off confusing
10:54 _pedda_ aah .. i had a look at this extension.. found it confusing too..
10:54 _pedda_ they're just listed in the normal column
10:54 m4rtijn .. its a really good extension.
10:54 m4rtijn yes.. but also in the news item..
10:55 _pedda_ without any "categorisation"
10:55 m4rtijn yep..
10:55 m4rtijn in the manual of that extension is some TSSCOnFIG code which should disable the normal view.. but its not working..
10:55 _pedda_ link ?
10:56 m4rtijn http://forge.typo3.org/wiki/extension-rgnewsce/Page_TypoScript_Tips
10:56 m4rtijn mod.web_layout.tt_content.colPos_list = 3
10:57 m4rtijn for the list view its working..
10:57 _pedda_ tried this one ? mod.web_list.hideTables = tt_content
10:57 _pedda_ in the page tsconfig.. not in template ?
10:58 m4rtijn yeah.. that works.. for the list view
10:58 _pedda_ where did you put mod.web_list.hideTables = tt_content?
10:58 m4rtijn TSCONFIG of the sysfolder
10:59 _pedda_ hmm
11:01 _pedda_ mod.web_layout.tt_content.colPos_list = 3 works for me in a sysfolder
11:01 _pedda_ in one of my projects
11:01 m4rtijn yeah.. I just found out.. it works for my backend admin user as well..
11:02 m4rtijn but I guess because I have the colpos = normal setting in the usergroupat TSCONFIG it doesnt work for that user
11:02 _pedda_ so use a condition respecting the id of your sysfolder
11:02 _pedda_ in the group ts config
11:03 m4rtijn hmmmm.. good idea
11:04 m4rtijn I just put the colpos = normal in the root TSCONFIG.. and the colpos = border for the sysfolder.. now it also works.. but now my admin user also only sees the NORMAL col.. :p
11:08 m4rtijn hmm
11:13 m4rtijn this should work
11:13 m4rtijn [globalVar = TSFE:id = 22] // mod.SHARED.colPos_list=3 // [global] // mod.SHARED.colPos_list=0
11:14 m4rtijn ah, its not that important..
11:14 m4rtijn I just tell the customer to view it in the list view..
11:20 HardPhuck why would a custom extension produce phpmyadmin errors when used?
11:20 dokma hey guys!
11:20 PiMB Hi!
11:21 dokma you know that trick when I can have different html for odd and even rows
11:21 dokma where is that documented?
11:21 dokma hello PiMB
11:23 m4rtijn in a table dokma?
11:24 tf hi @all
11:24 m4rtijn hi tf
11:24 dokma m4rtijn: in commerce products template
11:24 m4rtijn ah
11:24 dokma it has parts for odd and even products
11:24 dokma but I want to remove it
11:25 dokma and have single html for all products
11:25 dokma but deleting it did not work
11:25 dokma now I have only odd products displayed
11:25 tf i want to make a new language in my site for the switzerland. but there is no flag for it. how can i add new flags to it?
11:25 dokma does that make any sense
11:26 m4rtijn tf - did u check the ext. rep?
11:26 dokma no flag for switzerland
11:26 dokma that sounds odd
11:26 m4rtijn there are some extensions with flag thingies
11:26 liKe`- tf, switzerland? try german.. :-D
11:27 tf liKe`-: there is also a flag for austria by default ;-)
11:27 m4rtijn liKe`- if you go to the contact page it could be that there should be different telefone numbers
11:27 m4rtijn .. different contact address.. etc.
11:27 m4rtijn should be possible to have switzerland
11:27 tf yes and different news etc.
11:28 liKe`- m4rtijn, maybe, but germany routes incomming calls for switzerland and austria directly :-)
11:28 m4rtijn hehe.. yeah yeah
11:28 liKe`- :-)
11:29 PiMB dokma: isnt's there a TS setting to change the odd/even setting in commerce_products
11:29 dokma PiMB: don't know
11:29 m4rtijn tf - I'd try some flag extension.. its also in all the ext. manual how to add custom flags
11:29 dokma I forgot how that thing is controled
11:30 dokma let me check
11:30 m4rtijn tf - should be possible for the default flags as well.. but I dont know how good the docs are :S
11:30 tf m4rtijn: ok thx. i will try
11:30 dokma PiMB: actually I think that this is controlled from the html template
11:31 dokma if something is there it will use alternate html bits
11:31 HardPhuck anyone else had problem with cron and phpmyadmin?
11:31 dokma now I just can't figure out what that something is
11:31 HardPhuck im trying to run a cron job but i get loads of errors
11:31 HardPhuck those errors are phpmyadmin related
11:31 dokma and I clearly remember adding that functionality to one of my previous projects
11:31 HardPhuck http://pastebin.com/m5d43f7fa
11:32 PiMB HardPhuck: those aren't really phpmyadmin related.
11:32 PiMB there rights related.
11:32 PiMB 'Permission denied'
11:32 HardPhuck yeah but if i disable phpmyadmin
11:32 HardPhuck then the cron job works
11:33 liKe`- mhh
11:33 dokma HardPhuck: what are the perms on that file?
11:33 liKe`- can I store in Flow3 the packages in my Public directory where my index.php is?
11:33 dokma /var/lib/php/session/sess_3sr3djoc33ijcjc0dqgpqb5kk4
11:34 PiMB sure it works, because it doesn't check the extension then.
11:34 HardPhuck permissions on the session file?
11:34 PiMB it seems the user that runs the cronjob isn't allowed to run things in the phpmyadmin folder
11:36 HardPhuck well the strange thing is that if the cron command is executed by the root the problem persists
11:36 PiMB what rights are on the phpmyadmin folder?
11:37 m4rtijn who owns the phpmyadmin folder?
11:37 HardPhuck drwxrwxr-x 5 sidn apache 4096 Nov 11 14:29 phpmyadmin
11:38 lilalinux how can I configure that file selectors let one choose from uploads/ too and not only fileadmin/?
11:38 PiMB seems to be in the session file
11:38 m4rtijn lilalinux - afaik you cant
11:38 HardPhuck im running the command as the "sidn" user here
11:38 m4rtijn the uploads/ folder sucks
11:39 lilalinux yeah, big time
11:39 HardPhuck PiMB i dont have the perms to see the session folder inside the /php
11:39 m4rtijn you could maybe put a symlink to it?
11:39 m4rtijn in the fileadmin folder
11:39 PiMB lilalinux: symlink should work. use it myself
11:39 PiMB HardPhuck: there's your problem.
11:40 PiMB HardPhuck: it wants to open that file but it's not allowed, and that triggers the 'headers already sent' error
11:40 HardPhuck allright
11:41 lilalinux PiMB: thx
11:42 PiMB np
11:43 lilalinux PiMB: works, thx
11:43 HardPhuck PiMB thanx :)
11:43 HardPhuck i think you pointed out the problem
11:43 HardPhuck ill check it out now
11:43 PiMB lilalinux: NP
11:44 PiMB HardPhuck: I hope I did, good luck ;)
11:46 liKe`- hh
11:47 liKe`- if i create a package for f3, how can i register my action controller?! (I have this error: "#1220884009: The controller object "f3::layout::controller::defaultcontroller" does not exist")
12:07 m4rtijn liKe`- maybe u should join the flow3 channel?
12:08 liKe`- is there a flow3 channel? :-)
12:08 liKe`- *** Access to channel #flow3 is blocked
12:08 liKe`- uh
12:11 liKe`- ah :-)
12:17 chefan blocked? hmm overcrowded?
12:22 dokma PiMB: you were right about TS setting in the commerce controlling odd/even stuff
12:39 PiMB dokma: glad I could help
12:39 dokma PiMB: thanks! keep up the good work!
12:43 m4rtijn get a room u 2
12:43 m4rtijn :p
12:45 tf when i use the tt_news plugin with mode "search". i cant find news. what could be the problem?
12:45 maholtz|WORK did you tell the plugin where to search?
12:45 maholtz|WORK in wich sysfolder
12:45 tf yes
12:46 flipmoe hi
12:47 flipmoe how can i select only the first picture in a database table field
12:47 flipmoe http://paste.phlogi.net/-098bb410da/
12:47 maholtz|WORK typoscript: numRows = 1
12:49 maholtz|WORK ups, i am wrong
12:49 flipmoe for me?
12:50 PiMB flipmoe:
12:50 maholtz|WORK listNum
12:50 flipmoe jep
12:50 flipmoe ok
12:50 flipmoe thx
12:51 tf maholtz|WORK: could it be a caching problem?
12:52 flipmoe i turned caching off
12:52 maholtz|WORK @tf: should not
12:52 flipmoe sorry
12:53 maholtz|WORK @flipmoe: your code should sth. like ['stdWrap.']['listNum'] = 0;
12:54 flipmoe ok thx
12:54 flipmoe i'll try it
12:54 maholtz|WORK if the input is a comma list otherwise you have to set splitChar too
12:54 lilalinux how do I disallow all attribtues on td tags in RTE? I only found an option for P and DIV tags.
12:57 m4rtijn just disable the RTE editor
12:57 m4rtijn then u have a normal text module..
12:57 tf maholtz|WORK: i just find one news entry. but only with two special words.
12:58 m4rtijn rte_enabled.disabled = 1
12:58 m4rtijn TCEFORM.tt_content.rte_enabled.disabled = 1
12:58 lilalinux m4rtijn: erm, but I want RTE
12:58 flipmoe maholtz|WORK: that way: http://paste.phlogi.net/-4f7b747e3c/ ?
12:59 lilalinux I siomply don't want attributes in td tags
12:59 m4rtijn then u have to change the wrap.. I think
13:00 maholtz|WORK @flipmoe: nope - think about syntax - it is the same as typoscript - each typoscript function/object has to be an array item
13:00 maholtz|WORK 'stdWrap.' => array ()
13:00 flipmoe ok
13:00 maholtz|WORK and read TSref! splitChar = 1 cannot work!
13:00 flipmoe jep
13:01 lilalinux foo > means unsetting foo, right?
13:02 m4rtijn clear all
13:02 Trysaxx hey all :)
13:03 dokma width = 140m
13:03 dokma what is that last m?
13:03 dokma Trysaxx: hello ;)
13:03 dokma maholtz|WORK: u ever seen this: width = 140m
13:03 dokma what's that last m for?
13:04 maholtz|WORK http://wiki.typo3.org/De:TSref/imgResource
13:05 Trysaxx i've just moved a typo3 site and now i get some errors in list view in BE "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /.../t3lib/class.t3lib_db.php on line 810"
13:05 Trysaxx what can that be? :)
13:06 Trysaxx and another one "Warning: Cannot modify header information - headers already sent by (output started at /.../t3lib/class.t3lib_db.php:810) in /Users/<removed>/public_html/typo3/template.php on line 618"
13:08 maholtz|WORK @Trysaxx: seconds depends on first
13:08 maholtz|WORK first says, that there is not everything correct - check update wizard, check DB in install tool
13:09 maholtz|WORK and tell us your version
13:10 maholtz|WORK @Trysaxx: did you read my messages?
13:11 Trysaxx_ nope did'nt get it
13:12 maholtz|WORK @Trysaxx: seconds depends on first
13:12 maholtz|WORK first says, that there is not everything correct - check update wizard, check DB in install tool
13:12 maholtz|WORK and tell us your version
13:12 Trysaxx_ ok
13:12 xat0r :D
13:12 xat0r ups
13:12 xat0r wrong channel :)
13:21 flipmoe maholtz|WORK: can you help me again, please?
13:21 flipmoe where should I put the array
13:23 maholtz|WORK in your code - where you define height and width etc. have an look at imgRessource and IMAGE in TSref!
13:24 flipmoe ok
13:43 lilalinux what is the counterpart to addToList for remoing from list?
13:44 maholtz|WORK removeFromList ?
13:44 lilalinux oh, i had a typo O_o
13:44 lilalinux thx
13:44 lilalinux dan I do foo < bar and in the next line foo := removeFromList(moo)?
13:45 maholtz|WORK should be possible, if bar is a list...?
13:47 lilalinux I'm still trying to remove meta and title tags from RTE
13:59 lilalinux got it
14:00 lilalinux the correct way is removeTagsAndContents (not removeTags)
14:12 kinea i want to access a typoscript setup variable of an extension from inside a userfunction, which i defined with includeLibs in the same extension. how can i do that? (accessing the the global confs with $GLOBALS['TSFE']->config['config'] is no problem)
14:15 maholtz|WORK $GLOABLS['TSFE']->config['plugin'] does not work?
14:29 flipmoe maholtz|WORK: Sorry can you check that one last time, please? http://paste.phlogi.net/-948f570d35/
14:31 maholtz|WORK does not work?
14:31 maholtz|WORK wha do you get?
14:33 flipmoe no
14:33 flipmoe nothig
14:34 flipmoe t3lib_div::debug($markerArray['###IMAGE###'],'IMAGE');
14:38 lilalinux how do I automatically convert the first tr td of a tbody in a table to a thead tr th?
14:40 kinea maholtz|WORK: i get only a | debug | when using t3lib_div::debug().
14:40 kinea debugging $GLOBALS['TSFE']->config['config'] works fine
14:41 kinea but not $GLOBALS['TSFE']->config['plugin']
14:44 maholtz|WORK @kinea: afaik it is possible, but do not remember how:(
14:44 maholtz|WORK @flipmoe: $cObj = t3lib_div::makeInstance('tslib_cObj');
14:44 maholtz|WORK $cObj->start($row, $tableName);
14:45 maholtz|WORK and then use that $cObj and set 'import' => 'uploads/tx_pphotel/',
14:45 flipmoe ok
14:45 maholtz|WORK and rename 'field' => 'foto',
14:45 flipmoe thank you
14:45 flipmoe jep
14:46 maholtz|WORK you can debug cObj->data to see what fields you have there
14:50 kinea someone knows, howto store date and time in a "date and time" field of typo3 in the db? can i use a php function like "time" ?
14:55 pmk65 kinea: it's stored in unix time format
14:55 maholtz|WORK yep
14:55 kinea pmk65: thanks, that helps
14:56 kinea i hoped you would say that.
14:57 MasterYin Hello together
14:58 MasterYin Any Germans here?
14:58 pmk65 a little advertising :) If you are fed up trying to configure htmlarea RTE, you should try the new alternate RTE: "TinyMCE RTE" which is much easier to configure.. http://typo3.org/extensions/repository/view/tinymce_rte/current/
14:58 m4rtijn :p
15:09 m4rtijn hehe, we dont do germans
15:11 maholtz|WORK germans... lol - MasterYin: is it to difficult to ask in english?
15:13 m4rtijn seems, he/she is gone :p
15:14 m4rtijn I noticed yesterday that opera even has a build in IRC client.. which is quite nice even
15:14 flipmoe maholtz|WORK: thank you, it works!
15:14 maholtz|WORK ups...
15:14 maholtz|WORK @flipmoe: did you learned someting new?
15:15 flipmoe i hope so
15:15 tf why the search from tt_news doesnt find the news?
15:15 flipmoe i'm really new to extension development
15:15 flipmoe just studying the code later
15:15 maholtz|WORK :)
15:15 maholtz|WORK build your sql-querys with cObj->getWhere !
15:16 flipmoe ok
15:19 m4rtijn mmm, the typo3 4.2.1 backend is messed up in opera :S
15:19 m4rtijn bah
15:23 HPhuck how come repository hasn't been updated in a week
15:37 tf anyone here has the search from tt_news working?
15:38 pmk65 HPhuck: it's due to the login issues. Without the login/password feature, it's not possible to upload new extensions either.
15:39 HPhuck Ah, right
15:39 HPhuck Denyerec you here?
15:48 leeotzu I am working on site that has two language dutch and english
15:48 leeotzu By default erlier the contents were entered in English
15:49 leeotzu now I want to change the default content
15:49 leeotzu to Dutch
15:49 leeotzu So what will be the right approach to this
15:50 leeotzu I tried swapping to records in tt_content
15:50 leeotzu but didn't worked
15:52 m4rtijn leeotzu - do you want this to work for backend or frontend?
15:52 m4rtijn frontend default lang is typoscript
15:52 leeotzu m4rtijn, I want to this by writing a script
15:53 leeotzu m4rtijn, As there are several records
15:53 m4rtijn no, my question is: do you want to change the way the frontend behaves with default language?
15:53 m4rtijn or the backend..
15:53 leeotzu m4rtijn, BE
15:54 m4rtijn then swapping the content should work..
15:55 leeotzu Manually or through the script
15:55 m4rtijn .. both
15:55 leeotzu I tried with script, But it doesn't word
15:55 m4rtijn depending on the amount of content you should choose
15:56 leeotzu Actually the data is huge
15:56 m4rtijn hehe, then u should write a script
15:56 leeotzu so Manually doing it will take a long tym
15:56 m4rtijn just access the DB directly and swap the default content with the translated content
15:57 leeotzu m4rtijn, Exactly but I am trying to swap the content
15:57 m4rtijn leeotzu - but I 'd make a backup before :p
15:57 leeotzu but I think there is a field in tt_content table l18n_diffsource
15:58 leeotzu which is used in multilanguage
15:58 leeotzu m4rtijn, :) of course the data backup is there
15:58 Denyerec HPhuck
15:58 Denyerec yo
15:58 m4rtijn Denyerec!
15:58 Denyerec hey m4rtijn
15:59 m4rtijn helo
15:59 m4rtijn leeotzu - somehow typo3 is able to get the translated content for everything.. so should you then..
15:59 m4rtijn I never had a look at this though.. maybe somebody else can tell you more..
16:00 pulponair hi there
16:00 m4rtijn hi pulpi
16:00 pulponair hi m4rtijn
16:00 leeotzu m4rtijn, thnx for your concern
16:00 leeotzu m4rtijn, I will surely drop a msg when i find a solution to this
16:00 pulponair Denyerec: hi dude
16:01 Denyerec Yo yo hey pulponair
16:01 Denyerec I've not had a terribly productive day
16:01 Denyerec and I don't see the situation improving:)
16:02 m4rtijn i ordered some watches today..
16:02 m4rtijn thats about it
16:02 Denyerec I need some tiny spanners
16:04 m4rtijn pmk65 - u still here?
16:29 porkpie HPhuck: hi
16:29 porkpie missed the pm
16:40 animan hi. is it somehow possible to override this behaviour of DAM where it automatically changes foreign letters (ie, Š = ae)?
16:41 animan or is it even DAM that changes it?
16:41 Trysaxx hey..
16:42 Trysaxx how do i get this "$href = tx_mmforum_pi1::getUserProfileLink($matches[1]);" from line 5925 in mm_forum_pi1.php to say something like this "index.php?id=23&action=getviewprofile&uid='.$user['uid'].'"?
16:43 pmk65 m4rtijn: yes, on and off..
16:43 jangla can anyone direct me to some helpful pages on setting up print friendly versions of pages please?
16:44 m4rtijn leeotzu had a question u might be able to answer.. he wants to change the default content language from english to dutch..
16:44 pmk65 jangla: I always do it using CSS.
16:45 m4rtijn do you think its possible to do that with some scripting and DB content swapping?
16:45 jangla pmk65 - yea, thing is, I've no idea where to even start setting up print friendly pages in the first place so I'm looking for the 101 kind of lessons :)
16:45 pmk65 I would think it requires some changes in the DB
16:47 pmk65 jangla: in your stylesheed, make a section enclosed in: @media print { }
16:47 HPhuck guys im using t3lib_htmlmail, which property should i set so that gmail wont put the mail into spam folder
16:47 pmk65 Then inside that section, disable the parts of your template you don't want printed.
16:50 pmk65 HPhuck: good luck trying to figure out spam filters. One thing I have noticed while trying to get mails to get through spamfilters, is that if you send out testmails, NEVER use lorem ipsum text..
16:51 m4rtijn hehe
16:51 m4rtijn HPhuck - instead of sending it via phpmail u could send it with smtp.. which I guess would get less spam probability
16:52 HPhuck crap :)
16:53 m4rtijn but you cant just figure out some gmail spamfilter.. normally its not just on spamfilter but a few working together..
16:53 m4rtijn one*
16:53 HPhuck yeah but the strange thing is if i send mail to my other domain which is also hosted on google, then i get the mail as normal mail
16:54 m4rtijn yep
16:54 m4rtijn they have different heuristics
16:54 HPhuck oh
16:54 HPhuck didn't know that
16:54 pmk65 HPhuck: I used htmlmail in an old plugin, this way: http://paste.phlogi.net/-7e5ec40161/
16:57 m4rtijn HPhuck - did u check the install tool.. if u have a sender email address?
16:57 m4rtijn HPhuck - if not it says from: (obscured mail address)
16:57 m4rtijn HPhuck - this could be a cause for spam probability
16:57 HPhuck no i have a custom extension
16:58 pmk65 yes, that would surely get it caught in a spam filter.
16:58 m4rtijn u do use typo3 mail thingamabob
16:58 HPhuck zes
16:59 HPhuck yes even
16:59 m4rtijn but a hardcode a sender email or what?
16:59 pmk65 It doesn't matter if its a custom extension or not, as the servers return address is used
16:59 m4rtijn yeah..
16:59 m4rtijn unless u hardcode it
16:59 HPhuck $mail = t3lib_div::makeInstance('t3lib_htmlmail');
16:59 m4rtijn I think
16:59 pmk65 try checking the header of the mail send from your system (just send it to your normail mailreader)
17:00 pmk65 and see if there's any "strange" email addresses
17:01 HPhuck http://pastebin.com/d7447add9
17:01 HPhuck this is the code
17:02 m4rtijn yeah, best u check the detailed mail header..
17:03 pmk65 in my code, I set both the plaintext and the html versions. In your code, only the html version is set.?
17:03 m4rtijn or jjst check the installtool sendmail section
17:04 HPhuck pmk can you paste your example somewhere
17:04 HPhuck on how you do it?
17:05 pmk65 http://paste.phlogi.net/-7e5ec40161/
17:06 HPhuck and this works fine, without getting into the spam folders?
17:06 m4rtijn depends on the filter
17:07 HPhuck well gmail is one of the hardest so i'll focus on that one
17:07 m4rtijn I guess that gmail check whether its being send via smtp directly or some script sends it
17:07 m4rtijn i dunno how though.. or if thats even possible :)
17:07 pmk65 no clue. it's some old code, but if I remember correctly, then the plaintext version was required in order for the mail to be viewable by online mailreaders 8hotmail,gmail etc)
17:10 HPhuck okay ill play with it a bit
17:10 tf i can only find news entrys in my second language when the searchword is in the entry in the default language too. ???
17:12 m4rtijn HPhuck - according to some google results it is possible to filter out email which are web-generated..
17:12 m4rtijn dont ask me how though. :p
17:12 m4rtijn must be something in the detailed header info
17:14 m4rtijn http://www.usenet-forums.com/php-language/30819-prevent-email-being-classified-spam.html
17:20 HPhuck tried the pmks version
17:20 HPhuck still spam :)
17:24 m4rtijn did u read that forum thread?
17:24 HPhuck yes
17:25 m4rtijn and.. look at the sender email..
17:25 m4rtijn it uses the default server address if that null@ then its 100% spam
17:26 HPhuck i dont have any email clients on this computer as it isnt mine
17:27 HPhuck so im trying a bit
17:34 HPhuck hmm i think there is a bug with all prior to 4.2.2
17:47 HPhuck maholtz are you here
17:47 maholtz680 yep
17:47 HPhuck jumpchart.com
17:48 HPhuck i found only this
17:48 HPhuck i was searching for a simple webdesign collaboration tool
17:48 HPhuck its okay but its a bit too easy
17:50 maholtz680 i will have an look at it, thanks:)
17:50 HPhuck np
17:56 m4rtijn what are you looking for maholtz680 ?
17:57 maholtz680 collaboration tools in generall, perhaps something to generate wireframes
18:22 m4rtijn cu tomorow
18:34 davidbrunnthaler hiho, i got a rather simple question (at least i hope so)
18:34 davidbrunnthaler http://dl.tfa.w4y.at/t3_tree.png
18:35 davidbrunnthaler i substitute a marker with the page-headers
18:35 davidbrunnthaler it's working great so far
18:36 davidbrunnthaler but on page "[1] Home" i don't want that to happen
18:39 davidbrunnthaler i tried it with http://paste.phlogi.net/-0e47c3e5a2/ and with http://paste.phlogi.net/-e25c81cf35/ (written in the setup field of the template) but none of them worked
18:40 davidbrunnthaler any ideas what i'm making wrong?
18:42 Sebastan hello, can someone give me the direction to make it work that in a selfprogrammed extension feuser can upload files? In my case every group (another group than fe_groups) should have its own logo. And the logo should be uploaded from logged in fe_user... is there a function that provides this? didnt found other things than other extensions for that. But I want to build it into my extension...
18:48 davidbrunnthaler solved it myself: there is no != for conditions (only =,<,>)
18:50 Sebastan does someone know?
19:11 dinsdale07 Sebastan, maybe you could use the frontend user self register extension. I think it already provides that functionality.
19:18 Sebastan your right. I could look if there is such code. (if I can interpret the code). Registering fe_users are done with a script of my own because the original one didnt provide all the functionality I needed...
19:37 Sebastan i think I have to try it with <input type="file" and storing it in a tables blog because I dont find the way into sr_feuser_registers code to find the right place where images are uploaded...
21:28 m_e hi guys ive got a problem i have no clue how to add a group to an element. take a look at this screenshot: http://www9.picfront.org/picture/Q1M6MZQu/img/Screenshot.png
21:28 m_e i guess i have to klick on that little folder on the right side
21:32 _Awillys_ hi there
21:32 _Awillys_ is the TER broken?
21:35 m_e so... there is noone who knows how to use the backend?
21:37 dinsdale07 m_e, I don't think this is BE specific but extension specific. I don't know tt_address but I guess you can add groups to a sysfolder via the list view -> new -> group?
21:37 dinsdale07 m_e, at least that's the way it works in many other Extensions
21:38 dinsdale07 Awillys, I think login to TER might be still disabled after the security breach of Typo3.
21:38 Awillys dinsdale07: i see
21:38 Awillys looks like there is no extension update since
21:39 Awillys you probably right for the reason
21:39 dinsdale07 I noticed that too.
21:45 m_e dinsdale07: hm isnt working :( ill show you all steps i do:
21:45 dinsdale07 Is anyone using templavoila yaml with Version 4.0.1 of TYPO3. Are there compatibility problems to be expected.
21:46 m_e http://www5.picfront.org/picture/gAdbUW2kjx3/img/Screenshot-3.png
21:46 m_e http://www9.picfront.org/picture/wpuQjBbCp/img/Screenshot.png
21:48 dinsdale07 m_e, there might be also a Typoscript setting nescessary which points to the folder which holds the groups records or you have to set the "General record page" for this page. As i said before these are just assumptions as I never used tt_address. Is there nothing written in the Extension manual for tt_address?
21:57 m_e dinsdale07: actually i have no clue it might also be possible that somone in my co-company has developed this. i am writing a program at the moment which is based on the typo3 database. actually i dont care much about how to use the typo backend i just want to figure out how my change there alters the database. but as it looks like i have to wait till tomorrow and ask someone from this company...
21:57 m_e dinsdale07: anyways thank you :)
21:59 dinsdale07 m_e, tt_address is actually quite well known and used in many extensions. You can find the extension manual here: http://typo3.org/documentation/document-library/extension-manuals/tt_address/2.2.1/view/
22:01 m_e oh great! thx a lot
22:01 dinsdale07 under User manual it explains how to create a group.
22:01 dinsdale07 np :-)
22:32 dinsdale07 Has anyone experience in creating a client zone for Typo3? My problem is that T3 access model is group based, not user based. I don't want to create a group for each user
23:08 xxan0xx anyone know how to right align the field name in all powermail forms?
23:32 dinsdale07 Is there no template?
23:42 xxan0xx Well there's a template but I'm not sure which template i need to be editting
23:42 xxan0xx is it the actual templates in the powermail extension folder?
23:42 xxan0xx or the website template itself
23:43 xxan0xx I had this working and I had to reinstall the powermail extension which broke this logic

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.