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.
Hot Discussions
Hot Discussions
0
Comments
Ok, it's a conflict with Unanswered Discussions. Of course, it's based on it.
from the Read Me
If somebody knows what needs to be done, I'll be happy to make the changes.
sorry
and thank you
i will let u know
AWESOME
it workds
Hiding the filter for guests should be doable, but I'm quite busy at the moment so I can't have a look at this right now.
Anyway I'm not sure it has to be hidden for guests. I see your point because it's a bit strange to have some discussion filters when not logged in, but since hot discussions aren't related to private data, there's nothing to hide. I'll see if I can hack something, adding a user preference just for this sounds too time-consuming.
your right i don't need the hot discussions disappearing for the guests
it is all cool
thanks a bunch
most of my threads get very long
If a real coder had a suggestion, I'd be happy to include it.
RewriteRule ^discussions/hot/(.*)$ /discussions/?View=HotDiscussions [QSA,L]
Then open
/path/to/vanilla/extensions/HotDiscussions/default.php
Find
$Url = GetUrl(
$Configuration,
'index.php', '', '', '', '',
'View=HotDiscussions');
replace with
$Url = GetUrl(
$Configuration,
'index.php', '', '',
'discussions/hot');