Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Unanswered Discussions
Unanswered Discussions
0
This discussion has been closed.
Comments
Add
RewriteRule ^discussions/unanswered/(.*)$ /discussions/?View=UnansweredDiscussions [QSA,L]
To the .htaccess
Then open up
/path/to/vanilla/extensions/UnansweredDiscussions/default.php
Find :
$Url = GetUrl(
$Configuration,
'index.php', '', '', '', '',
'View=UnansweredDiscussions');
Replace with
$Url = GetUrl(
$Configuration,
'index.php', '', '',
'discussions/unanswered');
And now it should like to the SEO link friendly URL
Hope that helps
That would be a cool feature of the plugin
I am not all that bothed now because its Seo'ed on my forum.
When I enable it. My URL looks like: http://localhost/forum/discussions/?discussions/unanswered
I am using Friendly URLs, and I'm not sure why, but this filter gives me all the discussions even the ones who have comments. Any suggestions?