Best Of
Re: I want to migrate the post and data of my Vanilla Forum to another forum (i.e. Discourse o Flarum)
While I don't necessarily disagree with everything that has been said here, I would like to stress, that the assumption that search engine performance is reliant on the forum software used (which has been repeated multiple times in this thread), is mostly wrong.
If you believe, that a different HTML structure or more meta tags or some kind of techy "magic sauce" can somehow improve your google ranking, you have bought into the SEO snake oil.
Sitemaps, meta tags, etc. are all a thing of the past as far as SEO goes. Major search engines do not just download your HTML source code. They execute and scan the page in a manner a human would, because that is their job.
I run a large 13 year old forum for electric bicycles and i suspect my pending move to xenforo will give me a similar improvement, although our SEO is shockingly amazing considering we're running phpbb with zero extensions installed to help SEO out.
That is most likely because your content is great. Choose a forum software for its usability and design not for "SEO" features.
Search for "the greatest page in the universe". What you'll get as the number one result is maddox.xmission.com. He named his PAGE the greatest page in the universe, so when you search for it you find him.
It is ironic that you are taking this site as an example, which is basically an iconic HTML 1.0 era site, known for its satirical articles, which has built credibility with search engines for two decades. Why should your recently created page rank in the same way?
SEO is all about content, that is the "uncomfortable" truth.
You need good and relevant content which attracts users to earn your ranking. This requires time and knowledge about the target demographic of your community/website. This can include having a good forum structure and teaching users how to choose comprehensive discussion titles, for example. It is not something that can be automated.
Re: Odd SQL causing error when editing permissions
Ignore the above. I had a site I wasn't using so did a quick install. It worked.
In case anyone find this post in the future, there were the steps I used to fix:
- did a fresh install of vanilla somewhere else. Downloaded the GDN_permissions table thenfrom his new installttted that install l only did the above to get the table data. I hvae tried to attach that data to this post. If that works then no need to repeat the above, just use the attached acked up GDN_permissions on the live site (i just renamed the existing table)onan the SQLly eems to be fixeddid

Re: How Do I Make A Custom Page as Homepage?
Take a look at my forum: https://belajarastro.id
I created my own custom homepage with the Custom Pages plugin (download here).
To make the page a full page, you can add this code:
.MainContent { width: 100%; margin: auto; } .Panel-main { display: none; } .Breadcrumbs { display: none; }
Hope it helps your forum to have a more attractive appearance!
Re: Performance concerning categories
If you make a "Flat" category (under Display As when creating a category) you should be able to put thousands of categories under it it.
There's a scaling bottleneck with the other, hierarchical category types because of data needing to "bubble up" from child categories that creates a lot of overhead. I wouldn't exceed ~200 non-Flat categories unless you have memcached and a lot of memory.
Flat categories was made for exactly your use case, I believe.

Re: Difference between Business and Open Source
There is a difference
A few points
https://success.vanillaforums.com/kb/articles/115-addon-master-list
(I might not be right on all as some plugins gets added to OSS version from time to time)
Advanced Search
Badges
Badgify Comments
Hosted Tours
Keyword blocker
Knowledge
Online
Polls
Ranks
Reactions
Reporting
Resolved
Role titles
Salesforce
Troll Management
Advanced analytics
Walk trough
Warnings
Zendesk
Groups and Events
(a few of these are however available in OSS community made plugins with similar functionality)
also
Update and fixes release frequence

Re: Forum stats not showing on the dashboard
After digging deeper into this issue, I found that the statistics server itself was missing data after august 24th. The analytics requests the forum was sending was giving the error message 'Data too long for column 'LastIP' at row 1|Gdn_Database|Query|insert into GDN_RemoteSite'. Some more digging reveals that LastIP is not something sent along with the outgoing request, so I assume this is generated on the analytic server side (which makes sense).
This lead me to examine my network configuration closer, and I realized that I had IPv6 enabled on the server. And even though the forum is currently served over IPv4 only (and the hostname only resolves to a v4 address), apparently this background transmission to the analytics server happened over IPv6. And that seems to much for it to handle apparently.
I was in a position where disabling IPv6 wasn't a problem, and immediately upon disabling it, the statistics server started giving me status 200 instead of 500 on the requests. I also noticed that a bunch of data immediately populated in the graphs, although I am still missing some recent data, so I'll just keep an eye on it for now. The graph seems to be slowly populating. First up to september 8th, and a few minutes later to september 25th, so I guess the rest is forthcoming.
Of course, having to disable IPv6 is a poor workaround for many, since many servers rely on it, but I guess there might be a way to force PHP to stick to v4 one way or another. And I have no idea why it stopped working on the day it did. I've had IPv6 enabled on this server for many months, and checking my update history, there were no updates on or around that time period either. Did the analytic server DNS got updated to inlcude an IPv6 address for the domain name around this time? The time differences between me and @peterlu seems to be a bit long for DNS caching, but perhaps...

Re: moving Vanilla to new domain name (same server)
Just go ahead and change your domain name on the server to the new one, then delete all the files in the /cache folder except .htaccess and it should work fine. You don't need the importer as the files are already there.
Unlike other forum software, Vanilla doesn't ask for the domain name in the admin Cpanel or elsewhere.

New Embed System (Preview & Information)
One of my favourite parts of the Vanilla is the ability to embed external content. Unfortunately until now, it has been very difficult to create custom embeds with any amount of complexity.
In the last few weeks the team has been working on finalizing our new pluggable embed system. I held it back from the 3.1 release due to a need for additional testing, but it is available for testing on the master branch of Vanilla.
Our initial documentation is written, but it will be fleshed out significantly in time for the next release. In case anyone wants to start playing with it, here it is.
Docs
PHP CodeBase & Builtin Embeds
Frontend CodeBase & Builtin Embeds
User's profile pics are not aligned after reacting on a post.
It's not an issue, but a design flaw that does not look good.
It fixes itself when I refresh the page.
So is there any way to fix it so that it always displays aligned in a straight line without refreshing the page?
And is there any way to view the "13 other" people who reacted (Please check the pic) currently there is only plain text which does nothing on hover/click.
I hope someone will help as always 🙂
Kind Regards
