| 00:02 |
nhaskins |
Yes, I've looked over the TS several times |
| 00:02 |
nhaskins |
I have my Menu, which works |
| 00:02 |
nhaskins |
links to my CSS, which works |
| 00:02 |
nhaskins |
I call tempvoila |
| 00:02 |
nhaskins |
then I have |
| 00:02 |
nhaskins |
config.simulateStaticDocuments = 0 |
| 00:02 |
nhaskins |
config.baseURL = http://evertonweekes.org/ |
| 00:02 |
nhaskins |
config.tx_realurl_enable = 1 |
| 00:02 |
nhaskins |
config.prefixLocalAnchors = all |
| 00:02 |
nhaskins |
It's the same TS as my other page (which works) just adjusted for this page |
| 00:08 |
Snafu |
I think that you might just have a problem in you TypoScript rendering your content. To debug this you can enable the rendering of the content in the adminpanel |
| 00:10 |
nhaskins |
How do I do that? |
| 00:13 |
Snafu |
Open the adminpanel, extend "typoscript" and activate the options to show messages, follow rendering of content, show content (Labels may differ, I have a german layout here); then click on Update |
| 00:14 |
Snafu |
the options are named: Display messages, Track content rendering, Display content |
| 00:15 |
Snafu |
Actually do you have to add a static template when you use TemplaVoila? (I never used it) |
| 00:16 |
nhaskins |
sorry, I'm feeling kinda newb here, but what is adminpanel? I thought you had just meant the backend |
| 00:18 |
Denyerec |
yeah Snafu |
| 00:18 |
Denyerec |
you need to add CSS Styled COntent as a static |
| 00:18 |
Denyerec |
otherwise you'll be sorely disappointed |
| 00:19 |
Snafu |
the Adminpanel is a Panel in the frontend, showing some Information about the Page being rendered and giving options to clear the cache, aso. you can enable it in your TS (UserTS for example) with config.admPanel = 1 and admPanel.hide=0 |
| 00:20 |
Snafu |
Denyerec: : I thought so. maybe that is the Prob with nhaskins page? |
| 00:20 |
Denyerec |
maybe |
| 00:20 |
Denyerec |
I've not slept since 4am on Sunday |
| 00:20 |
Denyerec |
so Im probaly not the best peron to rely on for solid advice |
| 00:20 |
Snafu |
LOL |
| 00:20 |
Denyerec |
been doin a silly mountain climbingng challenge thin |
| 00:20 |
nhaskins |
I'm trying to check that right now my connection's just a bit slow |
| 00:20 |
Denyerec |
and am very muxch off to bed now |
| 00:20 |
Snafu |
Ok, same here (although not since sunday...) |
| 00:21 |
Snafu |
sleep tight, Denyerec |
| 00:25 |
nhaskins |
Yes, forgot to add CSS styled content |
| 00:25 |
nhaskins |
Thanks Snafu and Denyerec |
| 00:25 |
nhaskins |
Sleep well, you've earned it |
| 00:25 |
nhaskins |
:) |
| 00:26 |
Snafu |
Remember to clear the cache again. (the changes are not yet visible in the frontend) |
| 00:26 |
nhaskins |
Yea it works now, I've checked |
| 09:20 |
d|g |
hi all |
| 10:25 |
m4rtijn |
hi all |
| 10:38 |
loswillios |
hey m4rtijn |
| 11:06 |
m4rtijn |
zzzZzzZ |
| 11:48 |
born5115 |
hi, i'm trying to install typo3 with postgresql since two days and it wasn't clear to me that it is so hard ... for example i'm not finding the actual versions of the adodb and dbal extensions to download them ... |
| 11:50 |
born5115 |
(crossposting at #php) |
| 11:55 |
nkuttler |
hm, which login box supports redirects on logout? |
| 11:56 |
nkuttler |
born5115: dbal is included, just not activated. adodb i dunno |
| 11:56 |
nkuttler |
born5115: i guess dbal is shy |
| 11:58 |
born5115 |
nkuttler: so i just have to set the right thing in lcoalconf.php and startup the 1-2-3-installer? |
| 11:59 |
nkuttler |
born5115: i would guess so. never activated an ext manually. |
| 11:59 |
born5115 |
k i'll try |
| 11:59 |
nkuttler |
born5115: did nobody document that? i guess you're not the first doing this |
| 12:00 |
nkuttler |
http://www.pg-forum.de/h-ufig-gestellte-fragen-faq/2689-howto-installation-von-typo3-mit-postgresql-als-datenbank.html |
| 12:03 |
harfang |
hi, I have an issue with the cal plugin when the months do have accentuated characters, look : http://www.mindenice.fr/index.php?id=229&tx_cal_controller[getdate]=20081001&tx_cal_controller[view]=year&tx_cal_controller[lastview]=month-229&cHash=39dff18cc4 |
| 12:03 |
harfang |
thanks |
| 12:29 |
nkuttler |
harfang: looks like different charset in the cal template than on your site |
| 12:29 |
harfang |
nkuttler, ok, any idea on how I can fix this? |
| 12:29 |
harfang |
databases are in utf8 for my typo3 |
| 12:30 |
nkuttler |
harfang: convert the cal template to utf-8 ? |
| 12:31 |
nkuttler |
harfang: btw, i hate your header :) |
| 12:31 |
harfang |
nkuttler, why because you hate flash ? :) |
| 12:31 |
nkuttler |
harfang: no, i like flash. as long as it's use makes sense and doesn't distract from content |
| 12:32 |
nkuttler |
well, maybe not like, but tolerate |
| 12:32 |
harfang |
my company needs this to do advertising for the event in may 2009 ^ |
| 12:33 |
harfang |
so, any idea on how to convert the cal template to utf8 ? :) |
| 12:34 |
nkuttler |
harfang: vim can do that |
| 12:34 |
nkuttler |
harfang: or a perl script... or probably some reencode app |
| 12:35 |
harfang |
I just edit the file in vim and save it again? |
| 12:36 |
nkuttler |
i guess you have to tell vim to change the encoding, not sure |
| 12:38 |
harfang |
first I have to find out where is the template :) |
| 12:42 |
nkuttler |
harfang: typo3conf/ext/extension/ |
| 12:42 |
nkuttler |
harfang: well, cal has like 50 different templates iirc |
| 12:43 |
nkuttler |
harfang: you should make copies, when you upgrade the extension you can overwrite your changes |
| 12:51 |
nkuttler |
what's MIN anyway? the french love abbreviations so much :) |
| 12:53 |
nkuttler |
harfang: nice page btw. i'd add realurl and rss for news though. |
| 12:53 |
harfang |
MIN means "Marché d'Intérêt national" |
| 12:54 |
nkuttler |
i see |
| 12:56 |
harfang |
mmm I changed the month and year templates to utf8, no change. How do I check if they are in utf8? |
| 12:56 |
nkuttler |
clear cache? |
| 12:57 |
nkuttler |
file foo.html? |
| 12:57 |
harfang |
ovh template $file month.tmpl |
| 12:57 |
harfang |
month.tmpl: exported SGML document text |
| 12:58 |
nkuttler |
yeah, file doesn't always do what you want... remove some markup around the actual month names (hackish, but that's what i do) |
| 13:00 |
nkuttler |
harfang: or you could html encode them é etc |
| 13:03 |
harfang |
will check later, going to eat, bye and thanks |
| 13:19 |
HardPhuck |
nkuttler can we see it? |
| 13:21 |
HardPhuck |
im releasing a site today also lol |
| 13:23 |
nkuttler |
biosyn.de |
| 13:23 |
nkuttler |
a little slow though.. |
| 13:29 |
HardPhuck |
nice |
| 13:30 |
nkuttler |
thanks |
| 13:30 |
nkuttler |
not completely finished yet though |
| 13:30 |
nkuttler |
ah, websites are always work in progress ;) |
| 13:32 |
m4rtijn |
simple and clear - like it :) |
| 13:33 |
nkuttler |
who's ops in here anyway? |
| 13:33 |
nkuttler |
think-open.at, gotta love it |
| 13:35 |
nkuttler |
m4rtijn: well, the simplicity & clarity i can't take credit for, but i like the layout too |
| 13:37 |
nkuttler |
i wonder if bernhard kraft knows what his employees are doing while at work.. |
| 13:37 |
loswillios |
heh |
| 13:37 |
nkuttler |
certainly lots of joins from that domain in my logs |
| 13:38 |
nkuttler |
loswillios: ? |
| 13:39 |
loswillios |
hm? |
| 13:40 |
loswillios |
I have JOINS PARTS QUITS ignored, can't tell |
| 13:40 |
nkuttler |
me too, but they are logged. not that i really care anyway |
| 13:40 |
loswillios |
yeah ;-) |
| 13:40 |
loswillios |
those oesis are drifting right anyway :p |
| 13:41 |
ries2 |
nkuttler: I can be ops if I want to... and deleted the stuff from the logs |
| 13:41 |
nkuttler |
ries2: from which logs? |
| 13:42 |
nkuttler |
ries2: channel logs? |
| 13:42 |
ries2 |
typo3 logs.... |
| 13:42 |
ries2 |
yeaaa channel log |
| 13:42 |
nkuttler |
yeah, better |
| 13:42 |
Trumpf |
hello |
| 13:42 |
Trumpf |
do any one now how to change my php.ini? |
| 13:42 |
nkuttler |
Trumpf: hm, edit it? |
| 13:43 |
paddyez |
*LOL* |
| 13:43 |
Trumpf |
jep edit it |
| 13:43 |
paddyez |
could help |
| 13:43 |
Trumpf |
my domane is hosted at one and they say it is in my typo3 the file but i cant find it |
| 13:44 |
nkuttler |
Trumpf: what kind of hosting? |
| 13:44 |
paddyez |
hosted where |
| 13:44 |
paddyez |
? |
| 13:44 |
Trumpf |
one.com |
| 13:45 |
paddyez |
is it a managed server/root server? |
| 13:45 |
Trumpf |
jep it is |
| 13:45 |
paddyez |
a managed root server? |
| 13:45 |
nkuttler |
Trumpf: do you have a shell access? |
| 13:45 |
Trumpf |
no |
| 13:45 |
paddyez |
which one? |
| 13:46 |
CMSnoob |
Goodday people |
| 13:46 |
paddyez |
managed server OR root server? |
| 13:46 |
CMSnoob |
I have a problem with my new typo3 installation |
| 13:46 |
nkuttler |
xor |
| 13:46 |
Trumpf |
manged root server |
| 13:46 |
CMSnoob |
can someone help me with that |
| 13:47 |
Trumpf |
CMSnoob what is the problem? |
| 13:47 |
paddyez |
if it is a root server than just edit the damn file |
| 13:47 |
Trumpf |
where do i find it |
| 13:48 |
CMSnoob |
I've installed typo3 4.2.1 and that went great, now when i log in to the backend every time I click on a menu item the content is not showing. it stays blank. So I went back to the install tool and I saw one warning and that is that the maximum upload filesize too small. Do you think that is why my backend is empty? |
| 13:48 |
Trumpf |
i cant find it |
| 13:48 |
paddyez |
find / -name php.ini |
| 13:48 |
paddyez |
usualy in /etc/php/apache2 |
| 13:49 |
paddyez |
need to restart apache after editing though |
| 13:50 |
paddyez |
or /etc/php5/apache2 |
| 13:50 |
paddyez |
depends on your operating system |
| 13:50 |
nkuttler |
CMSnoob: hm, don't think so, wouldn't hurt to change it though |
| 13:51 |
CMSnoob |
nkuttler: I've tried in the _.htaccess but it wont change in the typo3 install tool, so it's weird. But do you know what might be the problem |
| 13:52 |
nkuttler |
CMSnoob: upload filesize is in php.ini |
| 13:52 |
HardPhuck |
CMSnoob premission may be a problem too |
| 13:52 |
HardPhuck |
or paths |
| 13:52 |
CMSnoob |
nkuttler: yeah but the hoster dont want to change it and says I have to do it with _.htaccess |
| 13:52 |
nkuttler |
that's unpossible |
| 13:52 |
SimonSimCity |
Hi .. |
| 13:52 |
SimonSimCity |
I've problems in checking if a COA_INT has Elements ... |
| 13:52 |
SimonSimCity |
This is how I check if a COA is empty: "20.if.isFalse.cObject < lib.tested.10" |
| 13:53 |
SimonSimCity |
How can I check it for COA_INT ? |
| 13:53 |
flipmoe |
hi |
| 13:53 |
CMSnoob |
HardPhuck: Mb it are paths indeed. Cause I've uploaded my local version to my hostingservice and only changed the db variables in localconf is there more to change? |
| 13:53 |
HardPhuck |
did you download the linux package (with symlinks) or the windows one (with all folders in one place, no symlinks) |
| 13:53 |
flipmoe |
can someone help me with mod_rewrite plaese? |
| 13:54 |
HardPhuck |
i had lots of problems with symlinks with my hosting providers, so i needed to get rid of all the symlinks and uppload the folders to the same parent folder |
| 13:55 |
CMSnoob |
I had the windows package |
| 13:55 |
CMSnoob |
but mb my hosting is linux |
| 13:55 |
CMSnoob |
should I then get the linux package? |
| 13:56 |
CMSnoob |
I donwloaded the source zip. Zo mb that isn't the issue |
| 13:57 |
HardPhuck |
no the windows package is allright |
| 13:58 |
HardPhuck |
can you see install tool in the backend? |
| 13:58 |
HardPhuck |
i mean with the left menu active, not standalone |
| 14:03 |
CMSnoob |
HardPhuck: I can see the install tool |
| 14:03 |
CMSnoob |
that one is showing (in the left menu) |
| 14:03 |
CMSnoob |
it's actually only the pages en the extension (the most essential two) that wont show up |
| 14:16 |
LionRock |
hi |
| 14:17 |
guile |
hi there |
| 14:19 |
HardPhuck |
CMSnoob: which pages you dont see |
| 14:20 |
CMSnoob |
HardPhuck: When I click on the "Extension Manager", when I click on "Pages" (also templavoila) any item in the page tree (my pages) returns blank and when I click on "user admin" and I want to edit the admin for example. That returns blank too |
| 14:21 |
CMSnoob |
I cant see what they have in common |
| 14:24 |
HardPhuck |
try image manipulation in install tool |
| 14:24 |
HardPhuck |
does it process the picture stuff |
| 14:28 |
CMSnoob |
HardPhuck: I also unlocked the sqldebug and I get the following debug error time after time |
| 14:28 |
CMSnoob |
"ERROR MySQL server has gone away" |
| 14:31 |
HardPhuck |
what do you see on the FE |
| 14:31 |
CMSnoob |
That;s the error I see on the frontend |
| 14:32 |
CMSnoob |
and all the image manipulation tests are good in the install tool |
| 14:40 |
HardPhuck |
time after time or all the time? :) |
| 14:42 |
CMSnoob |
lol no it repeats a few times. That's because it's a time out error I guess |
| 14:44 |
LionRock |
how I can get page id for two leveles upper menu item ? |
| 14:48 |
HardPhuck |
CMSnoob: im out of ideas it may be hosting problems, try manually contect to database |
| 14:48 |
CMSnoob |
I will try, thanks for the help :) |
| 14:52 |
LionRock |
any help for me ? :) |
| 14:53 |
m4rtijn |
CMSnoob - you said you copied the local install to the webserver and only changed the localconf? |
| 14:54 |
m4rtijn |
CMSnoob - thats not a proper way to "move" a typo3 site |
| 14:54 |
CMSnoob |
m4rtijn: Yes that's correct. And I also put the SQL dump from my local on to my hosting database |
| 14:54 |
HardPhuck |
LionRock where do you want to get the page id |
| 14:54 |
HardPhuck |
and why |
| 14:54 |
CMSnoob |
m4rtijn: I'm new at this, so I probably did it the easy wrong way |
| 14:54 |
CMSnoob |
How can I move it then? |
| 14:55 |
m4rtijn |
CMSnoob - clean install of typo3 on the new server |
| 14:55 |
m4rtijn |
CMSnoob - import the SQL from the dump |
| 14:55 |
m4rtijn |
CMSnoob - then import the T3D file |
| 14:55 |
LionRock |
HardPhuck, if user is in 2nd level or 3nd level in menu I want to hide the root level element. So the first item for this tree. |
| 14:55 |
m4rtijn |
CMSnoob - which u have to export from your local copy |
| 14:56 |
m4rtijn |
CMSnoob - then use the installtool - DB CHECK |
| 14:56 |
CMSnoob |
m4rtijn oke and then? Cause I also have my extensions locally |
| 14:56 |
m4rtijn |
CMSnoob - just install them again |
| 14:56 |
CMSnoob |
ow is that the only way?? that is a bit unusual... or not userfriendly I guess |
| 14:56 |
CMSnoob |
what if I have a lot of extensions installed |
| 14:57 |
m4rtijn |
CMSnoob - its def. a safe way :) |
| 14:57 |
CMSnoob |
m4rtijn oke I wont argue with that |
| 14:57 |
m4rtijn |
CMSnoob - better then having half an install which u have to manually get up & running |
| 14:57 |
m4rtijn |
installing some extensions isn't really a lot of work |
| 14:58 |
HardPhuck |
LionRock: http://paste.phlogi.net/indenting/ |
| 14:58 |
m4rtijn |
but..you're right.. there must be a better way of import/exporting the extensions |
| 14:58 |
beli |
hi folks |
| 14:59 |
guile |
hi, anybody had already installed mm_forum ? |
| 14:59 |
HardPhuck |
LionRock: change the levels respectively |
| 14:59 |
m4rtijn |
CMSnoob - but the t3d export also states you have to manually install them again |
| 14:59 |
m4rtijn |
CMSnoob - you could try some backup extension from the ext. rep |
| 15:00 |
m4rtijn |
CMSnoob - theres something called w4d backup (or something) maybe this gives options to export/import extensions as well |
| 15:00 |
m4rtijn |
guile - yes |
| 15:00 |
beli |
i've installed better loginbox...created a sysfolder and user/group inside....after inserting the plugin to a page the userlogin is not accepted....another question is: where to define what page the user is linked to after successfull login? |
| 15:01 |
m4rtijn |
beli -- typo3 version? |
| 15:01 |
beli |
4.2.1 |
| 15:01 |
nd__ |
m4rtijn: Why not install ext from ter again? |
| 15:01 |
m4rtijn |
nd__ - cause he has a lot |
| 15:01 |
nd__ |
hehe, I see |
| 15:01 |
m4rtijn |
beli - better login is part of the 4.2.1 core |
| 15:01 |
m4rtijn |
beli - no need to install it |
| 15:02 |
beli |
hmm lemme check |
| 15:02 |
nd__ |
What we did some times now is copy the whole folder and dump the db... use this on another host (change all domain specific parts of course) |
| 15:02 |
m4rtijn |
nd__ - he did that as well.. but having troubles now :S |
| 15:03 |
m4rtijn |
nd__ - but if u did that before maybe u could troubleshoot what he might have missed.. |
| 15:03 |
beli |
m4rtijn: hmm, but it wasnt available and i installed it from ter..... |
| 15:03 |
guile |
i installed the mm_forum 0.7 in a typo 4.2.1. After creating a sysfolder containing mm_forum data and specified the user database, then create a new page with the plugin mm_forum with message board selected on what to display |
| 15:03 |
guile |
and when i come to the forum page, there s noting, have you an idea please ? |
| 15:05 |
beli |
m4rtijn: there's just common "login form".... |
| 15:07 |
guile |
beli: the common login form is now based on fe_login, as m4rtijn said, no ? |
| 15:08 |
beli |
guile: dunno...i am trying login for the first time..using typo3 since 4.1.x......so i am kinda new and cant tell |
| 15:09 |
guile |
i m quite new too, but i think that typo3 4.1 needed fe_login or better login box, but typo3 4.2.1 hs fe_login in core |
| 15:09 |
LionRock |
HardPhuck, my situation is different. I would need to get the root id of the current child. IS it possible ? |
| 15:10 |
beli |
i just see login in the form sections...dont know if its fe_login or whatever name ;) |
| 15:10 |
beli |
and under plugins there is better loginbox, cause i installed it |
| 15:11 |
guile |
but better login box is now deprecated, no ? |
| 15:11 |
beli |
i just want to have user log into the system and be forwarded to a page_id....thats all :) tell me how to do it and i will user §$§$_login or whatever :) |
| 15:11 |
CMSnoob |
m4rtijn thanks for your pointers |
| 15:12 |
guile |
yes beli and sinse the 4.2.1, you don't need any plugin for that |
| 15:12 |
guile |
in the loginbox configuration, you have the redirections options |
| 15:12 |
beli |
ok...so can you explain me howto do it? |
| 15:12 |
nkuttler |
beli: that's easy, read the docs for the better login box or felogin |
| 15:12 |
beli |
there's no redirect option...thats the point |
| 15:14 |
guile |
plugin options > redirect options |
| 15:14 |
LionRock |
anyone know, how I can get page id for two leveles upper menu item ? |
| 15:14 |
beli |
theres just: general, welcome, login success, login error, status and logout |
| 15:15 |
beli |
nothing about redirect |
| 15:16 |
nkuttler |
beli: hrm, then there must be an extension that does redirect on logins |
| 15:17 |
beli |
:) |
| 15:17 |
beli |
you guys did it before...so why not tell me what plugin/included stuff to use :) ...with better loginbox i have no redirect option... |
| 15:18 |
beli |
i will uninstall that plugin |
| 15:18 |
nkuttler |
beli: i remember having done it, but don't know which site config to check and don't have the time to. why not avoid redirect and put the login box on the redirect page? |
| 15:19 |
beli |
i need the redirects to be group sensible |
| 15:19 |
beli |
maybe my installation of the plugin overwrote some native stuff |
| 15:20 |
nkuttler |
beli: google, ter |
| 15:20 |
guile |
beli: i m sure that the 4.2.1 don't need additional plugins, i upgraded last week in order to add redirection after login |
| 15:22 |
Denyerec |
Hey chaps.... |
| 15:22 |
beli |
guile: ok...and what stuff do i need to select then to have a login form/box...where is it located...the standard login gives me the option to redirect to a page.....but it looks very plain |
| 15:22 |
daKmoR |
howto upload a new extension to the ter? |
| 15:22 |
Denyerec |
if my extension key is user_domainlookup should my fieldnames in my input form be: tx_user_domainlookup_pi1[domain] |
| 15:22 |
daKmoR |
I don't have an extension key where to create one? |
| 15:23 |
Denyerec |
or without the tx_ |
| 15:23 |
Denyerec |
ries, perhaps you rememeber? |
| 15:24 |
beli |
hmm....feuser seems to be included, but not installed with typo4.2.1 |
| 15:24 |
beli |
guess thats the prob |
| 15:24 |
daKmoR |
forget about that... |
| 15:41 |
HardPhuck |
how can i enter html in locallang |
| 15:43 |
nd__ |
HardPhuck: Why would you? |
| 15:44 |
HardPhuck |
to display a paragraph for example |
| 15:45 |
nd__ |
in locallang? This is meant for translation in different languages. No kind of format... |
| 15:45 |
nkuttler |
ah, at last. i hate this. worked for free on a site and had to wait 1.5 months before the relaunch was approved. good day today |
| 15:45 |
nd__ |
:) |
| 15:45 |
ries2 |
Denyerec: they iondeed need to be the same as the plugins name |
| 15:46 |
HardPhuck |
nd you are right i found better solution |
| 15:46 |
Denyerec |
so no tx_ |
| 15:46 |
ries2 |
otherwise typo3 will not send you the get/post vars |
| 15:46 |
Denyerec |
as my plugin doesn't have that |
| 15:46 |
ries2 |
including tx_ |
| 15:46 |
Denyerec |
so you ALWAYS need tx |
| 15:46 |
ries2 |
then exluding :) |
| 15:46 |
Denyerec |
var $prefixId = 'user_domainlookup_pi1'; |
| 15:46 |
ries2 |
same as plugin name then :) |
| 15:46 |
Denyerec |
Yeah... |
| 15:46 |
Denyerec |
cos I see this... |
| 15:46 |
Denyerec |
$this->prefixId.'[submit_button] |
| 15:47 |
Denyerec |
ok |
| 15:47 |
Denyerec |
all is well |
| 15:47 |
Denyerec |
:) |
| 15:50 |
CMSnoob |
oke uhmmm how is it possible that when I have uploaded a new typo3 folder and I try to install typo3 that when I choose (step 2) for import database that I get a blank page? |
| 15:51 |
CMSnoob |
has that something to do with the max SQL dump memory size or soemthing |
| 15:52 |
CMSnoob |
or actually it is step 3 |
| 15:54 |
CMSnoob |
I've got some weird problems |
| 15:55 |
Denyerec |
ries my extension template thing calls this: $this->pi_getLL('submit_button_label')) |
| 15:55 |
Denyerec |
Oh, ignore |
| 15:55 |
Denyerec |
I got confused which llang xml I was looking at |
| 16:00 |
m4rtijn |
does Text in GMENU have underline available? |
| 16:00 |
anton |
hi, i´m working on a fe login konfiguration. after succesfull login, i want the user to be redirected to a page, that is only accesable for this logged user(group), but the redirection does not work if the target page was not accessable before the login ... |
| 16:01 |
beli |
m4rtijn: dunno but you could make it underline by drawing a line |
| 16:03 |
beli |
m4rtijn: simply with another IMAGE element and some offset |
| 16:04 |
m4rtijn |
not an option |
| 16:04 |
m4rtijn |
cause I have some IF construct for 2 liners |
| 16:04 |
m4rtijn |
.. hmm, I could make 2 images. |
| 16:04 |
m4rtijn |
but underline would be easier |
| 16:05 |
chefan |
good morning |
| 16:06 |
guile |
does someone had a problem with mm_forum not displaying the message board ? |
| 16:09 |
nkuttler |
hm, where's the doc for workspaces? |
| 16:10 |
nkuttler |
or what's the difference between release and publish? release means released by reviewer? |
| 16:11 |
idevelop |
hi guys |
| 16:14 |
martijn |
hm |
| 16:18 |
LionRock |
lib.subMenu2.excludeUidList = leveluid: -3 but excludeUidList does not get this value :/ Any help? |
| 16:25 |
beli |
m4rtijn: you were talking about IF-constructs...can i do sth. like "if ACT == pageid_23....do this and that"? |
| 16:26 |
beli |
lets say for changing background color page_id related |
| 16:27 |
nkuttler |
beli: hm, couldn't you use an extension template? |
| 16:27 |
beli |
nkuttler: ah well, you are right... |
| 16:28 |
beli |
an extra template for each page |
| 16:28 |
m4rtijn |
beli - I guess u can |
| 16:28 |
nkuttler |
beli: always depends on how many different styles you need of course |
| 16:28 |
m4rtijn |
check out isTrue |
| 16:28 |
m4rtijn |
if.isTrue |
| 16:28 |
beli |
m4rtijn: thanks |
| 16:29 |
beli |
nkuttler: the prob is, that it is a bit more than just changing background color...but some things might work by splitting templates already...nice |
| 16:30 |
nkuttler |
beli: on my last site i simply include different css files for branches of the site, but that's not a complex scenario |
| 16:30 |
nkuttler |
beli: what about the menu? |
| 16:31 |
beli |
nkuttler: the lines need to change color and the the menu entries walk....click on certificates for example |
| 16:31 |
m4rtijn |
hmm, anybody ever used text.shadow ? |
| 16:31 |
m4rtijn |
from gifbuilder |
| 16:32 |
nkuttler |
beli: how many different css styles do you need? one for each main category? |
| 16:32 |
beli |
nkuttler: the blue and grey horizontal line should get special colors...blue in common....red for certs and green for funds |
| 16:33 |
beli |
nkuttler: i guess 4....one for the first page.....when zertifikate is on the right....one for zertifikate is on the left...and same for funds... |
| 16:34 |
nkuttler |
woah, why do you make the main navigation dynamic?? |
| 16:34 |
beli |
it isnt really....i am giving it a constant list... |
| 16:34 |
beli |
its not using directory |
| 16:34 |
nkuttler |
beli: include different css files i guess. either extension templates, PIDinRootLine etc |
| 16:35 |
nkuttler |
beli: if.isTrue as m4rtijn said |
| 16:36 |
beli |
i guess i will do the main stuff with css/templates and then if needed take isTrue conditions |
| 16:38 |
m4rtijn |
u could just write 2 jquery lines instead.. |
| 16:38 |
m4rtijn |
:p |
| 16:38 |
nkuttler |
mootools! |
| 16:38 |
m4rtijn |
hehe |
| 16:40 |
beli |
i have so many questions.... |
| 16:40 |
beli |
:) |
| 16:46 |
beli |
and prepare...i will ask them one by one ;) |
| 17:43 |
m4rtijn |
maholtz|WORK! |
| 17:44 |
maholtz|WORK |
moin:) |
| 17:44 |
m4rtijn |
moin moin |
| 17:56 |
mistermethod |
hi |
| 17:56 |
mistermethod |
you will probably laugh at me, but where can i find the button to create a "news" entry for tt_news |
| 17:59 |
mistermethod |
i inserted the plugin and wanted to add a test news entry but i can't find it |
| 18:00 |
Tsoots |
switch to list view and create a new record |
| 18:00 |
Tsoots |
one of the options should be news |
| 18:04 |
nkuttler |
mistermethod: create record in the correct sysfolder. rtfm helps :) |
| 18:28 |
Denyerec |
Hmm |
| 18:29 |
Denyerec |
I am using TV, and when I add a content element I don't see the option to add a generic plugin, or the plugin extension that I just made. |
| 18:29 |
Denyerec |
Without TV, I see the option to add a generic plugin. |
| 18:30 |
Denyerec |
Now, I can add another plugin then change the plugin type, but it would be nice to be able to add it directly |
| 18:30 |
Denyerec |
anyone got any ideas? |
| 18:33 |
tomyN |
hi |
| 18:33 |
Denyerec |
hey tomy |
| 18:33 |
tomyN |
hi Denyerec |
| 18:33 |
tomyN |
how is it going? |
| 18:33 |
Denyerec |
work is ok, but I have anotehr terrible cold |
| 18:33 |
Denyerec |
sneezing all the time, it's mad |
| 18:33 |
tomyN |
sorry to hear that |
| 18:34 |
tomyN |
it's still hot and sunny down here |
| 18:35 |
tomyN |
question about the default indexed_search: I have the extension installed (manual?) and put the ID into TS right, doesn't work and dunno what I am missing |
| 18:37 |
tomyN |
"indexed search engine" cannot find this in the repository ... outdated? |
| 18:38 |
Denyerec |
comes by default as a sys extension now I think |
| 18:39 |
Denyerec |
so you won't find it directly in the repo, it'll already be with you |
| 18:39 |
tomyN |
yes, it is installed. Would I need to define a starting point for the search? |
| 18:39 |
Denyerec |
Typically yes. |
| 18:39 |
Denyerec |
I set up indexed search many moons ago |
| 18:40 |
tomyN |
I have it in constants as an ID |
| 18:40 |
Denyerec |
I never bothered with the Cronjob spuder tho |
| 18:40 |
Denyerec |
*spider |
| 18:40 |
tomyN |
would I need to have the macina box too? |
| 18:40 |
Denyerec |
um |
| 18:40 |
Denyerec |
never used that |
| 18:41 |
tomyN |
or could I search in the backend for words? my client doesn't really need it |
| 18:41 |
Denyerec |
I slapped my own in TS |
| 18:41 |
tomyN |
you are such a geek |
| 18:41 |
Denyerec |
Heh |
| 18:41 |
tomyN |
I use what's on the buffet |
| 18:41 |
Denyerec |
I f you go to the page where you included the indexed search plugin |
| 18:41 |
Denyerec |
you should see your search form |
| 18:41 |
tomyN |
duh |
| 18:42 |
Denyerec |
if its starting point is set to your root page |
| 18:42 |
Denyerec |
then the rest should be automatic? |
| 18:42 |
tomyN |
wishful thinking |
| 18:42 |
Denyerec |
heh |
| 18:43 |
Denyerec |
well I don't rememeber doing much more than that... |
| 18:43 |
tomyN |
wait, I see light at the end of the tunnel |
| 18:45 |
tomyN |
nah, that wasn't it, crap - "Send to Page" Who the heck needs this?Thank you for your search or what?? |
| 19:01 |
AlexTheGer |
hi there |
| 19:01 |
AlexTheGer |
I have a problem with creating new records inside a sysfolder, even if Im an admin. It used to work some days ago, but now it is not. |
| 19:05 |
AlexTheGer |
any ideas? |
| 19:06 |
nkuttler |
AlexTheGer: can you be more precise? what doesn't work? |
| 19:07 |
AlexTheGer |
I am using the list-module to see what is inside a sysfolder. Im using the extention cal and it worked fine till now. If im in that sysfolder all I can create is new subpages. I used to create calender-events in there. |
| 19:08 |
nkuttler |
AlexTheGer: do the event still appear in the frontend? |
| 19:09 |
AlexTheGer |
yes they do and I can still edit them in the backend. But I cant create any new items. |
| 19:11 |
nkuttler |
AlexTheGer: to create new ones you usually click on the icon left to "Title" |
| 19:11 |
nkuttler |
in the column that holds the records |
| 19:11 |
nkuttler |
er, table |
| 19:12 |
AlexTheGer |
I know: That icon used to be there, but is not anymore |
| 19:13 |
nkuttler |
aha? are you an admin backend user? |
| 19:13 |
AlexTheGer |
yes I am. |
| 19:14 |
nkuttler |
what about the new element icon at the top of the page? gone too? |
| 19:15 |
AlexTheGer |
no, it is still there, but I can only select domains and new sub-pages. |
| 19:15 |
nkuttler |
that's odd |
| 19:16 |
nkuttler |
i'd try to create a new admin user as a first step |
| 19:16 |
AlexTheGer |
I know. Could it be another extention that is permiting to add certain items? |
| 19:16 |
AlexTheGer |
let me try that |
| 19:18 |
AlexTheGer |
I just created a new admin, loggt in and tried it, but still the same behavior. |
| 19:19 |
nkuttler |
you aren't running out of disk space or something like that, are you? |
| 19:19 |
AlexTheGer |
I had a similar problem a year ago: There a custom (private) extention we used and it wrote something in TS-page.txt. After emptying that file it worked. |
| 19:20 |
AlexTheGer |
I dont thing so. And I can create other items in othere areas e.g. content in a webpage or upload pictures |
| 19:30 |
tomyN |
just installed Camino for Mac, seems to work flawless with Typo3, also on older versions of T3 |
| 19:43 |
HardPhuck |
what's the alternative to quixplorer? |
| 19:51 |
SfiSh |
HardPhuck: good question |
| 19:51 |
SfiSh |
actually i dont know an alternative T3-Extension |
| 19:51 |
SfiSh |
only external tools |
| 20:55 |
tomyN |
whois here? |
| 20:56 |
SfiSh |
./whois here |
| 20:56 |
SfiSh |
;) |
| 20:56 |
tomyN |
trying to update typo3 on my server following http://webempoweredchurch.com/no_cache/support/classes/upgradingypo3/?tx_wecknowledgebase_pi1[tt_news]=268 |
| 20:56 |
tomyN |
so, rm typo3_src |
| 20:56 |
tomyN |
returns in No such file or directory |
| 20:56 |
tomyN |
:-( |
| 20:57 |
tomyN |
can you help me to update? |
| 20:58 |
Tsoots |
is there such file or directory? |
| 20:58 |
SfiSh |
is there a result with ls -la typo3 |
| 20:58 |
SfiSh |
maybe it is a link to typo3_src |
| 20:59 |
tomyN |
it wasn't there |
| 20:59 |
tomyN |
the whole thing was extracted into a folder and didn't overwrite my previous typo3 |
| 21:00 |
tomyN |
so I guess I'll have to move all these files into the main directory? |
| 21:00 |
Tsoots |
now just search for the typo3_src |
| 21:00 |
Tsoots |
and delete it and create the symlink again for your new typo3 |
| 21:01 |
tomyN |
wait, should I keep the folder typor3_src... and work with this one, or move its contents to the main directory so that it overwrites my old typo3? |
| 21:01 |
Tsoots |
no |
| 21:01 |
Tsoots |
you will need to go into your current setup |
| 21:02 |
Tsoots |
there you can find a symlink called typo3_src |
| 21:02 |
tomyN |
right |
| 21:02 |
Tsoots |
just delete it and link to your new sources where ever they may be |
| 21:02 |
tomyN |
I just created it, it wasn't there before |
| 21:02 |
SfiSh |
right |
| 21:02 |
tomyN |
ok |
| 21:02 |
tomyN |
so far so good? |
| 21:03 |
SfiSh |
pls post the result of "ls -la typo3_src" |
| 21:03 |
Tsoots |
oh and hopefully you backed up the thingy before you started this adventure |
| 21:03 |
tomyN |
yes, it's backed up |
| 21:03 |
tomyN |
the file links to the folder with the new typo3 |
| 21:04 |
tomyN |
now I go on with step 10 from the web site I sent earlier? |
| 21:06 |
SfiSh |
step 11. |
| 21:06 |
tomyN |
k |
| 21:06 |
SfiSh |
open the install-tool and check the update-tool and compare DB-data |
| 21:07 |
tomyN |
hold on, chewing on a peach while I am fucking up this site ... |
| 21:07 |
tomyN |
how exiting .. |
| 21:07 |
tomyN |
my first attempt to use ssh |
| 21:08 |
SfiSh |
whats the problem ? |
| 21:08 |
tomyN |
nothing so far ... |
| 21:08 |
SfiSh |
:) ok |
| 21:11 |
tomyN |
I logged on to the backend, no change so far, no yellow warning box |
| 21:11 |
tomyN |
oh, made a mistake ... |
| 21:11 |
SfiSh |
? |
| 21:12 |
tomyN |
index.php went into the wrong directory |
| 21:13 |
SfiSh |
u moved the file ? |
| 21:14 |
tomyN |
I uploaded it and move it to 4.1.2/typo3/install |
| 21:15 |
tomyN |
still no changes, no warning, looks all like the same old |
| 21:15 |
HardPhuck |
okay i have serious problems with localization here i want to render a menu differently when english pages are displayed but it just won't do it |
| 21:18 |
Tsoots |
HardPhuck, in your template? |
| 21:18 |
Tsoots |
using globalvar thingy? |
| 21:18 |
HardPhuck |
yea |
| 21:18 |
Tsoots |
some more details might help |
| 21:19 |
Tsoots |
about your problem |
| 21:20 |
HardPhuck |
http://paste.phlogi.net/menu_probl-1/ |
| 21:20 |
HardPhuck |
here is my TS |
| 21:20 |
HardPhuck |
but if im on english language (L=1) i still get the classes from the default language page |
| 21:21 |
Tsoots |
you don't have NO. in the L=1 part |
| 21:22 |
Tsoots |
for warpitemandsub |
| 21:22 |
HardPhuck |
doesnt help |
| 21:22 |
HardPhuck |
still the old menu |
| 21:22 |
Tsoots |
may want to check other typos too |
| 21:22 |
Tsoots |
clear the caches |
| 21:22 |
Tsoots |
do a little dance |
| 21:22 |
Tsoots |
and retry |
| 21:23 |
HardPhuck |
yeah tried that, i guess ill have to dance some more :) |
| 21:24 |
Tsoots |
you could just wait till someone wiser wakes up and sees your problem |
| 21:24 |
Tsoots |
if you don't feel like dancing |
| 21:24 |
HardPhuck |
lol i love to dance |
| 21:24 |
HardPhuck |
:) |
| 21:25 |
HardPhuck |
dancing is what makes things interesting |
| 21:25 |
Tsoots |
agree |
| 21:29 |
Katagia |
Hi. I have a well known problem: safe_mode and graphics magic. I've but the binary gm into the folder /srv/www/bin and make that path executeable in php.ini. I've wrote a little testscript with passthru to test execution of gm. This test succeeds bit typo3 won't find the binary. Any ideas? |
| 21:50 |
ckoehler |
and setCurrent.field was file, where does it say the field name for the web address? |
| 21:50 |
ckoehler |
wrong window.... |
| 22:13 |
anton |
i cannot get a login to redirect after login to a page, that is situated in a page tree, that is acces restricted ... |
| 23:29 |
Denyerec |
YOO HOO |
| 23:29 |
Denyerec |
anyone there? |
| 23:39 |
nkuttler |
never |
| 23:39 |
nkuttler |
HardPhuck_: launched? |
| 23:43 |
Denyerec |
nkuttler, HardPhuck. .. |
| 23:43 |
nkuttler |
Denyerec: hehe, trying to troll #mootools? |
| 23:43 |
Denyerec |
Heh, just wondering what they make of it. |
| 23:43 |
Denyerec |
I'm a mootools fan myself |
| 23:43 |
nkuttler |
;) |
| 23:43 |
Denyerec |
So was a little upset to see jQuery taken on by MS |
| 23:44 |
Denyerec |
I am trying to find where the translations for the add content wizard items is held ? |
| 23:45 |
HardPhuck_ |
nkuttler? |
| 23:45 |
nkuttler |
hm, what kind of license does jquery have anyway? |
| 23:46 |
nkuttler |
HardPhuck_: oh, didn't you say you launch a site today? |
| 23:46 |
HardPhuck_ |
yes i have |
| 23:46 |
HardPhuck_ |
www.ffa.uni-lj.si |
| 23:47 |
nkuttler |
oh, this one. i already know that :) |
| 23:47 |
HardPhuck_ |
this one went public today :) |
| 23:48 |
nkuttler |
too bad i don't understand anything written there |
| 23:48 |
nkuttler |
but looks really nice |
| 23:49 |
HardPhuck_ |
thanx, we hired a designer actually |
| 23:49 |
HardPhuck_ |
so i didn't have any work with html/css/photoshop |
| 23:49 |
HardPhuck_ |
cost us 1700EUR :) |
| 23:49 |
HardPhuck_ |
just the design :) |
| 23:50 |
nkuttler |
did he do the flash as well? and deliver a complete (x)html + css template? |
| 23:50 |
HardPhuck_ |
yes |
| 23:50 |
HardPhuck_ |
in fact several templates |
| 23:50 |
nkuttler |
ok. i guess the price is justified then |
| 23:50 |
HardPhuck_ |
some pages have custom views |
| 23:50 |
HardPhuck_ |
yes it is |
| 23:51 |
nkuttler |
what's .si? |
| 23:51 |
HardPhuck_ |
slovenia |
| 23:51 |
nkuttler |
ah! |
| 23:51 |
HardPhuck_ |
where are you from |
| 23:51 |
nkuttler |
of course, ljubljana |
| 23:51 |
nkuttler |
germany |
| 23:51 |
HardPhuck_ |
bingo! |
| 23:52 |
nkuttler |
i should really start to learn at least one slavic language |
| 23:52 |
HardPhuck_ |
and i should learn german :D |
| 23:53 |
nkuttler |
oh well, knowing languages never hurts |
| 23:53 |
HardPhuck_ |
went to some courses but forgot it all, next year im moving near Austria should learn some :) |
| 23:53 |
nkuttler |
but german is just germany. i was told slavic languages share a lot of commonalities, so with one learned you get at least some very basic understanding of the others |
| 23:54 |
HardPhuck_ |
i agree, i speak croatian, serbian (which is very similar) and engli |
| 23:54 |
HardPhuck_ |
sh |
| 23:54 |
HardPhuck_ |
my woman knows Hungarian and German so we dont have problems when traveling lol |
| 23:55 |
HardPhuck_ |
yeah but to be honest balkanese languages are similar, but if you listen to russian polish, czecz or slovakian you dont know what they are talking |
| 23:57 |
nkuttler |
ah, i see |
| 23:58 |
nkuttler |
hm, balkan has nice climate |
| 23:59 |
Denyerec |
Isn't Hungarian like WTF difficult? |
| 23:59 |
Denyerec |
like Icelandic... |