in radiostations.php at line 1410:
Code:
function rs_construct_permalink($stationid) {
return rs_construct_url_link('/radiostations.php?station=' . $stationid);
}
need a modification like this ( in my case )
Code:
function rs_construct_permalink($stationid) {
return rs_construct_url_link('/forums/radiostations.php?station=' . $stationid);
}
...corrected

and installed!
great job!