Search is currently not available.
| Year: |
2007
2008
2009
2010
2011
2012
|
| Month: |
Jan
Feb
Mar
Apr
May
Jun
Jul
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
31
|
#TYPO3 IRC log from : Saturday 1 May 2010
| 00:58 |
jjulian |
so is there a way from an extbase extension to change the page title? |
| 01:37 |
jjulian |
ive no idea how to solve that ... :/ |
| 10:03 |
jjulian |
hi is there a way in extbase extension to change page title? the page is not cached so GLOBALS TSFE ->page['title'] is not working |
| 14:09 |
jjulian |
hi is there ANY way in an extbase extension to change page title? the page is not cached so $GLOBALS[TSFE]->page['title'] is not working. this must be possible in any way. |
| 16:55 |
flops12312 |
hi guys |
| 17:26 |
milpoer |
hi all.. |
| 17:27 |
milpoer |
i have a site build with subparts, which i not that god at, so i want to hear, is it posible to make my newsletter with templavoila instead? so the site is generete from to different "engines" ?? |
| 18:03 |
flops12312 |
anyone experienced with exec_SELECT_mm_query ? |
| 18:39 |
ironm |
Hi SargoDarya :-) |
| 18:40 |
ironm |
Hi guys :) - one questions: after setting PHP-debugging for typo3 I noticed some warnings as follows: http://paste.debian.net/71551/ |
| 18:41 |
ironm |
any idea WHY? .. tnx in advance for any hints :-) .. PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. |
| 18:43 |
Conic |
hi all |
| 18:43 |
ironm |
hi Conic |
| 18:43 |
Conic |
:D |
| 18:43 |
Conic |
i'm searching for a possibility of excluding u special usergroup from some TS code |
| 18:44 |
Conic |
i know i can say [usergroup = 123] ... [end] |
| 18:44 |
Conic |
but can i say [usergroup != 123] ... [end] ? |
| 18:46 |
ironm |
another issue is the utf-8 setting: http://paste.debian.net/71552/ |
| 18:46 |
ironm |
I have changed "SET NAMES utf-8;" to "SET NAMES utf8;" ... so there is now error message more ... |
| 18:47 |
ironm |
however I can't really access the BE properly now |
| 18:54 |
milpoer |
any subparts users here ?? |
| 19:21 |
milpoer |
any subpart users here ?? |
| 19:57 |
jessicaD |
Hi, I have a question about the indexed search engine. How can I add tables to it? |
| 20:03 |
jessicaD |
Is there someone who knows how I can extend the indexed search engine? |
| 20:12 |
flops12312 |
@jessicaD: u mean searching other data than pages? |
| 20:12 |
jessicaD |
@flops12312 Yes! I have made some extensions which have data included too |
| 20:12 |
jessicaD |
and I want them to be indexed too |
| 20:12 |
jessicaD |
but it's not getting indexed by default |
| 20:14 |
flops12312 |
i'm not sure. normally it searches cached pages. but there is a possibility to search though dam-media. have a look at this, maybe u find the code u need for your tables |
| 20:14 |
jessicaD |
It's only searching cached pages? |
| 20:15 |
flops12312 |
normally yes. but in case of these dam-objects (pictures with keywords,description etc..) it may do it an other way |
| 20:16 |
jessicaD |
@flops12312 it are not DAM objects. It are just normal extensions. Do you know if there is an extension for it to extend indexed searcj? |
| 20:18 |
flops12312 |
as i said, there is an extension that extends the indexed_search to search through dam-object. u could find the code u need for your tables |
| 20:36 |
flops12312 |
regarding:anyone experienced with exec_SELECT_mm_query? i'm trying to get tx_dam records to display them in the frontend. but i want, if possible, do one selectquery to get these records. this query should check the fe_user access on the record itself (enabledfields('tx_dam')) AND the fe_user access to the categories assigned to these records (enabledfields('tx_dam_cat)). does someone here thinks it is possible with one query, |
| 20:36 |
flops12312 |
i.e. with the exec_SELECT_mm_query? |
| 20:49 |
flops12312 |
or is my idea a complete wrong way? and i should first check access to the categories and create then a mm_query to get the records with the correct/accesible categories? |