If you’re referring to Restrict "create page" to templates and hide "blank page" then I didn’t answer. You should be able to hide the blank page option using CSS, by hiding the first “category”:
form#create .xwiki-select-options > ul > li:first-child {
display: none;
}