Adriano Faria Posted November 6, 2015 Share Posted November 6, 2015 About This File This plugin will restore the BEST ANSWER feature from IP.Board 3.4. It will allow topic starters and users from selected groups to mark a post as best answer. A tag ANSWERED will appear on forum view to show which topics are resolved. Link to comment Share on other sites More sharing options...
Joey_M Posted November 7, 2015 Share Posted November 7, 2015 @Adriano Faria - Is it possible to move the best reply selection area to the right side? Rather than it being displayed on the left? Link to comment Share on other sites More sharing options...
Adriano Faria Posted November 7, 2015 Author Share Posted November 7, 2015 6 hours ago, Joey_M said: @Adriano Faria - Is it possible to move the best reply selection area to the right side? Rather than it being displayed on the left? I've made it exacly like it is on Questions & Answers. It should be with some CSS on custom.css, which I don't know. Link to comment Share on other sites More sharing options...
EmpireKicking Posted November 7, 2015 Share Posted November 7, 2015 thanks Link to comment Share on other sites More sharing options...
Adriano Faria Posted November 7, 2015 Author Share Posted November 7, 2015 What's New in Version 1.0.1: Fixed permission error on Forums settings. Link to comment Share on other sites More sharing options...
jcdesign Posted November 7, 2015 Share Posted November 7, 2015 There were no diffirences installing this plugin. The reason I wanted this plugin was that we admin and moderators can also push the best answer button, but It only shows for the thread starter. Link to comment Share on other sites More sharing options...
Adriano Faria Posted November 7, 2015 Author Share Posted November 7, 2015 2 minutes ago, jcdesign said: There were no diffirences installing this plugin. The reason I wanted this plugin was that we admin and moderators can also push the best answer button, but It only shows for the thread starter. If you choose the groups according to settings, it will work: It works on my board. I'm not the topic starter for the following topic but I set it as answered: See the log: No problem here. Link to comment Share on other sites More sharing options...
Brian Posted December 2, 2015 Share Posted December 2, 2015 This is great. Can I suggest a future feature, the ability to filter by answered / unanswered the way it worked in IPB3? Link to comment Share on other sites More sharing options...
Brian Posted December 16, 2015 Share Posted December 16, 2015 @Adriano Faria A few bugs: 1.) Certain groups do not see the "Answered" tag in the topic list. I am seeing this in the guest group, and members group. http://take.ms/MFIfU When logged in as an Admin it shows. 2.) I have all user groups selected to select a best answer, but being in the member group I do not have that option. Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 17, 2015 Author Share Posted December 17, 2015 It won't appear if: the topic is archived the user who's reading the topic isn't the topic author ( topic auhor can set as best answer ) the user who's reading the topic isn't a moderator ( moderators can set as best answer ) Make sure everything is right. Link to comment Share on other sites More sharing options...
Jesse Rapczak Posted December 19, 2015 Share Posted December 19, 2015 Shouldn't the best answer be moved to be under the original post? That way my users won't have to trawl through pages of posts to find the best answer. Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 21, 2015 Author Share Posted December 21, 2015 On 19/12/2015 at 0:19 AM, Jesse Rapczak said: Shouldn't the best answer be moved to be under the original post? That way my users won't have to trawl through pages of posts to find the best answer. In a QUESTION forum, yes. I made it to work like that on Discussions forums. Link to comment Share on other sites More sharing options...
Gabriel Torres Posted April 10, 2016 Share Posted April 10, 2016 @Adriano Faria Is it 100% compatible with 4.1.10? I've just installed it, but nothing is showing up at the front-end. Yes, I've double-checked the configurations... Link to comment Share on other sites More sharing options...
Adriano Faria Posted April 10, 2016 Author Share Posted April 10, 2016 I'll try tomorrow. Last time I use it was on 4..1.7. Link to comment Share on other sites More sharing options...
Adriano Faria Posted April 10, 2016 Author Share Posted April 10, 2016 11 hours ago, Gabriel Torres said: @Adriano Faria Is it 100% compatible with 4.1.10? I've just installed it, but nothing is showing up at the front-end. Yes, I've double-checked the configurations... My (4.1.10) live board: Also tested on localhost, 4.1.10: Working fine. Is the support account still active? I can take a look. Link to comment Share on other sites More sharing options...
jcdesign Posted April 10, 2016 Share Posted April 10, 2016 If I am not wrong, but isn´t this plugin built in IPS as standard? No need to install this. Link to comment Share on other sites More sharing options...
duyfr Posted April 10, 2016 Share Posted April 10, 2016 1 minute ago, jcdesign said: If I am not wrong, but isn´t this plugin built in IPS as standard? No need to install this. no , i dont think so Link to comment Share on other sites More sharing options...
opentype Posted April 10, 2016 Share Posted April 10, 2016 1 minute ago, jcdesign said: If I am not wrong, but isn´t this plugin built in IPS as standard? Only the topics in the new forum type “Question & Answer Forum” can have best answers by default in 4.x. It’s not a functionality of regular forums anymore. The plugin restores that, just as its description says. Link to comment Share on other sites More sharing options...
Gabriel Torres Posted April 11, 2016 Share Posted April 11, 2016 @Adriano Faria Here it is not showing up. Can you take a look for us? Thanks. Your account is still active there. Link to comment Share on other sites More sharing options...
Adriano Faria Posted April 27, 2016 Author Share Posted April 27, 2016 What's New in Version 1.0.3: Added filters to topics with best answers and topics without best answers. Link to comment Share on other sites More sharing options...
mdmx Posted May 15, 2016 Share Posted May 15, 2016 I noticed an error due to this plugin. Go to the panel moderator And get this error I fixed the following way if( $class == 'IPS\forums\Topic' ) Replaced by if( $class == 'IPS\forums\Topic' && \IPS\Request::i()->id ) Link to comment Share on other sites More sharing options...
Adriano Faria Posted May 23, 2016 Author Share Posted May 23, 2016 What's New in Version 1.0.4: Fixed error on ModeratorCP -> Hidden Content -> Topics and User Profile -> Activity -> Topics. Link to comment Share on other sites More sharing options...
Safety1st Posted May 26, 2016 Share Posted May 26, 2016 @Adriano Faria How about to make an option to mark best answer in a topic without losing too much space on the left side? In other words I wonder to have a plugin where a post could be marked by clicking somewhere inside it and highlighted with the same way used by IPB for popular posts and the link to best answer is placed in the first post. Link to comment Share on other sites More sharing options...
wtanton Posted May 26, 2016 Share Posted May 26, 2016 On 23.05.2016 at 9:00 PM, Adriano Faria said: What's New in Version 1.0.4: Fixed error on ModeratorCP -> Hidden Content -> Topics and User Profile -> Activity -> Topics. I installed 1.0.4 and problem still exists when you go in My Profile -> Activity -> Topics: Quote OutOfRangeException: (0) #0 /.../public_html/init.php(435) : eval()'d code(26): IPS\Node\_Model::loadAndCheckPerms('18') #1 /.../public_html/applications/core/modules/front/members/profile.php(470): IPS\Helpers\Table\hook33->__construct('IPS\\forums\\Topi...', Object(IPS\Http\Url), Array, NULL, NULL, 'read', false) #2 [internal function]: IPS\core\modules\front\members\_profile->content() #3 /.../public_html/system/Dispatcher/Controller.php(85): call_user_func(Array) #4 /.../public_html/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute() #5 .../public_html/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute() #6 /.../public_html/index.php(30): IPS\_Dispatcher->run() #7 {main} Link to comment Share on other sites More sharing options...
Adriano Faria Posted May 26, 2016 Author Share Posted May 26, 2016 I'll take a look. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.