| 09:56 |
sorenmalling |
Like i can put a date on when stuff is avaliable, can i do the same, but with a specific time? |
| 11:35 |
hashi |
hi. do you know, how to config tt_news sysfolder different? there is one folder with normal news and one folder with other news. plugin.tt_news._LOCAL_LANG.de { preAuthor = } is to change to one of them |
| 11:35 |
hashi |
is this possible? |
| 11:37 |
fuchur |
try to put this in pageTS of the folder |
| 11:42 |
hashi |
sounds nice. but dont seem to work. plugin.tt_news._LOCAL_LANG.de.preAuthor = test |
| 11:43 |
fuchur |
i don't know if tt_news reads the pageTS of element containing folders |
| 11:44 |
hashi |
http://picfu.net/779c96/original.gif correct position? i think so.. |
| 11:44 |
fuchur |
yep |
| 11:44 |
fuchur |
imho |
| 11:44 |
hashi |
ok |
| 11:44 |
hashi |
so, idea was good |
| 11:44 |
hashi |
i will try to enable this |
| 11:44 |
hashi |
thank you |
| 11:47 |
hashi |
this should be just enabled. its possible to disable titlefield, datetime, ... |
| 12:00 |
fuchur |
is there a way to let my backend-module run in a tab in the normal pageview? |
| 12:43 |
vbartels |
hi there.. I am really confused, maybe someone could took a look at my Problem http://pastebin.com/m7de532ef plz |
| 12:46 |
snoy_ms |
anyone knows a good quiz extension ? |
| 12:54 |
teppi|working |
vbartels, maybe you could solve this by using load_register .. like shown here: http://lists.netfielders.de/pipermail/typo3-german/2005-October/005468.html |
| 12:55 |
teppi|working |
you could rename the id to headImage-1 and headImage-2 .. just an idea |
| 13:06 |
pmk65 |
snoy_ms: pbsurvey |
| 13:36 |
vbartels |
teppi|working: thx i'll try.. but i am wondering why the of isnt working at all |
| 13:36 |
vbartels |
i mean "if" instead of "of" |
| 13:38 |
pmk65 |
vbartels: there's no property called "is GreaterThan". It's named "isGreaterThan". (No spaces) |
| 13:39 |
vbartels |
thats just a typo, I tried it with the right spelling, but its not working, too |
| 13:46 |
vbartels |
I cant even get the simplest if example get to work... |
| 13:54 |
phlunk3 |
hey, I want to enable be_users whom are not admins to view the UID column in single list view, does anyone know how this would be accomplished? I am hoping its just an option in the be usergroup which I have overlooked. |
| 15:07 |
ries |
hahahaha : look at the last question :) http://askville.amazon.com/SimilarQuestions.do?req=cut+home+movie+half+length+size+iMovie |
| 15:30 |
howard |
hallo chan |
| 15:31 |
howard |
I have one quick question |
| 15:31 |
howard |
I have my plugin |
| 15:32 |
howard |
and in there I made 5 FE extensions |
| 15:32 |
howard |
how can I use function ie. from pi3 in pi4 |
| 15:33 |
howard |
and can I make new FE extension in way, just to extend existing one.....ie if I want to extend pi4 |
| 15:47 |
teppi|working |
howard, i would put functions into an extra class file which would be included by the different extensions |
| 15:47 |
teppi|working |
like class.xxxx_utils.php or something like that |
| 15:48 |
howard |
thnx teppi |
| 15:48 |
howard |
I also started to think in that way |
| 15:48 |
teppi|working |
if you use the functions directly you are never sure in which state the parent object is .. |
| 16:13 |
pulponair |
hi there |
| 16:35 |
marcuslind |
What is the best way to create multilanguage sites in TYPO3? I did see one way but that forced you to create 2 sites. I would want to have 1 site but when publishing content you can insert English posts and Swedish posts |
| 16:46 |
wozz |
salut |
| 16:47 |
StaffanE |
marcuslind: there is a pod cast about that |
| 16:47 |
marcuslind |
StaffanE: Nice |
| 16:47 |
marcuslind |
On typo3.org? |
| 16:47 |
marcuslind |
I quit work soon so I can check it out tomorrow |
| 16:47 |
marcuslind |
but was it on typo3.org? |
| 16:48 |
StaffanE |
marcuslind: http://castor.t3o.punkt.de/files/podkast_julestue4-localization.m4v |
| 16:48 |
marcuslind |
It's not in german is it? |
| 16:49 |
StaffanE |
No, english |
| 17:01 |
howard |
marcuslind search a bit about LL-XML in typo3 |
| 17:01 |
howard |
its easy and nice way to make multilan sites using XML files and passing lang get param |
| 17:01 |
howard |
guys |
| 17:01 |
howard |
a question |
| 17:02 |
howard |
anyone have idea how to retrieve BLOB from datenbank? |
| 17:02 |
howard |
found some instructions for using listQuery, but without results |
| 17:07 |
teppi|working |
howard, marcuslind quitted at right before you wrote him :-) |
| 17:08 |
howard |
well....hooray for archives....maybe he will search it one day |
| 17:10 |
howard |
anyone? |
| 17:11 |
teppi|working |
whats the problem with the blob field |
| 17:11 |
teppi|working |
which data are you saving there? |
| 17:12 |
howard |
I just want to retrieve data from blob fielad |
| 17:12 |
howard |
field |
| 17:12 |
howard |
have comma separated values |
| 17:19 |
teppi|working |
i would write a userfunction .. but should be also possible with a records-object |
| 17:19 |
teppi|working |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/10/ |
| 17:19 |
teppi|working |
i think .. |
| 17:20 |
vbartels |
where goes the result of a TS select? how can I use it in an following if clause? |
| 17:27 |
vbartels |
no one knows? |
| 17:32 |
manu123 |
Hello, i have some questions about mm_forum. How can I put an "answer" button on a page if a user is NOT logged on? If the visitor clicks the "answer" (or "new topic") button he should get a message:"please log on"....any ideas? |
| 17:40 |
jbaptiste_j |
which best extension would you suggest to provide stats about typ3 pages visitors with realUrl ? |
| 18:04 |
SLiPCoR |
Hi there, can anyone tell me how I can make a (custom) template constant accessible and editable (by editfields) in the "template constant editor" ? |
| 18:22 |
teppi|working |
jbaptiste_j, google analytics |
| 18:23 |
teppi|working |
SLiPCoR, http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0.1.0/view/ |
| 18:23 |
jbaptiste_j |
teppi|working I was starting to configure ics_awstats bad choice ? |
| 18:25 |
SLiPCoR |
thx teppi - I already read through it - once again *reads* |
| 18:27 |
teppi|working |
jbaptiste_j, i think wouldnt say bad choice .. but google analytics is just .. different .. |
| 18:27 |
teppi|working |
:-) |
| 18:27 |
teppi|working |
it can show you so much .. where the people clicked and so on |
| 18:30 |
manu123 |
any idea about an anser button in mm_forum without be logged in? |
| 18:31 |
manu123 |
+w |
| 18:31 |
SLiPCoR |
teppi: the object browser surely is okay to edit the variables, but I would like the variables to be shown not in the "Typoscript Object Browser" Tab, but in the "Constant Editor" tab, sure that this is stated in "Modern Template Building" ? |
| 18:32 |
teppi|working |
jbaptiste_j, on the other hand you have to trust google that the service will be available .. |
| 18:33 |
teppi|working |
SLiPCoR, dont know .. but its not very complicated .. |
| 18:34 |
SLiPCoR |
you're right, but I hoped there's a way around this, as I'd like others (even less familiar with typo3 than me) to be able to easily change the values |
| 18:34 |
jbaptiste_j |
teppi|working thanks |
| 18:36 |
teppi|working |
SLiPCoR, http://typo3-blog.net/tutorials/news/typo3-konstanteneditor.html |
| 18:36 |
SLiPCoR |
oh that looks fabulous ^^ thanx alot :) |
| 18:37 |
teppi|working |
np ;) |
| 18:38 |
jbaptiste_j |
good evening guys |
| 21:51 |
mechanical_man |
I've a problem with direct_mail |
| 21:51 |
mechanical_man |
Attechments which I add are not send. How can I find out why? |
| 22:06 |
schabracke |
you took a look at the cron job? |
| 22:06 |
schabracke |
or the status |
| 22:08 |
mechanical_man |
schabracke: thats not the problem. I'm sending mails without a cronjob |
| 22:09 |
schabracke |
then you could have a look at the log files maybe? |
| 22:09 |
mechanical_man |
schabracke: but the attechment is never attatched, even when the field is set properly |
| 22:09 |
schabracke |
hm |
| 22:10 |
schabracke |
i have to say that im playing around with direct mail for just a few days now |
| 22:11 |
schabracke |
so.... probably im not the biggest help |
| 22:15 |
mechanical_man |
schabracke: maybe you are. I know, that it was working some months ago |
| 22:15 |
mechanical_man |
and i can't remember that i have changend anything... |
| 22:15 |
mechanical_man |
but i guess, there came a new version of direct_mail into the repository |
| 22:16 |
schabracke |
and u updated? |
| 22:16 |
mechanical_man |
schabracke: yes, i did |
| 22:16 |
mechanical_man |
maybe it was working before and the update changed anything... |
| 22:18 |
schabracke |
maybe its filesize limitation? |
| 22:18 |
schabracke |
i just red something about it... |
| 22:18 |
schabracke |
read |
| 22:18 |
schabracke |
in the TCA.php you can config the max file size |
| 22:18 |
schabracke |
'max_size' => '5000' for example |
| 22:19 |
schabracke |
and try to set the field "attachment" from tinyblob to mediumblob |
| 22:20 |
schabracke |
in the sys_dmail table |
| 22:21 |
mechanical_man |
schabracke: good idea, i will lokk for this |
| 22:22 |
mechanical_man |
schabracke: max_filesize is 10240 KB, so this is not the problem :-( |
| 22:23 |
mechanical_man |
schabracke: tinyblob to mediumblob increases the number of chars inside this field, right? |
| 22:29 |
SLiPCoR |
@mechanical yeah |
| 22:30 |
mechanical_man |
schabracke: I don't think that this will change anything. |
| 22:31 |
mechanical_man |
schabracke: the field "attachment" includes only a filename, not a full path. Direct_mail copies the file from fileadmin to uploads/tx_directmail |
| 22:36 |
schabracke |
hm |
| 22:36 |
schabracke |
re |
| 22:37 |
schabracke |
okay |
| 22:37 |
schabracke |
so what if the filepermissions are wrong? |
| 22:38 |
mechanical_man |
schabracke: read is set for owner, group and other. direct_mail is able to copy the file into his directory for attachments, so I think the permissions are right |
| 22:39 |
schabracke |
maybe the folder uploads/tx_directmail isnt there or |
| 22:39 |
schabracke |
okay |
| 22:39 |
schabracke |
but it has to get writepermissions too |
| 22:40 |
schabracke |
and please try to attach a file smaller than 500kb |
| 22:43 |
mechanical_man |
schabracke: yes, the full permissions are -rw-r--r--. The file I attached has 150kb :-( |
| 22:44 |
schabracke |
so im at the end of my latin (we used to say here in austria) i am sorry |
| 22:44 |
mechanical_man |
schabracke: ok, thanks for your time. |
| 22:44 |
schabracke |
np |
| 22:45 |
schabracke |
... but im curious, what happens if you send the mail? |
| 22:45 |
mechanical_man |
schabracke: I will send an email to my hoster. He is specialised in typo3-hosting, maybe he could take a look on it |
| 22:45 |
schabracke |
you googled? |
| 22:45 |
schabracke |
:) |
| 22:45 |
mechanical_man |
schabracke: the mail is getting sended completely, even when i start a whole batch. but the attachment is missing |
| 22:46 |
schabracke |
and in the draft its still included? |
| 22:47 |
mechanical_man |
schabracke: when i send a testmail the attachment is missing, and when i start the "massenversand" like you say in austria ;-) its also missing |
| 22:48 |
schabracke |
okay wait i "versuch" that (like we say here in austria) |
| 22:48 |
SLiPCoR |
*grins* |
| 22:49 |
mechanical_man |
I compared the database and couldn't find any difference between nesletters I senden some months ago with an attachment and newsletters wich I'm trying to send now |
| 22:51 |
schabracke |
okay so i got the same problem here |
| 22:51 |
schabracke |
and i just got the standard installation |
| 22:51 |
schabracke |
so lets find out whats up with that bi... |
| 22:52 |
mechanical_man |
schabracke: the text is sended correctly, but the attachmant is missing? |
| 22:52 |
schabracke |
yes |
| 22:52 |
SLiPCoR |
argh... anyone some tutorial / example at hand how to execute / fetch SQL? -.- google only gets me nuts |
| 22:53 |
mechanical_man |
schabracke: even when its annoying, I'm glad that the problem is not specific for my installation.. |
| 22:53 |
schabracke |
yes thats the best thing about that - so its just an "einstellung" or so :) |
| 22:54 |
mechanical_man |
schabracke: the mess is: I don't understand how direct_mail is working... I'm no IT-pro... |
| 22:54 |
schabracke |
me neither :) |
| 22:54 |
mechanical_man |
if there were error messages it would be nice, then I would google for it ;-) |
| 22:55 |
schabracke |
but i solved so many problems yet which i thought i could never solve. but just try and look around in the internet ana pufff suddenly its working |
| 22:55 |
schabracke |
im just looking for the logs |
| 22:56 |
pmk65 |
try checking the header of the mail you get (without the attachment), and see if there's any referente to the attachment (maybe with a wrong path?) |
| 22:56 |
pmk65 |
the file you are attaching, does it contain any "weird" chars or spaces? |
| 22:57 |
schabracke |
uh PUFF heres the il maestro |
| 22:57 |
schabracke |
hey there pmk65! |
| 22:58 |
mechanical_man |
pmk65: the header includes this: Content-Type: text/plain; |
| 22:58 |
pmk65 |
I don't use directmail myself. (I prefer tcdirectmail) so that is my best guesses |
| 22:58 |
schabracke |
and can you tell me why you prefer tcddirectmail? |
| 22:59 |
mechanical_man |
pmk65: and weird chars aren't included, only letters, numbers and _ |
| 22:59 |
pmk65 |
I found it easier to setup. But that was back when dmail was really crappy and haden't been updated. |
| 23:01 |
pmk65 |
For attachments there should be a -> Content-Disposition: attachment; |
| 23:03 |
pmk65 |
what typoe of file is the attachment? |
| 23:03 |
schabracke |
i tried it with an 20kb jpg |
| 23:03 |
mechanical_man |
pmk65: ok, I took a look into a mail with attachment. nothing like this is inside the diect_mai mails. |
| 23:03 |
mechanical_man |
pmk65: i tried a 150kb pdf |
| 23:04 |
pmk65 |
http://old.nabble.com/-TYPO3-english--Direct-Mail-td21936700.html |
| 23:05 |
pmk65 |
not sure if that is related, but its about attachments not working in quickmail mode.. |
| 23:06 |
schabracke |
i dumb question, but what if the testmail just dont add the attachments? |
| 23:06 |
schabracke |
i would say we start "test" massmail in the typo3 community :) |
| 23:07 |
mechanical_man |
schabracke: I don't know, if attachments are excluded in testmails, but i know that they are missing in the mass-mailing |
| 23:08 |
mechanical_man |
schabracke: I tried it in live-mode ;-) |
| 23:09 |
pmk65 |
try attaching a non-pdf file.. |
| 23:10 |
schabracke |
i did that |
| 23:10 |
schabracke |
not working |
| 23:10 |
schabracke |
it seems to be an php error |
| 23:13 |
pmk65 |
im out of ideas.. |
| 23:14 |
schabracke |
yeah like us - welcome, have a seat and a chit chat :) |
| 23:14 |
pmk65 |
you could try installing the cc_debug extension, and then try putting in som debug() statements in the part that sends the mail and/or where the attachment is created. |
| 23:15 |
pmk65 |
cc_debug opens an external window with debug info, so its perfect for debugging ajax or things like mail sending. |
| 23:17 |
mechanical_man |
pmk65: I'm mechanical engineer... This is above my horizon ;-) |
| 23:17 |
schabracke |
but pmk - what would that debug statements be? |
| 23:17 |
pmk65 |
debug($var); |
| 23:18 |
pmk65 |
or whatever variable/array you wnt to have displayed. |
| 23:18 |
schabracke |
and those statements i have to set where? if i try that - you have to lead me like a blind |
| 23:18 |
pmk65 |
http://forge.typo3.org/issues/show/3197 |
| 23:18 |
schabracke |
im doing this for mechanical_man :) |
| 23:19 |
pmk65 |
you need some php skill for debugging.. |
| 23:19 |
schabracke |
okay than forget it |
| 23:19 |
schabracke |
*lol* |
| 23:19 |
pmk65 |
the last link is about a mm_forum bug, but if other file types also fails, then I guess its not similar. |
| 23:22 |
schabracke |
yes |
| 23:22 |
schabracke |
as i said i tried it with jpg |
| 23:24 |
pmk65 |
theres a special mailinglist for dmail.. "typo3.projects.direct-mail", maybe you should try asking there. (or in the general lists) |
| 23:26 |
schabracke |
and pmk65 you can send files within neswltter without any troubles? |
| 23:29 |
schabracke |
@pmk65 mechanical_man just sent an internal site with attachment and that worked |
| 23:29 |
schabracke |
so its a bug with plain text mails |
| 23:43 |
mechanical_man |
pmk65: I've wrote a mail to the latest author of direct_mail. maybe he knows more... |
| 23:43 |
mechanical_man |
i will let you know if I have an answer |
| 23:48 |
SLiPCoR |
Can anyone tell me how I can fetch CONTENT by accessing the pages table? I only get subpages as results, but not sub-sub-pages -.- |
| 23:51 |
schabracke |
no idea, but it has to be recursive (maybe a catchword?) |
| 23:52 |
SLiPCoR |
*nod* if I used the RECORDS-Type it would be "dontCheckPid" ^^ |
| 23:59 |
pmk65 |
SLiPCoR: you can't do recurcive calls with typoscript, but you can do as in this post. Store the uids of each level in register values. -> http://www.typo3board.com/fpost11230.html |