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.
[Solved] Discussions per page don't show pagination
psycocandy
New
Hi there again everyone... When I set the discussions per page to less than posts that I have in my forum, the pagination don't appear at all... =(
I use this:
dashboard/forum settings/advanced -> discussions per page
I'm using Version 2.0.17.10. Did I have to do anything more to show the pagination in the homepage?
Thanks in advance!
I use this:
dashboard/forum settings/advanced -> discussions per page
I'm using Version 2.0.17.10. Did I have to do anything more to show the pagination in the homepage?
Thanks in advance!
Tagged:
0
Answers
Can you tell me what the div that shows the "More" link or where I find it?
Because when I set the discussions per page, I go to the site homepage and search in the html code the word "More" but without success... =(
Thanks again!
I saw this post http://vanillaforums.org/discussion/comment/140356 and my problem was similar to @lesndes, that use the same Vanilla version that I (2.0.17.10) and had problems when check the option "Don't use Categories". I follow his post about the database tables Category and Discussion (thanks!!).
First, I did a SELECT COUNT(*) in the Discussion's table to find out how many posts was there. Then I updated the "CountDiscussions" with this value in the Category table.
I did the same with "CountComments" and Comment's table.
Finally, I updated all the CategoryID = 1 in the Discussion's table!
Tchanannn!! It works!
I believe this bug was fixed in the latest version, but to the version I'm using, I couldn't find another way to make it work... =/
I hope maybe this could help someone else...
Thanks alot @psycocandy