Results 1 to 13 of 13

Thread: Have a RESOLVED button?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Toronto, Canada
    Posts
    175

    Have a RESOLVED button?

    why not just have a button in each thread that a user created, where when you click on button, it will mark thread as resolved and stick a [RESOLVED] prefix before the thread title?
    Gary W Web Developer & Designer
    Visual Basic 6

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Have a RESOLVED button?

    You're new to the forums so you can't know that that suggestion has been made several times before. In any case while it's a good idea, it would involve changing the underlying forum code and we don't do that unless absolutely necessary.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Toronto, Canada
    Posts
    175

    Re: Have a RESOLVED button?

    So then, not much of the underlying code on this website has been changed? Also, you can add this functionality without modifying any original vBulletin files I have a friend who also does not like modifying vBulletin files because then it's easier to upgrade, etc. and therefore uses external files instead. You guys can do the same.

    It's so easy
    Gary W Web Developer & Designer
    Visual Basic 6

  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Have a RESOLVED button?

    Quote Originally Posted by Gary W
    So then, not much of the underlying code on this website has been changed? Also, you can add this functionality without modifying any original vBulletin files I have a friend who also does not like modifying vBulletin files because then it's easier to upgrade, etc. and therefore uses external files instead. You guys can do the same.

    It's so easy
    How?

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Toronto, Canada
    Posts
    175

    Re: Have a RESOLVED button?

    Have a link to another file that contains code for resolving a thread, then when you hit the link, it will go to database and then modify thread title based on user permissions, and the correct thread ID in the URL.

    Easy as pie I do this for a living you know
    Gary W Web Developer & Designer
    Visual Basic 6

  6. #6
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Have a RESOLVED button?

    This should make you happy.

    Quote Originally Posted by Brad Jones
    The resolve button is something I'd like to see here, on DevX, and on CodeGuru. I'm guessing several other Jupitermedia forums could use this as well.

    As such, this is a good hack for [one of our technicians] to try to find out on the vBulletin sites. Maybe [one of our technicians] can work with our developers to implement it across all the sites (and thus make it a standard Jupitermedia thing).

    Brad!

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Have a RESOLVED button?

    How about as a quick fix of a Resolved button that will automatically
    append to the subject title '[Resolved]' and change the subject icon to the
    checkmark, like a small macro. Then the thread starter will click submit to
    update the changes. This will be easier then having to modify the database
    record behind the scenes. It will only be available on the first post of each
    thread so permissions will already be in place because other users can not
    get to edit the first post.

    It would be a step saver, but would it easy for the programmers to apply? I
    was thinking of the way the old version of vBulletin had the smilies in a
    separate window. You would click on one and it would apply to the message
    text. Same for the reply button, but not in a separate window.

    What do you guys think?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Toronto, Canada
    Posts
    175

    Re: Have a RESOLVED button?

    Quote Originally Posted by MartinLiss
    This should make you happy.
    Where was that post made?
    Gary W Web Developer & Designer
    Visual Basic 6

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Toronto, Canada
    Posts
    175

    Re: Have a RESOLVED button?

    Quote Originally Posted by RobDog888
    How about as a quick fix of a Resolved button that will automatically
    append to the subject title '[Resolved]' and change the subject icon to the
    checkmark, like a small macro. Then the thread starter will click submit to
    update the changes. This will be easier then having to modify the database
    record behind the scenes. It will only be available on the first post of each
    thread so permissions will already be in place because other users can not
    get to edit the first post.

    It would be a step saver, but would it easy for the programmers to apply? I
    was thinking of the way the old version of vBulletin had the smilies in a
    separate window. You would click on one and it would apply to the message
    text. Same for the reply button, but not in a separate window.

    What do you guys think?
    That's basically what we suggested? You still need to modify the database with what you are suggesting.
    Gary W Web Developer & Designer
    Visual Basic 6

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Have a RESOLVED button?

    Not actually. The member will be clicking the submit button so the forum code
    that is already in place will be doing the updates.

    Just minor code to append the subject and change the subject icon is all
    thats needed basically.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Toronto, Canada
    Posts
    175

    Re: Have a RESOLVED button?

    Ah; well, sounds a bit difficult for most members to go through. Through my experience, if you don't have a simple link, then they don't bother.

    Anyhow, maybe we could give this a shot, though.
    Gary W Web Developer & Designer
    Visual Basic 6

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Have a RESOLVED button?

    I agree that a Resolved button would be the ultimate solution, but if its not
    possible or is too involved to integrate with the forum software, then this
    simple step saver may be a welcomed solution. This is all I was trying to
    convey. I suppose I could of explained it better too.


    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  13. #13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width