PDA

View Full Version : Custom fields missing when moderating new links


Brian
02-03-2009, 01:14 PM
Problem: Custom fields are not shown when moderating new links.

Fix: Download the files from the Members' Area here again, FTP into your server, and upload the links/moderation.php file from the package you just downloaded over your existing file.

Manual Fix: Look in your links/moderation.php file for this line (near the top):
$specialtemplates = array();

Replace with:
$specialtemplates = array('adv_links_cfield');

niewczyk
02-03-2009, 10:30 PM
Thanks this worked.