![]() |
Quick question,
I am the only admin on my board and want to set the settings so that I am the only one who will deal with support issues. When editing a category, do I need to check the box "administrators" under the allowed technicians usergroup list or just leave none checked? Also wondering when notifications to admins will be added. Thanks for this support system by the way!! |
I get this when i reply to a ticket:
Fatal error: Cannot redeclare vB_DataManager_TicketReply::$ticketreply in /home/.sites/xxx/xxxxxxxxx/web/includes/class_dm_ticketreply.php on line 132 |
Hi im using RC3 and i get this when i try to post an attachment
"Invalid Post specified. If you followed a valid link, please notify the administrator" |
uae: I see the problem there and will post a v0.8a soon.
kylek: By default Admin has access to all features even if the settings are not set I believe. If you want to get rid of this feature, look inside vBSupport.php inside the function get_admingroup_ids(). Remove the following code: Code:
// make sure admins are in the group mikexxx: Did you reupload the entire /UPLOAD folder to your server? LoOnEyToOnZ: Did you choose allow overwrite when installing the plugin? It sounds like one of the queries didnt get ran properly. Try to run this query: Code:
ALTER TABLE " . TABLE_PREFIX . "attachment ADD COLUMN ticketreplyid INT UNSIGNED NOT NULL DEFAULT '0'; |
Love this hack, so many uses for this system.
The only problem is have is what others have noted, if no post icon is selected it gives a red x. It isn't an overwrite problem because this was a fresh install on my part. The red x points to http://www.yourforum.com/forum |
I like it. Thanks. :D. Using it to report bugs for our 3.5 upgrade.
|
Very nice
I want to see some more administrative functions: - Category's moderator(s). Moderator will receive PM and/or email when there's new ticket in the category (maybe option to turn it on/off too) Display ticket lists (all kind of list): (ref - vb bug tracker) Display Assigntech person in ticket list (if none, says unassigned) Display ticketID could help, when member have question about some specific ticket Admin Support - List Open Tickets - List Closed Tickets - Search ticket by ticketid, assign person optional: browse tickets by category, just like in the forum/post relationship - User can change type of subscription on his ticket - Admin can edit preposted ticket (with permission allow editting on) |
Hi CMX
I tried running that query and got this error "#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '" . TABLE_PREFIX . "attachment ADD COLUMN ticketreplyid INT UNS " |
LoOnEy, replace the " . TABLE_PREFIX . " with your table prefix, if you have one.
eg [sql]ALTER TABLE vb35_attachment ADD COLUMN ticketreplyid INT UNSIGNED NOT NULL DEFAULT '0';[/sql] or [sql]ALTER TABLE attachment ADD COLUMN ticketreplyid INT UNSIGNED NOT NULL DEFAULT '0';[/sql] |
Ok i tried and i get this
"#1060 - Duplicate column name 'ticketreplyid' " Seems like i that column is already there...and btw i go to this URL when i click to add attachments "http://<domain>/forums/newattachment.php?t=1&specialattachment=1&poststar ttime=1127743923&posthash=20e4 18899d84f43e9169841589b95117" |
Hiho,,
great Plugin i use it in my vB and it works great :D CMX_CMGSCCC do you mind if i Translate it into german? regards Disi |
Great hack :)
One suggestion for ya :) Have it send a PM to a specific user depending on what category it is that a new ticket has been submitted. Or even just make the email be based on what category it is, rather the one global address that it sends an email to :) [high]* Cyricx clicks install![/high] |
When clicking Quick Reply in FF, it leads to full reply instead of Quick Reply.
|
Quote:
->kick<- |
Maybee you can include in the later version, every language thing into a seperate file so its easier to translate :)
|
ufff, got an error after qick replaying:
Code:
Fatal error: Cannot redeclare vB_DataManager_TicketReply::$ticketreply in includes/class_dm_ticketreply.php on line 132 |
Quote:
|
Quote:
|
I see the bug for the ticketreply redeclaration. I will fix it now and release shortly.
As far as the ticket.iconid, I have no idea as iconid has always been a part of the ticket MySQL table. Maybe try uinstalling and reinstalling. -CMX |
Well i got a little idea :)
How about moving the Text-things (like email) from the .php into a phrase? Is it possible? regards Disi |
Is this hack working with table prefixes?
|
Quote:
Short answere, Yes :) |
I want to change the postbit template, how can I do that? it doesnt use vB's postbit/postbit_legacy
|
Quote:
It would be wonderful to get an answer on this :D Also I would like to see a running demo without the need to register somewhere :D |
Thanks!!!
/me hits install |
Amazing hack!
But I get the exact same problem as this guy did. Everything else works great and I did the "Overwrite" even if i did not upgrade from any previous versions. Can I manually edit something to fix this? |
Hi
I'm missing an image in the ticket list: |
great system thanks!
|
Quote:
|
I have looked at the posts here and implemented some of the ideas for v0.9.
I have also looked at the bug reports, but the only one I cant seem to figure out is the one that kall is reporting because ticket.iconid should be a valid column. (It does have the TABLE_PREFIX for the query as well.) The bug after posting should have been fixed since v0.8b. jluerken: Yes, it does support TABLE_PREFIX's. mtha: If you want to change the postbit, edit the postbit_ticket to your liking. Disi: It should be possible, using a form and an ereg_replace to add the links to the sites. I'll look into that for a future version. But for now, I will release v0.9 with the new features as follows: 1) Added ID to ticket list for easier reference. 2) Added categoryadmins for add/updating categories. NOTE: Enter the userid's of the users you want to be notified upon a new ticket creation for the specified category. Separate entries with a comma (',') and do not put any spaces either. 3) Added admin options for List Open/Closed Tickets. 4) Added ability to search for tickets by assigned tech. -CMX |
CMX, many thanks for the answer.
One more question. Is there a list of the used phrases available? I want to have the user section in english and german. The admin part can stay in english. Now I need to know if there is any hard coded phrases in v0.9 in the user front end and which phrases do I all have to translate? |
Upgraded to 0.9 and still missing the posticon image in the ticket list.
Is there any file / template I can edit to remove it completely or add a permanent default posticon? |
Code:
Database error in vBulletin 3.5.0: |
For category doesnt have $categoryadmin => ERROR[/QUOTE]
fix: in VBSupport.php Look for PHP Code:
PHP Code:
|
Quote:
support_ticketlistbit look for HTML Code:
<if condition="$show['messageicon']"> HTML Code:
<if condition="$show['messageicon']"> |
Quote:
Quote:
- Display CatID before editing category name Code:
<td>[$category[categoryid]] <input type="hidden" name="category[$category[categoryid]]" value="$category[categoryid]"><input type="text" name="categoryname[$category[categoryid]]" value="$category[categoryname]" size=50></td> - newticket in predefined category could be "vBSupport.php?do=newticket&catid=xxx" it will select the catid by default, or only display that specific catid - Search ticket by ticketid, postuserid, open status (open or closed) |
Question:
When you create or edit a category, there're options for Allowed Usergroups Allowed Technician Usergroups What is the function of these usergroups? |
Whene ever I open the drop down menu for ticket catagoreys, the catgoreys do not show up. Only the user IDs asigned to those catgories do.
|
Quote:
Allowed Technician Usergroups are the groups that can assign tickets and so forth I believe. |
Quote:
Allowed Technician Usergroup is the usergroups that are allowed to be assigned to the ticket in that category. -CMX |
All times are GMT. The time now is 05:23 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:
|