vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   ProjectvB4 (https://vborg.vbsupport.ru/showthread.php?t=328129)

ChrisTERiS 07-31-2020 04:20 PM

Quote:

Originally Posted by Seven Skins (Post 2603652)
First of all Great Work.

First of all, I'm happy to see you again. I remember you from the glory days of this site. Hope that everything is going fine in your life.


Quote:

Originally Posted by Seven Skins (Post 2603652)
1 - Horizontal scroll bar is visible when the width of the forum is less then 1220px approx

I'll check it. Didn't noticed something like this before. But again scrolling does nothing. I mean there is nothing to show more.

Quote:

Originally Posted by Seven Skins (Post 2603652)
2 - Blue category bar images does not cover then whole width when the width is less then 970px approx

This is just in my installation. My background image is small, that's why it happen. You can replace the default background with greater in size images.

Again happy to see you.

PS: Also I'm waiting for your and all other designers to support my Project. I'm not designer, I just used a custom template that I've for my CMS Viral PHP script. With minimal knowledge of Bootstrap 3, you can do nice looking styles.

fortforum.org 08-18-2020 07:18 AM

I still run vb4, as it is a very stable and mature product, it was abandoned to early in my opinion. I have always missed a support/helpdesk/ticket system i vb. I use free version of HESK and it works reasonably well, but i would like to see it included in vb itself. If it´s possible or not, i don´t know, but i would be very interrested in such a product.

ChrisTERiS 08-18-2020 07:20 AM

Quote:

Originally Posted by fortforum.org (Post 2603741)
I still run vb4, as it is a very stable and mature product, it was abandoned to early in my opinion. I have always missed a support/helpdesk/ticket system i vb. I use free version of HESK and it works reasonably well, but i would like to see it included in vb itself. If it?s possible or not, i don?t know, but i would be very interrested in such a product.

I'll recode my microSUPPORT, not only to make it with responsive design, but mostly to add some features that I want. Don't expect a Kayako or Deskpro clone, but a fair module with most important features included.

Hostboard 08-18-2020 07:42 AM

Quote:

Originally Posted by ChrisTERiS (Post 2603742)
I'll recode my microSUPPORT, not only to make it with responsive design, but mostly to add some features that I want. Don't expect a Kayako or Deskpro clone, but a fair module with most important features included.

The original MicroSupport was here:
https://vborg.vbsupport.ru/showthrea...=213180&page=6

I purchased the Pro. Would love to see this updated to support VB4 and use it again and drop Project Tools. Hopefully the new release would include the Pro features?

fortforum.org 08-18-2020 07:44 AM

Im looking forward to explore such a product in a not to distant future.

ChrisTERiS 08-18-2020 07:47 AM

Quote:

Originally Posted by Hostboard (Post 2603743)
The original MicroSupport was here:
https://vborg.vbsupport.ru/showthrea...=213180&page=6

I purchased the Pro. Would love to see this updated to support VB4 and use it again and drop Project Tools. Hopefully the new release would include the Pro features?

Honestly you surprised me. The only of my 50+ mods that I remember having them is sales were vbPhotovote (vb3), vbClubs(vb3), and eCommerce (vb4).

In no way, I mean that you're saying lies, just don't remember. I'll give a look to that post to see what features I had as Pro, and be sure that I'll include them. If I had them, means that they're important features.

EDITED: Just now I seen that the link is for vB3.x version. I thought that you're talking for vB4 version. And yes, as Project vB3 is already in development, I'll update it.

Hostboard 08-18-2020 09:49 AM

Quote:

Originally Posted by ChrisTERiS (Post 2603745)
Honestly you surprised me. The only of my 50+ mods that I remember having them is sales were vbPhotovote (vb3), vbClubs(vb3), and eCommerce (vb4).

In no way, I mean that you're saying lies, just don't remember. I'll give a look to that post to see what features I had as Pro, and be sure that I'll include them. If I had them, means that they're important features.

EDITED: Just now I seen that the link is for vB3.x version. I thought that you're talking for vB4 version. And yes, as Project vB3 is already in development, I'll update it.

If you want copies I can provide them...

I have 2 versions of MicroSupport. The VB 3 version and then one that was packaged as a self extracting executable. I am not sure if that was a VB4 variant? Here is snippit of the XML from the self extracting executable...

Edit: Found a copy of the VB 4 version: https://vborg.vbsupport.ru/showthrea...230112&page=22
Just not sure if it will work under 4.2.5

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="microsupport" active="1">
        <title>microSUPPORT PRO</title>
        <description>Site HelpDesk</description>
        <version>10.3</version>
        <url>http://www.totally-scripts.com</url>
        <versioncheckurl>http://www.totally-scripts.com/script_version_check.php?product=microsupport</versioncheckurl>
        <apm_releasedate>0</apm_releasedate>
        <apm_author />
        <apm_relatedurl />
        <apm_extrainfo />
        <apm_extraedit />
        <dependencies>
        </dependencies>
        <codes>
                <code version="1.0.0">
                        <installcode><![CDATA[        $vbulletin->db->query_write("
        CREATE TABLE IF NOT EXISTS `". TABLE_PREFIX ."microsupport_categories` (
          `id` int(11) NOT NULL auto_increment,
          `parentid` int(11) unsigned NOT NULL default '0',
          `name` varchar(50) NOT NULL default '',
          `displayorder` int(11) NOT NULL default '0',
          PRIMARY KEY  (`id`),
          KEY `displayorder` (`displayorder`)
        ) ENGINE=MyISAM
        ");


puertoblack2003 08-18-2020 11:31 AM

Quote:

Originally Posted by ChrisTERiS (Post 2603745)
Honestly you surprised me. The only of my 50+ mods that I remember having them is sales were vbPhotovote (vb3), vbClubs(vb3), and eCommerce (vb4).

In no way, I mean that you're saying lies, just don't remember. I'll give a look to that post to see what features I had as Pro, and be sure that I'll include them. If I had them, means that they're important features.

EDITED: Just now I seen that the link is for vB3.x version. I thought that you're talking for vB4 version. And yes, as Project vB3 is already in development, I'll update it.

I remember using this back in vb3.7 days https://vborg.vbsupport.ru/showthread.php?t=176367 dont remember microsupport

ChrisTERiS 08-18-2020 05:12 PM

Quote:

Originally Posted by puertoblack2003 (Post 2603747)
I remember using this back in vb3.7 days https://vborg.vbsupport.ru/showthread.php?t=176367 dont remember microsupport

Reading the features, I can definitely say that it does not have even 20% of the microSUPPORT.

--------------- Added [DATE]1597778104[/DATE] at [TIME]1597778104[/TIME] ---------------

Quote:

Originally Posted by Hostboard (Post 2603746)
If you want copies I can provide them...

I use to trust people, so no need to provide me anything. Have it will be ready (as it will be done for sure), you'll get a license for both vB3 and vB4.

puertoblack2003 08-19-2020 11:20 AM

Quote:

Originally Posted by ChrisTERiS (Post 2603748)
Reading the features, I can definitely say that it does not have even 20% of the microSUPPORT.

--------------- Added [DATE]1597778104[/DATE] at [TIME]1597778104[/TIME] ---------------



I use to trust people, so no need to provide me anything. Have it will be ready (as it will be done for sure), you'll get a license for both vB3 and vB4.


yes true, at the time I just needed something simple.:)


All times are GMT. The time now is 10:36 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.01670 seconds
  • Memory Usage 1,760KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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