| 05:18 |
lubosz |
hi |
| 05:18 |
lubosz |
i made an extension with kickstarter, where can i add rows into the database? |
| 09:02 |
PiMB |
morningn |
| 09:04 |
MasterYin`work |
morning |
| 09:09 |
maholtz|WORK |
morning |
| 09:27 |
MasterYin`work |
moins maholtz|WORK |
| 09:45 |
_pedda_ |
hi all |
| 09:46 |
PiMB |
Hi _pedda_ |
| 09:46 |
PiMB |
your late ;) |
| 09:46 |
_pedda_ |
yes |
| 09:46 |
PiMB |
you're late :) (sorry) |
| 09:46 |
PiMB |
how come |
| 09:46 |
PiMB |
bad weather? |
| 09:46 |
_pedda_ |
my key was in office |
| 09:46 |
m4rtijn |
mornin all |
| 09:46 |
_pedda_ |
i left it yesterday.. was out to a customer.. and when i tried to get it back .. noone was here anymore |
| 09:48 |
m4rtijn |
this channel is only busy during bussines hours :P |
| 09:48 |
_pedda_ |
hehe |
| 09:48 |
_pedda_ |
true |
| 09:48 |
_pedda_ |
but it's ok |
| 09:49 |
_pedda_ |
for me... |
| 09:49 |
_pedda_ |
:) |
| 09:50 |
_pedda_ |
is it difficult to create an extension for renaming be field ? |
| 09:50 |
_pedda_ |
+s |
| 09:51 |
m4rtijn |
what kind of field/ |
| 09:51 |
_pedda_ |
for several different extensions |
| 09:51 |
m4rtijn |
cant u do that with mod.something |
| 09:52 |
_pedda_ |
is it possible to use one kickstarter extension to rename some fields of a couple of other extensions in be |
| 09:55 |
m4rtijn |
do you only want to change the descriptions? or the DB fields? |
| 09:56 |
_pedda_ |
only description |
| 09:57 |
m4rtijn |
I dont think u need an extension for that.. but u could make one |
| 09:57 |
m4rtijn |
some TS code should suffice |
| 09:57 |
maholtz|WORK |
@_pedda_ should be possible afaik with extension LLXML - renaming backend labels.. |
| 09:58 |
maholtz|WORK |
afaik:) |
| 09:58 |
_pedda_ |
hmm some extensions support renaming fields via ts |
| 09:58 |
_pedda_ |
but not all of them |
| 09:58 |
_pedda_ |
and by the way i would like to change the sorting |
| 10:03 |
maholtz|WORK |
@_pedda_ the labes are defined in ext_tables.php. For each database field there is "label" defined. You can change the order via $TCA[TABLE]['types'][TYPENAME]['showitem'] |
| 10:05 |
_pedda_ |
for now i changed the labels via llxml |
| 10:05 |
_pedda_ |
and modiefied the pi file of staffdirectory for example by modifying the $TCA[TABLE]['types'][TYPENAME]['showitem'] |
| 10:06 |
_pedda_ |
but i would like to create an extension for that .. |
| 10:06 |
_pedda_ |
how much time would i take to create such an extension ? |
| 10:07 |
maholtz|WORK |
you do not need an extension: http://support.typo3.org/snippets/c/72/ |
| 10:07 |
maholtz|WORK |
do not forget to rate and/or comment |
| 10:16 |
progzy |
I try to do a 2 level menu like tthe typo3 website (level 1 at the top ans level2 on the left). Is there any tips to do that please ? |
| 10:22 |
maholtz|WORK |
@progzy: use 2 menus, one for top, and one for left - change entryLevel for the left one |
| 10:24 |
m4rtijn |
or use directories for the pages and use special = directory |
| 10:24 |
m4rtijn |
special.value = dir id |
| 10:25 |
m4rtijn |
.. hmm, forget it that wouldnt work if u want the second level to be on the left |
| 10:25 |
m4rtijn |
I should try reading some more :p |
| 10:26 |
spabhat |
hi All |
| 10:26 |
spabhat |
is it possible to check which Templavoila template is used using Typoscript? |
| 10:28 |
beli |
moin |
| 10:30 |
progzy |
maholtz|WORK : thanks, seems to work like that |
| 10:31 |
progzy |
m4rtijn : thanks too anyway :) |
| 10:38 |
randomresult |
hi there |
| 10:38 |
randomresult |
[globalVar = TSFE:id = 24] --> does this work only on page id 24 |
| 10:38 |
randomresult |
i dont get it to work# |
| 10:38 |
randomresult |
i need a ts that only works on id 24 |
| 10:40 |
_pedda_ |
your condition is ok |
| 10:40 |
_pedda_ |
[globalVar = TSFE:id = 160] |
| 10:40 |
_pedda_ |
plugin.tt_news.limit = 3 |
| 10:40 |
_pedda_ |
[global] |
| 10:40 |
_pedda_ |
for example.. |
| 10:40 |
randomresult |
but it does not work |
| 10:41 |
_pedda_ |
use ts obj browser on id = 24 to check what overwrites your condition |
| 10:41 |
randomresult |
i will |
| 10:42 |
maholtz|WORK |
what is in your condition? |
| 10:42 |
randomresult |
wait |
| 10:43 |
randomresult |
a flashfile |
| 10:43 |
randomresult |
second plz |
| 10:45 |
randomresult |
ill paste u my ts |
| 10:45 |
randomresult |
http://paste.phlogi.net/-7859e1815a/ |
| 10:46 |
randomresult |
... i know where the prob might be |
| 10:46 |
randomresult |
i override it straight away... |
| 10:47 |
randomresult |
works... |
| 10:47 |
randomresult |
:) sorry for being stupid |
| 10:47 |
maholtz|WORK |
lol |
| 10:47 |
maholtz|WORK |
yes, that is the problem - np, happens sometimes:) |
| 10:48 |
randomresult |
maholtz|WORK: sometimes u need to ... simply ask a question to see that ur just did something stupid |
| 10:48 |
maholtz|WORK |
+1 - its the same for me:) |
| 10:49 |
_pedda_ |
me too.. |
| 10:49 |
_pedda_ |
so often... :( |
| 10:49 |
maholtz|WORK |
often i starting writing something to bugtracker or mailinglist and have the solution at the end - so i do not need to send the mail:) |
| 10:50 |
_pedda_ |
reminds me being a beginner everytime |
| 10:50 |
_pedda_ |
hehe |
| 10:50 |
maholtz|WORK |
me too, beginner since years *g* |
| 10:51 |
_pedda_ |
maholtz|WORK: your link.. is this the way to change field descriptions for typo3 core be fields AND extension be fields ? |
| 10:51 |
_pedda_ |
without the need to create an extension |
| 10:52 |
maholtz|WORK |
should do the job, i think |
| 10:52 |
_pedda_ |
ok |
| 10:52 |
_pedda_ |
looks like it would only affect the standard pagetype |
| 11:12 |
spabhat |
is there any conditional statement to check which templavoila template I am using? |
| 11:12 |
spabhat |
anyone? please |
| 11:16 |
maholtz|WORK |
@_pedda_ there is a be-modul called "configuration" select there TCA there you can see whats defined in your TCA - take them, change them and put them in your extTables.php |
| 11:17 |
spabhat |
hey _pedda_ |
| 11:17 |
spabhat |
what are you upto? |
| 11:17 |
_pedda_ |
hey spabhat |
| 11:17 |
_pedda_ |
labels of be fields in different extensions |
| 11:18 |
_pedda_ |
without modifying the extensions itself |
| 11:18 |
spabhat |
hmm... cool something I have not tried yet. |
| 11:19 |
spabhat |
:) |
| 11:19 |
spabhat |
any luck so far? |
| 11:20 |
_pedda_ |
first i have to prepare mentally ;) |
| 11:21 |
_pedda_ |
im on a project which has to be finished until monda.. then i will start playing around with such thing... |
| 11:21 |
_pedda_ |
the cost me a lot of time mostly.. |
| 11:21 |
_pedda_ |
*monday |
| 11:30 |
_pedda_ |
one question: do many conditions slow down the system ? |
| 11:30 |
maholtz|WORK |
afaik not |
| 11:30 |
_pedda_ |
should i create ext templates on the sites i need custom config to speed it up ? |
| 11:31 |
_pedda_ |
oh ok |
| 11:33 |
maholtz|WORK |
afaik ext templates are slower then conditions, but i use ext templates if i think it is easier to maintain it |
| 11:34 |
_pedda_ |
ok... i have some conditions for different template files of tt_news for example |
| 11:35 |
m4rtijn |
hmm, my collugue wants the footer to be always at the bottom... |
| 11:35 |
_pedda_ |
position fixed bottom 0 |
| 11:35 |
m4rtijn |
yeah, but.. |
| 11:36 |
_pedda_ |
there is no but ;) |
| 11:36 |
_pedda_ |
vut what ? |
| 11:36 |
_pedda_ |
but |
| 11:36 |
fred^^ |
http://www.google.no/search?hl=no&q=footer%20bottom&meta= :D |
| 11:36 |
m4rtijn |
but.. that footer would then cover some content |
| 11:36 |
_pedda_ |
for example if you have |
| 11:36 |
m4rtijn |
.. i meant at the bottom of the screen |
| 11:36 |
m4rtijn |
not of the page.. |
| 11:36 |
_pedda_ |
div content /div div footer /div |
| 11:37 |
m4rtijn |
I know some ways to do that.. but they all suck :p |
| 11:37 |
_pedda_ |
dov content should have the margin or padding equal the height oft the footer |
| 11:37 |
_pedda_ |
screen ? |
| 11:37 |
_pedda_ |
fullscreen-screen ? |
| 11:38 |
_pedda_ |
hmm my keyboard sucks |
| 11:38 |
m4rtijn |
nah, thingie.. browser screen |
| 11:38 |
m4rtijn |
but then I have to use a in - div scroll |
| 11:38 |
m4rtijn |
which I hate |
| 11:38 |
maholtz|WORK |
does that work from ie6 up to now? |
| 11:39 |
m4rtijn |
maholtz|WORK - do you have any pages where the footer is always at the screen bottom? |
| 11:39 |
maholtz|WORK |
nope |
| 11:40 |
maholtz|WORK |
i am not good in html/css |
| 11:40 |
m4rtijn |
its a sucky idea |
| 11:40 |
m4rtijn |
I think I try talking him out of it.. |
| 11:41 |
m4rtijn |
maybe I should think of some complicated expression to use |
| 11:41 |
m4rtijn |
so he just gets fed up |
| 11:41 |
m4rtijn |
in-div scroll with absolute position of footer elements are not web2.0 comform |
| 11:43 |
maholtz|WORK |
xhtml strict, usability ? |
| 11:43 |
maholtz|WORK |
layer |
| 11:43 |
m4rtijn |
yay |
| 11:45 |
maholtz|WORK |
take some acronyms from them: http://www.w3.org/ |
| 11:45 |
maholtz|WORK |
you need semantic web too |
| 11:46 |
m4rtijn |
hehe, thanks |
| 11:51 |
_pedda_ |
hmm i didn't get what you were talking about actually |
| 11:51 |
_pedda_ |
why is it a bad idea to have a sticky footer at the bottom ? |
| 11:52 |
_pedda_ |
http://csszengarden.com/?cssfile=/213/213.css&page=0 <- is a bit too much but i like things like that |
| 11:53 |
beli |
_pedda_: its really hard do do that for all browsers |
| 11:53 |
_pedda_ |
i know |
| 11:54 |
_pedda_ |
but once you get the solution for a problem ... yo can adapt it to other templates.. |
| 11:55 |
beli |
pedda: i guess you cannot do that for all browsers |
| 11:55 |
_pedda_ |
i know there are a lot of other problems we have to fight with already .. working on a project |
| 11:55 |
m4rtijn |
also for all resolutions |
| 11:55 |
beli |
yes |
| 11:55 |
beli |
and what about zooming |
| 11:56 |
_pedda_ |
ok ok .. you won |
| 11:56 |
beli |
it would really be sth. different and nice stuff |
| 11:58 |
_pedda_ |
do you still take care of ie6 in your projects ? |
| 11:59 |
beli |
well it depends on what the client wants... |
| 11:59 |
beli |
usability is the keyword |
| 11:59 |
beli |
but some clients want it to be 1:1 on all platforms and all browsers.....i hate it.... |
| 11:59 |
_pedda_ |
me too.. |
| 12:05 |
maholtz|WORK |
afk |
| 12:06 |
progzy |
I use -- NO.AtagParams = class="no" -- to add a class attribute to my menu. The problem is that the class attribute is not added. I can not see it in the source. I have read documentation but can not make it work. Is there any reason for that please? Is there something to setup? |
| 12:07 |
progzy |
*class attribute to the a "tag" |
| 12:14 |
_pedda_ |
progzy: do it like this and you will be able to style the first and last element individually |
| 12:15 |
_pedda_ |
NO.wrapItemAndSub = <li class="no first"> | </li> |*|<li class="no">|</li> |*| <li class="no last">|</li> |
| 12:18 |
progzy |
_pedda_ : thanks I will try it. But is there any reason that "AtagParams" does not work? |
| 12:20 |
_pedda_ |
temp.menu.1 = TMENU |
| 12:20 |
_pedda_ |
temp.menu.1 { |
| 12:20 |
_pedda_ |
NO.ATagParams = id={field:alias} |
| 12:20 |
_pedda_ |
NO.allStdWrap.insertData = 1 |
| 12:20 |
_pedda_ |
} |
| 12:20 |
_pedda_ |
perhaps you used the wrong stdWrap |
| 12:21 |
_pedda_ |
there is a difference between wrap, stdWrap, allWrap, wrapItemAndSub and a lot of other wraps |
| 12:21 |
m4rtijn |
is there some extension for - customer login ? |
| 12:22 |
_pedda_ |
customer login ? |
| 12:22 |
_pedda_ |
why don't you use a different configuration for felogin ? |
| 12:23 |
m4rtijn |
cause we have many customers who need some downloading .. and the graphic dudes here need to work with it.. |
| 12:23 |
m4rtijn |
I think its a bit to complicated to let them make a usergroup, make a CE, access restriction etc. |
| 12:24 |
_pedda_ |
hmm |
| 12:25 |
progzy |
_pedda_ : yes that was the problem, thanks again. But the example I am reading in the typo3 book does not do "NO.allStdWrap.insertData = 1". Could this be due to the fact that the book talks about an old version of typo3? |
| 12:26 |
_pedda_ |
no |
| 12:27 |
_pedda_ |
insertData is because of {field:alias} in this case |
| 12:28 |
_pedda_ |
has nothing to do with version of typo3 |
| 12:28 |
progzy |
_pedda_ : I did NO.ATagParams = class="no" then NO.allStdWrap.insertData = 1 |
| 12:28 |
_pedda_ |
which book are you reading ? |
| 12:29 |
randomresult |
is ist po |
| 12:29 |
randomresult |
is it possible to combine conditions? |
| 12:30 |
progzy |
I am reading "typo3 Entreprise Content Management" July 2005 |
| 12:30 |
randomresult |
like globalVar GP = 1 and TSFE:pageid=34 |
| 12:30 |
_pedda_ |
yes |
| 12:30 |
randomresult |
_pedda_ yes to me? |
| 12:30 |
_pedda_ |
randomresult: [globalVar GP = ! && TSFE:id = 34] |
| 12:30 |
randomresult |
great! |
| 12:30 |
_pedda_ |
*GP = 1 |
| 12:31 |
randomresult |
thx |
| 12:32 |
_pedda_ |
np |
| 12:57 |
maholtz|WORK |
re |
| 12:59 |
beli |
wb maholtz |
| 13:04 |
maholtz|WORK |
hi beli |
| 13:34 |
_pedda_ |
wb |
| 14:08 |
sledgeas |
hello |
| 14:08 |
randomresult |
hi sledgeas |
| 14:08 |
sledgeas |
how to disable an extension temporarily? |
| 14:08 |
randomresult |
simply go to the ext-manager in the left menu |
| 14:08 |
randomresult |
and klick on the green plus in the list |
| 14:08 |
randomresult |
this should deactivate the ext |
| 14:09 |
randomresult |
it is grey then |
| 14:09 |
sledgeas |
not uninstall it? |
| 14:09 |
randomresult |
this means uninstall |
| 14:09 |
randomresult |
it is no longer under loaded extensions |
| 14:10 |
randomresult |
or what u mean |
| 14:11 |
sledgeas |
so should mean unload prolly :) |
| 14:11 |
randomresult |
prolly? |
| 14:12 |
sledgeas |
probably |
| 14:12 |
randomresult |
did u get what u wanted? |
| 14:12 |
sledgeas |
yes thank you |
| 14:12 |
randomresult |
good |
| 14:12 |
randomresult |
:) |
| 14:12 |
sledgeas |
but now the main problem.. |
| 14:13 |
sledgeas |
i do not know when (but maybe after a year change (sensitive thing?) i am still getting this error: Fatal error: Allowed memory size of 27262976 bytes exhausted (tried to allocate 77824 bytes) in /var/www/.../typo3conf/ext/cal/service/class.tx_cal_event_service.php on line 942 :( |
| 14:14 |
randomresult |
cleared cache? |
| 14:15 |
sledgeas |
(clearing.. stand by (wow so long!)) |
| 14:15 |
randomresult |
so u disabled this ext? |
| 14:15 |
randomresult |
cal? |
| 14:15 |
sledgeas |
yes, then it does not show the error |
| 14:15 |
sledgeas |
when i reenable, it appears again |
| 14:15 |
sledgeas |
but actually then it shows this: or this one: Fatal error: Allowed memory size of 27262976 bytes exhausted (tried to allocate 77824 bytes) in /var/www/.../web/t3lib/class.t3lib_tceforms_inline.php on line 269 |
| 14:16 |
randomresult |
hmmm |
| 14:16 |
sledgeas |
and now after clear cache the tt_news complaings! :(:( |
| 14:16 |
randomresult |
is this the latest version of cal? |
| 14:16 |
sledgeas |
did not check, but installed it half-a-year ago and worked like charm |
| 14:16 |
randomresult |
hmmm something changed on that server (php or sql)? |
| 14:16 |
sledgeas |
but tt_news now complains too, very strange (tt_news showed news ok with cal disabled) |
| 14:17 |
sledgeas |
god knows.. i did not save the php version_info, will look through mail archives.. |
| 14:17 |
randomresult |
hmmm then check for an update |
| 14:17 |
sledgeas |
i am not hosting that, that's why i have limited knowledge |
| 14:18 |
sledgeas |
for everything.. ok.. |
| 14:18 |
randomresult |
no, simply for cal... cause this extension has the problem |
| 14:18 |
randomresult |
maybe an update helps |
| 14:18 |
randomresult |
maybe not |
| 14:18 |
randomresult |
:) |
| 14:19 |
sledgeas |
hm |
| 14:19 |
sledgeas |
but i tell you, after i cleared cache then tt_news curses on memalloc |
| 14:19 |
randomresult |
hmmm dont know |
| 14:19 |
sledgeas |
and strange, but since october last year when i did retrieve/update there are no updates for to date for none of my extensions.. |
| 14:20 |
randomresult |
sorry |
| 14:20 |
sledgeas |
ok, i'll keep on fighting :) |
| 14:20 |
randomresult |
well... then there are no updates available |
| 14:20 |
sledgeas |
but could this be true? maybe update mech borked :) |
| 14:20 |
sledgeas |
or no-one's sitting at updating any exts :) |
| 14:20 |
randomresult |
then got to typo3.org an search the ext |
| 14:21 |
randomresult |
then u see a version number |
| 14:21 |
sledgeas |
yea, that'll be my next fight :) |
| 14:21 |
randomresult |
which version of cal u have installed? |
| 14:21 |
sledgeas |
1.1.0 |
| 14:22 |
randomresult |
this is the latest |
| 14:22 |
sledgeas |
8| |
| 14:22 |
Nekdo |
hello guys |
| 14:22 |
sledgeas |
there are some google matches on this erros x, but not very helpful |
| 14:22 |
sledgeas |
hi Nekd |
| 14:22 |
Nekdo |
does anyone know how to rediret to another page |
| 14:22 |
Nekdo |
via typoscript |
| 14:23 |
Nekdo |
same thing that shortcut type of page does |
| 14:23 |
sledgeas |
Nekdo: Show content from this page instead: ? under options in page properties |
| 14:24 |
Nekdo |
the problem is |
| 14:24 |
sledgeas |
you need redirect to an outside page or under a satisfied condition? |
| 14:24 |
sledgeas |
;) |
| 14:25 |
Nekdo |
i have localized page, in one language there is content on page, in other language i dont have any contnent so i want to redirect one level lower |
| 14:25 |
randomresult |
are u using realurl? |
| 14:25 |
Nekdo |
yes |
| 14:26 |
randomresult |
then try to add an redirect |
| 14:26 |
randomresult |
no... wrong way |
| 14:27 |
Nekdo |
there is no typoscript redirect? |
| 14:27 |
Nekdo |
so i could do like [language=en] && [page=id] redirect to some id |
| 14:27 |
randomresult |
i didnt found in the tsref |
| 14:27 |
randomresult |
means in a book of mine |
| 14:28 |
randomresult |
did u ask google |
| 14:28 |
Nekdo |
ye |
| 14:28 |
pmk65 |
You cant make a redirect with TS. (Unless you use TS to add some JS, which then will do the redirect.) |
| 14:28 |
Nekdo |
yey |
| 14:29 |
Nekdo |
not perfect solution |
| 14:29 |
maholtz|WORK |
you can set HEADER-redirect via TS |
| 14:29 |
randomresult |
yeah... that should work |
| 14:29 |
Nekdo |
how? |
| 14:30 |
maholtz|WORK |
http://support.typo3.org/snippets/c/97/ |
| 14:30 |
maholtz|WORK |
dont forget to rate |
| 14:31 |
pmk65 |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/7/#id4245398 |
| 14:31 |
pmk65 |
but meta refresh sucks.. |
| 14:32 |
randomresult |
well.. for one page in the tree this should work too |
| 14:32 |
_pedda_ |
do you all use utf8 in your projects ? |
| 14:32 |
maholtz|WORK |
if they starts now: yes |
| 14:32 |
_pedda_ |
ok |
| 14:32 |
_pedda_ |
so when you have an ü ä ö |
| 14:33 |
_pedda_ |
what is inserted into db exactly ? |
| 14:33 |
randomresult |
then u have a charset problem |
| 14:33 |
maholtz|WORK |
üäö |
| 14:33 |
randomresult |
upps... sorry... |
| 14:33 |
_pedda_ |
hmm |
| 14:33 |
pmk65 |
I do. Only a few older sites is till ISO,but that's mainly because the customers won't pay for upgrading the DB |
| 14:33 |
_pedda_ |
i hav setdbinit with setnames utf-8 |
| 14:33 |
_pedda_ |
force charset utf8 |
| 14:33 |
randomresult |
and the db itsself is utf-8 |
| 14:33 |
randomresult |
ß |
| 14:33 |
_pedda_ |
my mysqldb is utf8 |
| 14:34 |
randomresult |
is it updated or new web? |
| 14:34 |
_pedda_ |
collation is utt8_general_ci |
| 14:34 |
Nekdo |
outstanding guys |
| 14:34 |
Nekdo |
it works!! |
| 14:34 |
_pedda_ |
and when i insert äüö in a CE .. and look it up in the db |
| 14:34 |
Nekdo |
thx, i love you all :) |
| 14:34 |
_pedda_ |
there is no äüö |
| 14:35 |
_pedda_ |
they become replaced |
| 14:35 |
_pedda_ |
in FE th're correct again |
| 14:35 |
_pedda_ |
they're |
| 14:35 |
_pedda_ |
i'm fighting with rss import at the moment |
| 14:35 |
_pedda_ |
the extension imports the data with äüö |
| 14:35 |
_pedda_ |
into the database |
| 14:35 |
_pedda_ |
in fe it looks damaged |
| 14:36 |
Nekdo |
pedda |
| 14:36 |
Nekdo |
http://wiki.typo3.org/index.php/UFT-8_support |
| 14:36 |
_pedda_ |
but as far as i know the data in fe and the data in db should be the same using utf-8 right ? |
| 14:36 |
randomresult |
did u try to add another rss... just to know that not the rss is brokenß |
| 14:36 |
_pedda_ |
yes i did |
| 14:36 |
randomresult |
yeah should be the same |
| 14:36 |
_pedda_ |
hmm such a big mess |
| 14:36 |
_pedda_ |
:-( |
| 14:36 |
Nekdo |
SET NAMES utf8; |
| 14:36 |
Nekdo |
and it'll work |
| 14:37 |
_pedda_ |
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8 SET CHARACTER SET utf8 SET SESSION character_set_server = utf8 SET character_set_connection = utf8'; <- the extended version of set names utf-8 |
| 14:38 |
randomresult |
hmmm... and force charset utf-8 |
| 14:38 |
randomresult |
or utf8 |
| 14:38 |
_pedda_ |
is set to utf-8 too |
| 14:38 |
randomresult |
hmmm |
| 14:38 |
Nekdo |
if you do all things that are on that wiki url it'll work 100% |
| 14:38 |
Nekdo |
i spent hours too |
| 14:38 |
_pedda_ |
yes but if i don't have the access to apache conf files... |
| 14:38 |
randomresult |
and u checked all the tables are utf8 too |
| 14:39 |
_pedda_ |
shared hosting |
| 14:39 |
_pedda_ |
at jweiland |
| 14:39 |
randomresult |
well... jweiland should be ready for utf8 |
| 14:39 |
_pedda_ |
should support utf-8 .. it's a typo3 webhoster |
| 14:39 |
_pedda_ |
as i said |
| 14:39 |
randomresult |
tables and db? |
| 14:39 |
_pedda_ |
all utf8 |
| 14:40 |
_pedda_ |
collation : utf8_general_ci |
| 14:40 |
randomresult |
what happens if u enter a ä in normal contentelement? |
| 14:40 |
randomresult |
WORKS? |
| 14:40 |
_pedda_ |
yes |
| 14:40 |
_pedda_ |
in fe also |
| 14:40 |
randomresult |
UPPS...caaps lock on :) |
| 14:40 |
_pedda_ |
everything is ok.. |
| 14:40 |
_pedda_ |
but now i try to import utf-8 rss feeds into tt_news |
| 14:40 |
randomresult |
so u want to display rss or to make rss |
| 14:41 |
_pedda_ |
import utf8 encoded feeds into db |
| 14:41 |
randomresult |
i dont know this ext... |
| 14:41 |
_pedda_ |
in db they become stored as ä ü ö |
| 14:41 |
_pedda_ |
xml_feed_import f.e |
| 14:41 |
_pedda_ |
cc_rdffeedimport |
| 14:41 |
_pedda_ |
is a different one |
| 14:41 |
_pedda_ |
and feed import for tt_news |
| 14:42 |
_pedda_ |
i tried all these extensions |
| 14:42 |
_pedda_ |
it has something to do with my db |
| 14:42 |
randomresult |
sorry no idea |
| 14:42 |
_pedda_ |
np :) |
| 14:44 |
_pedda_ |
in order to display the imported feeds correctly i have to switch the charset in my browser to 8859-15 |
| 14:44 |
_pedda_ |
quite strange |
| 14:49 |
ockmonix |
hi |
| 14:50 |
randomresult |
hi ockmonix |
| 14:50 |
ockmonix |
do you know the extended calendar extension? |
| 14:50 |
randomresult |
nope sorry |
| 14:51 |
ockmonix |
ok |
| 14:51 |
randomresult |
but im one in a million :) |
| 14:51 |
randomresult |
sure someone around has used this ext before |
| 14:59 |
ockmonix |
i hope there's someone ;) |
| 14:59 |
randomresult |
what is your problem then? |
| 15:08 |
m4rtijn |
ockmonix- what is it for? |
| 15:09 |
maholtz|WORK |
i am still wondering, why people do not explain their problem, but asking if someone has use an special extension... |
| 15:11 |
_pedda_ |
hehe.. perhaps they're quite shy .. |
| 15:17 |
randomresult |
lol |
| 15:17 |
randomresult |
yeah shy is the prob |
| 15:21 |
m4rtijn |
how can I vertically align text to top in a table |
| 15:21 |
m4rtijn |
with css |
| 15:22 |
m4rtijn |
ah, td { vertical-align: top } |
| 15:25 |
randomresult |
maholtz|WORK: as u can see m4rtijn is too a person who needs to ask things to find them out by himself :) |
| 15:25 |
dokma |
he's not the only one |
| 15:25 |
dokma |
I have that bug aswell |
| 15:26 |
dokma |
or is it a feature? |
| 15:34 |
maholtz|WORK |
@randomresult: lol, yep, seems to be a good idea to ask him:) |
| 15:39 |
m4rtijn |
normally i search a while for a solution.. then ask it in here.. but keep searching for answer as well myself.. |
| 15:40 |
m4rtijn |
sometimes I find the answer before smbdy answers :p |
| 15:43 |
_pedda_ |
any idea where i can find the wrap around images in textpic ? |
| 15:44 |
_pedda_ |
want to remove the dl's but i can't find the right place in ts obj browser |
| 15:56 |
LilaMac |
What condition can I take for leaf pages? |
| 15:57 |
maholtz|WORK |
@_pedda_ should be under tt_content... |
| 15:58 |
_pedda_ |
i know but the deepest wrap i can find is |
| 15:58 |
_pedda_ |
tt_content.textpic.20.text.10.10.stdWrap.dataWrap = |
| 16:01 |
maholtz|WORK |
how do i change LC_TIME="POSIX" to de_DE.UTF-8 on linux? |
| 16:01 |
maholtz|WORK |
i used command locale on shell to ouput |
| 16:02 |
maholtz|WORK |
get LANG = POSIX |
| 17:17 |
_pedda_ |
how can i access a subfolder in an apache root directory ? |
| 17:17 |
_pedda_ |
f.e |
| 17:17 |
_pedda_ |
webserverip : 192.168.1.10 |
| 17:17 |
_pedda_ |
and the website i try to acces is within the plans directory |
| 17:17 |
m4rtijn |
via ssh |
| 17:17 |
_pedda_ |
http://192.168.1.10/plans doesn't work |
| 17:18 |
m4rtijn |
heh? is it a local server? |
| 17:18 |
_pedda_ |
yes |
| 17:18 |
m4rtijn |
walk thee |
| 17:18 |
m4rtijn |
there |
| 17:18 |
m4rtijn |
.. or use putty |
| 17:19 |
_pedda_ |
when i type 192.168.1.10 in my browser i get the 404 site displayed.. same for /plans |
| 17:19 |
_pedda_ |
404 site of my local webserver |
| 17:19 |
_pedda_ |
in the same directory of the 404 file is the plans directory |
| 17:20 |
m4rtijn |
is there an index.php file? |
| 17:20 |
_pedda_ |
whre ? in plans ? |
| 17:20 |
_pedda_ |
no a sgi |
| 17:20 |
_pedda_ |
cgi |
| 17:21 |
m4rtijn |
just for testing purpose.. try creating an index.html |
| 17:21 |
_pedda_ |
but the cgi does the same job as the index would |
| 17:39 |
maholtz|WORK |
bye |
| 18:14 |
burnz_ |
hi |
| 18:14 |
burnz_ |
can somebody help me |
| 18:14 |
burnz_ |
with navigation in typo |
| 18:14 |
burnz_ |
i made an area in html whic is ###navi### |
| 18:15 |
burnz_ |
how do i get there an navigation |
| 18:15 |
burnz_ |
can somebody help?` |
| 18:24 |
beli |
burnz_: you need to put into your typoscript sth like marks.navi = .... |
| 18:25 |
burnz_ |
can you give me an snippet |
| 18:25 |
btech |
greetings everyone. |
| 18:26 |
burnz_ |
mh okay i made |
| 18:26 |
burnz_ |
http://paste.phlogi.net/-2c39a702ad/ |
| 18:27 |
burnz_ |
i dont see ###navi### in the page but i also dont see a navigation |
| 18:28 |
btech |
Im new to Typo3 and looking for some guidance. I have installed the site fine and it is operating just need help with templates and extensions. Anyone have a good reference/tutorial i can read on templating? |
| 18:28 |
beli |
ok then your mark is replaced correctly, but you did sth. wrong in your typoscript |
| 18:31 |
burnz_ |
mkay |
| 18:32 |
burnz_ |
can you give me an easy example vor an vertical navi |
| 18:33 |
dinsdale07 |
hi btech. have you had a look in the documentation section under templating? http://typo3.org/documentation/document-library/ |
| 18:36 |
dinsdale07 |
btech, generally in modern you add markers to your template to substitue parts with dynamic content while futuristic template building explains how to use templavoila, a visual point and click interface to define the dynamic parts of your template. |
| 18:38 |
btech |
hanks dinsdale07. i have looked around there and it was helpful, as for these markers, where are they setup? are they static or can their names be changes? |
| 18:39 |
btech |
Can the majority of the site be controlled by html, css & php files? or is pretty much everything database driven like drupal? |
| 18:40 |
btech |
** please excuse the lag as i am connected via cgi irc |
| 18:45 |
btech |
ok, ill read through the template building docs and see if i can find it in there |
| 18:46 |
dinsdale07 |
btech - I pm'ed you - did you get it? |
| 18:47 |
btech |
Anyone know if there are extensions that would work for an event calendar w/ PDF attachment? looking for something where the user could add an event and upload a pdf attachment of the brochure |
| 18:47 |
btech |
ah got it. |
| 18:50 |
dinsdale07 |
btech - check the extension cal. there is a demo version at typo3-calendar.org. I think you can attach files too. |
| 18:51 |
btech |
ok i will look into it. thank you again dinsdale07 |
| 19:25 |
burnz_ |
hi |
| 19:26 |
burnz_ |
my menu makes double entries |
| 19:26 |
burnz_ |
every entry repeats |
| 19:26 |
burnz_ |
how can i fix this? |
| 19:34 |
TaucherMK_ |
burnz_: you could post some more information on your problem |
| 19:36 |
burnz_ |
mh ok |
| 19:36 |
burnz_ |
everything is doble |
| 19:36 |
burnz_ |
double |
| 19:36 |
burnz_ |
the content is double |
| 19:36 |
burnz_ |
and the navi is double too |
| 19:36 |
burnz_ |
it is shown twice |
| 19:45 |
TaucherMK_ |
i mean the config or typoscript debug output |
| 19:45 |
TaucherMK_ |
but the error is probably in the config |
| 19:46 |
burnz_ |
it seems so |
| 19:46 |
burnz_ |
ok my config.. |
| 19:46 |
burnz_ |
http://paste.phlogi.net/-955560bf0c/ |
| 19:47 |
burnz_ |
my typoscript |
| 19:51 |
TaucherMK_ |
and the output |
| 19:51 |
TaucherMK_ |
? |
| 19:53 |
burnz_ |
hihi i solved it |
| 19:53 |
burnz_ |
i made double markers in template |
| 21:05 |
lubosz |
how do i make a field with kickstarter that depends on another table content, like category? |
| 21:17 |
lubosz |
k, the field is called database releatoin |
| 21:18 |
lubosz |
relation |
| 22:06 |
jananne |
Hello, i'm trying to get realrul to work.. when i click on a menu item i get this: http://www.lifealliance.nl/startpagina/, what can cause this problem? |
| 22:12 |
jananne |
anyone??? |
| 22:16 |
sorenmalling |
Hi, what marker can i use in typoscript, to get the id of the page im currently on? |
| 22:17 |
jananne |
Hello, i'm trying to get realrul to work.. when i click on a menu item i get this: http://www.lifealliance.nl/startpagina/, what can cause this problem? |
| 22:27 |
HardPhuck |
any nl people here |
| 22:27 |
HardPhuck |
tussenvoegsel |
| 22:27 |
HardPhuck |
what does this mean |
| 22:29 |
jananne |
tussenvoegsel means: |
| 22:29 |
jananne |
my name is jan 'DE' haan |
| 22:29 |
jananne |
or Hard THE phuck |
| 22:29 |
jananne |
you know :)? |
| 22:30 |
jananne |
HardPhuck: ^^ |
| 22:30 |
jananne |
HardPhuck: firstname TUSSENVOEGSEL surname |
| 22:31 |
jananne |
lastname* |
| 22:31 |
jananne |
bad english :p |
| 22:31 |
jananne |
HardPhuck: can you help me with a problem? |
| 22:31 |
jananne |
I'm trying to get realrul to work.. when i click on a menu item i get this: http://www.lifealliance.nl/startpagina/, what can cause this problem? |
| 22:41 |
jananne |
anyone??? |
| 22:49 |
sorenmalling |
jananne: Look at your realurl configuration file |