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.
Problems with vanilla 2 and wanting to downgrade to vanilla 1?
UnderDog
MVP
From another thread:
Example:
I clicked here, filled this form, checked that checkbox and then this error occurred (screenshot). I posted the question here (Url to discussion).
Would be great if could export from Vanilla2.x to Vanilla1.x (downgrade) because I'm not happy with vanilla2, is still a litle beta and there are many functions that were great in vanilla1, and will not implemented yet in 2.0.17@Carlitros : what are the problems, try to be as clear as possible and maybe we can solve the problems. If you have discussions running, just post the URLs here.
Example:
I clicked here, filled this form, checked that checkbox and then this error occurred (screenshot). I posted the question here (Url to discussion).
There was an error rendering this rich post.
0
Comments
I have a forum with about 300 users and 400 threads, it runned on vanilla1 for 4 years and today on vanilla2, some thread have 10 pages and more than 450 comments in a unique thread, first problem not is possible go to "more recent" or "new" post and navigation trough old pages is required.
Also will be good hide comments for "clean" some post, but dont deleting it (recoverable). After upgrade to 2.0 several hided post is showed, and not possible to hide, problem increased, more long threads.
CLEeditor hangs ie8, i dont love ie8, but sadly is the most used.
Search need filters, the good example is this comunity forum, its impossible locate messages when you search and the results show hundred of messages of 2005 and vanilla1.
Surely my users have more problems or desired functions, but in this moment i dont remember, also surely this related problems can be solved with time, but its hard to convince to 300 users that dont have functions that work fine yesterday.
Thanks for your interest.
http://www.vanillaforums.org/discussion/14397/vanilla-2.0.17-released#Item_105 Do you know which posts they are? You might have to adjust the database and then adjust a piece of code within vanilla for this one. I don't know how to solve this one. I thought search is being worked on for the next version of Vanilla. Completely understandable.
I think that if you can resolve the "long threads" problem by having your users skip to the past post, you'll be halfway in your solution. You will also then eliminate the "hide some posts" problem, because you can let your users jump to the last post.
I've thought of 1 other solution for letting your users jump to the last post.
My HTML is a bit rusty, so bare with me:
you need to change something in your sourcecode where you know for sure it will be the last post shown. (in the sourcecode you will see easily).
After the last post you will add something:
<a name="thisisthelastpost"></a>
And in your discussion list you let the users jump to the last post by doing this:
<a href="somediscussion#thisisthelastpost"></a>
There was an error rendering this rich post.
Any knows of this issue?
Strange because I thought they were using the voting plugin here on the forums too...
There was an error rendering this rich post.