[tl] Post Reply 1.0.0

@Fatih So when the reply complete auto disable it until user click to reply again? Seem too many click needed there.
 
Yes I said that. I am thinking it should be auto close or you can add an option. Actually I compare it with facebook now. Same with your addon. :)
 
One more suggestion,

Can you add an option to close rich editor for different levels?

For example,
Level 1 rich editor yes
Level 2 yes
Level 3 no
 
Look for this please. Actually I mentioned about this problem. Can you say me please? which editor for which message? :)

1547375237034.webp
 
I get the following error:

Code:
#0 src/addons/Truonglv/PostReply/XF/Finder/Post.php(100): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/home/dom...', 100, Array)
#1 src/XF/Finder/Post.php(53): Truonglv\PostReply\XF\Finder\Post->whereOr(Array)
#2 src/XF/Finder/Post.php(20): XF\Finder\Post->applyVisibilityChecksInThread(Object(ThemeHouse\Reactions\XF\Entity\Thread), true)
#3 src/addons/Truonglv/PostReply/XF/Finder/Post.php(20): XF\Finder\Post->inThread(Object(ThemeHouse\Reactions\XF\Entity\Thread), Array)
#4 src/XF/Repository/Post.php(14): Truonglv\PostReply\XF\Finder\Post->inThread(Object(ThemeHouse\Reactions\XF\Entity\Thread), Array)
#5 src/XF/Pub/Controller/Thread.php(35): XF\Repository\Post->findPostsForThreadView(Object(ThemeHouse\Reactions\XF\Entity\Thread))
#6 src/addons/Truonglv/PostReply/XF/Pub/Controller/Thread.php(15): XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#7 src/addons/SV/UserActivity/XF/Pub/Controller/Thread.php(15): Truonglv\PostReply\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#8 src/XF/Mvc/Dispatcher.php(249): SV\UserActivity\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'Index', 'html', Object(XF\Mvc\ParameterBag), 'forums', Object(SV\UserActivity\XF\Pub\Controller\Thread), NULL)
#10 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#11 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#12 src/XF.php(329): XF\App->run()
#13 index.php(13): XF::runApp('XF\\Pub\\App')
#14 {main}
 
Back
Top