Quote:
Originally Posted by Skitty
My "permalink" option shows an incorrect url (one folder off). Is there a way for me to get at that code to edit the url ?
Thank you !
|
I'm not sure if this is the best way or not but it's a quick and easy fix.
Find in the radiostations.php file:
Code:
function rs_construct_permalink($stationid) {
return rs_construct_url_link('/radiostations.php?station=' . $stationid);
I added
/forums in front of the
/radiostations.php?
The Permalink now reflects the proper url. :up:
You're actual directory structure may differ.