Topic Solved

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29216
Joined: Sat Aug 16, 2003 7:36 am

Topic Solved

Post by Extensions Robot »

Modification name: Topic Solved
Author: tumba25
Modification description: Gives the topicstarter the option off accepting one answer and mark the topic as solved. And mark the topic as unsolved again.
Configurable trought ACP >> Forums
Adds the posibility to search for unsolved topics, your own unsolved topics and in advanced search only in solved topics.
Modification version: 1.4.5
Tested on phpBB version: 3.0.8

Download file: topic_solved-1.4.5.zip
File size: 75 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 21 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28616
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Topic Solved

Post by Paul »

Modification validated/released

Notes:
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Topic Solved

Post by tumba25 »

Thanks for the validation, and a big thanks to oddfish for updating the instructions to ModX 1.2.1.

Swedish translations can be found at http://skripter.se/viewforum.php?f=11.

If you want to post your translations to other languages, please post them in the same forum at my board.

Remember to also clear your browser cache after installing this MOD.

And to set it in the forum settings (ACP > Forums)
topic_solved.png
topic_solved.png (31.33 KiB) Viewed 22071 times
If you want Topic solved to be on as default you can either run these queries after installing the MOD.
To lock solved topics:

Code: Select all

ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '2';
To not lock solved topics:

Code: Select all

ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
To show the unsolve-button:

Code: Select all

ALTER TABLE phpbb_forums CHANGE forum_allow_unsolve forum_allow_unsolve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
Or just change the defaults when you install it.

This MOD has been tested to work with phpBB 3.0.6
Last edited by tumba25 on Sat Feb 13, 2010 1:57 pm, edited 5 times in total.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
User avatar
Peetra
Registered User
Posts: 291
Joined: Mon Jun 04, 2007 1:41 pm
Location: Kokkola, Finland
Contact:

Re: Topic Solved

Post by Peetra »

Congrats to the validation. :)

Peetra.
I am so hooked on bubbles, that I made a Bubble Witch Saga WP-site! Most addictive game since Tetris!
User avatar
Peetra
Registered User
Posts: 291
Joined: Mon Jun 04, 2007 1:41 pm
Location: Kokkola, Finland
Contact:

Re: Topic Solved

Post by Peetra »

User avatar
oddfish
Registered User
Posts: 839
Joined: Mon Mar 19, 2007 8:45 pm
Location: Testing 3.1
Contact:

Re: Topic Solved

Post by oddfish »

Well done tumba25 on another useful MOD :D

**EDIT** - as this MOD has been updated to include a text option as well as images, instructions here have been removed.

cheers and thanks again for this MOD, tumba25
oddfish.
Last edited by oddfish on Mon Jan 26, 2009 11:56 pm, edited 4 times in total.
Country Flag User Edition Clickable Post Count Link

... another record broken without breaking any records ...
Testing phpBB3.1 dark style based on prosilver ... http://www.oddmods.net
Durbatuluk
Registered User
Posts: 106
Joined: Thu Dec 29, 2005 8:22 pm

Re: Topic Solved

Post by Durbatuluk »

Where i have an option to solve topics? when i allow this in administration - where is that option in forum exactly? i cant find it there as an admin :-) (under topic, upper or where?)
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: Topic Solved

Post by tumba25 »

It's to the left off the "Report post"-button.

You need to clear your forum cache and refresh your template, theme and imageset.
And also clear your own browser cache.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Durbatuluk
Registered User
Posts: 106
Joined: Thu Dec 29, 2005 8:22 pm

Re: Topic Solved

Post by Durbatuluk »

Hmm tried everything but have no this option maybe any mistake in styles/subsilver2/template/viewtopic_body.html?

And i have also modification of Solved instead of picture...
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: Topic Solved

Post by tumba25 »

You might have done some mistake in the edits. Check them again.

And I do not give any support for modified versions of the MOD. You would have to ask the modifier for that.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Durbatuluk
Registered User
Posts: 106
Joined: Thu Dec 29, 2005 8:22 pm

Re: Topic Solved

Post by Durbatuluk »

You posted it here:
In case anyone wants to have [Solved] after the topic title instead of the default green tick in the forum view, complete the MOD instructions and then apply these changes. Applies to both prosilver and subsilver2 styles. This will leave the green tick next to the topic title in the topic view for clarity :...
So this modification i have only and dont know what i did wrong... when it is not showing an icon where can be mostly this mistake?
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: Topic Solved

Post by tumba25 »

I did not post that. You might want to take another look at who the poster is.

You must also turn topic solved on for each forum where you want to use it. It's in the forum settings (ACP > Forums)
Attachments
topic_solved.png
topic_solved.png (8.34 KiB) Viewed 37752 times
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Durbatuluk
Registered User
Posts: 106
Joined: Thu Dec 29, 2005 8:22 pm

Re: Topic Solved

Post by Durbatuluk »

Ah sorry i didnt see author of modification... and is there posibility to send message with set solved topic? It is working now :-)

And is there also possibility to set option yes and lock in all forums in one querry? i have a lot of forums and subforums...
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: Topic Solved

Post by tumba25 »

Durbatuluk wrote:and is there posibility to send message with set solved topic?
?? PM? No, not in PM's.
Durbatuluk wrote:And is there also possibility to set option yes and lock in all forums in one querry? i have a lot of forums and subforums...
Yes, there is. If you have access to phpMyAmin or some similar application.
Delete forum_allow_solve and forum_allow_unsolve from the table phpbb_forums.

Then add them again and change the default values. Set forum_allow_solve to 1 if you do not want the topics to be locked and 2 if you want them to be locked. And for forum_allow_unsolve to 1 if you want that.

Or run one or two of these SQL queries.
To lock solved topics:

Code: Select all

ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '2';
To not lock solved topics:

Code: Select all

ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
To show the unsolve-button:

Code: Select all

ALTER TABLE phpbb_forums CHANGE forum_allow_unsolve forum_allow_unsolve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Durbatuluk
Registered User
Posts: 106
Joined: Thu Dec 29, 2005 8:22 pm

Re: Topic Solved

Post by Durbatuluk »

Not PM but normal post like :

"This topic is solved Thx for it"

And last question - possibility to automatically move solved topic to some forum?
Locked

Return to “[3.0.x] MOD Database Releases”