Post-Übersicht

Forum » mh_branchenbuch » Neue Einträge im FE sofort freigeben?

Write a post ...

«« 1 »»

Author Message

Stoffel

Offline Author

Level 2 (59 %)

 

Posts: 8

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


Posted: 27.05.10, 12:25

Quote

Martin Hesse

Offline Moderator

Level 9 (60 %)

 

Posts: 154

Zeile 1685

Folgendes Array wie folgt abändern:

Language: PHP
  1. $insertArray = array(

  2.             'pid'         => $pid,

  3.             'crdate'      => time(),

  4.             'cruser_id'   => $GLOBALS['TSFE']->fe_user->user['uid'],

  5.             'hidden'      => 0,

  6.             'kategorie'   => $postVar['kategorie'],

  7.             'forename'    => $postVar['forename'],

  8.             'lastname'    => $postVar['lastname'],

  9.             'firma'       => $postVar['firma'],

  10.             'adresse'     => $postVar['anschrift'],

  11.             'zip'         => intval($postVar['zip']),

  12.             'city'        => $postVar['city'],

  13.             'telefon'     => $postVar['telefon'],

  14.             'fax'         => $postVar['fax'],

  15.             'link'        => $postVar['www'],

  16.             'email'       => $postVar['email'],

  17.             'keywords'    => $postVar['keywords'],

  18.             'handy'       => $postVar['handy'],

  19.             'typ'         => $postVar['typ'],

  20.             'bundesland'  => intval($postVar['bundesland']),

  21.             'landkreis'   => intval($postVar['landkreis']),

  22.             'ort'         => intval($postVar['ort']),

  23.             'job'         => $postVar['job'],

  24.             'detail'      => $postVar['details'],

  25.             'custom1'     => $postVar['custom1'],

  26.             'custom2'     => $postVar['custom2'],

  27.             'custom3'     => $postVar['custom3'],

  28.             'bild'        => implode(',',$images)

  29.            );


Posted: 28.05.10, 19:41

Quote


«« 1 »»

Powered by MH-Dev.-Board (c) 2009 MH-Dev. - Webdevelopment.