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)

Neal-UK 08-11-2005 02:56 PM

Quote:

Originally Posted by Sovereign
Nice hack. Grr, just installed 0.1 yesterday, must upgrade!

my permission are not saving, any ideas?

Neal-UK 08-11-2005 03:00 PM

Quote:

Originally Posted by nealparry
my permission are not saving, any ideas?

Just reinstalled again and selected overwrite, seems to be doing it now. My forum is being weird today!

jugo 08-11-2005 03:38 PM

Does it support attachments?? That is a definitely useful option.

CMX_CMGSCCC 08-11-2005 04:18 PM

Quote:

Originally Posted by nealparry
Just reinstalled again and selected overwrite, seems to be doing it now. My forum is being weird today!

I was going to say that it has to recreate the bitfields, thats probably why it wasnt saving. In any case you can rebuild the bitfields manually by uploading the bitfield xml file to /includes/xml and then going to the URL /admincp/index.php?do=buildbitfields

About adding attachments, they are not supported yet. This is my first hack for vB 3.5.0, so I'm still kind of in the learning process. I could probably allow attachments in a future version.

-CMX

Creed 08-11-2005 09:06 PM

Is there no file attachment of v0.2 or am I missing something?

CMX_CMGSCCC 08-11-2005 09:17 PM

Quote:

Originally Posted by Creed
Is there no file attachment of v0.2 or am I missing something?

Right, file attachments was added in the v0.3 version per request.

So you should upgrade from v0.2 to v0.3. You do not need to uinstall it, just add the product-vBSupport.xml file and set "Allow Overwrite" to Yes and it should install properly.

Once you install v0.3, goto the Usergroup permissions and set "Can Post Attachements" and "Can View Attachments" for the usergroups you want to allow them for.

-CMX

Neal-UK 08-11-2005 11:44 PM

Quote:

Originally Posted by CMX_CMGSCCC
Right, file attachments was added in the v0.3 version per request.

So you should upgrade from v0.2 to v0.3. You do not need to uinstall it, just add the product-vBSupport.xml file and set "Allow Overwrite" to Yes and it should install properly.

Once you install v0.3, goto the Usergroup permissions and set "Can Post Attachements" and "Can View Attachments" for the usergroups you want to allow them for.

-CMX

Excellent mod and installed thankyou

Neal-UK 08-11-2005 11:49 PM

Getting this error when trying to attach something:

Quote:

Database error in vBulletin 3.5.0 Release Candidate 2:

Invalid SQL:
UPDATE FORUMticketreply SET attach=1 WHERE ticketreplyid=1;

MySQL Error : Unknown column 'attach' in 'field list'
Error Number : 1054
Date : Friday, August 12th 2005 @ 12:48:20 AM
Script : http://www.*******.com/forum/vBSupport.php
Referrer : http://www.***.com/forum/vBSupport.php?do=newticket
And this with no attachment:

Quote:

Database error in vBulletin 3.5.0 Release Candidate 2:
Invalid SQL:
UPDATE FORUMticketreply SET attach=0 WHERE ticketreplyid=2;
MySQL Error : Unknown column 'attach' in 'field list'
Error Number : 1054
Date : Friday, August 12th 2005 @ 12:50:29 AM
Script : http://www.************.com/forum/vBSupport.php
Referrer : http://www.********.com/forum/vBSupp...p?do=newticket

Neal-UK 08-11-2005 11:53 PM

Quote:

Originally Posted by nealparry
Getting this error when trying to attach something:



And this with no attachment:

Also getting a db error trying to delete them too

CMX_CMGSCCC 08-12-2005 12:03 AM

Oops, I forgot to add the upgrade option to add the attach column to the table. Going to update the file to v0.3b very shortly.

You can fix this error by running the following query:

Code:

ALTER TABLE (TABLE_PREFIX)ticketreply ADD COLUMN attach SMALLINT UNSIGNED NOT NULL DEFAULT '0';
Obviously replace the entire string "(TABLE_PREFIX)" with your table prefix, or remove "(TABLE_PREFIX)" entirely if you dont have one.

-CMX


All times are GMT. The time now is 04:27 PM.

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.01353 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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