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)

InTheBox 07-15-2007 04:38 PM

Quote:

Originally Posted by LewisAinslie (Post 1291860)
Does this work? I keep getting Error when trying to access the view thread

http://community.gamerjuice.co.uk/vb...ewthread&tid=3

Thats the error

I am assuming you are trying this as an unregistered user as that is how I am seeing it following the link above.

The "Guest" access is a bit broken (at least in my opinion) it is possible to get it somewhat working however it doesnt work correctly.

To activate Guest access make sure the vbSupport Unregistered Access setting under ACP->vbSupport-> Manage settings is set to "No" (this is a bug that was pointed out elsewhere in the thread) you also need to set the appropriate vbSupport permissions for the group as well. Note: There is quite a few permission problems / checks with the current code in regards to Guest access. At least with 3.6.7

RedGTiVR6 08-12-2007 07:15 PM

without reading through the 39 pages of this thread...
does this work on 3.6.8?
I cannot find a demo of this anywhere, just screen shots.
The big red bold text at the top of the mod bothers me a bit...is it safe to install now? Has anyone run into any issues?

RedGTiVR6 08-13-2007 01:04 PM

Fresh install on 3.6.8.

Go to manage categories and there are two errors (the same error shows up twice) on this page:

Code:

Warning: Invalid argument supplied for foreach() in /admincp/vbsupport.php on line 40
What does this mean?

EDIT: This post has the solution:

Quote:

Originally Posted by sinisterpain (Post 1165272)
You did not do the other edit below that post which is edit for vbsupport.php in the admincp folder. See post https://vborg.vbsupport.ru/showpost....&postcount=478.
Also in the main vbsupport.php (one not in admincp folder)I forgot another edit I think

Find :
Code:

// unserialize the datastore
$vbulletin->vbs_category = unserialize($vbulletin->vbs_category);
$vbulletin->vbs_admin = unserialize($vbulletin->vbs_admin);

// check if the user is an admin
$show['useradmin'] = false;
if (vbsupport_can_moderate('canadminsupport'))
{

Change too:
Code:

// unserialize the datastore
$vbulletin->datastore->do_db_fetch("'vbs_category'");
$vbulletin->vbs_category = unserialize($vbulletin->vbs_category);
$vbulletin->datastore->do_db_fetch("'vbs_admin'");
$vbulletin->vbs_admin = unserialize($vbulletin->vbs_admin);

// check if the user is an admin
$show['useradmin'] = false;
if (vbsupport_can_moderate('canadminsupport'))
{

also for pms to work:
find in vbsupport.php:
Code:

// build the $emailids
 
    $pmids = explode(',', $vbulletin->vbs_category["$categoryid"]['adminpmusers']);
    $emailids = explode(',', $vbulletin->vbs_category["$categoryid"]['adminemailusers']);

    // check for email notifications
    if (is_array($emailids) && is_array($pmids))
    {
      // process add admins

      foreach($vbulletin->vbs_admin AS $userid => $user)
      {

Change too:
Code:

// build the $emailids
    $vbulletin->datastore->do_db_fetch("'vbs_category'");
    $pmids = explode(',', $vbulletin->vbs_category["$categoryid"]['adminpmusers']);
    $emailids = explode(',', $vbulletin->vbs_category["$categoryid"]['adminemailusers']);

    // check for email notifications
    if (is_array($emailids) && is_array($pmids))
    {
      // process add admins
      $vbulletin->datastore->do_db_fetch("'vbs_admin'");
      foreach($vbulletin->vbs_admin AS $userid => $user)
      {

Quaterbore posted a phrase add which must be done for pms regards to a support ticket being deleted by another admin and then clicking on the link in the PM that was sent by that ticket will cause an error since no phrase exists to handle this particular case.


RedGTiVR6 08-13-2007 01:40 PM

Quote:

Originally Posted by snobird1211 (Post 1179118)
got it working but am now facing a problem

You did not specify a Category for your Thread. You are required to enter a Category.

there is no option to choose a caotogorey and when u enter the message it says that im using 3.6.4 and have done all extra edits u have mentioned

What was your solution for this? I'm running into the same problem.

Nevermind: Post 500 contained the fixed code.

Now, I really need attachments to work as this is critical for our use. Every bug report needs to have a log.txt file with it....

yoyoyoyo 09-13-2007 09:22 PM

Ok - this is really weird - I uploaded the files to my server, imported the product, and then refreshed the ACP before doing the template edits, and found no vbSupport CP nav listed - I double-checked that all of the files went to the right folder, especially that the cpnav_vbsupport.xml went to "/public_html/forum/includes/xml" but it is see it is still not there.

http://img297.imageshack.us/img297/641/errorzj7.jpg

I am running 3.6.8 - any ideas?

WarLion 09-20-2007 04:02 AM

go to your plugins and product and enable the product is disable by default

yahoooh 09-24-2007 09:01 AM

pm not work , i did the fix codes but not work
when the ticket close , the quick reply show and work even the ticket is closed
attachement is not wrok

vb:3.6.8
php:5.2.4

Iskib 10-17-2007 03:52 PM

So any word on a full port to 3.6.8 with all features working ?

Lionel 10-21-2007 11:03 AM

I managed to get attachments to display, but I am having a hard time with editpost (when greater than post id#1)

I am also having a hard time with permissions. I thought of disabling editpost but it goes thru

dodgeuk19 10-21-2007 02:20 PM

nm,

sorted it

thanks

dodge


All times are GMT. The time now is 10:14 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.01790 seconds
  • Memory Usage 1,751KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_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