vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microCART: Shopping System for vB4 (https://vborg.vbsupport.ru/showthread.php?t=256723)

XtremeCrash 07-01-2012 08:30 PM

Does not work with 4.2 does not want..Marked uninstalled..

imported_dfmafia 07-09-2012 09:57 PM

1 Attachment(s)
paid version. installed on vB 4.2.0 PL2 - works great but unable to change CSS options to match custom styles

how to change main CSS...

trying to change the background color to match my styles.

adjusting templates don't work either
microcart.css isn't working
microcart_main isn't working


https://vborg.vbsupport.ru/attachmen...1&d=1341874628


background color of blocks
background color of main area and tabs inside that area


here are the main CSS colors I'm trying to change them too:

MAIN BACKGROUND #14191d
FIRST ALTERNATING COLOR #050C12 - block background color used for block titles
SECOND ALTERNATING COLOR #01060A - anything else to highlight areas
TEXT #828E99
LINK #83B4CC
BORDER #505960

micheal332001 07-10-2012 05:51 AM

you need to edit this file as there are more then one css file

microcart\js\style.css as this one controls the page layout manager css

i will be changing all css files to be in one place very soon.

micheal332001 07-10-2012 05:52 AM

Quote:

Originally Posted by XtremeCrash (Post 2344351)
Does not work with 4.2 does not want..Marked uninstalled..

the commercial version does work with 4.2 free version may not work.

imported_dfmafia 07-11-2012 01:13 AM

Quote:

Originally Posted by micheal332001 (Post 2346587)
you need to edit this file as there are more then one css file

microcart\js\style.css as this one controls the page layout manager css

i will be changing all css files to be in one place very soon.

thanks, hitting it up now! :up:


yep if you want vB 4.2.x buy it. its worth it :cool:


-----**------**-----

edited, but no changed took effect. - actually went through all the .css files and no changes took effect

micheal332001 07-11-2012 07:09 AM

Quote:

Originally Posted by imported_df+++++ (Post 2346849)
thanks, hitting it up now! :up:


yep if you want vB 4.2.x buy it. its worth it :cool:


-----**------**-----

edited, but no changed took effect. - actually went through all the .css files and no changes took effect

PM me with your sites url and admincp and ill have alook for you.

imported_dfmafia 07-13-2012 11:22 PM

when clicking on NEW for Coming Soon or any other menu option that has this page with the new button brings up nothing. it just sits there - LOADING

in the admincp

merk_aus 07-14-2012 12:55 AM

Hey Michael,
I know you are a busy person however was wondering if there would be an update to this soon. I would really love to get it for some new ventures however it currently isn't supported on the newer versions of vB.

If it is a licensing issue I could help you out just as you have I in the past.

imported_dfmafia 07-14-2012 02:17 AM

the paid version does work on vB 4.2.0 PL 2

Khriz 07-16-2012 12:56 PM

Error Messages:

( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cart.php on line 349

( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cart.php on line 2023

( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cart.php on line 2121

Solution:

line 349:
PHP Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletinfetch_tag_list()); 

line 2023:
PHP Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletinfetch_tag_list()); 

line 2121:
PHP Code:

$pdf =& new Cezpdf(('A4')); 

to solve, you should remove the reference "&":

line 349:
PHP Code:

$bbcode_parser = new vB_BbCodeParser($vbulletinfetch_tag_list()); 

line 2023:
PHP Code:

$bbcode_parser = new vB_BbCodeParser($vbulletinfetch_tag_list()); 

line 2121:
PHP Code:

$pdf = new Cezpdf(('A4')); 



All times are GMT. The time now is 03:29 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.01893 seconds
  • Memory Usage 1,750KB
  • 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
  • (6)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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