vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: CatIcon
You need to change this to margin like below instead of padding .Discussion.ItemContent {margin-left: 55px;} (View Post)1 -
Re: Embedded Forum Resulting In "404 Page Not Found"
Yes there is something wrong # RewriteBase / it should be RewriteBase /forum Good idea to scan the tutorials category, look here to see what it should look like. And make sure you have RewriteUrl Tru… (View Post)1 -
Re: Go to entry/signin after logged in
To make a link change to sign out from sign in , you need to add the session part to it. $Session = Gdn::Session();if ($this->Menu) {$Authenticator = Gdn::Authenticator(); if ($Session->IsValid… (View Post)2 -
Re: Making a complete copy of a forum but without users & discussions?
ok, I would install vanilla elsewhere then copy over the relevant things you want to keep. You can copy over any settings you want from the old config.php however the database and all the other info … (View Post)1 -
Re: Making a complete copy of a forum but without users & discussions?
Yes just create a new fresh instal with a new database and then copy over the things you want, you can copy the settings saved in config.php for plugins and such. (View Post)1