Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help with home page
VizionStudios
New
Dose anyone know a way to stop it when someone comments on a post it move up the list.
0
Comments
Are you really looking for a forum?
If you are using Bootstrap, create a css rule like that:
so that they cannot move anymore!
Or maybe
Just joking...
That's the way "Recent Discussions" should be interpreted. You might like to look at yourforum.com/categories/discussions in order to get another way of showing discussions.
You can sink discussions, that you don't what to move up. it is usually done on an individual basis.
grep is your friend.
You should be able to change the sort order via a config option.
Try adding
$Configuration['Vanilla']['Discussions']['SortField'] = 'd.DateInserted';
to your/conf/config.php
file.You can also change the sort direction with
$Configuration['Vanilla']['Discussions']['SortDirection] = 'asc'; // or 'desc'
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thank you @hgtonight
@hgtonight I was able to get it to stop moving but do you know how to do this with the date not update when someone comment to?
You would need to sink the discussion on update.
You could put that in a themehook file, I'm not going to help you more than that.
grep is your friend.
I did it @x00
Nvm
You don't want the last update date shown? I would hook the discussions view:
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
What file? I been trying do this for like 1hr
Don't pick files out willy nilly. Add that code to your themehooks or into a new plugin.
Please read the plugin quick start to understand what is happening: http://docs.vanillaforums.com/developers/plugins/quickstart/
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
See this is why I voted against smilies on a support forum.
grep is your friend.
It should actually be
grep is your friend.
And add an "l" to "Hander" and a "$" to Sender
indeed.
grep is your friend.
Like this?
Not bad!
Deleted the "," in line 11
Added class in line 14
Deleted closing
?>
But I do not have a clue if this will be working as you expect it, but since you simply copied @hgtonight, I guess it's working flawlessly
The plugin did not work
It should not update Most recent by or The time it was post.
My crystal ball clearly needs some polishing.
I am confused as to what you are trying to achieve. I believe a screenshot and detailed explanation is in order.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.