Quote:
Originally Posted by Kiros72
Here's a fix for anyone that's having trouble deleting the custom links... The custom content won't delete because of a little bug in Kerry Anne's code.
Within the usc_cp.php file,
Find the first (on line 81):
PHP Code:
'linkid' => TYPE_INT,
Change to:
PHP Code:
'id' => TYPE_INT,
Save and then overwrite the original file.
|
THANK YOU! This has been bugging me and stopping me from releasing the custom columns to my users! Thanks again.