R_J
AdminR_J Admin
-
Re: YAGA - How do I resize reaction avatars?
The most simple way to hide things is using css: .Best { display: none;} As far as I know, the "Best of" functionality will change slightly, so it might be of use for you in the future. (View Post)1 -
Re: Reload captcha image issues
definitions['LastCommentID'] changes after a successful save. Maybe that helps you. You could get the original value on load and compare after each click if it has changed and decide based … (View Post)2 -
Re: Default Master.TPL on open source
Anytime :) Generally it is a good idea to also communicate what you try to achieve when you ask something. Most of the time there is more than one solution in Vanilla to get things done and the exper… (View Post)2 -
Re: Use 3 colors
I haven't tested it, but reading the Readme.txt makes me think it could be achieved by adding .DMarker.DMarker-Gruen { background-color: green;}.DMarker.DMarker-Rot { background-color: red;}.DMa… (View Post)2 -
Re: How do I get the $_SERVER['HTTP_HOST'] from within a Smarty Plugin?
Maybe try using Gardens Request class: return Gdn::Request()->Host(); (View Post)3
