| 02:55 |
Denyerec |
[00:33] * HardPhuck off <--- No need to be mean ;) |
| 09:51 |
FloLeBlanc |
hi all |
| 10:08 |
beli |
moin |
| 10:14 |
foool |
is there a way to include <script> in a content element? |
| 10:19 |
nkuttler |
foool: what kinf of content element? |
| 10:19 |
foool |
hang on I will show you |
| 10:19 |
nkuttler |
there's the raw html thing.. |
| 10:21 |
foool |
http://paste.phlogi.net/script_in/ |
| 10:21 |
foool |
i know but I want to put cantent and the script in one rgtab |
| 10:22 |
foool |
the bio is content and the script the statistics |
| 10:29 |
nkuttler |
you can edit the raw html of text content |
| 10:36 |
jangla |
can anyone tell me why I get an error on my pages if there's a coding problem in an extension I've written, even if that extension isn't used in that domain? does this mean that all extensions are being evaluated on every page and every domain in my typo3 installation? is there any way of turning this off so I can isolate extensions to specific domains? |
| 10:44 |
foool |
i treid to do it in the raw mode with <bod> and without it et. - doesn't work nkuttler |
| 10:44 |
foool |
<body> |
| 10:45 |
nkuttler |
foool: why would you add <body>? take a look at the source of your page |
| 10:46 |
foool |
i just added <script> and that didn't work either |
| 10:46 |
nkuttler |
foool: did you make sure your script works at all? what url? |
| 10:46 |
m4rtijn |
hi all |
| 10:47 |
foool |
yes it does |
| 10:47 |
foool |
if i just use html element it does |
| 10:48 |
foool |
that's the url http://www.hockeydb.com/ihdb/stats/pdisplay.php?pid=1463 |
| 10:48 |
foool |
and you can embed the code |
| 11:16 |
FloLeBlanc |
hi m4rtijn |
| 11:22 |
m4rtijn |
yo flo |
| 11:47 |
idevelop |
hi guys, help me out here :( |
| 11:47 |
idevelop |
i have an "Article" templatevoila page |
| 11:48 |
idevelop |
which i applied to certain pages |
| 11:48 |
idevelop |
how do i associate that templatevoila template with a certain typoscript template? |
| 11:48 |
idevelop |
so i can have separate settings for those pages which have the "Article" TV template applied? |
| 11:50 |
idevelop |
i don't want to add template extensions to each one of those pages |
| 11:52 |
idevelop |
please :( |
| 12:03 |
french_matteo |
hello, is Ajax_chat(vjchat) compatible with a typo3 3.8.1 ? i tried to make it work but il seems to be too difficult for me... |
| 12:34 |
m4rtijn |
french_matteo - try firebug - if there any compatibility issues you will see error messages in there |
| 12:35 |
french_matteo |
thx |
| 12:51 |
idevelop |
hi again |
| 12:52 |
idevelop |
i'm adding plugins to a sidebar, like this: |
| 12:52 |
idevelop |
temp.sideBar.40 < plugin.tx_pbsurvey_pi1 |
| 12:52 |
idevelop |
etc |
| 12:52 |
idevelop |
how do i set that "default" header/title for a content element? |
| 12:52 |
idevelop |
stdHeader or something? |
| 13:01 |
m4rtijn |
re |
| 13:03 |
idevelop |
hi again m4rtijn |
| 13:10 |
spion |
hi there |
| 13:11 |
spion |
just a short question .... exec() is just needed by imagemagik when using typo3, isn't it? |
| 13:12 |
spion |
if i remember correctly, it is possible to use php-gd and stuff to work around it ... is there any documentation about it? |
| 13:12 |
spion |
ini_set and ini_restore is only needed at installtion, after that, it shoudl work without, right? |
| 13:43 |
idevelop |
how do i set, from typoscript, that "Header" property for a content element? |
| 13:44 |
m4rtijn |
heh? |
| 13:44 |
idevelop |
:) |
| 13:44 |
idevelop |
temp.sideBar.40 < plugin.tx_pbsurvey_pi1 |
| 13:44 |
idevelop |
every content element has a "Header", or "Title", whatever |
| 13:44 |
idevelop |
what's the variable for that? |
| 13:45 |
m4rtijn |
check the object browser |
| 13:45 |
idevelop |
temp.sideBar.40.header = Take the survey |
| 13:45 |
idevelop |
i did, couldn't find it :( |
| 13:45 |
idevelop |
i suppose is has smth to do with stdWrap |
| 13:45 |
m4rtijn |
.. probably |
| 13:45 |
idevelop |
:) |
| 13:46 |
idevelop |
.header.20 ? |
| 13:46 |
idevelop |
.value |
| 13:46 |
idevelop |
i guess... |
| 13:47 |
m4rtijn |
.. tt_content.something |
| 13:47 |
m4rtijn |
check the object browser for the subfolders of tt_content |
| 13:47 |
idevelop |
yeah, but i want to set the title for a specific plugin instance |
| 13:48 |
m4rtijn |
then check the plugin in the object browser |
| 13:48 |
idevelop |
the plugin only has his own specific properties |
| 13:48 |
idevelop |
i assume this "Header" is a general variable |
| 13:48 |
idevelop |
since it's available for all objects |
| 13:48 |
m4rtijn |
.. no |
| 13:49 |
m4rtijn |
if its general - then its in tt_content |
| 13:49 |
m4rtijn |
but only if the plugin uses normal CE's |
| 13:49 |
m4rtijn |
like text / text w image . etc. |
| 13:49 |
idevelop |
i agree, but how do i set the header property for *this* specific instance of a plugin? |
| 13:49 |
idevelop |
temp.sideBar.40 < plugin.tx_pbsurvey_pi1 |
| 13:50 |
idevelop |
temp.sideBar.40 { tt_content.header....} ? |
| 13:50 |
idevelop |
that doesn't make sense |
| 13:50 |
m4rtijn |
.. check the browser |
| 14:09 |
m4rtijn |
idevelop - you could also check the sourcecode of the extension |
| 14:12 |
m4rtijn |
idevelop - search for "$this->conf[" in the pi1.php file |
| 14:12 |
m4rtijn |
MyGoddess - r u okay? :p |
| 14:12 |
Denyerec |
I can tell you who isn't OK |
| 14:12 |
Denyerec |
His name starts with D and ends with enyerec. |
| 14:13 |
m4rtijn |
still ill? |
| 14:13 |
m4rtijn |
I was flat on my bed all weekend.. :S |
| 14:13 |
m4rtijn |
and today im fine again.. |
| 14:13 |
m4rtijn |
was already looking forward to having a day off |
| 14:17 |
Denyerec |
I'm much better than I was last week |
| 14:17 |
Denyerec |
but still not what I would consider 100% |
| 14:17 |
Denyerec |
AND it's already 1330hrs |
| 14:17 |
Denyerec |
It feels like I've achieved nothing in 4 and a half hours :( |
| 14:18 |
null_ |
good evening |
| 14:18 |
Denyerec |
lo |
| 14:19 |
null_ |
:-) |
| 14:19 |
null_ |
of course. long time ago. but i am still OO |
| 14:21 |
null_ |
ries: are you here? |
| 14:24 |
Notebook_2 |
hey guys... little question... what do i need to use a foreign table on different places, without to be displayed on each place? |
| 14:26 |
Denyerec |
... |
| 14:26 |
Denyerec |
A little more explaination needed there Notebook |
| 14:27 |
Denyerec |
I am not sure I understand you |
| 14:28 |
Notebook_2 |
i have a table tx_..._txtboxes |
| 14:28 |
Notebook_2 |
and a table tx_..._hotel |
| 14:30 |
Notebook_2 |
the table tx_..._hotel has three inline element who are referred to the txtboxes... when i create one txtbox in the _hotel form in the backend, then i the txtboxes are displayed in all thre elements.. ah the three "elements" in tx_..._hotel are "inline" |
| 14:32 |
Notebook_2 |
"hotel_tab_hoteldetails" => Array ( |
| 14:32 |
Notebook_2 |
... |
| 14:32 |
Notebook_2 |
"config" => Array ( |
| 14:32 |
Notebook_2 |
"type" => "inline", |
| 14:32 |
Notebook_2 |
"foreign_table" => "tx_ayaccomodationmanager_txtboxes", |
| 14:32 |
Notebook_2 |
"foreign_field" => "parentid", |
| 14:32 |
Notebook_2 |
"foreign_table_field" => "parenttable", |
| 14:39 |
Notebook_2 |
is there anyone out there who knows a thing or two about irre? :) |
| 14:40 |
Notebook_2 |
is there even anybody out there? |
| 14:41 |
Notebook_2 |
Denyerec? |
| 14:42 |
Denyerec |
I am afraid I've never used IRRE |
| 14:44 |
m4rtijn |
i am irre |
| 14:44 |
Denyerec |
Hahaha |
| 14:44 |
Denyerec |
Sorry, but you can almost read that as "I am 'ere" |
| 14:44 |
Denyerec |
:) |
| 14:44 |
Denyerec |
<- easily amused |
| 14:45 |
m4rtijn |
hehe |
| 14:45 |
m4rtijn |
irre means crazy in german |
| 14:45 |
Notebook_2 |
irre ist irre :P |
| 14:45 |
Notebook_2 |
hat hier niemand ahnung von IRRE (Inline blabla) ??? :P |
| 14:46 |
Notebook_2 |
is there anyone out there who knows a thing or two about IRRE (Inline blabla)?? |
| 14:58 |
m4rtijn |
nope |
| 14:58 |
m4rtijn |
idevelop - came any further? |
| 15:21 |
idevelop |
m4rtijn nope |
| 15:21 |
idevelop |
still have other stuff to work on, that one is low priority |
| 15:54 |
chriz___ |
I need of directions migrating Typo3 3.6 extension to Typo3 4.2.1 extension is there any difference between these two and if so could anyone give me direction on where to read more about it ? |
| 15:55 |
chriz___ |
I need of -of :) |
| 15:56 |
m4rtijn |
chriz___ - first u should make a backup |
| 15:56 |
chriz___ |
already done :) |
| 15:56 |
m4rtijn |
chriz___ - copy all files and dbdump |
| 15:56 |
chriz___ |
fixed! |
| 15:57 |
m4rtijn |
oh wait.. u want to migrate an extension.. |
| 15:57 |
m4rtijn |
:p |
| 15:57 |
chriz___ |
or move |
| 15:57 |
chriz___ |
I tought the extension should be visible in the extension manager some how |
| 15:57 |
m4rtijn |
yeah |
| 15:57 |
chriz___ |
but it doesnt appear |
| 15:58 |
m4rtijn |
did u tick "show shy extensions" ? |
| 15:58 |
chriz___ |
hmm I dono I will check 2 sek |
| 15:58 |
chriz___ |
sec |
| 16:03 |
chriz___ |
m4rtinj: hehe jesus man |
| 16:03 |
chriz___ |
m4rtinj: I rest my case :) just lets see whats happening now when I tries to add it using the + sign |
| 16:19 |
martijn |
hmm |
| 16:19 |
chriz___ |
m4rtinj: well after doing the database corrections that it said it needed to do and activating the extension I got another strange output when trying to access the frontend this time it generated some PHP code before any <html> tag but this PHP code wasnt processed I mean the new inserted PHP code wasnt parsed at all by the Apache server any idea? |
| 16:23 |
chriz___ |
m4rtinj: aaah Seems that the included new PHP code doesnt contain <?PHP just <? this might be the case |
| 16:23 |
martijn |
sounds like it ;) |
| 16:24 |
chriz___ |
strange though this has been taken straight of an debian installation where all this code runs just fine |
| 16:24 |
chriz___ |
Well dont we all love computers :) |
| 16:24 |
chriz___ |
just one sec will try this out :) ... |
| 16:29 |
ries |
hey null_ |
| 16:31 |
chriz___ |
Hahah BINGO! |
| 16:31 |
null_ |
ah hi ries |
| 16:31 |
chriz___ |
Guys! you have been great! |
| 16:31 |
chriz___ |
:) |
| 16:31 |
chriz___ |
sometimes you just need someone to point in the right direction :) |
| 16:31 |
JohPie |
hi ries, can you change the topic? 4.2.2 is released |
| 16:31 |
null_ |
Saw you in glassfish channel. I had a question :-) but solved ( minor or nore :( ) |
| 16:33 |
m4rtijn |
np chriz___ |
| 16:47 |
ries |
JohPie: will change |
| 16:49 |
ries |
JohPie: No new version of 4.1 series was released? |
| 16:51 |
void |
JohPie: what's new in 4.2.2? |
| 16:53 |
JohPie |
void: bug-fix |
| 16:53 |
void |
JohPie: hm.. is there a list of bugs fixed? |
| 16:54 |
m4rtijn |
I cant find a changelog |
| 16:54 |
JohPie |
https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-2/ChangeLog |
| 16:57 |
m4rtijn |
mostly RTE fixes it seems |
| 17:01 |
erank |
just2b here? |
| 17:02 |
erank |
or somebody else who can tell me if rgsmoothgalery should work in TYPO3 4.1.3? |
| 17:03 |
m4rtijn |
erank - I wouldnt use 4.1.3 |
| 17:03 |
m4rtijn |
erank - just upgrade to 4.1.7 |
| 17:03 |
m4rtijn |
erank - rgsmoothgal should work though.. |
| 17:04 |
erank |
m4rtijn: sometimes an upgrade is just not an option, but thanks for the comment. I've installed rgsmoothgalery, and it's not loading anything at all (not even the mootools library...) |
| 17:04 |
erank |
strange... |
| 17:05 |
m4rtijn |
did u include the static stuff? |
| 17:06 |
erank |
jip |
| 17:06 |
erank |
and the template analyzer also shows the static template... |
| 17:10 |
idevelop |
doesn't sp_bettercontact have captcha? |
| 17:10 |
idevelop |
"better contact form with strong check routine against spammers" :-/ |
| 17:10 |
idevelop |
wth does that mean? |
| 17:10 |
erank |
jsut2b: anything I should know about rgsmoothgallery and TYPO3 4.1.3? |
| 17:11 |
erank |
en jsut2b is just2b offcourse :D |
| 17:16 |
m4rtijn |
why isnt updating an issue erank .. |
| 17:17 |
m4rtijn |
updating from 1.3 to 1.7 is like a 5second issue |
| 17:18 |
m4rtijn |
erank - at least I'd check for security issues.. |
| 17:19 |
erank |
m4rtijn: because it can happen you are not the person to decide about an upgrade? |
| 17:20 |
erank |
it's not my own server, and source is linked with symlinking, so I just don't have the access |
| 17:20 |
erank |
an rgsmoothgallery seems to be incompatible with 4.1.3 |
| 17:20 |
erank |
is included, but returns no output at all |
| 17:21 |
just2b |
erank i dont think so |
| 17:21 |
m4rtijn |
erank - you should at least consult the admin about upgrading |
| 17:21 |
erank |
m4rtijn: thanks for the help, but I did not ask anything about upgrading. I know this, and I allready asked it, can we stick by the problem itself? |
| 17:22 |
erank |
just2be: you've never heard of incompatibilities with rgsmoothgallery and 4.1.3? |
| 17:23 |
m4rtijn |
<m4rtijn> erank - rgsmoothgal should work though.. |
| 17:23 |
m4rtijn |
its the first thing I answered.. |
| 17:23 |
m4rtijn |
I think smoothgal is older then 4.1.3 |
| 17:25 |
erank |
m4rtijn: you say 'I think', I would like to be sure, because starting debugging this website is really crappy, because as you know allready, I have no shell access at all... |
| 17:25 |
just2b |
eranke no |
| 17:26 |
erank |
just2b: ok, I will start debugging... if I find an extension from TER which seems to conflict I'll let you know |
| 17:28 |
m4rtijn |
hmm.. smoothgal is 5 months older then smoothgal ;) |
| 17:28 |
m4rtijn |
then 4.1.3 i mean |
| 17:28 |
just2b |
erank there are dozens.. all with prototype e.g |
| 17:32 |
erank |
just2b: but in that case I would expect a JS error, in this case the plugin justs outputs nothing |
| 17:33 |
just2b |
erank.. i didnt know that |
| 17:35 |
erank |
I know ;-) you did appear online just after I mentioned that part of the information :D |
| 17:41 |
erank |
just2b: even if I add the rule "return 'gallery';" as the first line of the main function... it stays blank... :s |
| 17:45 |
m4rtijn |
grmbl.. I have a /div to many in ie and in firefox its fine.. |
| 17:45 |
m4rtijn |
if I delete a /div in ie it craps up ff |
| 17:45 |
m4rtijn |
never had this before.. strange behaviour |
| 17:55 |
m4rtijn |
cu tomorow |
| 18:06 |
nd__ |
m4rtijn: Using tidy? |
| 18:07 |
nd__ |
I had problems like these sometimes when using tidy... sadly |
| 18:26 |
nd__ |
How do I flush the cache, at least for the site containing my ext, from php? |
| 18:32 |
Artiom |
Bonjour a vous tous! |
| 18:33 |
Artiom |
pesonne? |
| 18:40 |
Bjoern_ |
hello |
| 18:41 |
Bjoern_ |
is this also a help channel ? |
| 18:42 |
just_bjoern |
is this also a help channel ? |
| 18:42 |
just2b |
yes |
| 18:42 |
just2b |
no need to tell it witce |
| 18:43 |
just_bjoern |
i didn't now if my message was sent |
| 18:43 |
just_bjoern |
sry |
| 18:44 |
just_bjoern |
so i have a problem with dmail... |
| 18:44 |
just_bjoern |
i think it would be no problem for some of you |
| 18:46 |
just_bjoern |
i'm lookink for the line in the php-file where dmail puts the mail together and insert the mailadress with the username |
| 18:46 |
just_bjoern |
because i want to change it, to make dmail insert something like (obscured mail address) <(obscured mail address)>insted of name <(obscured mail address)> |
| 18:54 |
just_bjoern |
is this possible, or more specifically : can somebody say me where the line is? |
| 18:58 |
anteatersa |
Hello, I am trying to show a login box if the current page has member content |
| 18:58 |
anteatersa |
I have put my typoscript here: http://dpaste.com/hold/82733/ |
| 18:59 |
anteatersa |
problem is the login box always shows |
| 19:02 |
anteatersa |
it's a very short bit of typoscript |
| 19:54 |
anteatersa |
does anyone know f its possible to show the result numRows in a TEXT object |
| 19:59 |
anteatersa |
I wish I could turn on error messages / debugging for typoscript |
| 20:00 |
just_bjoern |
it is possible |
| 20:01 |
just_bjoern |
look in ur install config |
| 20:01 |
anteatersa |
is it really? |
| 20:02 |
just_bjoern |
yes i think so |
| 20:03 |
anteatersa |
oh cool, thanks |
| 20:07 |
Jahithber |
i was searching exploits for typo3 and its impressive they are difficult to find not like for Joomla! is typo3 really bulletproof??:)) |
| 20:08 |
Denyerec |
nothing is bulletproof. |
| 20:08 |
Denyerec |
Just some things are better at dodging ;) |
| 20:08 |
Denyerec |
And the TYpo3 security team are really quite agile :) |
| 20:09 |
anteatersa |
its also less popular than joomla, which helps |
| 20:10 |
Denyerec |
Aye. |
| 20:11 |
Denyerec |
Though Joomla's security model seems to be "Hope". |
| 20:11 |
Denyerec |
I think the size of the Typo3 framework puts off a lot of cowboy developers too, meaning you're less likely to run into lax coding |
| 20:12 |
Denyerec |
Plus the extension model of Typo3 means a lot of the careless mistakes that people often make (Sanitizing inputs, etc) are dealt with for you. |
| 20:12 |
Denyerec |
So it seems, anyway. |
| 20:12 |
Denyerec |
I'm no expert. |
| 20:12 |
Denyerec |
anteatersa - if you want to hide the login box TS on login, then wrap it in a conditional. |
| 20:12 |
Denyerec |
If you give me a moment I'll find it for you. |
| 20:13 |
anteatersa |
I'm trying to show the loginbox when there is member only content objects on the page |
| 20:13 |
Denyerec |
? |
| 20:15 |
anteatersa |
if any object has "Show at any login" selected, then I want to show login |
| 20:16 |
anteatersa |
don't worry, I'll work it out |
| 20:18 |
anteatersa |
I dont suppose there is a not equals to in typoscript |
| 20:27 |
Jahithber |
maybe some one know ?? i get this error after 123 install first step |
| 20:27 |
Jahithber |
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /srv/www/vhosts/antwerpia.be/httpdocs/t3lib/class.t3lib_db.php on line 988 |
| 20:27 |
Jahithber |
+ one more ********class.t3lib_db.php on line 990 |
| 20:27 |
Jahithber |
its shared hosting |
| 20:32 |
ommyaa |
what is you TYPO3...php version? |
| 20:33 |
Jahithber |
php 5 and typo is newest stable |
| 20:37 |
ommyaa |
Sorry I cannot exactly point to "ERROR" but I think for most of shared hosting there are ready made installers in cpanel |
| 20:39 |
Jahithber |
i understand i was hoping that my error will be well known :) |
| 21:03 |
chefan |
i haven't been playing D2 for quite a while... |
| 21:04 |
chefan |
Jahithber: is that a clean first install, or moving of a site? |
| 21:04 |
Jahithber |
clean :) |
| 21:05 |
chefan |
hmm, i have seen that happen with site images, when the cached data was copied along with the site |
| 21:06 |
chefan |
with shared hosting it might be that your database account does not have the necessary rights to create the database |
| 21:07 |
chefan |
what you could try is to create the database manually, forget about the 123 install, use the regular configuration and see if it works that way |
| 21:42 |
HardPhuck |
hey boys |
| 21:51 |
foool |
is there a way to put a script in a content element? |
| 21:54 |
HardPhuck |
what kind of script |
| 21:58 |
nd_ |
How do I flush the cache, at least for the site containing my ext, from php? |
| 22:13 |
MyGoddess |
nd_, using tcemain. |
| 22:18 |
foool |
hi hardphuck - I am using RGtabs to show a bio of a hockey player, and I want to embed the stats from the NHL Dbase it goes <script> bla-bla</script. Either that or get rgtabs to take 2 conent elements, then I can use html for the second content |
| 22:23 |
HardPhuck |
try id with adding the script as the HTML content first to check that it works |
| 22:23 |
foool |
it does |
| 22:25 |
HardPhuck |
well, save that record then load it with rgtabs |
| 22:32 |
wacky_1 |
is there a random() function available in typoscript ? to generate a random <body class="random-[1-4]"> tag ? |
| 22:33 |
wacky_1 |
I already use: page.bodyTagCObject.dataWrap = <body id="body-{field:uid}" class="lang-{TSFE:sys_language_uid}"> |
| 22:33 |
wacky_1 |
but I'd like to have another class with a randomo number from 1 to 4 |
| 23:01 |
wacky_1 |
it's not easily possible huh ? |
| 23:02 |
JohPie |
wacky_1: if you don't find it in TSRef |
| 23:02 |
JohPie |
you can write a php-methode that returns a random Number |
| 23:03 |
wacky_1 |
it would be a function ? |
| 23:03 |
wacky_1 |
a userFunc ? |
| 23:03 |
JohPie |
yes |
| 23:04 |
wacky_1 |
but could I call it from the dataWrap ? just like the {field:uid} above ? |
| 23:08 |
Denyerec |
PHEASANTS |
| 23:08 |
wacky_1 |
Denyerec: is that an answer to my question ? :P |
| 23:09 |
Denyerec |
It's an answer to *a* question. |
| 23:09 |
Denyerec |
Though admittedly, not necessarily the one you asked. |
| 23:18 |
Jahithber |
anyone knows some good webhosting for typo3?? |