vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBSupport v2.0.0 Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=94023)

kylek 09-22-2005 06:24 PM

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!!

mikexxx 09-24-2005 10:48 AM

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

LoOnEyToOnZ 09-25-2005 08:21 AM

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"

CMX_CMGSCCC 09-25-2005 05:20 PM

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
        if (!in_array(6, $admingroupids))
        {
                $adminsfound++;
                $admingroupids[] = 6;
        }

Then it will only use the settings set in the Usergroup settings.

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';
-CMX

BradE 09-25-2005 05:52 PM

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

TruthElixirX 09-25-2005 06:56 PM

I like it. Thanks. :D. Using it to report bugs for our 3.5 upgrade.

mtha 09-25-2005 08:11 PM

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)

LoOnEyToOnZ 09-26-2005 08:01 AM

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 "

peterska2 09-26-2005 08:16 AM

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]

LoOnEyToOnZ 09-26-2005 09:06 AM

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"


All times are GMT. The time now is 08:04 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
  • Page Generation 0.01419 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete