Post by JNeuhoff » Sun Oct 19, 2008 12:23 am

I noticed that some of the current contributions which were written for OpenCart 0.7.7 or 0.7.8 won't work with OpenCart 0.7.9rc2. This is the case for any contribution which overwrites the file /admin/extension/module/menu.php. This is the case with the Export/Import module where I have to replace all the $url->ssl(...) calls with $url->rawssl(...) calls, otherwise it won't display the extensions from the admin menu.

Maybe this is a good time to get an exact overview of which contribution still works for OpenCart 0.7.9, to avoid future support issues.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by Qphoria » Sun Oct 19, 2008 1:00 am

Perhaps this is a better time to revisit the plans for a db-based admin menu and not replace the menu files at all.

On my 0.7.9RC2 production site, I am successfully using
- DB-Admin Menu - Works with no change
- Dynamic Subcats - Works with no change
- USPS Shipping - Works with no change
- Authorize.net SIM - Works with no change
- Import/Export -  Works after I created a db-admin menu sql insert
- Complete SEO & Google Analytics - moved SEO to its own file, reverted back to 0.7.9 router.php file, and created a db-admin menu sql insert

The sql insert for the db-based admin is as simple as:

Code: Select all

insert into `ad_menu` (`menu_id`, `parent_id`, `title`, `icon`, `href`, `language_id`, `sort_order`) values(NULL,@mid,'Import/Export','backup.png','admin/index.php?controller=export',1,10);
I just completely ignore the 3 files for menu

Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP
Last edited by Qphoria on Sun Oct 19, 2008 1:02 am, edited 1 time in total.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by hm2k » Sun Oct 19, 2008 1:07 am

Although we are trying to make things as backwards compatible as possible, unfortunately sometimes issues like this are unavoidable because of a long existing issue.

What needs to happen is that the contrib authors, or users need to update them to accommodate these fixes, to stay in-line with what is going on in the core.

However, if you have a suggestion to make it backwards compatible, we're all ears. :)

UK Web Hosting


User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK

Post by Qphoria » Sun Oct 19, 2008 1:11 am

[shameless-plug]
I will say tho, that it will be easy to test compatibility if we had an override folder in place for plug-n-play :)
[/shameless-plug]
Last edited by Qphoria on Sun Oct 19, 2008 5:22 am, edited 1 time in total.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by bruce » Sun Oct 19, 2008 7:07 am

That certainly was shameless  ;)

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by jty » Sun Oct 19, 2008 3:40 pm

[/Qphoria Advertising]
Qphoria wrote: Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP
Plus
- Home Page by Fixo-X - requires that html decode thingy. Already reported to Fido-x. Note - I installed using the manual Advanced method for the menu

Contributions that work on 0.7.9RC2  without changes
- Qphoria's Cascading sub menu category

jty
Active Member

Posts

Joined
Sat Aug 30, 2008 8:19 am

Post by fido-x » Sun Oct 19, 2008 5:12 pm

Contribs that do need changes:
- Option Weight & Stock
- Category List Options
- Ignore Admin IP[/quote
Plus
- Home Page by Fixo-X - requires that html decode thingy. Already reported to Fido-x. Note - I installed using the manual Advanced method for the menu
You could probably add my Events Calendar to the list as well, since that would also require the html decode thingy.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia
Who is online

Users browsing this forum: No registered users and 2 guests