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)

Andreas 08-15-2005 09:36 PM

I don't see a reason why the Phrase shouldn't be there.
Installcodes are being run if the Version Number of the Installcode is higher then the Installed Version.
So if there is no new Code necessary for a new Version, leave the Version Number of the Install Code as it is.
If there is new Code necessary, create a new Installcode-Block with the New Version Number - or make the install-Code the the installed Version.
As you are truning off mySQL Errors, those (if they happen) will not stop Execution.

Btw: You got some fubar Hook calls in your Classes ;)

CMX_CMGSCCC 08-15-2005 10:45 PM

Quote:

Originally Posted by KirbyDE
I don't see a reason why the Phrase shouldn't be there.
Installcodes are being run if the Version Number of the Installcode is higher then the Installed Version.
So if there is no new Code necessary for a new Version, leave the Version Number of the Install Code as it is.
If there is new Code necessary, create a new Installcode-Block with the New Version Number - or make the install-Code the the installed Version.
As you are truning off mySQL Errors, those (if they happen) will not stop Execution.

Btw: You got some fubar Hook calls in your Classes ;)

I commented all of the hook calls out for now. As I wasnt sure if I should create new hook calls and if I did create new hook calls, how do I add them to the hooks system?

-CMX

RoryF 08-16-2005 07:42 AM

I unistalled in my localhost, went to update usergroup permissions and i got this error.

PHP Code:

Database error in vBulletin 3.5.0 Release Candidate 2:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
    
`title` = 'Fusion City Staff',
    `
description` = '',
    `
usertitle` = 'Fusion City Staff',
    `
opentag` = '<b><font color=#336600>',
    `
closetag` = '</b></font>',
    `
passwordexpires` = '0',
    `
passwordhistory` = '0',
    `
ispublicgroup` = '0',
    `
canoverride` = '0',
    `
forumpermissions` = '1048575',
    `
attachlimit` = '0',
    `
pmquota` = '5000',
    `
pmpermissions` = '3',
    `
pmsendmax` = '0',
    `
calendarpermissions` = '63',
    `
wolpermissions` = '31',
    `
adminpermissions` = '1',
    `
genericpermissions` = '4194303',
    `
genericoptions` = '31',
    `
profilepicmaxwidth` = '120',
    `
profilepicmaxheight` = '120',
    `
profilepicmaxsize` = '20000000',
    `
avatarmaxwidth` = '150',
    `
avatarmaxheight` = '150',
    `
avatarmaxsize` = '20000000',
    `
profileviewpermissions` = '15',
    `
supportpermissions` = '0'
WHERE usergroupid=13;

MySQL Error  Unknown column 'supportpermissions' in 'field list'
Error Number 1054
Date         
TuesdayAugust 16th 2005 04:37:40 AM
Script       
http://fusion-city.net/forum/admincp/usergroup.php
Referrer     http://fusion-city.net/forum/admincp/usergroup.php?do=edit&usergroupid=13
IP Address   217.44.9.153
Username     
Rory
Classname    
vB_Database 

Some stuff from the support system is still there, and i had to drop the tables in the database manually.

jesus likes pie 08-16-2005 12:26 PM

Is there a way that a popup pops up when you get a new ticket? Like with PMs...

if not, it would be an awesome addition.

jesus likes pie 08-19-2005 09:27 PM

bump

lamilein 08-24-2005 05:56 PM

heya, i hope your move went along good :)

nice plugin i have to say, trying it atm and found something that bothers me:
Code:

http://localhost/vb35rc2/vBSupport.php?do=newticket
Fatal error: Cannot redeclare vB_DataManager_Ticket::$ticket in C:\Programme\xampp\htdocs\vb35rc2\includes\class_dm_ticket.php on line 110

got it running on w2k advanced sp4 using xampp (www.apachefriends.org) 1.4.15 std install
(contains:
+ Apache 2.0.54
+ MySQL 4.1.13
+ PHP 5.0.4 + PHP 4.4.0 + PEAR
+ eAccelerator 0.9.3 (PHP5) / 0.9.4-dev(PHP4)
+ Zend Optimizer 2.5.10a )
and using IE5.00
maybe you've got an idea :)

