Guest Posted December 7, 2004 Posted December 7, 2004 This is the support thread for the Advanced Categories Admin (ACA) contribution that can be found here: www.oscommerce.com/community/contributions,2611 What is does: - Instead of modifying categories.php for each contribution, modifications are inside modules. - Installing a contribution that have a module is now as simple as copying a file. - Very fast update and installation accross projects having different contributions installed. - 'Old style' installation is still possible. - Works with osC 2.2 MS2 Please note: - The basic ACA package does not give more functionalities than the stock osC, modules need to be installed for that. - Modules can be found with their respective contribution. Quote
Guest Posted December 7, 2004 Posted December 7, 2004 The contribution has been updated to v1.0a, here is the changelog: v1.0a, 7 dec 2004: - Removed registration of categories description module in categories.php as it is not included in the package. (Was giving an error because of missing module) - Added htmlarea 1.7 in the package, no need to dowload it separately. This is used by image_upload category module and html_area product module (which are included in ACA). - Updated install instructions. Known modules at this time: Category modules: - Jpsy image uploader for category image: included. - Category Description (contribution 1373): Find it here Product modules: - htmlarea wysiwyg editor for product description: included. - Jpsy image uploader for product image: included. - Product Extra Fields (contribution 2202): Find it here - Header Tags Controller (contribution 207): Find it here Quote
ilok Posted December 11, 2004 Posted December 11, 2004 I'm using this contrib... but.. Right now, I'm trying to add master products http://www.oscommerce.com/community/contri...master+products it also has modifications to categories.php the problem is it doesn't have a aca module and i have no clue how to add the changes.... can anyone help? the install.txt has basically 3 additions to the original categories.php. but i'm not sure how to add it to aca's categories.php... Quote
Guest Posted December 13, 2004 Posted December 13, 2004 Just follow the instructions given in Master Products, here a the file where to do the modifications: When it says: FIND THE FIRST OCCURANCE OF switch ($action) { => this is in admin/categories.php When it says: FIND THE SECOND OCCURANCE OF switch ($action) { => this is in admin/includes/categories_right_panel.php When it says: FIND THIS default: if ($rows > 0) { => this is in admin/includes/categories_right_panel.php Quote
thpek Posted January 27, 2005 Posted January 27, 2005 Need advise on how to add Margin Report module with ACQA installed? This module does not come with ACA capability and the installation instructions cannot be followed. Kindly advise. Quote
Guest Posted January 27, 2005 Posted January 27, 2005 The ACA module has been added today, check the Margin Report contribution (1594). Chris Quote
thpek Posted January 28, 2005 Posted January 28, 2005 Thank you for the ACA module of Margin Report. I followed the instructions and managed to get the report running. However, now my shop is not functioning well. After placing order and checking out, it shows a blank screen. When customer check their order and view the details, also blank screen. These are the few test problem I notice, may have more. Wonder if you can advise. Thanks in advance. Quote
thpek Posted January 29, 2005 Posted January 29, 2005 No worries for this. Managed to remove the changes for 3 files and looks fine now. Thank you. Quote
Guest Posted February 11, 2005 Posted February 11, 2005 I'm kinda lost- I installed it over a new OSC MS2.2. Basically, I just copied files over but I'm not sure on how to install the HTMLArea SQL file. I dont see any editor when I try to add/edit products now. Can someone please tell me what needs to be done with the SQL file? Thanks Abbas Quote
Guest Posted February 11, 2005 Posted February 11, 2005 The parts of contributions that does not involve categories.php must be installed like usually. It means that you have to copy the htmlarea folder to your admin folder and process the SQL file with for example phpMyAdmin. After that you can turn htmlarea on from the admin panel and see it in the product editor. Chris Quote
Guest Posted February 11, 2005 Posted February 11, 2005 The parts of contributions that does not involve categories.php must be installed like usually. It means that you have to copy the htmlarea folder to your admin folder and process the SQL file with for example phpMyAdmin. After that you can turn htmlarea on from the admin panel and see it in the product editor. Chris <{POST_SNAPBACK}> Ok, I copied te files and processed the SQL thru phpmyadmin- but where do I "turn htmlarea on from the admin panel" Thanks Abbas Quote
Guest Posted February 11, 2005 Posted February 11, 2005 In the admin side, under "Configuration", you should now have a new section "WYSIWYG Editor 1.7" where you can set many parameters. First one should be "Product descriptions use wysiwyg htmlarea?", enable it and it should work. Chris Quote
Guest Posted February 11, 2005 Posted February 11, 2005 In the admin side, under "Configuration", you should now have a new section "WYSIWYG Editor 1.7" where you can set many parameters. First one should be "Product descriptions use wysiwyg htmlarea?", enable it and it should work. Chris <{POST_SNAPBACK}> Thanks- I went there and it is enabled. I tried disabling it as well but I cant see ANY Editor any more when trying to add or edit a product. Help! Quote
Guest Posted February 11, 2005 Posted February 11, 2005 If I replace the original categories.php file, I can get the older editor to work. -Abbas Quote
Guest Posted February 11, 2005 Posted February 11, 2005 Do you have this in your "new" categories.php? $products_modules-> register_module ('products_ms2.php'); // Add htmlarea 1.7 functionality $products_modules-> register_module ('html_area.php','products_ms2'); From which contribution did you take htlmarea? is it verison 1.7? Is it so that with the new categories.php you don't have any editor? That sounds weird as if there is a problem with htmlarea, at least the old editor should show up. Please note also that htmlarea works only with Internet Explorer >=5.5! Chris Quote
Guest Posted February 11, 2005 Posted February 11, 2005 Do you have this in your "new" categories.php? ?$products_modules-> register_module ('products_ms2.php'); ?// Add htmlarea 1.7 functionality ?$products_modules-> register_module ('html_area.php','products_ms2'); From which contribution did you take htlmarea? is it verison 1.7? Is it so that with the new categories.php you don't have any editor? That sounds weird as if there is a problem with htmlarea, at least the old editor should show up. Please note also that htmlarea works only with Internet Explorer >=5.5! Chris <{POST_SNAPBACK}> Yep- that code is present on the new categories file. I'm installing it from the 2611 contribution and have tried it with IE6 and Firefox. Strange thing is that the older, regular editor doesnt show up either with the new categories.php file, but if I replace it with the original one, I can see the older editor. -Abbas Quote
Guest Posted February 11, 2005 Posted February 11, 2005 Comment the following line and you should see the original editor: //$products_modules-> register_module ('html_area.php','products_ms2'); Do you? If not then the problem is not with htmlarea. Do you have a configure.php file in your admin/includes/local folder? Chris Quote
Guest Posted February 11, 2005 Posted February 11, 2005 Comment the following line and you should see the original editor: //$products_modules-> register_module ('html_area.php','products_ms2'); Do you? If not then the problem is not with htmlarea. Do you have a configure.php file in your admin/includes/local folder? Chris <{POST_SNAPBACK}> Commenting the line didnt help- still dont see any editor. And yes, configure.php is present in the admin/includes/local folder -Abbas Quote
Guest Posted February 11, 2005 Posted February 11, 2005 Put configure.php in the /includes folder (rename the existing one before that of course). I had a problem once with this configuration, can be same here. Chris Quote
Jack Whitman Posted February 13, 2005 Posted February 13, 2005 Can anyone help so that I can bypass the product preview and just insert the item into my database? Right it takes forewever to go through two screens. Matt Quote
Guest Posted March 13, 2005 Posted March 13, 2005 (edited) I would like to install MS2 HTML WYSIWYG Editor, Product Desc, Email + with ACA installed? This module does not come with ACA capability and I can't even find the code in the instructions the're asking for me to change. Can I install this? If so how? Thanks in advance, James BTW, I like the idea of ACA and hope it catches on, would make adding a lot mod's much easier. Great Job! Edited March 13, 2005 by jsm Quote
Guest Posted March 14, 2005 Posted March 14, 2005 Yes you can install this contribution: from the contribution you mention, follow the instructions to install the html editor for the email and newsletter (and mainpage?) but not for the product description (do not modify categories.php). In the ACA instructions you can find how to switch on the html editor (one line to change in categories.php if not already done). It works? Chris Quote
Jeffr Posted April 1, 2005 Posted April 1, 2005 Did anyone install the header tag controller with ACA ? I successfully install the contribution for the product part but for the category part, the basic install instructions don't fit with the new organisation of the ACA modules. Can anyone have successfully installed HTC in ACA and can give me the installation instructions for the category part ? Thank you. Quote
Guest Posted April 12, 2005 Posted April 12, 2005 I've just updated the Header Tag Controller contribution with the ACA module for categories meta tags. - Rigadin Quote
Bran Posted May 3, 2005 Posted May 3, 2005 Anyone already tried to make it work with SPPC and QPBPP for SPPC? Have tried it yesterday, but haven't got it to work :( Greetz Bran Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.