Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBHelp Desk Details »»
vBHelp Desk
Version: 1.00, by zajako zajako is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 02-02-2003 Last Update: Never Installs: 44
 
No support by the author.

This si a help desk program created to be integrated with your vbulletin. It allows people to make tickets, and tickets create new threads that are specialy decorated with a status box, that contains the status of the ticket. There are admin features to allow custimization of the words used for open, Resolved, and even the catagories and priorities too. you can close tickets from the post for it as well as reopen them, also you can do it from the admin panel as well.


NOTES:
When doing permissions remove the permission that says "Can Search" from non staff usergroups for the helpdesk forum.


Screenshots:
the help desk home page:


The new ticket page:


Thread with admin options in status bar:



the Zip

vbhelpdesk v1.2

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 02-05-2003, 11:08 AM
kalin_AR kalin_AR is offline
 
Join Date: Feb 2003
Location: UK
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

This hack looks good but I have a question.

I want to set up a user group for each of my customers. Each user group has its own set of private forums.

I would like each user group to be able to creat a ticket only in their forums and not in a public area or someone elses forum.

This was each customer can only see the tisckets relating to them.

Another question.

I would like to be able to allocate one OR more support people to each ticket to make them responsible for the life of that ticket.

And then of course to be able to view by support person the tickets assigned to them and their status.

And then to report by tickets by customer and support person by status too.

Of course it may be easier to pull a report from the database but howfar will your hack go?

Do you want to take it as far as I've listed and how much do I need to pay you to get it this far?

Sorry but I dont have time to beat about the bush here.

Thanks

Kalin
Reply With Quote
  #33  
Old 02-06-2003, 01:38 AM
alkatraz alkatraz is offline
 
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great!!!
Reply With Quote
  #34  
Old 02-06-2003, 12:51 PM
rrnolan rrnolan is offline
 
Join Date: Mar 2002
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the instructions it says to:

goto the option page and find the help desk settings section
now type the number we called x earlier in this box and hit submit.

I dont see any place to set this? I looked in Vbulliten Options and I looked on the left menu I dont see any help desk setting section. Can someone help me with this. I running version 1.1
Reply With Quote
  #35  
Old 02-06-2003, 01:19 PM
rrnolan rrnolan is offline
 
Join Date: Mar 2002
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for some reason the last two lines of the sql query were wrong
Reply With Quote
  #36  
Old 02-06-2003, 02:46 PM
wajones wajones is offline
 
Join Date: Oct 2001
Location: San Diego, California, US
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

zajako

Thanks for the hack, I haven't tryed it yet but it may be just what I need with a few little enhancements to manage some of my headaches at vbportal.com, I'll let you know how it goes.
Reply With Quote
  #37  
Old 02-06-2003, 06:40 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have the hardcoded font tags been fixed? Are there hardcoded colours in this hack? Have you made full use of vBs replacement feature?
Reply With Quote
  #38  
Old 02-07-2003, 12:52 AM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

found a error in the instructions:

PHP Code:
admin/index.php

Find
:
makenavselect("Options","<hr>");

Add Below:
makenavoption("Open List","adminhelpdesk.php?action=tickets&action2=open","|");
makenavoption("Closed List","adminhelpdesk.php?action=tickets&action2=closed");
makenavselect("Help Desk Tickets'");
makenavoption("Add","adminhelpdesk.php?action=cat&action2=add","|");
makenavoption("Modify","adminhelpdesk.php?action=cat&action2=list");
makenavselect("Help Desk Catagories");
makenavoption("Add","adminhelpdesk.php?action=status&action2=add","|");
makenavoption("Modify","adminhelpdesk.php?action=status&action2=list");
makenavselect("Help Desk Status'");
makenavoption("Add","adminhelpdesk.php?action=priority&action2=add","|");
makenavoption("Modify","adminhelpdesk.php?action=priority&action2=list");
makenavselect("Help Desk Priorities'"); 
first 2 lines should be:

makenavoption("Open List","adminhelpdesk.php?action=ticket&action2=ope n","|");
makenavoption("Closed List","adminhelpdesk.php?action=ticket&action2=clo sed");

not

makenavoption("Open List","adminhelpdesk.php?action=tickets&action2=op en","|");
makenavoption("Closed List","adminhelpdesk.php?action=tickets&action2=cl osed");

ticket(S) is causing a wrong read error. S needs to be removed.
Reply With Quote
  #39  
Old 02-07-2003, 01:00 AM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also, in the helpdesk template:

PHP Code:
    <a href="helpdesk.php">HelpDesk Main</a> | <a href="newticket.php">New Ticket</a> | <a href="http://www.tfogame.com/main/member.php?&action=logout">Log Out</a
http://www.tfogame.com/main/ needs to be erased for users to logout from that page.
Reply With Quote
  #40  
Old 02-12-2003, 04:58 AM
lalo landa lalo landa is offline
 
Join Date: Nov 2002
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ALSO In your adminhelpdesk.php

change
<td><div align=\"center\"><a href=\"../members.php?action=

to
<td><div align=\"center\"><a href=\"../member.php?action=
Reply With Quote
  #41  
Old 02-12-2003, 03:45 PM
vortech vortech is offline
 
Join Date: Feb 2002
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to do email to ticket in this hack. If so it would be a GREAT system then.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:32 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.04659 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete