Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
PS - HelpCenter Details »»
PS - HelpCenter
Version: 1.01, by PaulSonny PaulSonny is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 04-15-2008 Last Update: 06-08-2008 Installs: 570
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

HelpCenter is the ultimate ticket support system for your vBulletin!

Click Here for vBulletin 3.6 Version

HelpCenter is a support ticket system made for vBulletin. It allows you to manage your members questions much easier, saving you the hassle of going through emails and private messages.

Visit PaulSonny for news, demos, screenshots, and more!


Demo: PaulSonny HelpCenter

Features

If you have any feature requests please make them known at PaulSonny.

* Automatic Template Edits
* Turn HelpCenter ON/OFF and display a custom message.
* Disallow New Tickets to be created and display a custom message.
* Give your Ticket ID's a Prefix.
* Auto Open closed tickets when a new reply is made. (Now an Admin Option)
* Add, Edit and Delete departments via AdminCP, view Tickets within a Department.
* Open/Closed ticket AdminCP Management.
* Make tickets public/private.
* Ticket Priorities. (Low/Medium/High)
* WOL: HelpCenter.
* View Statistics about HelpCenter in the AdminCP.

Installation Instructions


[] Upload all the files from the Upload folder.
[] Import product-helpcenter.xml via the AdminCP.
[] Set Permissions for each usergroup via the AdminCP for HelpCenter.
[] Set Departments up via the AdminCP for HelpCenter.

Footnotes

Please report all bugs, feature requests and comments here.

Version History:

Version 1.00 Beta 1:


Initial version for vBulletin 3.7.

Version 1.00 Beta 2:


Bug Fixes.

Version 1.00 Beta 3:


Database Errors Fixed.
Added Extra Usergroup Permissions.
Ticket Priority Added.
Ticket Number Prefix Added.
Plus Much More...

Version 1.00 Beta 4:


Added Some extra Admin Features.
Fixed some bugs.
Other small features added.

Version 1.00 Beta 4 Security Fix

Cross Site Request Forgery (CSRF) Fixed.

Version 1.00 Beta 5:


Further Enchanged Some Admin Functions.
Enhanced My Tickets Interface.
Paginated Results.
Fixed More bugs, such as Guest Tickets Problem. (Temporary Measure!)
Other small features added.

Version 1.00 Beta 6:

Make tickets public/private.
Tidied up Admin Interface.
Fixed Phrases.
Tidied Up the Code.
It now parses smilies in your tickets. so you get !
Other small features added.

Version 1.00 Release Candidate 1:

Fixed SQL Vunerabilities
Fixed Phrases.
Tidied Up the Code.
Implemented Delete Confirmation Screens.
Improved CSRF Security.

Version 1.00:

Can View HelpCenter Permission Added.
Updated Delete Confirmations.
Fixed No Title Error.
Tidied Up the Code.

Version 1.01:

Minor Template Change for Version.
Standard Editor Error Fixed.
Improved Code Structure for Editors.


Please remember to click Mark As Installed if you use this modification.
If you use this plug-in, and find it useful, please support us by nominating us for Mod Of The Month (MOTM) in the top right corner of this thread, or feel free to donate.

You will get an email when a new version is released.

Thanks, PaulSonny & The Development Team.

Show Your Support

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

Comments
  #432  
Old 05-14-2008, 10:11 PM
Antivirus's Avatar
Antivirus Antivirus is offline
 
Join Date: Sep 2004
Location: Black Lagoon
Posts: 1,090
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice PaulSonny, waiting for this to become stable, but checking it out on a dev board - everyone's been looking for this for quite some time now here at vborg.
Reply With Quote
  #433  
Old 05-15-2008, 08:00 AM
PaulSonny PaulSonny is offline
 
Join Date: Dec 2006
Location: Middlesbrough, UK
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Antivirus View Post
Very nice PaulSonny, waiting for this to become stable, but checking it out on a dev board - everyone's been looking for this for quite some time now here at vborg.
Thanks Antivirus, make sure to report any bugs you find at PaulSonny.com

Thanks, Paul.
Reply With Quote
  #434  
Old 05-17-2008, 12:42 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well 1 big bug is that unregistered users can still access the helpcenter.php, they do not get the login screen asking them to sign in etc etc.. which is very annoying..
Reply With Quote
  #435  
