
01-06-2009, 05:12 PM
|
 |
|
|
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by brucegs
Found a fix for the delete custom link problem
Open usc_cp.php and find the following line of code (line 83):
PHP Code:
$linkid = $vbulletin->GPC['id'];
replace it with
PHP Code:
$linkid = $_POST['id'];
worked for me anyway 
|
Still didn't work.  Where is this setting?
Quote:
The position of this is controlled in a separate setting
|
I can't find it. TIA.
|