| Title |
Change RSS URLs |
| Message Text |
Is there a way I can get the links in the RSS feed to be like url.com/thread/65 instead of url.com/comments.php?id=65?
I opened up rssfeed.php and changed line 78 to if ($usecomments) $linkstuff = $settings->dirurl .'/thread/'. $thisone->id;
127 to else $linkstuff = htmlspecialchars(decodeit($settings->dirurl .'/thread/'. $thisone->linkid));
77 to else $linkstuff = $settings->dirurl .'/thread/='. $thisone->id;
but that didn't seem to work.
Any other ideas? |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
scriptwiki |
| Views |
611 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Sep 24, 2006 - 6:22 PM |