| Author |
Message |
|
Stoffel
Level 2 (59 %)
Posts: 8 |
ID #403
Hallo,
wie schaffe ich es, dass neue Einträge im FE sofort freigeben werden? Im alten Forum wurde eine Zeilenzahl angegeben, welche jetzt wohl nicht mehr stimmt.
Stoffel
|
27.05.10, 12:25 |
|
|
Martin Hesse
Level 9 (60 %)
Posts: 154 |
ID #414
Zeile 1685
Folgendes Array wie folgt abändern:
Language: PHP
'pid' => $pid,
'cruser_id' => $GLOBALS['TSFE']->fe_user->user['uid'],
'hidden' => 0,
'kategorie' => $postVar['kategorie'],
'forename' => $postVar['forename'],
'lastname' => $postVar['lastname'],
'firma' => $postVar['firma'],
'adresse' => $postVar['anschrift'],
'zip' => intval($postVar['zip']),
'city' => $postVar['city'],
'telefon' => $postVar['telefon'],
'fax' => $postVar['fax'],
'link' => $postVar['www'],
'email' => $postVar['email'],
'keywords' => $postVar['keywords'],
'handy' => $postVar['handy'],
'typ' => $postVar['typ'],
'bundesland' => intval($postVar['bundesland']),
'landkreis' => intval($postVar['landkreis']),
'ort' => intval($postVar['ort']),
'job' => $postVar['job'],
'detail' => $postVar['details'],
'custom1' => $postVar['custom1'],
'custom2' => $postVar['custom2'],
'custom3' => $postVar['custom3'],
);
|
28.05.10, 19:41 |
|
| Register or login to reply |
|