Python Forum
simple solved plugin - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: simple solved plugin (/thread-17017.html)

Pages: 1 2 3 4 5


RE: simple solved plugin - itsmeJAY - May-14-2019

Thank you for trusting my plugin and the changes as a big forum. :D That motivates me to keep programming :P

Further much success. MYBB <3


RE: simple solved plugin - metulburr - May-14-2019

Would you know why there is no icon next to the thread title as explained in this post? This thread is currently set to solved, but only shows the icon on the thread listing, not on the thread itself.


RE: simple solved plugin - itsmeJAY - May-14-2019

Hi,

I think the Variable is missing in your template. So, please change the "showthread" Template in your theme.

Search for

<strong>{$thread['displayprefix']}{$thread['subject']}</strong>

and change to

{$threadsolved}<strong>{$thread['displayprefix']}{$thread['subject']}</strong>


RE: simple solved plugin - metulburr - May-14-2019

That was the issue. Thank you!


RE: simple solved plugin - itsmeJAY - May-15-2019

You are welcome


RE: simple solved plugin - metulburr - May-15-2019

A nice feature to have would be to know who marked the button. It would be annoying to be within the thread, but maybe in ACP. Or maybe next to the thread title in "marked solved by username". The reason for this is you cannot tell if a mod hit it or the user. Your not sure if a mod is misinterpreting it as solved, or whether the OP considers it solved.


RE: simple solved plugin - buran - May-15-2019

(May-15-2019, 01:08 PM)metulburr Wrote: nice feature to have would be to know who marked the button. It would be annoying to be within the thread, but maybe in ACP. Or maybe next to the thread title in "marked solved by username". The reason for this is you cannot tell if a mod hit it or the user. Your not sure if a mod is misinterpreting it as solved, or whether the OP considers it solved.
maybe when you hoover with the mouse over the solved icon....
And I didn't mentioned that so far, but I've seen new threads (no response yet) and threads that were clearly not solved, but they were marked as Solved. I am not sure if it's some bug or simply threads were marked by mistake, but this feature would certainly help. For example - this currently active thread https://python-forum.io/Thread-please-help-this-newb-install-pygame


RE: simple solved plugin - itsmeJAY - May-15-2019

(May-15-2019, 01:15 PM)buran Wrote:
(May-15-2019, 01:08 PM)metulburr Wrote: nice feature to have would be to know who marked the button. It would be annoying to be within the thread, but maybe in ACP. Or maybe next to the thread title in "marked solved by username". The reason for this is you cannot tell if a mod hit it or the user. Your not sure if a mod is misinterpreting it as solved, or whether the OP considers it solved.
maybe when you hoover with the mouse over the solved icon....
And I didn't mentioned that so far, but I've seen new threads (no response yet) and threads that were clearly not solved, but they were marked as Solved. I am not sure if it's some bug or simply threads were marked by mistake, but this feature would certainly help. For example - this currently active thread https://python-forum.io/Thread-please-help-this-newb-install-pygame

There are cases where the user creates a forum topic/thread, but later solves the problem on his own without help and replies. Then these users mark the topics as done. For example, this could be a reason.

I don't think it's a bug. You can also set who can mark topics as "solved" in the ACP settings (at least in the current version).

Nevertheless, many thanks for the feedback and suggestions. The desired change is not really difficult and does not take long. But I don't know if I can find the time. Maybe I will do it the days. But I can't promise.

thanks,
jay


RE: simple solved plugin - buran - May-15-2019

(May-15-2019, 02:27 PM)itsmeJAY Wrote: There are cases where the user creates a forum topic/thread, but later solves the problem on his own without help and replies.
I agree it's possible. And I agree it's probably not a bug. But it happens way too often to catch my attention and wanted to share my observation as general comment (not directed specifically at you).


RE: simple solved plugin - itsmeJAY - May-15-2019

I absolutely understand the problem. Do you need something like that?

[Image: b1b9ec-1557939189.png]

I added this feature to the plugin, but haven't published it yet. I can't upload attachments here.

Have a nice day,
JAY