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)

anddymax 06-11-2011 03:25 PM

Quote:

Originally Posted by micheal332001 (Post 2206180)
all you have to do is edit the files and change this
PHP Code:

=& 

to
PHP Code:



and that will fix the problem.

Can you please say detail about this ? which file and where ?

thank you

preemz10314 06-11-2011 04:15 PM

Is there a way to incorperate affiliate products? and link them to the buy page?....

nhawk 06-11-2011 05:16 PM

Quote:

Originally Posted by micheal332001 (Post 2206180)
all you have to do is edit the files and change this
PHP Code:

=& 

to
PHP Code:



and that will fix the problem.

It's not as simple as that.

Code:

// Include Globals
require_once('./global.php');
require_once('./includes/functions_editor.php');
require_once('./includes/functions_wysiwyg.php');
require_once('./includes/functions_newpost.php');
require_once('./includes/functions_user.php');
require_once('./includes/class_bbcode.php');
require_once('./includes/class_image.php');
require_once('./includes/functions_bigthree.php');
require_once('./microcart/pdf/class.ezpdf.php');
require_once('./microcart/functions.php');
require_once('./includes/class_bootstrap_framework.php');

/includes/functions_wysiwyg.php does not exist in a fresh install of 4.1.4.

So I would imagine removing it from the includes would break some functions in the mod. Yes?

micheal332001 06-11-2011 07:10 PM

Quote:

Originally Posted by nhawk (Post 2206316)
It's not as simple as that.

Code:

// Include Globals
require_once('./global.php');
require_once('./includes/functions_editor.php');
require_once('./includes/functions_wysiwyg.php');
require_once('./includes/functions_newpost.php');
require_once('./includes/functions_user.php');
require_once('./includes/class_bbcode.php');
require_once('./includes/class_image.php');
require_once('./includes/functions_bigthree.php');
require_once('./microcart/pdf/class.ezpdf.php');
require_once('./microcart/functions.php');
require_once('./includes/class_bootstrap_framework.php');

/includes/functions_wysiwyg.php does not exist in a fresh install of 4.1.4.

So I would imagine removing it from the includes would break some functions in the mod. Yes?

within the cart.php file find

PHP Code:

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

should be on lines 342 and 1959 and remove the &

Eric 06-11-2011 09:20 PM

Quote:

Originally Posted by micheal332001 (Post 2206356)
within the cart.php file find

PHP Code:

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

should be on lines 342 and 1959 and remove the &

Sorry Michael, but I think you're missing the issue. They are right, the functions_wysiwyg.php file no longer exists as of vB 4.1.4. You may need to update the mod to support both <= 4.1.3 AND >= 4.1.4 because of ckeditor.

deverill2010 06-12-2011 11:13 AM

Oh bugger, I was just about to install this but I am on 4.1.4 :(

SH3A3-Q 06-12-2011 05:00 PM

Please
update to 4.1.4

micheal332001 06-12-2011 07:02 PM

Quote:

Originally Posted by Eric (Post 2206391)
Sorry Michael, but I think you're missing the issue. They are right, the functions_wysiwyg.php file no longer exists as of vB 4.1.4. You may need to update the mod to support both <= 4.1.3 AND >= 4.1.4 because of ckeditor.

I will have alook into this and get a fix for this very soon.

deverill2010 06-12-2011 07:35 PM

Thank you as I really want to use this!!! :)

Martyn1983 06-12-2011 08:28 PM

1 Attachment(s)
Hiya,

Have just installed this on my board and must say first of all - very impressive software!

Adding a few tester products just now though, and just come across the following bug (see screenshot)

Just wondering if any solutions/reasons for this are known?


All times are GMT. The time now is 12: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.01689 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
  • (2)bbcode_code_printable
  • (6)bbcode_php_printable
  • (5)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