PDA

View Full Version : Report Broken Link - in version 2.0


Steve Dagnall
11-09-2006, 11:31 PM
The above feature works when used from links listings produced in New Links, Top Links and Popular Links but not when the listings are produced by clicking on a particular category.

John Turner
11-10-2006, 08:35 AM
Hello Steve Dagnall and welcome.

Please provide me with your AdminPanel and FTP credentials. I will try to help you.

Steve Dagnall
11-10-2006, 05:15 PM
Many thanks John

Can you please advise me of the safest way to send you the FTP credentials and Admin panel ID/login

Cheers
Steve

cancan
11-11-2006, 12:44 AM
Yes same problem in my script.When you click to Report Broken Link popup is opening than giving 404 Error....

cancan
11-12-2006, 08:31 AM
Report Broken Link Problem?????

joske
11-16-2006, 05:31 PM
Same problem here in IE 6.0! (404 error)

Works fine in FF 1.5.0.8 :-s

Rick Gardner
12-03-2006, 08:05 PM
Was this issue resolved? I am having the same problem.

Holger Veith
12-05-2006, 03:31 AM
The same problem: IE 6.0

Michael Hill
12-05-2006, 04:22 AM
Hello,

This problem will occure with using IE.

For solving this isuue try to do next.

**Find and open file templates/your current template/js/utils.js **

**Find this string**


var win = window.open('report-link.php?id=' + id, 'report_broken', 'toolbar=0,scrollbars=0,location=0,statusbar=1,men ubar=0,resizable=1,width=' + w + ',height=' + h + ',left=' + left + ',top=' + top);


**Replace it with follow**


var win = window.open('/report-link.php?id=' + id, 'report_broken', 'toolbar=0,scrollbars=0,location=0,statusbar=1,men ubar=0,resizable=1,width=' + w + ',height=' + h + ',left=' + left + ',top=' + top);


** Or, set full path for file 'report-link.php' **

**Save and close util.js**

Hope, it will help!

Post about results, please!

Michael Hill
12-05-2006, 04:25 AM
Many thanks John

Can you please advise me of the safest way to send you the FTP credentials and Admin panel ID/login

Cheers
Steve

Hi, Steeve!

You can send such details as PM, or in other hand, create ticket with describing your problem in www.esyndicat.com/support/desk/staff . We are glad to help you.