Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Images are rotated when resized
It'd be cool if the UploadImage would handle that, created an issue. (View Post)2 -
Re: For People looking where to edit Panel Asset. (the 'wrong' way.)
Sorry, but apart from this being the wrong way, it is not helpful at all. What part of class.theme.php would you edit to modify the Panel? There are at least 3 tutorials about how to make a new modul… (View Post)3 -
Re: For People looking where to edit Panel Asset. (the 'wrong' way.)
To add assets that are not modules, you can use Gdn_Controller->AddAsset $Sender->AddAsset('Foot', '<div class="MyNewAsset">Hello World!</div>', 'MyNewAsset'); (View Post)5 -
Re: Error displaying page Mobile Browser
The problem might be that the theme is missing the viewport/width=device-width meta tag. I haven't checked, but if that's the case, add this to your themehooks: public function Base_Render_Before($Se… (View Post)2 -
Re: Akismet and StopForumSpam plugins that work in 2.1?
Yes, no API key needed. It's only needed if you also intend to report spammers back to StopForumSpam http://vanillaforums.org/addon/1429/report-spam (View Post)2