| 00:00 |
Denyerec |
http://www.phlogi.net/t3/tspastebin/ |
| 00:00 |
Denyerec |
http://paste.phlogi.net/-f1e9c32c2e/ |
| 00:01 |
theconic |
i got it: stdWrap.innerWrap = ...... |
| 00:01 |
theconic |
like this it works ;) |
| 00:01 |
Denyerec |
The above works for me too. |
| 00:01 |
Denyerec |
But if it works, go with it :) |
| 00:02 |
theconic |
hehe, thanks |
| 00:05 |
theconic |
and do you know something about the logout page? |
| 00:05 |
theconic |
i want a page in the menu called logout, click on it and i'm logged out... |
| 00:05 |
theconic |
i bet there's a tutorial, but i googled and found nothing yet... |
| 00:12 |
HardPhuck |
why is the tstamp doesnt get updated when i change feuser's pass |
| 00:14 |
eezee319 |
probably straight forward update query is used which by passes back-end fields like tstamp |
| 00:14 |
eezee319 |
this is what I am trying to figure for one of my own extensions |
| 00:14 |
eezee319 |
there is a special method that would take care of this but I don't seem to be able to get it to work |
| 00:25 |
eezee319 |
found the solution to my issue... there was an error in my code specifying one of the variables... everything now works fine... sorry to trouble you.. |
| 01:01 |
theconic |
can i kill a FE_USER's session by clicking on a certain page? |
| 01:01 |
theconic |
i want him to automatically log out by clicking on the page in the menu |
| 01:01 |
theconic |
i use 4.2.1 and felogin |
| 01:13 |
Denyerec |
hmm |
| 01:13 |
Denyerec |
you could perhaps embedd a plugin that kills the session |
| 01:13 |
Denyerec |
in that page |
| 01:14 |
Denyerec |
lumonet php include lets you include simple php scripts |
| 01:14 |
Denyerec |
the ouitloggen link that is generated by the login extension... |
| 01:15 |
Denyerec |
...could you not copy it and make it an "external link" type in the menu/ |
| 01:15 |
Denyerec |
EG a shortcut page to that URL |
| 01:24 |
Denyerec |
I wish I was smart enough to write an extension that I needed to present in a T3 podcast. |
| 01:24 |
Denyerec |
It'd be crazy :) |
| 01:32 |
theconic |
what kind of extension would that be? |
| 01:32 |
HardPhuck |
require_once('EXT:feuserloginsystem/pi/class.random_generator.php'); |
| 01:33 |
HardPhuck |
is this okay? |
| 01:37 |
Denyerec |
Unknown HP :( |
| 01:37 |
Denyerec |
theconic - for me probably some kind of gallery. I'm never happy with other people's galleries. |
| 01:37 |
Denyerec |
Website-> http://www.denyerec.co.uk/ |
| 01:37 |
Denyerec |
DOH |
| 01:37 |
Denyerec |
http://gallery.denyerec.co.uk |
| 01:40 |
theconic |
hm... |
| 01:40 |
theconic |
but writing a gallery is taff... |
| 01:41 |
theconic |
and there are so many ^^ |
| 01:42 |
theconic |
nice photos... |
| 01:42 |
theconic |
shot by you? |
| 01:51 |
Denyerec |
Yeah |
| 01:52 |
Denyerec |
It would be odd to collect other people's |
| 01:52 |
Denyerec |
:) |
| 01:57 |
theconic |
nice then. i am impressed! |
| 01:59 |
Denyerec |
It's a lot easier than Typo3 |
| 01:59 |
Denyerec |
I'll say that. |
| 02:12 |
theconic |
but it looks much better |
| 02:12 |
Denyerec |
Heh, I suppose :) |
| 08:36 |
Imran_Munawar_Kh |
Hi Everyone |
| 08:37 |
Imran_Munawar_Kh |
Any One use feedforward plugin |
| 08:37 |
Imran_Munawar_Kh |
for RSS feed |
| 08:38 |
Khan |
Any One use feedforward plugin |
| 08:39 |
Khan |
can anybody help me |
| 08:39 |
Khan |
? |
| 09:00 |
nkuttler |
no. and why do you ask? |
| 09:42 |
pmk65 |
does anyone know how to suppress the "Copy x" that Templavoila adds to the title of a CE, when you copy it? |
| 09:43 |
pmk65 |
I have tried TCEMAIN.table.pages.disablePrependAtCopy = 1 and TCEMAIN.table.tt_content.disablePrependAtCopy = 1 but they apparently have no effect in TV |
| 09:43 |
foool |
anyone around could give me help on a few extensions - ecorss and direct mail? |
| 09:52 |
buzzby |
hi there |
| 09:53 |
buzzby |
anyone here? |
| 09:56 |
unbob |
Hi! Is there a way to add the "Disable Rich Text Editor" checkbox a RTE-field in a flexible content element? |
| 10:02 |
m4rtijn |
hi all |
| 10:04 |
nd__ |
How do I create links which are only shown if the feuser has permission to see the target? typolink seems to ignore this... |
| 10:05 |
m4rtijn |
somehow g/tmenu know how to do this |
| 10:05 |
nd__ |
yes... sitemap also, but I don't find it in the code |
| 10:06 |
pmk65 |
nd__: TS or PHP? |
| 10:06 |
nd__ |
php |
| 10:07 |
pmk65 |
Then I guess you'll have to do some lookup on the user/access before you create the link. |
| 10:07 |
nd__ |
No automatism for something that fundamental? |
| 10:08 |
pmk65 |
not that Im awate of, but you got $GLOBALS['TSFE']->fe_user, containing all the info for the current user. |
| 10:09 |
nd__ |
It seems typolink returns either a fully a-tag wrapped link or only the targets name (unwrapped) depending on the permission... so atm I do a substr to see if there's the a-tag, if not don't display it. |
| 10:09 |
pmk65 |
just make sure you either use cHash or make your plugin USER_INT |
| 10:16 |
nkuttler |
nd__: or use http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/ |
| 10:20 |
nd__ |
nkuttler: What exactly do you mean on this site? |
| 10:20 |
nkuttler |
nd__: usergroup? |
| 10:24 |
nd__ |
nkuttler: those come from ldap so I cannot write it there |
| 10:25 |
nkuttler |
nd__: hm, no idea. don't the ldap groups have matching typo3 fe groups? |
| 10:25 |
unbob |
Hi! Is there a way to add the "Disable Rich Text Editor" checkbox to a RTE-field in a flexible content element? |
| 10:35 |
skurfuerst |
good morning |
| 10:37 |
nd__ |
nkuttler: yes but they get added kind of dynamicly |
| 10:43 |
buzzby |
hi there, anyone know about setting the differenhce vbetween mysite.com and mysite.com:8080 |
| 10:44 |
nkuttler |
buzzby: ? |
| 10:45 |
nkuttler |
nd__: the only ldap i ever used imported the groups once. not sure what it does on updates but it shouldn't change existing groups. does it? |
| 10:47 |
nd__ |
nkuttler: Afaik it updates groups on successfull login |
| 10:48 |
nd__ |
anyhow, I will go with my solution for now (which I found a real dirty hack but given the situation is a one-line-solution which does the trick) |
| 10:49 |
buzzby |
nkuttler: hi there |
| 10:49 |
buzzby |
nkuttler: do you know how to set www.myownsite.com:8080 to my php page while www.myownsite.com shows the IIS stuff? |
| 10:51 |
nkuttler |
buzzby: both sites on iis? no idea then |
| 10:52 |
buzzby |
no...both sites are not iis |
| 10:52 |
buzzby |
nkuttler: one site is IIS the other is WAMP |
| 10:52 |
nkuttler |
buzzby: for apache, change the port it listens to |
| 10:53 |
nkuttler |
buzzby: look for ports.conf |
| 10:55 |
buzzby |
nkuttler: i tried that. maybe am not doing it right. i edited the file to point to c:\program files\wamp\htdocs but its not working |
| 10:55 |
nkuttler |
buzzby: you need to restart apache |
| 10:55 |
nkuttler |
buzzby: and change the _port_ setting |
| 10:56 |
buzzby |
nkuttler: www.mysite.com:8080 is supposed to show what is in the c:\program files area. i changed and then stopped then restarted and still its not working. not sure about ports.conf, never seen that before |
| 10:57 |
nkuttler |
buzzby: sorry, i can't help on windows |
| 10:57 |
nd__ |
buzzby: Check for `Listen` in httpd.conf and change 80 to 8000 |
| 10:58 |
Denyerec |
Morning. |
| 10:58 |
buzzby |
nd__: yep, i changed it from 80 to 8080.also did the ServerName localhost:8080 |
| 10:59 |
nd__ |
buzzby: And you have another VirtualHost entry for your site? Change the port there too |
| 10:59 |
buzzby |
only one vhost |
| 11:00 |
nd__ |
And what does your error.log say? |
| 11:01 |
buzzby |
nd__: in my apache/logs the error file is empty |
| 11:02 |
nd__ |
Allright, you're on your own then... don't use wamp/xampp... all crap. Changing the ports in my plain apache works fine |
| 11:02 |
buzzby |
i am not |
| 11:03 |
buzzby |
am using typo3 |
| 11:03 |
buzzby |
program files\typo3\apache\error has nothing in it |
| 11:04 |
nd__ |
You might want to look around in program files\wamp\logs or \conf |
| 11:05 |
buzzby |
i dont have wamp |
| 11:05 |
nd__ |
11:06 < buzzby> nkuttler: i tried that. [...] edited the file to point to c:\program files\wamp\htdocs |
| 11:06 |
nd__ |
typo3 is not an http-server but a cms |
| 11:06 |
buzzby |
sorry, but i dont have wamp. my typing mistake |
| 11:06 |
buzzby |
in my typo3 apache logs folder all the files there are empty |
| 11:07 |
nd__ |
Gee, and what http server are you using? |
| 11:07 |
nd__ |
Where did you find the httpd.conf you edited? |
| 11:09 |
nkuttler |
buzzby: do yourself a favor and get some linux/bsd/real os box |
| 11:10 |
nd__ |
or at least read the documentation of the products you're using |
| 11:10 |
buzzby |
am at work. they have a windows server, nothing i can do about that |
| 11:10 |
nd__ |
apache works on windows, you just gotta know where to look for conf/etc. |
| 11:10 |
buzzby |
i am on the wondows server |
| 11:11 |
buzzby |
i can see the program files\ typo3\apache\conf folder |
| 11:11 |
buzzby |
i have clicked into the httpd.conf file |
| 11:12 |
buzzby |
i have edited the lines to now read this: ServerName localhost:8080 & Listen 8000 |
| 11:12 |
nkuttler |
where does that apache folder come from? it's not in my typo3 sources. having config files somewhere doesn't mean you have apache installed... |
| 11:13 |
buzzby |
i stopped apache then restarted and went to my site www.mysite.net:8000 and nothing |
| 11:13 |
nd__ |
nkuttler: I think he just created this folder and put the apache in it or something |
| 11:13 |
buzzby |
in my typo3 structure i have apache, cgu-bin, ghostscript, htdocs,.......etc |
| 11:14 |
buzzby |
how can i just creat apache? |
| 11:14 |
nkuttler |
buzzby: where did you get your typo3 install? |
| 11:14 |
buzzby |
from the website |
| 11:15 |
nkuttler |
as i said, no apache dir in there. |
| 11:15 |
pmk65 |
buzzby: I think your setup is fucked. the typo3 folder is supposed to be inside the htdocs folder, not the other way around. |
| 11:15 |
buzzby |
typo3wamp_4.1.6.exe |
| 11:15 |
nd__ |
Ha! Wamp crap! |
| 11:15 |
nd__ |
I knew... |
| 11:15 |
nkuttler |
where does that come from? does typo3.org distribute that? |
| 11:15 |
pmk65 |
WAMP isn't that bad, providing you don't need mail and other fancy stuff. |
| 11:16 |
nkuttler |
or imagemagick |
| 11:16 |
buzzby |
typo3.org |
| 11:16 |
xN33D |
hij everyone |
| 11:16 |
pmk65 |
I use GraphicsMagicks in my local WAMP setup. It works fine. |
| 11:16 |
buzzby |
where is the best place to get a good 'wamp'then? |
| 11:16 |
nkuttler |
buzzby: i don't think you'll get much windows/iis help in here |
| 11:17 |
xN33D |
somebody ever used the EXT "tipafriend" ? |
| 11:17 |
nd__ |
buzzby: www.mysql.org, www.apache.org, ... |
| 11:17 |
buzzby |
install them individually? |
| 11:17 |
nkuttler |
buzzby: you know, on a debian box you'd just type apt-get install typo3... |
| 11:17 |
buzzby |
i ran typo3 on a dummy server and it worked all fine |
| 11:18 |
xN33D |
i've got a problem with it, 1. Doens't show the CAPTCHA (it's installed) 2. ERROR: malformed or missing URL detected! |
| 11:18 |
xN33D |
any help please? |
| 11:18 |
pmk65 |
Just discovered that Im using XAMP and not WAMP.. http://www.apachefriends.org/en/index.html |
| 11:19 |
buzzby |
ok, so typo3wamp is defo not the thing to use |
| 11:19 |
buzzby |
did u all install apache, mysql and php individually? |
| 11:20 |
buzzby |
on your windows server? |
| 11:20 |
nd__ |
I did on my windows box at work, but it's not a server and never will be one... Servers are meant to be for real, so windows is just the wrong choice for it. |
| 11:20 |
m4rtijn |
i also used wampp to start |
| 11:21 |
m4rtijn |
ans I liked it |
| 11:21 |
m4rtijn |
and* |
| 11:21 |
nd__ |
(Though windows is the wrong choice for a desktop too... actually, it's just a big piece of crap at all) |
| 11:21 |
nd__ |
hm? |
| 11:21 |
buzzby |
well at work we only have windows........... |
| 11:21 |
buzzby |
sad to say but true |
| 11:21 |
m4rtijn |
nothing nd__ - just felt like slapping |
| 11:21 |
nd__ |
Same here... pity them |
| 11:21 |
m4rtijn |
;) |
| 11:21 |
nd__ |
m4rtijn: I see |
| 11:21 |
buzzby |
its runnin IIS and that has alot of reporting software on it |
| 11:22 |
m4rtijn |
ouch |
| 11:22 |
buzzby |
so i gotta get a wamp something so i can use php coz i'll be damned if i have to use asp |
| 11:22 |
buzzby |
so therefore........whats the best thing to do? get rid of typo3wamp and just go for wamp? |
| 11:23 |
m4rtijn |
.. yeah.. and it works just fine for learning typo3 |
| 11:23 |
m4rtijn |
at least it did for me |
| 11:23 |
nd__ |
nobody: Sorry |
| 11:23 |
buzzby |
in my c:drive my program files has typo3 with everything inside it |
| 11:25 |
m4rtijn |
its like a roundhousekick - but with slap instead |
| 11:25 |
chucknorris |
I know kung-fu |
| 11:26 |
nkuttler |
buzzby: you should focus on installing wamp/xamp whatever and get it running on port 80. after that, install typo3 |
| 11:26 |
nkuttler |
8080 even |
| 11:26 |
buzzby |
typo3 the cms? |
| 11:27 |
nkuttler |
typo3 is a cms, yes |
| 11:27 |
nd__ |
Or the webserver? Or the random pile of five letters? |
| 11:27 |
buzzby |
ahh.....ok, gonna get wamp then. i thought typo3 was the wamp thing just known as a different name. |
| 11:27 |
nkuttler |
buzzby: no. typo3 isn't a server at all |
| 11:27 |
buzzby |
thats y u r saying tha typo3 should be inside the htdocs |
| 11:28 |
pmk65 |
buzzby: I can reccomend the XAMP package.. http://www.apachefriends.org/en/index.html |
| 11:28 |
nkuttler |
buzzby: you install typo3 into the htdocs folder. after configuring apache |
| 11:28 |
nd__ |
buzzby: Do you want to use typo3 at all, or just looking for a webserver? |
| 11:28 |
nkuttler |
nd__: nah, he already has iis |
| 11:28 |
pmk65 |
It's pretty easy to install. You just need to add GraphicsMagick and TYPO3 after installing it. |
| 11:28 |
nd__ |
nkuttler: Maybe this time he's looking for a real webserver? |
| 11:29 |
m4rtijn |
you could just use IIS and access instead :) |
| 11:29 |
buzzby |
am just looking for the equivalent of IIS so i can run php and mysql. i got loads of promotion forms to do and i aint gonna start and learn asp or asp.net. quite happy with mysql and php |
| 11:29 |
nd__ |
m4rtijn: Ouch! |
| 11:29 |
buzzby |
i thought typo3 was wat i was looking for |
| 11:30 |
buzzby |
seems that wamp is what i should be installing instead |
| 11:30 |
nd__ |
praise DBAL which enables us to use access with typo3 -- NOT ;D |
| 11:30 |
m4rtijn |
:) |
| 11:31 |
foool |
anyone using ecorss RSS Feed |
| 11:31 |
buzzby |
unistalling typo3 |
| 11:32 |
nd__ |
buzzby: Just keep us updated with twitter, will ya? |
| 11:34 |
Nekdy |
does anyone know how to get some value from extension to typoscript |
| 11:35 |
foool |
Anyone know where I can get RSS ext push2rss_3ds latest version |
| 11:35 |
xN33D |
why cant i make fields with POWERMAIL??? |
| 11:41 |
maholtz|WORK |
sr_freecap can not loaded from repository - folder "fonts" will not be copied - someone knows something about that? |
| 11:47 |
maholtz|WORK |
ok, seems that it only does not shown up |
| 11:47 |
maholtz|WORK |
it is there i filesystem... |
| 11:47 |
kaktuspalme |
hi there |
| 11:47 |
maholtz|WORK |
@m4rtijn: thanks for giving me back my folder:) |
| 11:47 |
m4rtijn |
im just to nice for this world |
| 11:47 |
buzzby |
i have installed wampserver and now its continually sayin that its offline |
| 11:47 |
kaktuspalme |
is there any way to delete all feusers without clicking on every user->delete? |
| 11:47 |
m4rtijn |
kaktuspalme - phpmyadmin |
| 11:48 |
maholtz|WORK |
or using the "klemmbrett" (do not know what it is in english) |
| 11:48 |
buzzby |
any help on this please? |
| 11:48 |
maholtz|WORK |
@buzzby: who is "it" ? |
| 11:48 |
m4rtijn |
maholtz|WORK - clipboard |
| 11:49 |
buzzby |
there is an icon in the bottom right hand corner that symbolises the wampserver, it ses wampserver is offline |
| 11:49 |
kaktuspalme |
m4rtijn: hmm, typo3 says you shouldn't change the database outside typo3 |
| 11:50 |
kaktuspalme |
maholtz|WORK: oh cool, that works, thx :) |
| 11:50 |
m4rtijn |
kaktuspalme - thats a good recommendation |
| 11:50 |
m4rtijn |
kaktuspalme - use the clipboard |
| 11:51 |
m4rtijn |
buzzby - rtfm? |
| 11:53 |
buzzby |
i thought wamp actually installs them for me. |
| 11:54 |
nkuttler |
buzzby: this is #typo3, not the best place to discuss how to install wamp |
| 11:54 |
buzzby |
ok......cheers |
| 11:55 |
nkuttler |
services should start when you install them |
| 11:55 |
buzzby |
thats what i thought |
| 11:55 |
buzzby |
clicked the icon to start wampserver.....seems thats not all |
| 11:55 |
maholtz|WORK |
afaik wamp does not install services |
| 11:57 |
nkuttler |
ah, whatever, i have work to do |
| 11:57 |
Denyerec |
lol @ twitter |
| 11:57 |
Denyerec |
Oh you crazy guys |
| 11:58 |
m4rtijn |
hi Deny |
| 12:01 |
Denyerec |
hey m4rtijn |
| 12:01 |
Denyerec |
so so tired. |
| 12:01 |
Denyerec |
:( |
| 12:02 |
m4rtijn |
drink some coffee |
| 12:12 |
maholtz|WORK |
@nkuttler: afaik services are managed to start from system, but apache and mysql with wamp are only running as normal programms... but i would not bet on that:) |
| 12:14 |
m4rtijn |
I would |
| 12:25 |
buzzby |
wampserver ses its offline even tho i can get to phpmyadmin and sqllitemanager (not using sql lite). is that normal? i have not used this before so thats y am a complete novice |
| 12:27 |
buzzby |
i can get to the page internally by the address of localhost:8080 but i cant get to it via the internet unless i type in the full address minus the 8080. so the address is www.mysite.com. i set a different directory for where the form is |
| 12:41 |
Denyerec |
Anyone here ever used Contagged |
| 12:43 |
m4rtijn |
Denyerec - what is that? |
| 12:43 |
Denyerec |
its a content tagging system |
| 12:43 |
Denyerec |
seems to me to be pretty smart |
| 12:43 |
m4rtijn |
tagging like html tags? |
| 12:44 |
Denyerec |
Um |
| 12:44 |
Denyerec |
like say you have a glossary of terms |
| 12:44 |
Denyerec |
or a list of people's names and addresses |
| 12:44 |
Denyerec |
wherever those terms or names pop up, they can be automatically transformed into links, or <acronym> tags, or anything you want really |
| 12:45 |
m4rtijn |
ah, gotcha.. |
| 12:45 |
m4rtijn |
I used an extension like that once.. |
| 12:45 |
m4rtijn |
which worked quite well.. |
| 12:45 |
m4rtijn |
http://www.leipziger-modell.de |
| 12:45 |
Denyerec |
This seems to work really nicely |
| 12:45 |
m4rtijn |
hmm? offline |
| 12:45 |
m4rtijn |
weird |
| 12:45 |
Denyerec |
But you can't decide WHICH terms to tag |
| 12:46 |
m4rtijn |
http://www.leipziger-modell.de/ |
| 12:46 |
Denyerec |
it worked here |
| 12:50 |
idevelop |
hi guys |
| 12:50 |
idevelop |
what google sitemap ext do you recommend? |
| 12:50 |
m4rtijn |
just2b's |
| 12:50 |
m4rtijn |
ah, sitemap.. sry |
| 12:50 |
elbart |
question: do you have a clue how to manage a development and a live server? |
| 12:50 |
Denyerec |
just2b probably has one of those too |
| 12:50 |
m4rtijn |
:P |
| 12:51 |
idevelop |
the highest rated seems to be mc_googlesitemap |
| 12:51 |
m4rtijn |
elbart - huh? |
| 12:51 |
elbart |
erm... |
| 12:51 |
idevelop |
but i'm not sure it also works with realurl |
| 12:51 |
elbart |
on one server there are two typo3 instances |
| 12:52 |
elbart |
one for the dev, one for the live |
| 12:52 |
elbart |
with a database for each instance |
| 12:52 |
elbart |
but i think thats not a good solution |
| 12:53 |
elbart |
do you have any other suggestions? |
| 12:53 |
m4rtijn |
well.. yeah, for a dev. server u sometimes need to change php / etc. settings |
| 12:53 |
m4rtijn |
which u dont want to have for the live site |
| 12:54 |
m4rtijn |
php settings can be done locally.. maybe thats a bad example.. :p |
| 12:54 |
elbart |
not only php-settings |
| 12:54 |
elbart |
especially the database inconsistency |
| 12:55 |
elbart |
on the live, some editors are writing articles or users are doing some actions |
| 12:56 |
elbart |
at the dev e.g. were made changes at table structures and so on |
| 12:56 |
elbart |
so only special tables can be updated |
| 12:57 |
m4rtijn |
thats no problem though.. changing tables doesnt affect other tables |
| 12:58 |
elbart |
yes... but you have to change them on the live manually... |
| 12:58 |
elbart |
so you have to select the changed and insert them on the live |
| 12:58 |
elbart |
no complete dump is possible, or does e.g. mysqldumper this work? |
| 13:01 |
elbart |
do you understand what i mean, m4rtijn ? |
| 13:01 |
m4rtijn |
hm, yeah |
| 13:04 |
elbart |
so i'm looking for an autmatism |
| 13:04 |
elbart |
for database consistency and maybe for sharing some folders, too |
| 13:07 |
pmk65 |
idevelop: I can reccomend the "Basic SEO Features" by Benni Mack. -> http://typo3.org/extensions/repository/view/seo_basics/current/ |
| 13:36 |
buzzby |
why does xamp actually refuse to let u change the port for apache to 8080 |
| 13:40 |
nkuttler |
buzzby: #xamp |
| 14:03 |
m4rtijn |
I started a flamewar in #jquery :p |
| 14:03 |
m4rtijn |
shame its over now.. |
| 14:07 |
nkuttler |
m4rtijn: you could still do #dojo, #mootools, #extjs etc |
| 14:09 |
void |
m4rtijn: what versus what? |
| 14:11 |
m4rtijn |
hehe |
| 14:12 |
m4rtijn |
somebody mentioned that javascript is very similar to php |
| 14:12 |
m4rtijn |
and I said - all programming languages are alike |
| 14:12 |
m4rtijn |
thats when it started :) |
| 14:12 |
m4rtijn |
I sometimes had to put some wood into the fire.. but it pretty much went from there |
| 14:12 |
m4rtijn |
:) |
| 14:13 |
m4rtijn |
never compare languages with each other in dedicated channels |
| 14:13 |
m4rtijn |
hehe.. people get murdered because of that |
| 14:13 |
m4rtijn |
maybe it also works here... |
| 14:14 |
m4rtijn |
--- I think joomla is very similar to typo3 |
| 14:18 |
void |
=) |
| 14:19 |
void |
python is cool, php is bad, ruby is a new perl, javascript is a headache. if you are jedi - use erlang! |
| 14:20 |
m4rtijn |
hehehe |
| 14:20 |
maholtz|WORK |
some one knows haskell? |
| 14:20 |
m4rtijn |
I only program assembly |
| 14:20 |
maholtz|WORK |
i really loved prolog |
| 14:20 |
m4rtijn |
:) |
| 14:20 |
m4rtijn |
prolog rules! |
| 14:20 |
m4rtijn |
hehe |
| 14:20 |
m4rtijn |
good for nothing |
| 14:21 |
m4rtijn |
but very fun to program |
| 14:22 |
maholtz|WORK |
it is like typoscript - suddenly everything works |
| 14:35 |
m4rtijn |
i thought it was very intuitive programming |
| 14:35 |
m4rtijn |
I liked that |
| 14:36 |
m4rtijn |
a bit like playing with a small child |
| 14:37 |
m4rtijn |
and then kick its arse when it start running in circles continuosly |
| 14:37 |
m4rtijn |
.. prolog like infinite looping |
| 14:37 |
m4rtijn |
likes* |
| 15:09 |
m4rtijn |
hello echo! |
| 15:13 |
xsebi |
!ohce olleh |
| 15:15 |
ManDay |
HOW TO perform a DIRECTIONAL OUTER JOIN in Typo3??? |
| 15:25 |
yotse |
how can I I use the redirection function 'redirects' => array( |
| 15:25 |
yotse |
'' => |
| 15:27 |
yotse |
i m using the realurl not for 1rst time, but this time the site has change server |
| 15:28 |
yotse |
any ideas? |
| 15:28 |
m4rtijn |
I have an idea |
| 15:29 |
m4rtijn |
sprayonaise |
| 15:29 |
ManDay |
!!! |
| 15:29 |
m4rtijn |
its mayonaise in a spraycan |
| 15:31 |
m4rtijn |
... |
| 15:31 |
m4rtijn |
I would buy it |
| 15:32 |
ManDay |
HOW TO perform a DIRECTIONAL OUTER JOIN in Typo3??? |
| 15:33 |
m4rtijn |
hi Phlogi |
| 15:35 |
void |
ManDay: with a $TYPO3_DB->exec_SELECTquery |
| 15:36 |
ManDay |
void |
| 15:36 |
ManDay |
ELABORATE! |
| 15:36 |
ManDay |
how to specify a join in there |
| 15:36 |
ManDay |
mind NOT AN IMPLICIT CROSS THO! |
| 15:36 |
m4rtijn |
.. do you think typing in caps makes ppl answer faster? |
| 15:38 |
ManDay |
YES! |
| 15:38 |
ManDay |
AND USING AN EXTRA AMOUNT OF !, TOO !!!!!!!!!!!!!!! |
| 15:39 |
m4rtijn |
okay.. continue |
| 15:39 |
ManDay |
see, you replyed where you otherwise wouldnt. |
| 15:39 |
maholtz|WORK |
@ManDay: he would |
| 15:40 |
ManDay |
okay, now anything usewul with respects to my question? |
| 15:41 |
m4rtijn |
sprayonaise |
| 15:41 |
buzzby |
i have been tryin to get port 8080 to work. i have now been told that it might be because the antivirus is not letting anything thru at 8080.....could that defo be the reason? |
| 15:43 |
void |
ManDay: look at the source of exec_SELECTquery. it just contructs and ordinal sql query. |
| 15:43 |
void |
*and = an |
| 15:43 |
ManDay |
okay |
| 15:43 |
davidbrunnthaler |
i want rggooglemaps to display a typolink to the according page in the infoboxes (just like it is on this page: http://www.einkaufsstrassen.at/vereinsuebersicht.html) |
| 15:43 |
davidbrunnthaler |
but i don't know how to tell this the extension |
| 15:44 |
davidbrunnthaler |
any ideas? |
| 15:45 |
davidbrunnthaler |
currently i'm using the pid to link to the page, but i want to make a typolink so that my realurl extension converts the url |
| 15:49 |
swemark |
buzzby, anti.virus is for cowards |
| 15:49 |
swemark |
anti-virus* |
| 15:49 |
swemark |
and no, an antivirus does not act as a firewall |
| 15:49 |
m4rtijn |
live life on the coke side! |
| 15:49 |
buzzby |
but do u reckon it could be thats what is blocking my port 8080? |
| 15:49 |
m4rtijn |
no |
| 15:50 |
m4rtijn |
maybe the windows firewall |
| 15:50 |
buzzby |
the set up worked on the development server as there is no protection there |
| 15:51 |
buzzby |
but on the live server there is a firewall and anti virus etc. |
| 15:51 |
buzzby |
ok, forget anti virus |
| 15:55 |
buzzby |
well i was just talking with my it support guys and they say that the anti virus had blocked port 25 at one point. the mail server was not working properly even tho it was configured correctly. the port was not open therefore it didnt work. |
| 15:55 |
buzzby |
they say that ports have to be opened manually otherwise no ports will be open. therefore in order to have 8080 working it has to be opened. |
| 15:56 |
foool |
anyone help on RSS Feed Export? |
| 15:56 |
loswillios |
hi |
| 15:56 |
buzzby |
they had proplems with supportworks i think. anyway, i hope thats the case because on the dev server there were no problems at all |
| 15:57 |
loswillios |
what format are .t3d files? I'd like to extract them to a temp-dir and have a look prior to import them into my typo3 |
| 15:58 |
m4rtijn |
loswillios - u can check the source files online in the rep. |
| 16:00 |
loswillios |
m4rtijn: I got a ts_template.t3d and a tv_template.t3d via mail |
| 16:00 |
loswillios |
or did I misunderstand you? |
| 16:01 |
m4rtijn |
nope.. then I dont know.. |
| 16:01 |
GeorgesAbitbol |
On draft preview, I have a div with templavoila informations. I would like to disable it. Is it possible ? |
| 16:02 |
loswillios |
m4rtijn: it's not zip or something I guess |
| 16:02 |
loswillios |
maybe a db-dump |
| 16:07 |
martijn |
loswillios - did u try opening them with a text-editor/ |
| 16:11 |
maholtz|WORK |
@loswillios: use import |
| 16:11 |
maholtz|WORK |
(perhaps right click on globe) |
| 16:11 |
maholtz|WORK |
you can overwrite your content be carefull |
| 16:11 |
maholtz|WORK |
re |
| 16:24 |
NublaII |
anyone know where I can get the cc_softlink extension? it's in use here http://typo3.org/documentation/typo3-book/softlinks/ |
| 16:25 |
NublaII |
I found a similar extension but it breaks with realurl |
| 16:25 |
NublaII |
*I think*... |
| 16:31 |
foool |
anyone help on RSS Feed Export? ecorss EXT |
| 16:32 |
foool |
or where I can get version 2.0 of push2rss_3ds it isn't in the Terr |
| 16:47 |
yotse |
Catchable fatal error: Argument 2 passed to t3lib_div::array_merge_recursive_overrule() must be an array, string given, called in /Users/<removed>/public_html/t3lib/class.t3lib_tcemain.php on line 1766 and defined in /Users/<removed>/public_html/t3lib/class.t3lib_div.php on line 1764 |
| 16:47 |
yotse |
does anyone ha the solution for this bug? |
| 16:53 |
void |
yotse: your php and typo3 versions? |
| 17:02 |
yotse |
typo3 4.2.1, PHP_VERSION : 5.2.5 |
| 17:06 |
void |
yotse: maybe you just give a string as second argument? |
| 17:06 |
void |
for that function? |
| 17:06 |
void |
instead of array? -) |
| 17:12 |
Denyerec |
hey void |
| 17:13 |
void |
hey Denyerec |
| 17:14 |
davidbrunnthaler |
i got a RTE-field in one of my extensions. but if i show the content of this field in another extension he deletes all the <p> and </p> tags. why is this happening? |
| 17:15 |
maholtz|WORK |
stripTags = 1 ? |
| 17:16 |
davidbrunnthaler |
mh where should i have set this? |
| 17:18 |
davidbrunnthaler |
is it a TS-setting or do you mean the php-function? |
| 17:19 |
void |
davidbrunnthaler: php function |
| 17:21 |
davidbrunnthaler |
mh the strange thing is i never set such a function in my template-setup (if there is such a function) |
| 17:21 |
davidbrunnthaler |
and if i just output the field i only get <b>tags but no <p>-tags |
| 17:22 |
davidbrunnthaler |
so striptag allows certain tags (in my example <p>), but if there are no <p> tags there is nothing what could be allowed |
| 17:23 |
maholtz|WORK |
@void @davidbrunnthaler: typoscript function too:) |
| 17:23 |
davidbrunnthaler |
altough those <p>-tags show up in the html-code of the RTE-field |
| 17:23 |
mushr00m |
hi |
| 17:24 |
mushr00m |
im enabling a pdf version for each site ( templavoila, pdf_generator2, tv_pdfgen ) |
| 17:24 |
mushr00m |
there is a TO for "pdf output" but somehow typo3 doesnt use it |
| 17:24 |
mushr00m |
any ideas? |
| 17:27 |
davidbrunnthaler |
maholtz|WORK: do you mean stripHtml? |
| 17:28 |
maholtz|WORK |
ups - yep:) |
| 17:28 |
maholtz|WORK |
and parseFunc could have an effect too |
| 17:31 |
davidbrunnthaler |
should this be the right use of stripHTML or am i making something wrong? http://paste.phlogi.net/-ce0048cccb/ |
| 17:31 |
maholtz|WORK |
stripHtml (did not have an look on your code yet) |
| 17:31 |
maholtz|WORK |
afaik |
| 17:31 |
nd__ |
foool: Consider using your real name on the maillinglist -- could improve the amount of answers you get. |
| 17:32 |
maholtz|WORK |
@davidbrunnthaler: styles.content.get is an CONTENT Object |
| 17:32 |
foool |
Ah! never thought of that but i sign it with my name |
| 17:32 |
maholtz|WORK |
stripHTML is stdWrap |
| 17:33 |
maholtz|WORK |
so marks.MAIN_PART.stdWrap.stripHtml = 1 should work (check if CONTENT has property stdWrap) |
| 17:33 |
davidbrunnthaler |
i thought there was something wrong :) |
| 17:33 |
foool |
thanks for advice nd_ |
| 17:33 |
davidbrunnthaler |
thanks for the help i'll have a look |
| 17:36 |
davidbrunnthaler |
stripHtml = 1 filters all <tags> out.. so there is only plaintext left. if i say stripHtml = 0 it's the same result as without the line |
| 17:36 |
davidbrunnthaler |
so i guess it's not stripHtml what i'm looking for |
| 17:39 |
martijn |
maybe you're looking for.... sprayonaise |
| 17:40 |
davidbrunnthaler |
(i'm not getting it martijn) |
| 17:41 |
martijn |
mayonaise in a spraycan.. |
| 17:41 |
davidbrunnthaler |
:D |
| 17:42 |
martijn |
im just getting people to get used to the idea.. so when im going to produce it.. it'll be a hit |
| 17:42 |
davidbrunnthaler |
clever idea |
| 17:43 |
davidbrunnthaler |
but i don't think that's a solution to my problem ;) |
| 17:45 |
davidbrunnthaler |
a look into my database tells me that there is simply no <p>-tag in the field.. |
| 17:59 |
mushr00m |
ok, pdf_generate reads the template now |
| 17:59 |
mushr00m |
but they are cached somehow |
| 17:59 |
mushr00m |
can i disable caching or clear the pdf cache? |
| 18:06 |
loswillios |
martijn: yeah, I already tried that. even 'file' says it's just 'data' |
| 18:45 |
Denyerec |
void are you there? |
| 18:45 |
void |
Denyerec: yes |
| 18:53 |
anton |
hi there, has anyone expieriences with the extension Get flex fields( best_getflexfield ), i´m trying to use it, but it doesn´t work |
| 19:51 |
mushr00m |
does someone have experience with pdf_generator2 ? |
| 21:25 |
Denyerec |
Is anyone here 1) Able to write extensions 2) here ALLLLL night so I can bug them with idiot questions ? |
| 21:26 |
mushr00m |
just drop them |
| 21:27 |
Denyerec |
I will when I get there... I guess just wanted re-assurance. |
| 21:27 |
mushr00m |
:> |
| 21:27 |
mushr00m |
np |
| 21:27 |
Denyerec |
I have 12 hours to write what should be a simple extension |
| 21:27 |
Denyerec |
given that I already have a PHP script that performs as required |
| 21:27 |
mushr00m |
does someone know how to clear the pdf_generator2 cache? |
| 21:27 |
mushr00m |
what is it? |
| 21:27 |
Denyerec |
A domain checking script |
| 21:27 |
Denyerec |
to check for availability. |
| 21:27 |
mushr00m |
kk |
| 21:27 |
Denyerec |
There are a couple on the TER, but it has been requested I implement this particular one. |
| 21:29 |
Denyerec |
mushr00m, you having much luck with pdf generator? |
| 21:29 |
Denyerec |
My past experience has been that all HTML2PDF style tools are a bit crap |
| 21:30 |
mushr00m |
i have my templavoila templates working so far |
| 21:30 |
mushr00m |
but it does cache the pdf's so finetuning is a bit slooow |
| 21:31 |
mushr00m |
and yes, its a bit crappy |
| 21:32 |
Denyerec |
Fancy taking a break and converting this domain checker script into a plugin? :D |
| 21:33 |
mushr00m |
hehe, im checking irc now and then |
| 21:33 |
mushr00m |
so just ask |
| 21:34 |
mushr00m |
do you have the kickstarter extension ready? |
| 21:57 |
Denyerec |
yeah mushr00m, I ran the kickstarter and have my base now |
| 21:58 |
Denyerec |
and I'm looking at another extension that uses a simple flexform and template for clues... |
| 22:06 |
Denyerec |
Hey Ries |
| 22:06 |
ries |
hey Denyerec |
| 22:06 |
Denyerec |
Trying, finally, to write an extension. |
| 22:06 |
Denyerec |
Already scared. :) |
| 22:06 |
ries |
I have seen already some weird spiders... will takes pictures this weekend for sure... although my camera is not that good at macro.. |
| 22:06 |
mushr00m |
;) |
| 22:07 |
ries |
Denyerec: great !!!! glad to hear you are finally making extensions |
| 22:07 |
Denyerec |
There is a difference between MAKING and TRYING TO MAKE |
| 22:07 |
Denyerec |
;) |
| 22:07 |
Denyerec |
Although insect Macro's, I know I can make. |
| 22:07 |
Denyerec |
http://stuff.denyerec.co.uk/monster.jpg |
| 22:07 |
Denyerec |
http://stuff.denyerec.co.uk/parrots/DSCF3674_p.jpg |
| 22:08 |
Denyerec |
*MUCH* easier than Typo3 :) |
| 22:10 |
elmkd_ |
Denyerec |
| 22:10 |
Denyerec |
There we go |
| 22:10 |
ries |
Denyerec: hehehe my problem is that I just cannot get them close and big enough very well |
| 22:10 |
Denyerec |
Well Ries, the spider was from 5 metres away with my 100-300mm |
| 22:10 |
Denyerec |
(BIG spider) |
| 22:11 |
Denyerec |
the dragonfly was ~7cm away with my 90mm Macro |
| 22:11 |
ries |
I will see what I can get... I do have the 210mm lens.... |
| 22:11 |
ries |
I need to got hold of a trypot though |
| 22:12 |
Denyerec |
Well Ecuador has some pretty huge spiders... so just find the big ones ;) |
| 22:12 |
Denyerec |
Don't need to be too close then ! |
| 22:12 |
ries |
hahaha.... |
| 22:12 |
ries |
yeaa we have some weird/strange animals.... |
| 22:12 |
ries |
I need to lookout for snakes also I guess |
| 22:13 |
mushr00m |
the dragonfly rocks |
| 22:24 |
Denyerec |
Heheh yeah Ries |
| 22:24 |
Denyerec |
though in my experience in both the UK and Australia, you tend to find snakes by accident... :) |
| 22:25 |
ries |
Denyerec: I was afraid so already :D |
| 22:25 |
Denyerec |
hehe |
| 22:25 |
Denyerec |
My dad stepped on an adder in Scotland |
| 22:25 |
Denyerec |
and we found a Copperhead in Australia at a place called Wilson's Prom |
| 22:25 |
Denyerec |
Fortunately for us, the Copperhead was sleeping! |
| 22:26 |
Denyerec |
The Aussie one is, as with everything in Australia, very deadly. |
| 22:35 |
ries |
we only have the black widow here.... they say... |
| 23:05 |
Denyerec |
Man |
| 23:05 |
Denyerec |
Ries |
| 23:05 |
Denyerec |
you're Dutch |
| 23:05 |
Denyerec |
and this code is Dutch |
| 23:05 |
Denyerec |
literally |
| 23:06 |
Denyerec |
DO you have 5 minutes just to take a quick look at it? |
| 23:06 |
Denyerec |
# 20060911 JG: gebruik de nieuwe DRS4 dnscheck |
| 23:06 |
Denyerec |
# 20070315 JG: aangepaste aanroep dnscheck en output wordt niet langer in HTML omgezet |
| 23:06 |
Denyerec |
# 20070328 JG: url-decoding; oa nodig voor ipv6 adressen |
| 23:06 |
Denyerec |
AHHRG |
| 23:06 |
Denyerec |
sorry for paste |
| 23:16 |
mushr00m |
# 20060911 JG: usage of new DRS4 dnscheck |
| 23:18 |
mushr00m |
# 20070315 JG: * dnscheck and output word not converted(?) anymore in html |
| 23:18 |
mushr00m |
# 20070328 JG: url-decoding; needed for ip6 addresses |
| 23:18 |
Denyerec |
Hehe, another dutch mate got to it... |
| 23:19 |
Denyerec |
Thing is, I'm flying blind. |
| 23:19 |
mushr00m |
<- german |
| 23:19 |
Denyerec |
I don't know what service is at the end of this fsockopen |
| 23:19 |
Denyerec |
whatever it is, it's not sending me anything back |
| 23:19 |
mushr00m |
dutch is a bit like german |
| 23:19 |
Denyerec |
Yeah, there are hints :) |
| 23:19 |
Denyerec |
But don't ever dare say that to a Dutch |
| 23:19 |
Denyerec |
:) |
| 23:19 |
mushr00m |
;) |
| 23:20 |
mushr00m |
where are you making a request to? |
| 23:20 |
Denyerec |
193.176.144.235:5454 |
| 23:20 |
Denyerec |
I think ;) |
| 23:20 |
Denyerec |
$fp= fsockopen('193.176.144.235', 5454, $errno, $errstr, 30); //Opening Connection |
| 23:21 |
mushr00m |
yep |
| 23:21 |
mushr00m |
seems so |
| 23:21 |
Denyerec |
And this is the command sent in an fputs: |
| 23:21 |
Denyerec |
136--explain http://sidn.typotycoon.nl dns1.textdrive.com/67.19.231.130 dns2.textdrive.com/67.19.174.106 dns3.textdrive.com/70.85.232.154 |
| 23:22 |
Denyerec |
But as I don't really know what the script is TRYING to do, I just put in some junk numbers |
| 23:24 |
mushr00m |
http://www.sidn.nl/ace.php/c,728,5041,,,,SIDN_Newsletter_to_Registrars.html |
| 23:24 |
mushr00m |
seems a custom protocol |
| 23:25 |
Denyerec |
I have no documentation with the script I'm working on, so I don't know what it's supposed to be sending as a command. |
| 23:26 |
Denyerec |
Or receiving... RIght now, I know it's connected, I know it sends the command, but I get nothing back. |
| 23:26 |
Denyerec |
So something is wrong ;) |
| 23:26 |
Denyerec |
To make things worse, the developers at the other end have gone for the weekend |
| 23:26 |
Denyerec |
so I can't get any more information until Tuesday |
| 23:26 |
Denyerec |
(Which is the deadline) |
| 23:26 |
Denyerec |
HURRAH |
| 23:26 |
Denyerec |
;S |
| 23:27 |
Denyerec |
hey pmk |
| 23:27 |
pmk65 |
hi Denyerec |
| 23:27 |
Denyerec |
All well in Kleinland? |
| 23:27 |
pmk65 |
yeah. :) |
| 23:28 |
pmk65 |
but too much work.. (so it's a good thing its weekend!) |
| 23:29 |
pmk65 |
im currently working on creating 3 sites. and it's a pain switching back and forth between them.. |
| 23:30 |
Denyerec |
:S |
| 23:30 |
pmk65 |
I hate customers wh doesn't have the material ready when they want their site made.. :( |
| 23:30 |
Denyerec |
I'm working on what SHOULD be a painfully simple job with anyone with half a gram of experience. |
| 23:30 |
Denyerec |
But it's causing me a lot of pain. |
| 23:30 |
Denyerec |
And yes, CMS sites with no "C" are a pain in the arse. |
| 23:31 |
pmk65 |
lol |
| 23:31 |
Denyerec |
"Make us a site!" - "What do you want on it?" - "Err, we don't know..." |
| 23:31 |
Denyerec |
You doing much custom programming for them, or are they pretty straight Typo3 implementations ? |
| 23:33 |
pmk65 |
thats sounds like one of the sites im working on. The customer wanted the site ready in 14 days. With a lot of custom plugins. Which I didn't have time to do myself. So we hired an extra programmer for 2 weeks. But now they want a lot of it changed (due to they didn't give us any specs on the plugins, just a rough sketch of the functionality.) |
| 23:34 |
pmk65 |
the 2nd site Im working on is just a redesign of the layout of an existing TYPO3 site. and the 3rd is again some custom plugins.. |
| 23:36 |
pmk65 |
and then I do some programming for some of my private customers in the weekends.. :) |
| 23:37 |
Denyerec |
I wish I had your brain, in a jar, connected to my keyboard. |
| 23:38 |
pmk65 |
:) |
| 23:39 |
pmk65 |
Just came across an interesting site.. http://www.jetable.org/en/index |
| 23:40 |
pmk65 |
It allows you to create disposable email addresses. Very useful for when you need to sign up on some shady sites ;) |
| 23:40 |
Denyerec |
ahh yeah, like spamgourmet |
| 23:41 |
pmk65 |
yes, but jetable can also be uses as a FireFox plugin.. |
| 23:51 |
Denyerec |
Oooh, handy! |
| 23:51 |
Denyerec |
Mind you, spamgourmet is VERY old |
| 23:51 |
Denyerec |
I used it at college some... 10 years ago |