Re: [TYPO3-english] Indexed Search no longer finds partial matches

2012-07-27 Thread Tymoteusz Motylewski
Hi I just pushed patch to Gerrit with this change [1] Please test it and vote so it can be merged. Thanks Tymek [1] https://review.typo3.org/#/c/13215/1 ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/

[TYPO3-english] Community Extension in TER

2012-06-03 Thread Tymoteusz Motylewski
Hi I'm happy to announce that "Community" extension (v.0.7.1 Beta) was released to TER. It is a social networking with - friends - wall - gallery - private messages (threaded and classic view) and a lot more :) Project is available on Forge [1]. The official Community repository is here [2].

Re: [TYPO3-english] RealUrl linking across domains problem with tt_news

2010-11-16 Thread Tymoteusz Motylewski
'GETvar' => 'tx_ttnews[tt_news]', [...] ), '22' => 'post', '15' => 'post', ), and the RealUrl is working now just fine (I also set &quo

[TYPO3-english] RealUrl linking across domains problem with tt_news

2010-11-16 Thread Tymoteusz Motylewski
7;; $tx_realurl_config_domain2['pagePath']['rootpage_id'] =48; $tx_realurl_config_domain2['fixedPostVars']['15'] = 'post'; $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array( 'domain1.com' => $tx_realurl_config_domain1, 'domain2.com' => $tx_realurl_config_domain2, '_DEFAULT' => $tx_realurl_config ); When I select "Is root of website:" in every tree-root page properties, all links are transformed by realurl, but they are not correct. They become http://www.domain2.com/post/article/post-title - so the RealUrl is using PostVar configuration instead of fixedPostVar configuration. I use RealUrl 1.10.0 and TYPO3 4.4.4 Has anybody any clue, what is missing in my configuration? Thanks for any hints. Kind regards Tymoteusz Motylewski ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] "Community" extension - current state of development

2010-10-31 Thread Tymoteusz Motylewski
/Community) seems not up to date, so I'm wondering whether this ext isn't dead allready. I'm going to develop some extension with community functionalities and I'm wondering if It is resonable to base on Community. kind regards Tymoteusz Motylewski _

Re: [TYPO3-english] realurl & tt_news - how to get rid of "/category/" in category view

2010-10-14 Thread Tymoteusz Motylewski
Hi Thanks you both! That is what I was looking for. regards Tymoteusz On 14 October 2010 07:50, Tomasz Krawczyk wrote: > W dniu 2010-10-12 18:02, Tymoteusz Motylewski pisze: >> >> Hello >> I've got a page showing list of news from some category. >> It's

[TYPO3-english] realurl & tt_news - how to get rid of "/category/" in category view

2010-10-12 Thread Tymoteusz Motylewski
isplay category view on page with id=60 or always add &tt_news[cat] to every address is pointing to page with id=60. Or maybe there is a better solution? Any hints would be helpful :) Thanks Tymoteusz Motylewski ___ TYPO3-english mailing list TYPO3-eng

Re: [TYPO3-english] Feature Request: better usergroup representation in 'Access' list of page properties

2010-09-16 Thread Tymoteusz Motylewski
Hi, >> So, here are my questions: >> 1. Is there any way to show the hierarchy of groups (tree-view would be >> perfect)? > > take a look at tt_news, modify the tree view for select and modify the > tca for table be_users (should be done in less a day). > It will be quite hard to display BE or FE

[TYPO3-english] page type parameter in typolink - problem with realurl

2010-09-14 Thread Tymoteusz Motylewski
Hello I have a typolink which points to rss feed. Without realurl it is working just fine, the address is domain.com/index.php?id=1&type=100 but when I enable realurl the address become domain.com/title-of-a-page instead of domain.com/rss.xml The strange thing is that if I type an address "domain.c

Re: [TYPO3-english] comments & tt_news: Why is ###TX_COMMENTS_COUNT### not available in the SINGLE view?

2010-09-02 Thread Tymoteusz Motylewski
Hi Andy! I had the same issue in one project, see bugs.typo3.org/view.php?id=14753 I can't remember right now if adding "case 'SINGLE':" in class.tx_comments_ttnews.php was the only modification needed, so if it doesn't work for you, please let me know. Regards Tymoteusz On 2 September 2010 11:32,