vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Mark Threads As 'Solved' (https://vborg.vbsupport.ru/showthread.php?t=211020)

Eric 07-21-2009 10:59 AM

hehe, sweet :)

yotsume 07-21-2009 11:24 AM

Now that I finally have this working.... I have a request after seeing how this works.

1. Ok its great to be able to mark a thread as solved and it automatically adds the prefix [SOLVED].... but...

2. When we change/mark the thread as unsolved that should also automatically create the prefix and add [UNSOLVED] to the thread.

Can you please make that as a new feature since the theme of your day is updating! :p

ADD COLOR TO PREFIX
For people who aren't so html code trained here is a nice thing to add until the developer builds this in.

1. Add a new prefix to the set and label it [UNSOLVED].
2. Add color and bold html to each prefix in the title (Rich Text) field.

SOLVED:
Code:

<b><font color="#1A5722">[SOLVED]</font></b>
This makes a dark bold green color to match solved issues.

UNSOLVED:
Code:

<b><font color="#C80416">[UNSOLVED]</font></b>
This makes a dark bold red color to match unsolved issues.

3. I also installed a mod which allows me to change the prefix of a thread inline while viewing at the forum level. So I can mass change prefixes. ;) That mod does not open and close threads though...

Markos 07-21-2009 12:02 PM

SecondV have u created a sold and unsold one yet ??? and do u think we could get it like this ? https://vborg.vbsupport.ru/showpost....3&postcount=84

stevetank 07-21-2009 02:35 PM

Thanks for this cool mod,

Works a treat.

:)

Saviour 07-21-2009 04:36 PM

Quote:

Originally Posted by yotsume (Post 1852793)

2. When we change/mark the thread as unsolved that should also automatically create the prefix and add [UNSOLVED] to the thread.

Personally...and it's just my opinion...I think this request makes no sense...since a thread that is not marked as [SOLVED], by definition alone...means that it IS [UNSOLVED]. So why add a redundant prefix?

yotsume 07-22-2009 12:04 AM

1 Attachment(s)
Quote:

Originally Posted by Saviour (Post 1853003)
Personally...and it's just my opinion...I think this request makes no sense...since a thread that is not marked as [SOLVED], by definition alone...means that it IS [UNSOLVED]. So why add a redundant prefix?

Actually for a support forum it makes perfect sense! Visually showing the prefix in green or red for solved and unsolved saves a massive amount of time and I have it so when i click on the prefix I can sort the whole forum into the prefix i clicked on.

No prefix means no prefix was selected, but a unsolved prefix clearly means it was unsolved there is nothing redundant at all. Just visual efficiency which can then be sorted with a simple click on the prefix. I have this all working on my site in a selected help form using 3 mods together. This needs to be the standard behavior when you change the thread to unsolved it gets reopened and labeled as such!

Searching and Filtering Results by Prefix
Another big issue which escaped your reply back to me is this: We can search a forum by prefixes. being able to search a forum and filter only solved or unsolved issues is again critical and a must. Now that I have both prefixes in place my Admins, mods, and members can do advanced searches and filter the results by clearly labeled prefixes! ;) So with your idea of not even having an Unsolved prefix now there is no way to really filter unmarked threads form unresolved threads! THATS NOT EFFICIENT AT ALL WHEN FILTERING THROUGH MASS AMOUNTS OF THREADS!

(See advanced search screenshot)

All I am asking is that the same feature this mod does already for marking as solved be applied to the action of unsolved. Clear prefix labels on large boards are critical. ;)

Again, I have mods in place which allow me to mark single or multiple threads by changing prefixes at the forum view level where we see all the threads listed.

It would be great to have this mod simply do what it is designed to do for both solved and unsolved prefixes.

My screenshot says it all! Easy to identify and very easy for me to click on any prefix and the whole forum sorts to that prefix ;)

NOW THATS A HELP FORUM!!! (Did I mention idiot proof? members who are learning to use the forum love "Labels for Dummies")Profession help desk solutions such as Kayako SupportSuite (the industry standard) all have this as standard because they understand that efficiency, ticket time, response time, is the issue resolved, opened, closed, unresolved, etc all depend of clearly getting that information as quick as possible to the agent. These tweaks are small but the effect is enormous when handling large amounts of submitted issues (threads).

CONCLUSION & FEATURE REQUEST:
When a new thread is created it would be best if it is auto marked with this mod in our selected forums as [UNSOLVED]. Then when the issue has been solved we can change it to [SOLVED] or again back to [UNSOLVED] both with the correct and clear prefix labels. In my opinion having working in the support field professionally... These small additions to your mod will really put the finishing touches on it. Also, for those who want a [For Sale] and [SOLD] mod all they have to do, which has been stated already, is simply change the phrases of this existing mod! ;)

sargatanas 07-23-2009 05:52 AM

Quote:

Originally Posted by yotsume (Post 1852730)
MISSING OPTION FIX:

There are a few bugs in this current version. I had the same problem. There is a bug with the phrase not being entered correctly in the usergroup options so it looks like it is not listed. For me I just had a blank space with a yes/no bullet and no text next to it.

SOLUTION (what worked for me)
1. Go to AdminCP > Languages & Phrases > Search in Phrases
2. Do a search for: Can Mark Threads as Solved and Unsolved
3. Edit the "solvedthread_canmarksolved" phrase
4. In the field enter: Can Mark Threads as Solved and Unsolved
5. Click SAVE!

NOTE
: This phrase edit is needed because there must be a bug in the "bitfield_solvedthread.xml" file. It is NOT adding the phrase text in our usergroup options. So it looks like the option is not there!

(*I included a screen shot of what my options pages looks like without this fix)

6. Next: Go to AdminCP > Usergroups > Usergroups Manager
7. Edit the desired usergroup
8. Look under: "Post / Thread Permissions"
9. The text for: "Can Mark Threads as Solved and Unsolved" should now be listed.
10. Select Yes and click SAVE!

UNRESOLVED BUG: All Threads Show as Blank White Pages
This current version is not entering the text so I just had a yes/no bullet that was unlabeled! The file: bitfield_solvedthread.xml is not doing its job properly on my site. This procedure fixed the missing text for me. However, the issue remains that when this mod is enabled all my threads show as a blank white page!

I sure could use a little help and support here... :) I would really like to get this mod working. Again I am running vb3.7x and my PHP is: 5.2.10

thanks, appreciate the effort.

yotsume 07-23-2009 06:05 AM

Well the developer used my site and was able to make a update which fixed all of my problems. Now I just need the features added that I have requested and I will be all good! ;)

Eric 07-23-2009 07:48 AM

Will look into it ;)

OmniBuzz 07-24-2009 09:36 AM

Installed and uninstalled = I triple checked everything, could not see the Post / Thread Permissions > Can Mark Threads as Solved in any usergroup.


All times are GMT. The time now is 02:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01441 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete