| 09:44 |
iamKira |
hi there |
| 09:46 |
iamKira |
I have a frontend form which on submit should be saved as a record with 'sys_language_uid. = 2'. any idea of how to integrate that in theform? does it need coding or just inserting something in the form would do? |
| 11:03 |
dokma |
Anyone here understands how caching works when there are USER and USER_INT objects on the same page? |
| 15:29 |
johnson_hh |
hi |
| 15:30 |
johnson_hh |
my directmail cronjob status is "Caution Please check the cronjob or cronjob is not set." |
| 15:30 |
johnson_hh |
but the cronjob is running |
| 15:30 |
johnson_hh |
and in the last run line the date is just 5 minutes ago |
| 17:32 |
dokma |
Phlogi: you know of a way to insert content elements on a single view tt_news page for particular news only? |
| 17:32 |
dokma |
ries: ?? ^^^^ |
| 18:05 |
Phlogi |
dokma: hmm with the rg extension? |
| 18:06 |
Phlogi |
hi dokma |
| 18:06 |
dokma |
Phlogi: I've found it in the mean time |
| 18:06 |
dokma |
but can't get it to work |
| 18:06 |
Phlogi |
dokma: :p |
| 18:06 |
dokma |
that is the flexform seems to be messed up |
| 18:06 |
dokma |
does it work for you? |
| 18:06 |
dokma |
:) |
| 18:06 |
Phlogi |
dokma: I dunno... |
| 18:07 |
dokma |
hehe |
| 18:07 |
dokma |
yeah me too |
| 18:07 |
dokma |
I'm 2000¬ in debt |
| 18:07 |
dokma |
and wanna fix that immediately |
| 18:07 |
dokma |
cool |
| 18:07 |
dokma |
I like it |
| 18:08 |
Phlogi |
yes its a cool concept |
| 18:08 |
dokma |
just some times seems a little bit confusing for the end user |
| 18:08 |
Phlogi |
hehe |
| 18:21 |
Phlogi |
dokma: because they can see two words or why? |
| 18:21 |
dokma |
well... yes |
| 18:21 |
dokma |
I've used on one of my sites |
| 18:22 |
dokma |
and number of messages dropped 10 times after I used recaptcha |
| 18:22 |
dokma |
it turned out coping with spam is a lot easier than coping with lack of customers |
| 18:28 |
Dirk_ |
Hi all |
| 18:29 |
Dirk_ |
Hopefully you can help me: |
| 18:29 |
Dirk_ |
I want to have two vertical menus (one for the menu, one for the submenu). If I click on a point in the menu, I want to see the available submenu points. May you please help me? |
| 18:33 |
HendrixSthlm |
Dirk_: Here is a good starting point http://www.typo3wizard.com/en/snippets/menus/menu-as-un-nested-lists-iphone-navigation.html |
| 18:35 |
Dirk_ |
Thanks Hendrix! I will have a look |
| 20:26 |
dokma |
Hey guys (ries, Phlogi) is there something other than $this->pi_USER_INT_obj = 1; I need to do to make my plugin a USER_INT ? |
| 20:26 |
dokma |
OB keeps reading it as USER |
| 20:27 |
dokma |
plugin has no TS at all |
| 20:27 |
dokma |
is USER default? |
| 20:28 |
dokma |
timdeluxe: you know what must be done to make a plugin USER_INT? |
| 20:29 |
timdeluxe |
no, i am completly blue |
| 20:29 |
Phlogi |
dokma: USER_INT is uncached? |
| 20:29 |
timdeluxe |
as you would say in germany |
| 20:29 |
Phlogi |
nice german guide: http://www.sk-typo3.de/Richtiges-Cachen-mit-pi_base.188.0.html |
| 20:29 |
dokma |
Phlogi: that's what I need. It's a PageRank display plugin |
| 20:30 |
Phlogi |
dokma: you can change that in extension somewhere |
| 20:30 |
dokma |
Phlogi: I read that article few times |
| 20:30 |
dokma |
it helped me a lot |
| 20:30 |
timdeluxe |
but i am sure you will find the the experience |
| 20:30 |
Phlogi |
dokma: there is a difference between uncached extension and the fact that the whole site where the plugin is included in uncached |
| 20:31 |
dokma |
Phlogi: I know that one. It's the diff between no_cache = 1 and a USER_INT |
| 20:31 |
Phlogi |
dokma: so this guide should help you then |
| 20:31 |
dokma |
I want a USER_INT |
| 20:31 |
dokma |
and I included this line in my source: $this->pi_USER_INT_obj = 1; |
| 20:31 |
Phlogi |
dokma: what you want is USER_INT |
| 20:31 |
dokma |
but object browser still reads my plugin as USER |
| 20:31 |
Phlogi |
exactly |
| 20:32 |
dokma |
and when I submit the form it loads cached results |
| 20:32 |
timdeluxe |
but if somebody has a tipp how i can see a picture double after dringing... enough... i would be enoung thankful :) |
| 20:32 |
Phlogi |
check addPitoST43 |
| 20:32 |
timdeluxe |
ehhm |
| 20:32 |
timdeluxe |
noooot duble |
| 20:32 |
timdeluxe |
argh |
| 20:32 |
dokma |
ok |
| 20:33 |
Phlogi |
boolean If $cached is set as USER content object (cObject) is created - otherwise a USER_INT object is created. |
| 20:33 |
Phlogi |
dokma: ^^^ |
| 20:33 |
Phlogi |
set that to 0 |
| 20:33 |
Phlogi |
thats how I do it |
| 20:33 |
timdeluxe |
good idea |
| 20:33 |
dokma |
ok |
| 20:34 |
Phlogi |
dokma: does it work? this is in ext_localconf |
| 20:34 |
dokma |
just a sec |
| 20:35 |
dokma |
Phlogi: yes it does |
| 20:35 |
dokma |
that was it |
| 20:37 |
Phlogi |
:) |
| 20:37 |
dokma |
Phlogi: everything works excellent |
| 20:37 |
dokma |
Phlogi: even on the page where the plugin is inserted into tt_news single view which is a USER plugin it still works |
| 20:38 |
dokma |
and I managed to work around rgnewsce malfunction by using Opera |
| 20:50 |
Phlogi |
dokma: oki doki.... write an email/bugreport to georg |
| 20:50 |
dokma |
sure |
| 20:51 |
Phlogi |
dokma: or a patch :D |
| 20:51 |
dokma |
Phlogi: I just nailed the problem |
| 20:51 |
dokma |
date2cal was messing it up |
| 20:52 |
dokma |
deinstall fixed it |
| 20:52 |
flurl__ |
hi, i have this TS to serve our news as RSS feed: http://paste.phlogi.net/-d4d5e5065b/ |
| 20:52 |
flurl__ |
it works, but the html tags from the bodytext aren't removed |
| 20:52 |
flurl__ |
does subheader_stdWrap.ifEmpty.stripHtml = 1 not work? |
| 20:53 |
Phlogi |
flurl__: hmm thats just for the subheader I guess... browse for bodytext... |
| 20:54 |
flurl__ |
Phlogi: i thought, ifEmpty is of datatype stdWrap and that i could use "default" stdwrap features |
| 20:55 |
Phlogi |
flurl__: yes but on the right object |
| 20:55 |
Phlogi |
or is the bodytext on subheader? |
| 20:55 |
flurl__ |
subheader_stdWrap.ifEmpty.field = bodytext |
| 20:56 |
flurl__ |
it's using bodytext only if subheader is empty |
| 20:57 |
ginunn |
Is there a document that desribes Typ3 from an architectural standpoint? |
| 20:57 |
Phlogi |
ginunn: yes, inside typo3 or somethin |
| 20:58 |
Phlogi |
ginunn: http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.2.0/view/ |
| 20:59 |
ginunn |
ound it. Thanks In your opinion is TYPO3 suitable for relatively quick implementation by someone who hasn't coded in years? |
| 20:59 |
Phlogi |
ginunn: typo3 is almost never quick... but you don't need to code anyway |
| 21:00 |
ginunn |
Thanks - I'll go and read. |
| 21:01 |
Phlogi |
ginunn: if you seriously want to start with TYPO3 I recommend you to buy a book (or more than 1) |
| 21:01 |
ginunn |
OK - I see a recommended one. |
| 21:32 |
flurl__ |
ok, it magically starts working if one is using the right marker in the template, d'oh |