![]() |
i have installed this hack and have set it to be a helpdesk for all topics like pc as well as forum bugs, but i would like to make a suggestion for a future idea, if other people use this hack in this way, would it be possible to make it make a automatic post in a forum saying a member is asking for help, please proceed to the helpdesk and see if you can resolve their problem.
think this will make a super hack even better if thats possible. PS does anyone have a guide on how to use this, what each thing does, that members can read - iam about to do one myself if i find a spare 5 mins. |
Quote:
|
Quote:
How-tos: Giving Access to the Departments and Usergroup Settings Usergroup Settings Managing Departments Is this what you are looking for? Or are you looking for a user guide? One assumes that such a system is straightforward to submit a question, but if you really need a user guide then I don't believe there is one. |
EDIT : Dismiss, I got it to work after doing another complete uninstall/re-install :nervous:
Quote:
Ok, did that. Made a little difference. But now I get this error when I try to re-install 1.54. Invalid SQL: ALTER TABLE `vb3_usergroup` ADD `ticketpermissions` INT(10) UNSIGNED DEFAULT '0' NOT NULL mysql error: Duplicate column name 'ticketpermissions' mysql error number: 1060 Date: Wednesday 09th of March 2005 01:47:14 PM Script: http://****/VB/admincp/helpdesk_inst...install&step=4 Referer: http://****/VB/admincp/helpdesk_inst...install&step=3 |
Quote:
|
Quote:
|
Ok, I have fixed the problem with the Usergroup Settings page in IE where it moves down half the page. To fix this problem it's rather simple.
1. Upload helpdesk_install.php to your admincp folder and run it. 2. Click on a link that says Install Templates. You're done, don't go through any other steps, if you do then it will give you database errors. Warning: This will update any HelpDesk templates. If you have made any changes save them first and then run this to prevent problems. |
Quote:
|
I cant find 2. Click on a link that says Install Templates. on the helpdesk_install.php, where is it actually?
Im using 1.54 now, is it Updates/Adds Templates? |
Quote:
Code:
http://yourdomain/forums/admincp/helpdesk_install.php? |
LOL.. i know the file lead-weight but i was looking for the Install Templates on the
helpdesk_install file... :D |
Quote:
v1.55 - Bug fixes. Fixes the problem with the Usergroup Settings page loading half the way down the page in IE. |
Quote:
|
First off WhSox21 - This is a great add-on! I for one appreciate your time and energy put into this!
Request: Secondly a very userfriendly enhancement would be if you could see the actual number of tickets/replies to the right, for instance: Unresolved tickets (3) That would make this, in addition to other requests Ive seen, furthermore complete. Keep up the good work! (I hope this hasnt been requested already, the thread now spans over 20 pages, so its hard to be certain..) |
Quote:
|
Is it possible to set it so registered users can reply to anyones helpdesk post but dont have access to the settings section.
In the add depatments area i have put there usergroup in , they can post but not reply to other members post, just we have alot of helpful members and we want to use this as a general helpdesk aswell as a bug reporting center. |
It would take a little bit of editing of the actual code to accomplish this. If you really wanted to do that you could modify the helpdesk.php file and remove the part of the queries where it checks for the userid. Depending on how tomorrow goes I'll see if I can help you out and post a file for you to use. I'll try to release this as a release too.
I really need to start a list of feature requests. I'll try to get something organized here shortly. This week is pretty hectic for me so once I do get something I'll let everyone know. |
Thankyou very much, this would make it so useful for everyone
|
Sox,
Where can I increase the amount of character to be entered in the Deparment Name? What it's set to right now is too short.. Thank You! |
On Template: helpdesk_departmentlist
Find: name="department" size="35" Replace with: name="department" size="255" |
Quote:
I was reffering to the maxlength= which it seems it uses the max username length. I just removed the variable and set it to the size I needed, thank you. If I'm not asking for too much can you add to your "To Do List" a department description? Maybe something like a radio buttons instead of a dropdown menu? Also would be nice to be able to add "Unregistered / Not Logged In" usergroup settings to it. thanks for your great support! |
has anyone thought of the idea of having the system notify the admin or who ever has access to resolve tickets, when a user submits or replies to a ticket?
|
Quote:
Yea I could pretty easily change the department list into a description using radio buttons rather than the drop down. As for the Unregistered usergroup, it was purposely taken off in this version as it takes a little extra special code for that. Quote:
|
Hey the demo dont work anymore. if you want you can put it up on my site.
|
Quote:
|
Quote:
In the installer, it says install v1.54 even though I'm installing v1.55. Also, I can be your demo link as well. Domain: www.blootix.com/board Username: test user Password: test |
Quote:
Quote:
|
Quote:
On another note... We made HotM for March! :) I'd really appreciate the votes! That is if you absolutely love this hack! ;) Vote Here! |
Quote:
you got my vote :nervous: |
Got my vote m8, well done
|
i made a litle mod that will allow given department mods to recieve pms about new tickets that submitted to their dep.
note this mod will add a few queries . run this query to add option to the CP: Code:
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('helpdesk_pm_notify', 'helpdesk', '1', '0', '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\"> find Code:
// lets send an email instead Code:
if ($vboptions['helpdesk_pm_notify'] == 1) Code:
$DB_site->shutdown_query("UPDATE ".TABLE_PREFIX."user SET pmtotal = pmtotal + 1, pmunread = pmunread + 1, pmpopup = " . $userinfo['pmpopup'] . " WHERE userid = '" . $userinfo['userid'] . "'"); Code:
function sendprivatemessage_group ($group_ids, $message, $subject) Code:
function sendprivatemessage_group ($group_ids, $message, $subject) Code:
$bbuserinfo[m_subj]=addslashes(htmlspecialchars_uni($_REQUEST['title'])); enjoy |
Live Demo has been updated.
red_baron2000 - I'll install this and see how she works. If it works good and if there is no way for me to optimize the code (which there might be) I'll release an update tomorrow. |
Wow that looks really good. Great work. Could be useful for me in the future.
|
ok,
coming in late on this hack could some one tell me which one to install and what to edit step by step please thanks hc |
Obviously you're goign to want to download the latest version. I'll remove the old one. I left it up there for people before. Like stated in the first post there are no file edits! The installation can be found in the zip file.
|
I need to upgrade, but want to wait until the moderator notification from the last page is incorporated into the mod. Any idea when (if) that will be ready? Also, are there any other additions planned for the next rollout?
Awesome, awesome work. |
Is it possible for the person who submitted the original ticket to receive an email when his or ticket receives a reply from a mod/admin?
|
Very nice addon WhSox21 but, I have a permissions problem I can't get sorted out... All members can see the Administer Block and view tickets other than their own.. Also Tickets that I have claimed ownership of are never listed in "My Tickets"
example: My Registered Users Group permissions are set to only; Can Create Tickets = Yes Can Resolve Tickets = Yes All others = No Registered users can still view every ticket... Any Ideas?? |
Quote:
Quote:
Quote:
Quote:
cheers for all the hard work |
Quote:
In your AdminCP then to vBulletin Options then HelpDesk... Usergroups With Department Access - make sure this list (seperated by commas) only gives the usergroups you want to have access to those areas. |
All times are GMT. The time now is 04:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|