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');
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');