| 01:56 |
lubosz |
how do i seperate a plugin into template and view html and php code? |
| 03:24 |
lubosz |
the answer to that was typo3 smarty php template system extension http://typo3.org/extensions/repository/view/smarty/current/ |
| 08:00 |
DasGenie |
hi |
| 13:28 |
HardPhuck |
anyone has a small script that proceses a form field with type="file" |
| 13:28 |
HardPhuck |
and uploads the file to the uplads folder and creates reference to it in DV |
| 13:28 |
HardPhuck |
DB |
| 13:48 |
HardPhuck |
how do i refer to the upload dir of the extension |
| 14:00 |
webworker |
hi |
| 14:00 |
webworker |
is there already any kind of backend form generation? |
| 14:01 |
webworker |
most modules in backend do their own way of forms, they are putting together the html within the PHP hard coded... is there already a standard for doing backend forms? |
| 14:16 |
HardPhuck |
what kind of form |
| 15:40 |
TaucherMK |
webworker: Something like FlexForms? |
| 15:41 |
webworker |
yes |
| 15:41 |
TaucherMK |
so the answer is FlexForms >.< |
| 15:41 |
webworker |
but for a regular backendmodule, should be easy to use, with error messages |
| 15:42 |
TaucherMK |
you can use FlexForms for your own module |
| 15:42 |
webworker |
nobody does that for backend module forms -> user management, direct_mail, info... nobody does flexform in modx/index.php |
| 15:42 |
webworker |
TaucherMK: thanks I didn't think about that, is obvious :-) sorry |
| 15:42 |
webworker |
TaucherMK: i just looked at existing code |
| 15:42 |
TaucherMK |
;-) |
| 15:52 |
DaFreez |
does someone have the german version of typo3 and can tell me how to handle the access rights for BE-users? |
| 15:54 |
DaFreez |
or is there a german typo3 channel existing? |
| 16:02 |
DaFreez |
is there anybody alive? |
| 16:19 |
webworker |
what did he do? there are more german books, german developers and german typo3 sites than english ones :-) |
| 17:50 |
HardPhuck |
hmm |
| 17:51 |
HardPhuck |
how do i load all values from a selectorbox field into FE plugin selectbox |
| 17:51 |
HardPhuck |
because those items are defined in the ext_tables.php only |
| 18:31 |
_pedda_ |
hi there |
| 18:31 |
_pedda_ |
i have 10.conf.tt_content.stdWrap.wrap = <div class="single-content-item clearfix">|</div> in my ds of tv |
| 18:31 |
_pedda_ |
so every CE gets wrapped in a div.. |
| 18:32 |
_pedda_ |
now i would like to use optionsplit in order to have the classes : first, middle last |
| 18:33 |
_pedda_ |
any idea how it has to be done for the ds of templavoila |
| 19:03 |
HardPhuck |
how would i render a selector box in the frontend |
| 19:04 |
HardPhuck |
that would display data from $TCA |
| 19:11 |
_pedda_ |
? |
| 19:11 |
_pedda_ |
how to create it via ts ? |
| 19:12 |
_pedda_ |
or what do you mean exactly ? |
| 19:12 |
HardPhuck |
in the BE i have a drop down select box for an entry |
| 19:12 |
HardPhuck |
where i select from values defined in the tca.php |
| 19:12 |
HardPhuck |
now i need to make this field accessible in the FE |
| 19:13 |
HardPhuck |
but i lack the knowledge to do that |
| 19:14 |
lubosz |
how do i increase the max post size? |
| 19:14 |
lubosz |
when i do to much fields in kickstarter, i'm logged out after updating! |
| 20:11 |
Tsoots |
how do i make a wrap where whitespace is not trimmed |
| 20:17 |
Tsoots |
noTrimWrap |
| 20:33 |
HardPhuck |
how do i load TCA from ext_tables.php to FE? |
| 20:52 |
Trumpf |
Hello |
| 21:24 |
HardPhuck |
YES! |
| 21:24 |
HardPhuck |
success after 4hrs of searching |
| 21:25 |
HardPhuck |
$TCA is loaded to FE plugin with tslib_fe::includeTCA(); |
| 22:05 |
nwillems |
hey |
| 22:05 |
nwillems |
I have a problem with EM |
| 22:06 |
nwillems |
It won't load all extensions from TER |
| 22:33 |
nwillems |
Well now i got it "working" at least it loads a new extension.xml... file but in the middle of the update it returns a 500.. running Win2k8 with php5 and IIS mysql latest i think |
| 23:03 |
TaucherMK_ |
nwillems: Your memory limitations are too strong |
| 23:04 |
TaucherMK_ |
watch out for memory in php.ini and increase it |
| 23:04 |
TaucherMK_ |
don't forget to restart the webserver after |
| 23:04 |
TaucherMK_ |
I'm off |