| 11:16 |
m4rtijn |
hi all |
| 11:18 |
MarkusH |
hi |
| 13:31 |
johnson_hh |
hi, i am developing an extension that handles registration/payment |
| 13:31 |
johnson_hh |
after the user gave in his personal information, iw ould like to give him the chance to overlook his data and then send it |
| 13:32 |
johnson_hh |
is there any way how i can save the data in that step |
| 13:32 |
johnson_hh |
because after he overlooked his personal data and presses the confirmation button |
| 13:32 |
MarkusH |
johnson_hh: cookies and sessions are your friends |
| 13:32 |
johnson_hh |
i can not go over post variable |
| 13:33 |
johnson_hh |
MarkusH: so you would save it in a database with a session id? |
| 13:33 |
MarkusH |
johnson_hh: no, not in a database |
| 13:33 |
MarkusH |
use $_SESSION |
| 13:34 |
MarkusH |
http://de3.php.net/manual/de/function.session-start.php |
| 13:35 |
MarkusH |
oh |
| 13:36 |
MarkusH |
that was the german manual |
| 13:36 |
MarkusH |
but there is an english one too |
| 13:36 |
MarkusH |
http://php.net/manual/en/function.session-start.php |
| 19:11 |
HardPhuck |
i have a strange problem... when clicking through the page, all the page seems to be refreshing instead only the content area |
| 19:25 |
MarkusH |
HardPhuck: hi |
| 19:25 |
MarkusH |
in the fe oder the be |
| 19:26 |
fuchur |
hy everyone |
| 19:26 |
MarkusH |
fuchur: hi there |
| 19:28 |
fuchur |
everything allright? |
| 19:28 |
MarkusH |
fuchur: more or less ;-/ |
| 19:28 |
HardPhuck |
in the FE |
| 19:29 |
HardPhuck |
it maybe because my page is connecting to OpenAds server |
| 19:29 |
fuchur |
MarkusH: whats wrong? |
| 19:29 |
MarkusH |
using phpmyadmin i made a backup of all typo3-tables and imported this file on another server. but nothing was shown except an blank page |
| 19:29 |
HardPhuck |
MarkusH: php error |
| 19:30 |
MarkusH |
http://markusholtermann.eu/typo3/ |
| 19:30 |
fuchur |
mh watch out for the permissions |
| 19:30 |
HardPhuck |
delete everything in typo3temp folder |
| 19:30 |
MarkusH |
HardPhuck: what's OpenAds |
| 19:30 |
MarkusH |
HardPhuck: done |
| 19:30 |
HardPhuck |
Ad server |
| 19:30 |
fuchur |
when i copied files to another service the permissions broke |
| 19:30 |
MarkusH |
ok |
| 19:31 |
HardPhuck |
MarkusH: also try this http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html |
| 19:32 |
MarkusH |
HardPhuck: your link works |
| 19:32 |
MarkusH |
only the content-area is being refreshed |
| 19:34 |
HardPhuck |
i solved it, thanx,... |
| 19:35 |
HardPhuck |
it was because typo3 is connecting to webserver |
| 19:35 |
HardPhuck |
adserver that is |
| 19:35 |
fuchur |
mh, any extension everyone needs but not existing yet? ^^ |
| 19:35 |
fuchur |
want to contribute something but don't know what :) |
| 19:36 |
MarkusH |
fuchur: not an real extension |
| 19:37 |
MarkusH |
i wanne have a tmenu where each main-item has an different css-class |
| 19:37 |
MarkusH |
like http://markusholtermann.eu/ |
| 19:37 |
HardPhuck |
i'm going to contribute my first extension to the repository, i only need to write documentation |
| 19:37 |
MarkusH |
HardPhuck: what did you done? |
| 19:37 |
HardPhuck |
Weather plugin |
| 19:38 |
HardPhuck |
to see current weather and 3 days forecast |
| 19:38 |
fuchur |
ah nice |
| 19:38 |
HardPhuck |
based on your IP location |
| 19:38 |
HardPhuck |
so the weather is always right |
| 19:39 |
fuchur |
not for me |
| 19:39 |
fuchur |
for my location is allways different from where i realy am |
| 19:39 |
HardPhuck |
http://www.google.com/ig/api?weather=Ljubljana,SI |
| 19:41 |
fuchur |
wants something to eat too :( |
| 19:41 |
fuchur |
but too lazy to cook :D |
| 19:45 |
fuchur |
mh, what to do? build own homepage, design some logo/businesscard things, patch some T3-bugs or chill? |
| 19:45 |
fuchur |
:-) |
| 19:45 |
fuchur |
hard descission |
| 20:22 |
Leodes |
Does anyone have a local copy of the typoscript syntax highlighter "SweeTS" for PSPad? http://typo3.area42.de/ seems to be down for some time now. Would be great if someone could send me the sweets115.zip file. |
| 20:59 |
MarkusH |
Leodes: i looked for it for long time too, but didn't find it |
| 21:00 |
Leodes |
that's a bummer |
| 21:00 |
Leodes |
someone's still got to have it :) |
| 21:01 |
MarkusH |
Leodes: yea, someone will have it |
| 22:25 |
baden32 |
Hi there, I'm trying to get my typo3 installation working and especially the point regarding workspace. I think I configured everything for a user in order he can used Draft workspace, but when he is logged in, nothting but the left menus is diplayed in the backend interface. What am I missing? |