Page 1 of 2

Add plugin for mark a thread as solved

Posted: Thu Jan 01, 2009 3:35 pm
by maces
Hi

First of all, I don't know if this is the right section for this, so please move when there is a better place ;)

While I'm helping in the Forum i found out that it would be useful to have the choice to mark threads as solved. Not only by adding [solved] in the title of the thread. I searched google for this and i found a "modification" (same as a plugin/addon) for phpbb. It's described here: http://tinyurl.com/7573dd. I think it would be useful for the forum to have this option. It would be easier for users to find the answer of there problems and every helper can find unsolved threads faster. So I would like to know if you think so, too and If the Admins would implement this in the forum?

maces

PS: It would be also nice to have a forum-section for questions for technical questions for the wiki, forum, website, blog ect.

Re: Add plugin for mark a thread as solved

Posted: Tue Jan 06, 2009 3:27 pm
by medicalwei
The MOD is done and activated, but there are 2 problems we may encounter:
  • We are using PostgreSQL as our database, but the MOD has some SQL syntax that cannot suitable for it. Though I modified some syntax in order to make it usable, it may become unstable.
  • We have too many language files on this forum (All of the languages phpBB3 exists are installed), but the MOD has to modify the language file rather than copying into language directory. Users who sets the language other than English and Traditional Chinese (which I translated by myself) cannot read them normally.

Re: Add plugin for mark a thread as solved

Posted: Tue Jan 06, 2009 4:44 pm
by maces
Hey Medical-Wei

Cool :) , how can users of other languages translate the files? is it easy?

maces

Re: Add plugin for mark a thread as solved

Posted: Tue Jan 06, 2009 5:08 pm
by medicalwei
maces wrote:Cool :) , how can users of other languages translate the files? is it easy?

maces
Here it is (Just give out the part which user uses, the admin part is unnecessary.)

Code: Select all

	'SEARCH_UNSOLVED'				=> 'View unsolved topics',
	'SEARCH_YOUR_UNSOLVED'			=> 'View your unsolved topics',
	'SEARCH_SOLVED'					=> 'Search only in solved topics',
	'TOPIC_SOLVED'					=> 'Topic is solved',
	'SET_TOPIC_SOLVED'				=> 'Accept this answer',
	'SET_TOPIC_NOT_SOLVED'			=> 'Set topic as unsolved',

Re: Add plugin for mark a thread as solved

Posted: Wed Jan 07, 2009 6:48 pm
by maces
German:

Code: Select all

	'SEARCH_UNSOLVED'				=> 'Zeige ungelöste Themen',
	'SEARCH_YOUR_UNSOLVED'			=> 'Zeige deine ungelösten Themen',
	'SEARCH_SOLVED'					=> 'Suche nur in gelösten Themen',
	'TOPIC_SOLVED'					=> 'Thema ist gelöst',
	'SET_TOPIC_SOLVED'				=> 'Akzeptiere diese Antwort',
	'SET_TOPIC_NOT_SOLVED'			=> 'Setze das Thema als ungelöst',
maces

Re: Add plugin for mark a thread as solved

Posted: Tue Jan 27, 2009 4:16 pm
by afarghal
Arabic:

Code: Select all

       'SEARCH_UNSOLVED'            => 'اعرض الموضوعات غير المحلولة,
       'SEARCH_YOUR_UNSOLVED'         => 'اعرض موضوعاتك غير المحلولة',
       'SEARCH_SOLVED'               => 'ابحث في الموضوعات المحلولة فقط',
       'TOPIC_SOLVED'               => 'الموضوع محلول',
       'SET_TOPIC_SOLVED'            => 'اقبل هذه الإجابة',
       'SET_TOPIC_NOT_SOLVED'         => 'هذا الموضوع لم تتم الإجابة عليه',

Re: Add plugin for mark a thread as solved

Posted: Sat Jan 31, 2009 7:31 am
by ZehRique
For Portuguese:

Code: Select all

       'SEARCH_UNSOLVED'           => 'Ver tópicos não resolvidos',
       'SEARCH_YOUR_UNSOLVED'      => 'Ver seus tópicos não resolvidos',
       'SEARCH_SOLVED'             => 'Pesquisar somente em tópicos resolvidos',
       'TOPIC_SOLVED'              => 'Tópico resolvido',
       'SET_TOPIC_SOLVED'          => 'Aceitar esta resposta',
       'SET_TOPIC_NOT_SOLVED'      => 'Marcar tópico como "não resolvido"',

Re: Add plugin for mark a thread as solved

Posted: Mon May 25, 2009 6:45 am
by crquan
Medical-Wei wrote:
maces wrote:Cool :) , how can users of other languages translate the files? is it easy?

maces
Simplified Chinese:

Code: Select all

	'SEARCH_UNSOLVED'				=> '查看未解决问题',
	'SEARCH_YOUR_UNSOLVED'			=> '查看自己的未解决问题',
	'SEARCH_SOLVED'				=> '只搜索已解决问题',
	'TOPIC_SOLVED'					=> '问题已解决',
	'SET_TOPIC_SOLVED'				=> '接受这个答案',
	'SET_TOPIC_NOT_SOLVED'			=> '设置为未解决',

Re: Add plugin for mark a thread as solved

Posted: Mon Mar 26, 2012 2:29 am
by sandi
For Romanian:

Code: Select all

  'SEARCH_UNSOLVED'            => 'Arata problemele nerezolvate',
   'SEARCH_YOUR_UNSOLVED'         => 'Arata problemele mele nerezolvate',
   'SEARCH_SOLVED'               => 'Cauta doar in probleme rezolvate',
   'TOPIC_SOLVED'               => 'Aceasta problema e rezolvata',
   'SET_TOPIC_SOLVED'            => 'Accepta acest raspuns',
   'SET_TOPIC_NOT_SOLVED'         => 'Marcheaza problema ca nerezolvata',

Re: Add plugin for mark a thread as solved

Posted: Thu Oct 18, 2012 12:32 am
by shtefh
French:

Code: Select all

'SEARCH_UNSOLVED'            => 'Voir les sujets non résolus',
'SEARCH_YOUR_UNSOLVED'         => 'Voir vos sujets non résolus',
'SEARCH_SOLVED'               => 'Chercher uniquement parmi les sujets résolus',
'TOPIC_SOLVED'               => 'Sujet résolu',
'SET_TOPIC_SOLVED'            => 'Accepter cette réponse',
'SET_TOPIC_NOT_SOLVED'         => 'Marquer le sujet comme non résolu',