Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Update 2.2 without .htaccess
Yes, you can still use the ?p= parameter like this: http://vanillaforums.org/discussions/ http://vanillaforums.org/index.php?p=/discussions/ (View Post)2 -
Re: How to create tables with foreign keys correctly?
Vanilla doesn't make use of foreign key contraints in the database, so adding key or index is for optimization only. (View Post)1 -
Re: how to change the profile start page?
You will have to create a plugin for this: public function profileController_index_create($sender, $user = '', $name = '', $id = '') { $sender->getUserInfo($user, $name, $id); Gdn::dispatcher()-&g… (View Post)3 -
Re: Disqus Log In for Vanilla OS?
I don't know if Vanilla plans to open source this plugin anytime soon. @linc If not, I have developed a Disqus integration for a client in the past, which could be extended into a full SSO plugin. PM… (View Post)2 -
Re: Plugin dont show quote
Thanks for trying my plugin! Could you reload the page, open the browser console (press F12), switch to the network tab and then hover a mention? It should look like this in Chrome: Check if there ar… (View Post)1