vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Google ads not working anymore
Ok then I suggest you make a module . please try the Widgets plugin and see how the modules are built. Then add the google code and see if that works http://vanillaforums.org/addon/widgets-plugin (View Post)1 -
Re: Go to entry/signin after logged in
To make a link change to sign out from sign in , you need to add the session part to it. $Session = Gdn::Session();if ($this->Menu) {$Authenticator = Gdn::Authenticator(); if ($Session->IsValid… (View Post)2 -
Re: Bootstrap embedded cutting off top 'New Discussion' button
no the 300 is the minimum height if not 100% add this after the line that says //must be block vanillaIframe.style.margin-top = "20px";vanillaIframe.style.height = "100%"; (View Post)1 -
Re: kPoll css missing? (NOTE k-poll contains a potential security risk.)
In theory the risk would be less if only one person has access to the poll settings. But that does not remove the threat only keeps it private. Only one person has had this issue. It is the same pers… (View Post)1 -
Re: File Upload Plugin doesn't show up by members
For future issues, now you know that Many Plugins use permissions, so that is the first place to look if it only works for Admin. (View Post)1
