Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Comment-rendering events for embedded content
Yes, this is a good approach. Use format_links_handler (View Post)1 -
Re: Remove h1 from vanilla editor
That's why I'd rather do it like this: a.editor-action-heading1, a.editor-action-heading2 { display: none;} (View Post)2 -
Re: UserPhoto and UserAnchor attribute nofollow ?
Since you control the profile pages, you can just add a noindex tag like this: public function profileController_render_before($sender) { $sender->Head->addTag('meta', [ 'name' => 'robots', … (View Post)1 -
Re: Advanced Editor?
It has got a settings page. You can choose Wysiwyg there. (View Post)2 -
Re: Reduce number of pagination buttons
@media (max-width: 640px) { .Pager a, .Pager span { display:none; } .Pager .Highlight, .Pager .Previous, .Pager .Next, .Pager .FirstPage, .Pager .LastPage { display:inline; }} (View Post)4