vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - [APM] Advanced Product Management 3.0.4 (https://vborg.vbsupport.ru/showthread.php?t=121792)

Spiffware 09-21-2006 09:54 AM

has anyone try to install this on 3.6.1 to see if it worked?

mtha 09-21-2006 10:25 AM

it seems to work on 3.6.1, but need revised and small fixes. I will try to work on it next week.

Spiffware 09-21-2006 10:59 AM

ok thanks

Kriminal 09-21-2006 02:02 PM

Quote:

Originally Posted by Spiffware
has anyone try to install this on 3.6.1 to see if it worked?

It works in 3.6.1

mtha 09-21-2006 11:49 PM

Hack Version: 3.0.3.060921
Compatible vB version: 3.6.0 (and later)

With small fixes and clean up.

Does work with vB 3.6.1

mtha 09-21-2006 11:54 PM

Quote:

Originally Posted by Paul M
Excellent, I am about to update.
BTW, the zip seems to refer to 3.0.3, but the text only refers to 3.0.2 ?

Fixed

Quote:

mtha - any chance we could get associated product XML at least displayed, and maybe the option to create a basic bitfield or cpnav skeleton? I don't expect full XML editing in the APM (yet!! LOL!), but it would be nice to at least have a table showing any associated XML files, and the ability to peek at them without having to jump on ssh or download them.
well, no. not at the current time.


Quote:

If you forget to fill out the Version field when adding install / uninstall code, it doesn't throw any errors, and the feedback says the changes have been saved ... but they haven't.
Dont see that error, or it's been fixed on the way :)

Quote:

Speaking of which. I do have one slightly more than trivial issue I just noticed with one of the projects in my list. It's a fairly large on (the first beta release of SirAdrian's vBlogetin). The APM outputs it fine, except that it truncates the output at the end of the first setting group.

The product has three distinct settings groups, but APM gets as far as the last entry in the first group, and stops there. It doesn't even print the content of the last entry in that first group, it just prints the title line.

There is no Save button, and the usual footer stuff (including the debug info) is missing as well.
I couldnt find vBlogetin on the site here, so cant test. anyway, I clean up and fix some table on vboptions. Try again and see if it is fixed.


Quote:

Another issue I've run across ... I don't know if this is APM, or a generic vB problem, but when I try and create a new template in a new product I'm working on, when it saves it tells me "Invalid product ID", even tho I have definitely selected my new product from the dropdown on the new template page.
Dont see the problem. Try to upgrade to the newest version and see if you still get the error?


Quote:

1. A way to add/change the autor in phrases
2. A way to add/change version numbers in phrases
3. A way to add/change phrase date in phrases
They are all in phrases, aint they?

Spiffware 09-23-2006 04:30 AM

ok installed and it seems to work ill let you know if i get any issues but so far its fine.

Paul M 09-23-2006 08:00 PM

If I try and add install code I just get an "Invalid Product Specified" error when clicking save.

Edit - this only seems to be if previous install code exists.

Spiffware 09-24-2006 02:45 AM

if u read his txt uninstall out virsion and install new one it works fine.

stcont 09-24-2006 07:21 AM

Help error :(
(vBulletin 3.6.1)

Parse error: parse error, unexpected '}' /forum/admincp/apm_product.php on line 2855

PHP Code:

 {
        if (empty(
$setting["$grouptitle"]))
        {
            continue;
        }

        
// add a group for each setting group we have settings for

        
$xml->add_group('settinggroup', array('name' => htmlspecialchars($group['grouptitle']), 'displayorder' => $group['displayorder']));

        foreach(
$setting["$grouptitle"] AS $set)
        {
            
$arr = array('varname' => $set['varname'], 'displayorder' => $set['displayorder']);
            if (
$set['advanced'])
            {
                
$arr['advanced'] = 1;
            }
            
$xml->add_group('setting'$arr);

            if (
$set['datatype'])
            {
                
$xml->add_tag('datatype'$set['datatype']);
            }
            if (
$set['optioncode'] != '')
            {
                
$xml->add_tag('optioncode'$set['optioncode']);
            }
            if (
$set['validationcode'])
            {
                
$xml->add_tag('validationcode'$set['validationcode']);
            }
            if (
$set['defaultvalue'] !== '')
            {
                
$xml->add_tag('defaultvalue'$set['defaultvalue']);
            }
            if (
$set['blacklist'])
            {
                
$xml->add_tag('blacklist'1);
            }
            
$xml->close_group();
        }

        
$xml->close_group();
    } <= 
2855 line 



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.01090 seconds
  • Memory Usage 1,763KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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