Old 05-17-2008, 01:25 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul FYI

for those who use vBSEO

to use these settings will seo it all just add it to your current "Custom Rewrite Rules"
Code:
'^helpcenter\.php$' => 'support/'
'^helpcenter\.php\?do=(\w+)$' => 'support/$1'
//'helpcenter\.php\?do=ticket&tid=(.+)' => 'support/ticket/$1'
'helpcenter\.php\?do=ticket&tid=(.+)' => 'support/ticket/$1.html'
Reply With Quote
  #436  
Old 05-17-2008, 03:13 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smiry Kin's View Post
Paul FYI

for those who use vBSEO

to use these settings will seo it all just add it to your current "Custom Rewrite Rules"
Code:
'^helpcenter\.php$' => 'support/'
'^helpcenter\.php\?do=(\w+)$' => 'support/$1'
//'helpcenter\.php\?do=ticket&tid=(.+)' => 'support/ticket/$1'
'helpcenter\.php\?do=ticket&tid=(.+)' => 'support/ticket/$1.html'

THANKS POOF
Reply With Quote
  #437  
Old 05-17-2008, 05:46 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really good system Paul. I checked the code and installed this morning. I am really impressed.

Some feature requests :
When users who donot have privilidge to view , create any ticket shall face a warning message that they need to purchase subscriptions to access ticket system.
Tie this system with notices so that when there are unsolved tickets or ticket awaiting replies notices will give warning for staff.
Reply With Quote
  #438  
Old 05-17-2008, 07:22 AM
PaulSonny PaulSonny is offline
 
Join Date: Dec 2006
Location: Middlesbrough, UK
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smiry Kin's View Post
well 1 big bug is that unregistered users can still access the helpcenter.php, they do not get the login screen asking them to sign in etc etc.. which is very annoying..
This is not a bug. It is incase you want guests to be able to use the support ticket system to report registration or log in problems.

In RC2 I am implementing another usergroup option "Can View Helpcenter" which will allow you to specify which usergroups can or can not view the helpcenter.

Quote:
Originally Posted by Lizard King View Post
Really good system Paul. I checked the code and installed this morning. I am really impressed.

Some feature requests :
When users who donot have privilidge to view , create any ticket shall face a warning message that they need to purchase subscriptions to access ticket system.
Tie this system with notices so that when there are unsolved tickets or ticket awaiting replies notices will give warning for staff.
Thanks for your comments, Paul.

Your first request you can implement yourself, just edit the phrase via your AdminCP.
Your second request has already been mentioned and is being considered.
Reply With Quote
  #439  
Old 05-19-2008, 05:04 AM
xoutlawz00x xoutlawz00x is offline
 
Join Date: May 2008
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bookmarked this can probaly used as a request script
Reply With Quote
  #440  
Old 05-19-2008, 10:22 AM
HobaZ HobaZ is offline
 
Join Date: May 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello paul ,
nice mod i installed it but the helpcenter dont appear in navbar also i cant find manual temp edit in readme page , i've seareched for $template_hook[navbar_buttons_left]
in navbar temp and its not added , please tell me what to do i have same problem with arcade so i hope i can fix both , thanks
Reply With Quote
  #441  
Old 05-19-2008, 10:42 AM
PaulSonny PaulSonny is offline
 
Join Date: Dec 2006
Location: Middlesbrough, UK
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HobaZ View Post
hello paul ,
nice mod i installed it but the helpcenter dont appear in navbar also i cant find manual temp edit in readme page , i've seareched for $template_hook[navbar_buttons_left]
in navbar temp and its not added , please tell me what to do i have same problem with arcade so i hope i can fix both , thanks
Thanks for your comments Hobaz.

It sounds to me like you are using a custom Navbar template and it cant find "$template_hook[navbar_buttons_left]" in the template so it cant install the Automatic Template Edit.

In your navbar template, find where you want to place the HelpCenter link and paste the following:

Quote:
<td class="vbmenu_control"><a href="helpcenter.php$session[sessionurl_q]">$vbphrase[helpcenter]</a></td>
Any further problems send me login details and I will login and check it over for you.

Thanks, Paul.
Reply With Quote
Reply

Thread Tools

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 02:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05799 seconds
  • Memory Usage 2,321KB
  • 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
  • (6)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
  • (2)pagenav_pagelinkrel
  • (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