vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - [APM] Advanced Product Management 4.0.001 (https://vborg.vbsupport.ru/showthread.php?t=229418)

War.Frog 02-19-2010 03:04 PM

Wow, this looks like a FANTASTIC mod. How is this stuff not built right into the product!?

Tagged for install post-4.02 upgrade!

thincom2000 06-20-2010 10:52 PM

Several bugs:

This doesn't purge the type cache when products are disabled/enabled. In turn, causes database errors when turning on/off products with their own content types (e.g. vBulletin Blog or vBulletin CMS). See the current plugin.php for the appropriate code to handle this. As seen in that file, blocks also need to be rebuilt.

It's also possible you need to update the import/export to handle grids, blocks, etc.

gamerfu 07-23-2010 08:37 PM

I am using 4.0.5 and AME does not display Release Date nor the Install Date.

Any ideas why?

Both fields are blank. :(

thincom2000 07-23-2010 10:46 PM

It's possible AME's author didn't use APM or didn't bother filling in these fields before exporting the product.

KURTZ 07-24-2010 09:50 AM

simply AWESOME product! Installed/Rated/Nominated!

icemann 07-24-2010 01:15 PM

Working fine on 4.0.5 :cool:

KURTZ 07-27-2010 04:44 PM

Quote:

Originally Posted by icemann (Post 2073846)
Working fine on 4.0.5 :cool:

yes, but needs an improvement, the possibility to enable/disable more than one product simultaneously ...

Fraxter 08-15-2010 09:25 PM

If i add a template to a product i get always
Quote:

Invalid Product Specified
The templatet were created, but it's not integrated in the plugin.

vB 4.0.5

Make i something wrong?

Boofo 08-15-2010 10:35 PM

You need to set which product it is for. vBulletin is the default.

Michlerish 08-16-2010 05:36 AM

Installed and seems to be working in 4.0.6

Thanks :)

Fraxter 08-16-2010 06:25 PM

Quote:

Originally Posted by Boofo (Post 2084509)
You need to set which product it is for. vBulletin is the default.

I did that of course. First i created the template and after that comes the error message. The template is there, but's not specified to the addon.

thincom2000 08-23-2010 05:13 AM

Quote:

Originally Posted by thincom2000 (Post 2056681)
Several bugs:

This doesn't purge the type cache when products are disabled/enabled. In turn, causes database errors when turning on/off products with their own content types (e.g. vBulletin Blog or vBulletin CMS). See the current plugin.php for the appropriate code to handle this. As seen in that file, blocks also need to be rebuilt.

It's also possible you need to update the import/export to handle grids, blocks, etc.

These bugs still haven't been addressed. It drives my clients mad whenever they install/enable/disable mods using this. It also breaks functionality in the default vB Suite.

Boofo 08-23-2010 11:11 AM

How does it break functionality in the default vB Suite?

sulasno 09-20-2010 12:26 PM

tagged for reference

mgurain 11-26-2010 12:20 PM

Screen shots ?

COL NIL SATIS 11-27-2010 06:10 PM

tagged

Brew 01-13-2011 01:06 PM

With vB4.1.0pl2 I get this error when I go to the APM screen:

-----------------------------------------------------
Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

* Please contact the website owners to inform them of this problem.
------------------------------------------------------

This only started after installing 4.1pl2

Also, the new cpnav that was posted above gives this error:

--------------------------------
Invalid File Specified
--------------------------------

Any ideas?

Thanks!

steve1966 04-17-2011 10:23 PM

thank you

kisanjong 04-20-2011 06:08 AM

does this work with 4.13 ?

HMBeaty 04-20-2011 03:38 PM

Quote:

Originally Posted by MrKing (Post 2186560)
does this work with 4.13 ?

Yes

kisanjong 04-20-2011 08:05 PM

Thanks HMbeaty. Installing :)

Delphiprogrammi 05-18-2011 06:38 AM

hi, working fine but the collapse functionality is broken looks like the code for that is old and needs an update not a real bug just annoying to see a death image

Welshy2008 05-18-2011 07:16 AM

** Tagged **

This looks great. Thanks. :)

Delphiprogrammi 05-27-2011 03:37 PM

Quote:

Originally Posted by thincom2000 (Post 2088126)
These bugs still haven't been addressed. It drives my clients mad whenever they install/enable/disable mods using this. It also breaks functionality in the default vB Suite.

every time you view vbCMS or vbBlog PHP throws an error message you got that error to ? i think it's being caused by outdated code in apm_options.php and apm_product.php while i'm digging anyway i'll see if i find a way around

Boofo 05-27-2011 03:58 PM

I'm not getting any errors when I view CMS or Blog php code.

