Ah, sorry posted something before I read all the comments ^^
Could we perhaps see a configuration page for the plugin allowing us to choose whether or not to add the bar, and to configure the local, as the .php locale would be replaced on upgrade of the plugin...
2nd EDIT :P
Another Idea: allow the person to choose whether it is a discussion or question when it is started, and use "coversations" for all discussions and questions.
I had this running well until I found the problem outlined by @zuzuzu above. Clicking on a discussion area takes me to the first post, not the last read.
Played around with this a bit more this morning. It stops going to the last read post if there's more than one page of comments. The pagination seems to disrupt it.
Comments
Thanks, I'll do that One thing though, is it delete to change the ''sort by votes/date'' bar?
Could we perhaps see a configuration page for the plugin allowing us to choose whether or not to add the bar, and to configure the local, as the .php locale would be replaced on upgrade of the plugin...
2nd EDIT :P
Another Idea: allow the person to choose whether it is a discussion or question when it is started, and use "coversations" for all discussions and questions.
Not to act like I know more than you, but you forgot to add this to your class.voting.plugin.php
public function ProfileController_Render_Before($Sender) {
$Sender->AddCSSFile('plugins/Voting/design/voting.css');
}
There may even be a better solution, but this was my fix.
You only add it to the discussion controller, which leaves a very ugly list on the user's profile page
Also this is a Beta plugin so might want to post issues/bugs here: http://github.com/vanillaforums/Garden/issues
Could you upload it there, please? I am new to github, and would like to figure out how to suggest changes with git :d (plus have a few requests) ^^