PDA


View Full Version : Move link problem


HenrikHansen
05-31-2008, 07:07 PM
When I try to use the "move link" option in the moderation menu,
I am transferred to a site where I can choose destination category.
Unfortunately, the drop down menu for choosing new category is empty,
any reason?

simsnet
06-02-2008, 06:04 AM
I have this problem too.

Any fix?

Brian
06-02-2008, 01:43 PM
This should have been corrected in Beta 1, but I guess the fix got lost along the way. If you will look in your links/moderate.php file for this line though:
$catmoveselect = links_print_cat_select(0, 'moderation');

And replace with this:
$catmoveselect = links_print_cat_select(0, 'submitlink');

Then that should take care of the problem.