Delphiprogrammi 05-29-2011 05:52 AM

Quote:

Originally Posted by Boofo (Post 2200624)
I'm not getting any errors when I view CMS or Blog php code.

try to view it's settings through apm it's throwing PHP errors about a function call to bitwise();(/includes/functions_misc.php) "fixed" also when you view vbblog settings tghrough apm it displays some blank phrases yet apm_options.php?do=options&dogroup=vbblog works normal

Boofo 05-29-2011 07:03 AM

Maybe post the fixes for those who are having the same issues?

Delphiprogrammi 05-29-2011 10:23 AM

Quote:

Originally Posted by Boofo (Post 2201164)
Maybe post the fixes for those who are having the same issues?

Sure to correct the error about a bitwise() function call make sure this is there in apm_product.php

PHP Code:

require_once(DIR '/includes/functions_misc.php'); 

to correct the error about empty phrases in vbblog in apm_product.php add cpuser to the $phrasegroups array

Boofo 05-29-2011 11:09 AM

I have not run into these issues but I added the stuff to the apm_product.php file, anyway, just in case. ;)

Delphiprogrammi 05-30-2011 05:35 PM

Boofo,

I'm trying to fix the broken collapse/expand stuff.This has changed from the way it whas done in the past.I just don't understand there seems to be a css thrick involved i admit i'm not the best with css.You always seem to find your way around things do you have *any* idea how to fix that stuff ? i'm just to stupid to find how :o and if it's displaying 100+ of templates it's a nice thing to have

Boofo 05-30-2011 11:56 PM

Look in my User CP Referral ID and Referrer/Referrals in Profile for vB 4 mod as see if that helps you. I added the collapse/expand to that a little while back. If you still can't get it after that, let me know in PM and I will take a look at it for you.

Delphiprogrammi 05-31-2011 08:53 AM

Quote:

Originally Posted by Boofo (Post 2201891)
Look in my User CP Referral ID and Referrer/Referrals in Profile for vB 4 mod as see if that helps you. I added the collapse/expand to that a little while back. If you still can't get it after that, let me know in PM and I will take a look at it for you.

Thanks Boofo i saw something in that code i didn't know about i will try it on my "/testvb/" before i screw things up hower i have this thought the addiotional.css template isn't processed in the AdminCP i might be wrong we'll see

Boofo 05-31-2011 09:14 AM

Quote:

Originally Posted by Delphiprogrammi (Post 2201992)
Thanks Boofo i saw something in that code i didn't know about i will try it on my "/testvb/" before i screw things up hower i have this thought the addiotional.css template isn't processed in the AdminCP i might be wrong we'll see

Let me know what you find out. ;)

Delphiprogrammi 05-31-2011 10:54 AM

1 Attachment(s)
Quote:

Originally Posted by Boofo (Post 2201994)
Let me know what you find out. ;)

the code like this

Code:

vb:raw relpath#top
it is producing raw putput same goes for "vbcollapse.collapseimg"' stuff looks like this is not processed in the AdminCP but couldn't that be replaced since relpath is only what comes behind the domain eg

$vbulletin->path;

but since touching that stuff can create security related holes i rather leave it alone

Boofo 05-31-2011 11:12 AM

Have you tried adding the full path instead?

Delphiprogrammi 05-31-2011 11:35 AM

Quote:

Originally Posted by Boofo (Post 2202014)
Have you tried adding the full path instead?

i whas about to try that till i got interrupted by a woman :D:p so in the img tag put the full path and in the a tag just #top but i highly doubt that will work maybe with the $vbcollapse variable

Delphiprogrammi 05-31-2011 03:11 PM

1 Attachment(s)
hi,

I give up this bloody thing just doesn't work it looks like it's changed so you can only do this with templates the old way was so much easier

edit

look at the screenshot we're coming closer though nothing happens when you click rhe icon

TombstoneWarrior 01-22-2012 08:31 PM

WERE DO I UPLOAD THE FILE>> cpnav_adv_product_management.XML ??????

HMBeaty 01-22-2012 08:34 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2291094)
WERE DO I UPLOAD THE FILE>> cpnav_adv_product_management.XML ??????

In your includes/xml/ folder

TombstoneWarrior 01-22-2012 08:57 PM

Quote:

Originally Posted by HMBeaty (Post 2291096)
In your includes/xml/ folder

THANKS IM DUMB I DONT KNOW WHY I COULD NOT FIND THAT FOLDER I QUESS I WAS JUST RUSHING A BIT THANKS FOR THE HELP THOUGH!!!!!!!


All times are GMT. The time now is 12:58 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.01342 seconds
  • Memory Usage 1,818KB
  • 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
  • (1)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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