hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Love that icon
That is pretty awesome. (View Post)1 -
Re: Increase Description length, at the moment it's 500 characters i want to make it 1000 or more.
Wrap the increased limit in a plugin Structure() method and it won't be overwritten on update: <?php if (!defined('APPLICATION')) exit();/* Copyright 2015 Zachary Doll* This program… (View Post)3 -
Re: How do I use exact search without quotation marks?
You could hook into the searchModel_search_handler and modify the search query to be wrapped in quotes. public function searchModel_search_handler($sender) { $sender->EventArguments['Search… (View Post)1 -
Re: Getting number of new posts in discussion
Welcome to 2.1! Thanks for trying my addon. This could be added fairly easily since the data is already loaded. In /plugins/LatestPostList/modules/class.latestpostlistmodule.php fine the PostList() f… (View Post)1 -
Re: QnA - Best Answer
You can modify your own copy of the plugin. In /plugins/QnA/class.qna.plugin.php find the DiscussionController_BeforeDiscussionRender_Handler function definition. Comment out the following lines: // … (View Post)2