CMX_CMGSCCC 08-24-2005 06:21 PM

Quote:

Originally Posted by lamilein
heya, i hope your move went along good :)

nice plugin i have to say, trying it atm and found something that bothers me:
Code:

http://localhost/vb35rc2/vBSupport.php?do=newticket
Fatal error: Cannot redeclare vB_DataManager_Ticket::$ticket in C:\Programme\xampp\htdocs\vb35rc2\includes\class_dm_ticket.php on line 110

got it running on w2k advanced sp4 using xampp (www.apachefriends.org) 1.4.15 std install
(contains:
+ Apache 2.0.54
+ MySQL 4.1.13
+ PHP 5.0.4 + PHP 4.4.0 + PEAR
+ eAccelerator 0.9.3 (PHP5) / 0.9.4-dev(PHP4)
+ Zend Optimizer 2.5.10a )
and using IE5.00
maybe you've got an idea :)

I have fixed this bug, it was declaring $ticket twice inside class_dm_ticket.php.

I'm working on version v0.5 at the moment. I was trying to find a way to do the a popup like the pmpopup. I'll have to research some more of the plugin hooks to get that working, but it seems possible.

The stuff I have done for v0.5 right now are as follows:

1) Added new admin feature to 'List New Tickets'.
2) Updated the installer to verify the fields exist before
trying to create them.
3) Fixed the replycount increment code when people reply to
a ticket.
4) Added vBSupport.php?do=rebuildreplycount to rebuild the
ticket reply counts.
5) Fixed a redeclaration bug inside class_dm_ticket.php.

I want to add a couple more features for v0.5 before releasing it.

1) The admin feature to search for tickets. (i.e. search for tickets containing words, or search for tickets in a specified category, or search the titles only, and some more options for the search.)

2) I want to add pages to the ticketlisting. Right now it displays all of the tickets on the same page, I want to fix that and add the page system like vB has for the threads and such. (As well as add an admin option to specify how many tickets you want to list per page for users and for admins.)

The search feature I have started and got a basis 'search' function added, just need to get a good template for the searching options and it should be finished.

The pages I havent started yet, but it should be easy. I hope to have the new version out by this Friday. But I've been really busy as of late, we have just moved into our new home my in-laws are visiting from Germany until September 3rd, so I may not hit the Friday date, but I'm trying :)

-CMX

The Geek 08-24-2005 06:37 PM

keep up the great work. Its coming along quite nicely. The only thing I would like to see is some initial entry boxes for things like url, ftp, admin account access, that are availible for certain categories of tickets.

The only sketchy thing is handling that kind of sensitive data (ie. md5 it and delete it when ticket closes). I would still be happy as larry without it - its just a suggestion ;)

CMX_CMGSCCC 08-24-2005 09:39 PM

Quote:

Originally Posted by The Geek
keep up the great work. Its coming along quite nicely. The only thing I would like to see is some initial entry boxes for things like url, ftp, admin account access, that are availible for certain categories of tickets.

The only sketchy thing is handling that kind of sensitive data (ie. md5 it and delete it when ticket closes). I would still be happy as larry without it - its just a suggestion ;)

It could probably be done, but creating a new ticketfields table. It would obviously add more queries as well. I might look into it when I get some free time.

-CMX

Neal-UK 08-24-2005 10:13 PM

Quote:

Originally Posted by CMX_CMGSCCC
It could probably be done, but creating a new ticketfields table. It would obviously add more queries as well. I might look into it when I get some free time.

-CMX

An option that sends a PM or e-mail to the user when ticket replied too, and when a new ticket created the admin / mods are notified. Very good mod though.


All times are GMT. The time now is 12:15 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.01300 seconds
  • Memory Usage 1,770KB
  • 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)bbcode_php_printable
  • (4)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