Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Setting a new photourl with each SSO
The easiest way to do this is to set up a resource with a fixed URI that outputs the most recent thumbnail. Services like Gravatar or Disqus do it like this. e.g. example.com/avatar.php?user=USERNAME… (View Post)1 -
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: 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 -
Re: Standalone Vanilla Forum Installation (Admin Locked Out Issue Resolved)
You are correct. This was only in 2.1. (View Post)1