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
  #82  
Old 10-21-2003, 08:52 PM
Asterik's Avatar
Asterik Asterik is offline
 
Join Date: Jul 2003
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry if this has been said, but how can..........

the category name be removed in the breadcrumb like...

plugspark > categoryname > helpdeskpost

i don't want people clicking the category name because it'll show them every helpdesk post. But i only want this for the helpdesk, not any other categories or posts or n e thing... HELP!
Reply With Quote
  #83  
Old 10-21-2003, 10:47 PM
Rein Masamuri's Avatar
Rein Masamuri Rein Masamuri is offline
 
Join Date: Apr 2003
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you set up the permissions correctly they won't be able to see any threads they did not make.
Reply With Quote
  #84  
Old 02-24-2004, 07:51 PM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works with 2.3.2. Excellent modification!
Reply With Quote
  #85  
Old 02-24-2004, 07:54 PM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Minor bug. In both newticket.php and helpdesk.php change:

Code:
require("./global.php");
if ($bbuserinfo == "0")
{
eval("dooutput(\"".gettemplate('helpdesk_register')."\");");
}
to

Code:
require("./global.php");
if ($bbuserinfo[userid] == "0")
{
eval("dooutput(\"".gettemplate('helpdesk_register')."\");");
}
Reply With Quote
  #86  
Old 04-09-2004, 05:55 PM
EvilCrow EvilCrow is offline
 
Join Date: Aug 2002
Location: Detroit, Michigan. US
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this be coded for VB 3 Gold??
Reply With Quote
  #87  
Old 04-11-2004, 12:34 PM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't believe so, no. Considering that zajako has worked primarily in vB 2, I don't see why he'd want to port this to vB3.
Reply With Quote
  #88  
Old 04-24-2004, 12:19 PM
surfhog's Avatar
surfhog surfhog is offline
 
Join Date: Aug 2003
Location: England
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kaelon
I don't believe so, no. Considering that zajako has worked primarily in vB 2, I don't see why he'd want to port this to vB3.
Well if you ask me and you didn't lol
That's a real shame

So many brilliant hacks for vb2 that are not being updated to vb3
I guess that if people want them, they will have to go backwards instead of forwards

Real Crying Shame!!!!!
Reply With Quote
  #89  
Old 06-17-2004, 08:47 AM
TheMusicMan's Avatar
TheMusicMan TheMusicMan is offline
 
Join Date: Oct 2002
Location: South Wales
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

... what would happen if I tried to install this using vB3.0.1 - would it fail?
Reply With Quote
  #90  
Old 07-14-2004, 09:00 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zajako
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

GREAT HACK WORKS PERFECTLY :nervous:
Reply With Quote
  #91  
Old 07-14-2004, 09:05 PM
TheMusicMan's Avatar
TheMusicMan TheMusicMan is offline
 
Join Date: Oct 2002
Location: South Wales
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

... on which vB version?
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 03:59 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.04756 seconds
  • Memory Usage 2,308KB
  • 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_code
  • (2)bbcode_quote
  • (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