Add More Custom Fields via Config - Page 3 Add More Custom Fields via Config - Page 3
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Add More Custom Fields via Config

Started by pslawinski, November 13, 2005, 12:16:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

Replace $HTTP_POST_VARS with $_POST throughout the mod or enable long arrays in your php configuration (if you can).

Kaeghl

ah excellent, i changed it to the $_POST and it works fine now.

thanks a lot.