PDA


View Full Version : Link Options, Rate Link is bad link


deb0
11-02-2004, 07:33 PM
When select a link name, the 'link options' drop down, then 'Rate link' it launches another page giving the error

"No Link specified. If you followed a valid link, please notify the webmaster"

Brian
11-02-2004, 08:03 PM
Have you tried the fix posted in this thread (http://www.vbadvanced.com/forum/showthread.php?t=2969)?

deb0
11-03-2004, 01:29 AM
doesn't make sense. cannot find the first part, and the second part doesn't specify what to replace.

deb0
11-04-2004, 09:44 AM
Can someone help me?

Brian
11-04-2004, 10:54 AM
In your 'ADV_LINKS_BROWSELINKS', 'ADV_LINKS_RESULTS', and 'ADV_LINKS' templates you'll want to look for:
function rate(linkid)
{
window.open("reply.php?do=ratelink&linkid="+linkid, "rate", "toolbar=no, scrollbars=no, resizable=yes, width=320, height=140");
}

Replace & in there with & in each template.

deb0
11-04-2004, 06:35 PM
Exactly what i needed, Thank for coming thru for me again Brian!