hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: FileUpload "Insert Image" causing http/https problems
I don't mean to hassle you about it. I usually forget and like to see the number when I come back to threads. :D It seems it adds the webroot by default, because this site is set up to use a CDN… (View Post)2 -
Re: FileUpload "Insert Image" causing http/https problems
Just concatenate it. var truncatedLocation = '/' + JResponse.MediaResponse.FinalImageLocation.split('/').slice(3).join('/'); (View Post)1 -
Re: In response to whu606 - New Poll plugin
Initial release features are frozen. See you on the other side! :D (View Post)1 -
Re: Can I set a default category for new discussions?
To your theme hooks! public function PostController_BeforeFormInputs_Handler($Sender) { $Sender->Category = CategoryModel::GetFullByUrlCode('category-slug');} Replace category-slug with … (View Post)3 -
Re: [Flagging addon] Category for flagged content not saving
Proper patch for /plugins/Flagging/views/flagging.php @@ -22,7 +22,7 @@ * <?php echo $this->Form->Label('Category to Use', 'Plugins.Flagging.CategoryID');- echo $this->… (View Post)1
