PDA

View Full Version : Button Missing in Maintenance (Find Duplicate Links)


gnubittol
10-13-2008, 05:36 PM
When I find the duplicate links through Maintenence, it will find them and goes through the steps to delete them, but there is NOT a BUTTON to submit the operation...

Gianni

Brian
10-14-2008, 10:52 AM
Huh... Not sure how that got removed, but thank you for pointing it out. I've just added the code back to the admincp/vba_links_admin.php file in the download package here, so if you will download the files again and update that one on your server, that should take care of the issue.
Or if you would rather apply the fix manually, just look in the file for this line:
print_table_header('<a href="' . $linkurl . '" target="blank">' . $linkurl . '</a>', 4, false, '', 'left');


And add this Above:
$havedupes = true;

Our Sponsors
 

gnubittol
10-14-2008, 12:11 PM
thanks Brian!
now it's perfect!


( why i cannot post in the Bugs forum? )

Brian
10-14-2008, 12:19 PM
Did you read the forum description? ;)
Confirmed bugs that have been flagged to be fixed for future releases. If you believe you have found a bug, please post it in the Troubleshooting and Problems forum and a moderator will move it to this forum once it has been confirmed.

Our Sponsors
 

gnubittol
10-14-2008, 12:23 PM
I'm very happy to be a "normal" user in a technical forum ehehheheh

Ciao!