Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Advanced Editor: download stats and downloading under original name
For the first one, override the attachments view with a more recent one (will be in 2.3): https://github.com/vanilla/vanilla/blob/master/plugins/editor/views/attachments.php (View Post)3 -
Re: redirect after popup close
Try setting a redirect url instead of using redirect(). $sender->RedirectUrl = url('discussions'); (View Post)3 -
Re: Infinite Scroll : show page no. instead of discussion/comments no.
Thanks for using my plugin! I liked the page number idea, so I added an option for this. You can download the newest version of the plugin and add this to your conf/config.php to enable it: $Configur… (View Post)4 -
Re: Infinite Scroll and Comments/Discussions per page settings
Thanks for trying out my plugin! You shouldn't set Vanilla.Discussions.PerPage to 1 or 10000. Extremely small or large values are incredibly wasteful and hurt your SEO. There is a reason, these value… (View Post)2 -
Re: Render-blocking javascript as reported by Google PageSpeed Insights
Enable it, then press ctrl+u on any page of your forum. Do you see lots of <script ...> elements in the <head> section or just a few? (View Post)2