donshakespeare
✭✭donshakespeare ✭✭
Reactions
-
Re: A qustion about Vanilla MySQL
1 -
Re: How to add noindex on certain category
Or you can duplicate/edit your theme template <head> ... {if $Category.Name == 'this' || $Category.Name == 'that'} <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> {/… (View Post)2 -
Re: Change Vanilla default html class
@Carlo_13 you might not need to edit the HTML. Example: if you wish to make .Discussion in to .container, simply copy the rule over to `.Discussion' (View Post)1 -
Re: .js and css view in signed in
if (Gdn::Session()->IsValid()) { $this->addJsFile('jquery.autosize.min.js'); $this->addJsFile('autosave.js'); $this->addJsFile('discussion.js');} (View Post)1