| 06:18 |
TheDon_ |
Hi All |
| 06:19 |
TheDon_ |
Small question I am adding iframe for my template in typo3 |
| 06:20 |
TheDon_ |
for home page I need Iframe area to show but other pages I want to hide how can I do that? |
| 06:51 |
nature |
templavoila |
| 09:33 |
Ramosa |
did anyone bother researching all available IDE's (for windows) for Typo3/PHP development and tell me what they chose? |
| 10:20 |
Denjerek |
lo lo |
| 10:20 |
Denjerek |
Ramosa: I like Netbeans |
| 10:21 |
Denjerek |
k-fish likes Netbeans too, and that's all the validation I needed. |
| 10:21 |
Denjerek |
Plus it's free, so if you don't like it you haven't wasted any money :) |
| 10:22 |
Ramosa |
and NetBeans is not getting near the end? |
| 10:22 |
Ramosa |
Eclipse is chaotic |
| 10:22 |
Ramosa |
and I saw that Aptana has ended PHP support |
| 10:23 |
menak |
Ramosa: really? |
| 10:23 |
menak |
oh |
| 10:25 |
menak |
well, that explains there were no further updates ;) |
| 10:25 |
menak |
why |
| 10:25 |
menak |
well, that explains why there were no further updates ;) |
| 10:28 |
Ramosa |
http://www.aptana.org/php |
| 10:28 |
Ramosa |
Aptana PHP is no longer included in Aptana Studio 2.0 |
| 10:28 |
Ramosa |
not sure what to make of it |
| 10:39 |
menak |
hmm, i tried PDT ages ago and didn't like it all too much. But to be honest i can't remember what i didn't like. |
| 10:39 |
menak |
does PDT or Netbeans support syncing via SCP/SFTP? |
| 10:42 |
Ramosa |
what is PDT? |
| 10:42 |
menak |
PHP Developer Tools, an Eclipse Plugin |
| 10:43 |
menak |
Aptana says Studio was suspended and the will integrate part of the features into PDT |
| 10:43 |
Ramosa |
what makes PDT different than just Eclipse alone? |
| 10:43 |
Ramosa |
and from Aptana? it's a jungle |
| 10:43 |
menak |
QUOTE: "We are pleased to announce Aptana is combining efforts with those of the Eclipse PDT (PHP Development Tools)" |
| 10:43 |
Ramosa |
what direction you think Aptana is going? they support Rails, Python and PHP .. what is their plan? |
| 10:44 |
menak |
Ramosa: don't know, never tried Eclipse alone |
| 10:45 |
Ramosa |
netbeans just doesn't have PHP written all over it... |
| 10:45 |
Ramosa |
not to mention the website seems down :-p |
| 10:47 |
Ramosa |
NetBeans is written for java projects, it just happens to support PHP |
| 10:48 |
menak |
Ramosa: netbeans.org is reachable for me |
| 10:48 |
Ramosa |
now it works again |
| 10:49 |
menak |
you're a magician. lol. whatever, gotta work |
| 11:10 |
nzgr |
hello |
| 11:10 |
Prot0 |
hi |
| 11:10 |
nzgr |
Can anyone direct me towards functions for adding your own CSS file to an extensions output ? |
| 11:25 |
Bluespuke |
morning |
| 11:25 |
Prot0 |
hello :] |
| 11:25 |
Bluespuke |
i just updated 4.2.8 to 4.3.0 and now i cant' hide or delete CEs... domeone else has had this problem allready? |
| 11:25 |
schabracke_ |
hey there! |
| 11:28 |
Prot0 |
nzgr: do it with typoscript |
| 11:28 |
Prot0 |
plugin.tx_yourext_pi1._CSS_DEFAULT_STYLE |
| 11:28 |
nzgr |
I would like not to do it with TS if possible. |
| 11:28 |
PiMB |
Bluespuke, do you get any error ? |
| 11:29 |
Bluespuke |
PiMB: no, nothing at all, that's the funny thing... delete and/or hide seems to work but when i reload the page the CEs are back again |
| 11:29 |
Prot0 |
nzgr: So just a simple CSS file? |
| 11:29 |
Prot0 |
Bluespuke: try checking the database reference index |
| 11:30 |
nzgr |
Prot0: yes |
| 11:30 |
PiMB |
Bluespuke you could set sql error reporting |
| 11:30 |
PiMB |
(in install tool, it provides you with sql's that are incorrect) |
| 11:31 |
Bluespuke |
PiMB: checked the reference index and now it works |
| 11:32 |
PiMB |
(Y) |
| 11:32 |
Bluespuke |
dunno why but ty! |
| 11:32 |
Prot0 |
:) |
| 11:32 |
Prot0 |
sometimes updates mess it up :] |
| 11:33 |
Prot0 |
havent seen it with 4.2.x -> 4.3.0 though |
| 11:33 |
Prot0 |
only with 4.0.x -> 4.2.x |
| 11:34 |
schabracke_ |
i hope someone can help me: i created a tmenu with 3 levels which works great BUT how can get specific designs (specially for the submenus)? do i have to "split" every menu that css works correctly? cause i gave every css class its own design and it just ignores it |
| 11:38 |
Bluespuke |
schabracke_: i use to get the alias field as id/class for NO, ACT,... |
| 11:38 |
Bluespuke |
NO.ATagParams = id="{field:alias}" |
| 11:38 |
Bluespuke |
NO.allStdWrap.insertData = 1 |
| 11:39 |
Bluespuke |
so each item has a specific value wich you can use in your css |
| 11:39 |
schabracke_ |
@bluespoke here is my ts: http://www.pastebin.org/74192 |
| 11:40 |
schabracke_ |
so i got to specify each level with its own id? is that right? |
| 12:03 |
schabracke_ |
Bluespuke_: it worked out! thx big time - cost me a lot of time :) |
| 12:15 |
Recnelis |
Hey guys is this still a valid way to get a post "(t3lib_div::_GP($this->prefixId.'_formSubmitted')" ? |
| 12:15 |
Recnelis |
Seems as though I'm having some trouble in 4.3 |
| 12:15 |
Prot0 |
its not the right way |
| 12:15 |
Prot0 |
use piVars instead |
| 12:16 |
Prot0 |
$this->piVars['myField'] |
| 12:16 |
Recnelis |
I went away from piVars due to something way back when I made this extension.. can't remember exactly why but there was a reason |
| 12:17 |
Recnelis |
The question is rather if the above should still work? |
| 12:17 |
Prot0 |
i guess it should :] |
| 12:17 |
Prot0 |
try debuging by printig out your entire POST |
| 12:17 |
Prot0 |
:] |
| 12:18 |
Prot0 |
should give you more details |
| 12:20 |
Recnelis |
The odd thing is I have a selector with a onChange reload the page and attach at courseid to the page |
| 12:21 |
Recnelis |
Currently it just reloads the page when u choose a course and doesn't read the courseid given - yet there's no JS error to be seen |
| 12:21 |
Prot0 |
cool |
| 12:21 |
Prot0 |
hehe |
| 12:21 |
Prot0 |
i see a challenge ;] |
| 12:24 |
Recnelis |
Once I would like to be without :/ |
| 12:25 |
Prot0 |
haha |
| 12:32 |
Prot0 |
bbl, lunctime! |
| 13:30 |
TYPO3-Newbie |
Hi @ all |
| 13:30 |
Recnelis |
Has there been any change in the way Typo3 4.3 handles forms or data when it's submitted? |
| 13:30 |
TYPO3-Newbie |
can anybody help a newbie? |
| 13:30 |
Prot0|lunch |
i never guessed hehe |
| 13:31 |
Prot0|lunch |
whats the problem? |
| 13:31 |
TYPO3-Newbie |
I try to add html-code in the footer |
| 13:31 |
TYPO3-Newbie |
templavoila is installed |
| 13:31 |
TYPO3-Newbie |
but i found the html-code |
| 13:32 |
TYPO3-Newbie |
i found lib.footer in the configs... but no html code |
| 13:32 |
Prot0 |
sorry, don't work with TV :] |
| 13:32 |
TYPO3-Newbie |
no other way to add html code |
| 13:33 |
sorenmalling |
TYPO3-Newbie: Is it a field that you have mapped in Templavoila? Or would you like to add the HTML to your html file? |
| 13:33 |
TYPO3-Newbie |
the best way for me is i can add html code into html file |
| 13:34 |
sorenmalling |
Okay, then go to the "File" module and find your HTML file |
| 13:34 |
sorenmalling |
Add the HTML and tell me when done :) |
| 13:34 |
TYPO3-Newbie |
harhar |
| 13:34 |
sorenmalling |
Don't laugh, there's more to come ;) |
| 13:35 |
TYPO3-Newbie |
i would like to add html code in the footer |
| 13:35 |
TYPO3-Newbie |
on all pages |
| 13:35 |
sorenmalling |
You can do it either by adding it to your HTML file or by mapping a <div> in TemplaVoila and assign a TypoScript object |
| 13:38 |
nzgr |
how can I get the uid of the default language? |
| 13:38 |
nzgr |
when coding an extension |
| 13:40 |
Prot0 |
default as in L=0? |
| 13:40 |
PiMB |
IMHO default is always 0 right? |
| 13:40 |
nzgr |
yes, lets say I've set it to danish instead of english |
| 13:40 |
Recnelis |
Has there been any change in the way Typo3 4.3 handles forms or data when it's submitted? - Anyone? Tired of bashing my head against the wall, and the answer seems to be no :( |
| 13:41 |
PiMB |
Well Recnelis, depends on what goes wrong mate |
| 13:42 |
nzgr |
or let me rephrase, how do i get the static_languages uid that corresponds to the default language |
| 13:44 |
Recnelis |
PiMB: I have no idea what so ever :/ - Everything worked fine before.. now it doesn't when I upgraded to 4.3 || Basically I'm changing a hidden input field with the use of a Select, the select changes the field and submits form - Checking with firebug and tamperdata everything seems to get submitted to the next page |
| 13:44 |
Recnelis |
Yet when I arrive on the page, the input field value is empty(default) |
| 13:46 |
Recnelis |
Using the default Typo3 t3lib_div::_GP('tx_sfactivities_pi1_eventid') to get the value but it's just blank.. :s |
| 13:46 |
Recnelis |
No javascript error, no php error... I'm lost :/ |
| 13:46 |
PiMB |
and every other field is there? |
| 13:47 |
Recnelis |
No, basically the form gets reset like someone going to the page for the first time.. :s |
| 13:47 |
PiMB |
so all fields are empty? |
| 13:48 |
Recnelis |
Yes, despite data being sent |
| 13:49 |
PiMB |
and a print_r($_POST); ? |
| 13:50 |
Recnelis |
Empty, it's like everything is emptied some place during the send and the reload of the page |
| 13:57 |
schabracke_ |
has anyone of you got problems with the mm_forum table? cause in ff the table "eplodes" to the right of my site in ff and i cant find a way to change it. for the new pm i found a way to change the "cols" |
| 13:57 |
PiMB |
Recnelis, that's some strange behaviour. |
| 13:58 |
Recnelis |
PiMB: Tell me about it.. I'm going utterly crazy.. can't find any reason for the behaviour.. |
| 13:58 |
PiMB |
doesn't have to do with browser? |
| 13:59 |
Recnelis |
I doubt it, it's happening for others in Ie as well |
| 14:25 |
Recnelis |
PiMB: Can I ask about the what u meant with relative links? - I've set the baseUrl now however |
| 14:44 |
PiMB |
Recnelis sure |
| 14:44 |
PiMB |
Relative path is /home.html instead of http://www.site.com/home.html |
| 14:45 |
PiMB |
and with the use of baseurl every relative link is prefixed by the browser ( invisible ) with the base url |
| 14:45 |
PiMB |
so only changing the baseurl will change the entire site. |
| 15:06 |
grunwalski |
Hi there. I need some help with the extension "pil_mailform". I have a Mailform with multiple checkboxes. How can I configure this Mailform to send only a mail, when *at least* one checkbox is checked? |
| 15:16 |
nzgr |
I need to find the locale value for the default language, ie. en_GB - in an extension, can anyone help? |
| 15:56 |
menak |
say, is the tt_news "News Admin" module only for admin (as the name says)? BE-Users can see the module, but don't get the news records list. Everything works fine in the normal list module. |
| 17:06 |
adit |
Hi there |
| 17:06 |
maholtz|WORK |
hi adit |
| 17:06 |
samyboy |
Hello |
| 17:07 |
adit |
Is this IRC also about dev issues? |
| 17:08 |
PiMB |
sure. |
| 17:08 |
PiMB |
if dev means development in your case.. |
| 17:08 |
PiMB |
and is related to TYPO3 ;) |
| 17:08 |
adit |
ok |
| 17:10 |
adit |
I started to develop a new extension a few days ago. I will be a better implementation of a flashplayer in typo3. The initial reason was, that I tried to use nbo_podcast (which provide a itunes-friendly xml for podcasting) into fe_mp3player and this doesn't work (anymore?)... |
| 17:11 |
adit |
I found out, that serveral other people also had this problem, so I decided this might be a good idea to provide a new extension for this task. |
| 17:12 |
menak |
ok |
| 17:13 |
adit |
But today I also found out, that TYPO3 4.3 provides a improved media content element and now I fear that my extension will be probably made for the trash bin :-) |
| 17:14 |
adit |
The improved media CE only supports single files and youtube as far as I can see, I plan that my extension also will support XML playlists and stream services, so probably it still make sense to develop such a extension? |
| 17:15 |
adit |
In the end I will try to adept the JW Player in Typo3. Maybe you'll already know it: http://www.longtailvideo.com |
| 17:16 |
menak |
nope, sorry |
| 17:16 |
adit |
It has a nice api, skinning a good documentation, AFAIK it's one of the most used flash media players in the world. There are also alreadyy a lot of plugins for other CMS, but not for Typo3 *g* |
| 17:17 |
menak |
well, looks like a task...for YOU :) |
| 17:17 |
adit |
what do you mean? the development or the evaluation of the need for Typo3? |
| 17:18 |
menak |
listen, i've never had anything to do with xml playlists or stream services so i'm really not the one to ask |
| 17:18 |
adit |
ok |
| 17:18 |
menak |
sorry |
| 17:18 |
adit |
this was more or less a question in the IRC room |
| 17:18 |
adit |
no prob |
| 17:19 |
adit |
maybe it will be the best to send a mail to the dev mailinglist...? |
| 17:19 |
adit |
ok |
| 17:20 |
Prot0 |
adit: |
| 17:20 |
Prot0 |
if you are looking for extension specific problems, here are some things your could do: |
| 17:20 |
Prot0 |
- Check forge.typo3.org, see if the project is there. See if there are simular problems |
| 17:20 |
Prot0 |
- Google! :] |
| 17:21 |
Prot0 |
- Still no solution, try IRC, mailinglists etc |
| 17:21 |
Prot0 |
- Still no solution, try contacting the extension developer ;] |
| 17:21 |
adit |
Prot0: Thanks for the advice, but... |
| 17:23 |
adit |
I already had the problem with existing extensions and as I search for solutions I found entries at mailingslists, billboards etc. of people who encountered the same problems. It seems that the extension author has retired from active TYPO3 development. There was no alternatives in the TER, so I finally had the Idea for a new extension |
| 17:25 |
adit |
but today I read about the improved media Contentobject and now it is more a philosophical question if it make sense to develop an extension which will provide nearly the same (and of course some more features) |
| 17:25 |
adit |
so far to explain the situation, I think I'll try the dev mailinglist... thanks for reading :-) |
| 17:25 |
Prot0 |
perhaps you can extend this extension to your needs |
| 17:26 |
Prot0 |
saves you reinventing the wheel ;] |
| 17:27 |
adit |
Thats what I thought when I read it this morning. The problem is, I've already started and I think I've already about 40% finished... |
| 17:28 |
Prot0 |
:] |
| 17:28 |
adit |
that's life ;-) |
| 17:28 |
Prot0 |
true |
| 17:28 |
Prot0 |
hehe |
| 17:32 |
samyboy |
Hello |
| 17:32 |
Prot0 |
hey |
| 17:33 |
Prot0 |
bye ;] |
| 17:34 |
samyboy |
i'm getting an IM error, i will try to make a user friendly question. |
| 17:34 |
marcuslind|WORK |
Anyone aware of if there is a ###SUCCESS_LOGIN### or something like that for the "felogin" template. |
| 17:35 |
marcuslind|WORK |
I want to control the looks of the plugin when you successfully login. Atm it's just blank, when I press a page though it changes to the ###TEMPLATE_LOGOUT### template |
| 17:36 |
samyboy |
I'm using Suse E11. ( IM version = 6.4) The install tool can't convert images. The cmd line tells me: "convert: unrecognized image colorspace `RGB'." |
| 17:40 |
marcuslind|WORK |
samyboy got ImageMagick installed? |
| 17:40 |
marcuslind|WORK |
on your server |
| 17:41 |
samyboy |
sure, ImageMagick-6.4.3.6-5.3 (SuSe rpm package) |
| 17:48 |
samyboy |
Actually the "-colorspace RGB" option is throwing me the mentioned error |
| 17:48 |
marcuslind|WORK |
samyboy have you configured the install for ImageMagick version 6? |
| 17:48 |
samyboy |
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im6'; |
| 17:52 |
marcuslind|WORK |
I had problems setting that |
| 17:52 |
marcuslind|WORK |
try 0 or 1 |
| 17:53 |
marcuslind|WORK |
does your install (Basic Configuration) say that it's configured correctly? |
| 17:53 |
marcuslind|WORK |
or does it give you an error at the ImageMagick part? |
| 17:55 |
samyboy |
The command line is giving me the error. I think the rpm package is messed up ( or the IM version is like too much up-to-date?) |
| 18:01 |
adit |
bye |
| 18:02 |
marcuslind|WORK |
samyboy no you can configure it. I did it like 1 week ago |
| 18:02 |
marcuslind|WORK |
btw, anyone familiar with the felogin extension? I need help. |
| 18:07 |
TheDon_ |
anybody can give me a help to add multiple template in single site |
| 18:40 |
marcuslind|WORK |
TheDon_ are you using Templavoila? |
| 18:42 |
TheDon_ |
I am not using TV for templating |
| 18:43 |
TheDon_ |
just I created the two html template and one is integrate using plugin.tx_automaketemplate_pi1 |
| 19:20 |
Liam123 |
Hi. |
| 19:21 |
Liam123 |
Is there an german Typo3 IRC-Room? |
| 19:22 |
Liam123 |
I hava a question with direct_mail. Can someone help me? |
| 19:39 |
Liam123 |
Anybody who can help me with direct_mail? |
| 22:08 |
peato |
hi |
| 22:08 |
peato |
can i get help here? |
| 22:10 |
peato |
:( |
| 22:18 |
peato |
The current username, password or host was not accepted when the connection to the database was attempted to be established! |
| 22:18 |
peato |
get this error... |
| 22:19 |
peato |
when installing |
| 22:23 |
Denyerec |
Hola! |
| 22:23 |
Denyerec |
That means your username, password or host was incorrect. |
| 22:24 |
peato |
didnt change anything... |
| 22:24 |
peato |
password joh316 |
| 22:24 |
peato |
but username? hast? |
| 22:24 |
peato |
host? |
| 22:25 |
phil1 |
peato: MySQL host pass user |
| 22:25 |
kj187 |
joh316 is teh default installtool password.. |
| 22:25 |
peato |
ah, ok i try... |
| 22:25 |
phil1 |
peato: check your database settings |
| 22:26 |
kj187 |
edit your localconf.php direct or login into the installtool and add your database data there |
| 22:26 |
phil1 |
peato: if all fails, the SQL server might be down :( |
| 22:27 |
peato |
cant login to http://thevintages.zxq.net/typo3/install/index.php?mode=123&step=1&password=joh316 |
| 22:28 |
peato |
i just installed and than went to http://thevintages.zxq.net/ and redirects me to that error message |
| 22:28 |
Prot0 |
hm |
| 22:28 |
Prot0 |
doesnt seem like your typical install tool error |
| 22:28 |
peato |
i didnt create any database... |
| 22:29 |
peato |
is hosted at http://www.zymic.com/ |
| 22:29 |
Prot0 |
peato: can you check you localconf.php file and see if there are any database settings in there? |
| 22:30 |
Prot0 |
$typo_db |
| 22:30 |
peato |
i check |
| 22:30 |
Prot0 |
$typo_db_user |
| 22:30 |
Prot0 |
etc |
| 22:30 |
peato |
<?php $TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site'; // Default password is "joh316" : $TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; $TYPO3_CONF_VARS['EXT']['extList'] = 'version,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,about |
| 22:30 |
Prot0 |
dont print the entire thing ;] |
| 22:30 |
Prot0 |
youll get flood kicked |
| 22:30 |
peato |
oh sory |
| 22:30 |
Prot0 |
just see if the vars are there and if they are set to something |
| 22:31 |
Prot0 |
(its wise not to post your db login in a public IRC channel) |
| 22:31 |
peato |
no its original... |
| 22:31 |
Prot0 |
its original? |
| 22:31 |
peato |
i thought about it... but cant get trough... |
| 22:32 |
Denyerec |
phil1 you much good with RealURL ? |
| 22:32 |
peato |
ist how i downloaded it |
| 22:32 |
Prot0 |
did you install the dummy package as well? |
| 22:32 |
peato |
the complete pack... typo3_src+dummy-4.3.0 |
| 22:32 |
Prot0 |
ok |
| 22:33 |
peato |
a hosting problem maybe? is a freehoster... |
| 22:33 |
Prot0 |
im guessing not |
| 22:33 |
peato |
good :) |
| 22:33 |
Prot0 |
but youre pretty sure to have problems in the future |
| 22:33 |
peato |
ahhhh |
| 22:34 |
Prot0 |
http://www.eukhost.com/forums/f15/typo3-database-error-7673/ |
| 22:34 |
peato |
thx ill look |
| 22:39 |
peato |
didnt help :( |
| 22:45 |
Prot0 |
do you have your database details? (credentials) |
| 22:46 |
peato |
wait |
| 22:47 |
peato |
i created a sql user now typo3 as i read on the forums... |
| 22:48 |
peato |
whad do you need? |
| 22:49 |
peato |
credentials? |
| 22:49 |
Prot0 |
i dont need it |
| 22:49 |
Prot0 |
you need to set in your localconf.php |
| 22:49 |
Prot0 |
$typo_db |
| 22:49 |
Prot0 |
$typo_db_user |
| 22:49 |
Prot0 |
$typo_db_password |
| 22:49 |
peato |
ah ok |
| 22:49 |
Prot0 |
$typo_db_host |
| 22:49 |
Prot0 |
brb |
| 22:49 |
peato |
try to get them... php my admin? or? |
| 22:50 |
peato |
Server: mysql.hosting.zymic.com (mysql.hosting.zymic.com via TCP/IP) |
| 22:50 |
peato |
Benutzer: (obscured mail address) |
| 22:52 |
peato |
the localcof.php hasnt any of the tags you described... |
| 22:53 |
peato |
only $typo_db_extTableDef_script = 'extTables.php' |
| 22:58 |
peato |
$typo_db_host should i take 192.168.1.1? |
| 23:03 |
peato |
ok i made user 87841_typo3 (87841 wasnt changable) |
| 23:04 |
peato |
made database thevintages_zxq_typo3 |
| 23:04 |
peato |
user got a password, ok... |
| 23:05 |
peato |
assigned all the rights to the user and could finally log in to myphpadmin |
| 23:06 |
peato |
then i wrote this into the localconf.php: $typo_db = 'thevintages_zxq_typo3';$typo_db_host = '192.168.1.1';$typo_db_user = '87841_typo3';$typo_db_password = '***' |
| 23:06 |
peato |
didnt change... |
| 23:09 |
phil1 |
Denyerec: sorry no :( [you better ask at the newsgroup/mailinglist] |