Webstore and YUI

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
6/13/2010 12:25:15 PM
Gravatar
Total Posts 57

Webstore and YUI

Hello
I would like to ask two questions:

First: is webstore available for SQLITE platform.If yes where can I get it?
Second: How can I remove YUI dependency completely and port it to jquery.I took a brief look at the codes but didn't get any idea!

Thanks
Malkom

6/13/2010 12:30:10 PM
Gravatar
Total Posts 18439

Re: Webstore and YUI

Hi Malkom,

No, only MS SQL and MySql at this time.

I'm not aware of any YUI dependency in the latest version of WebStore code as I have migrated away from YUI myself. You might see YUIPanel but all that is doing is adding a css class name, I will be changing those at some point.

Best,

Joe

6/13/2010 12:41:55 PM
Gravatar
Total Posts 57

Re: Webstore and YUI

Hi Joe,
Thanks you for your fast reply.I would like to add sqlite support to webstore.Where should I start?
And by YUI I mean throughout the portal and not just webstore module! I need to minimize http requests for such contents (CDN).

Thank You
Malkom

6/13/2010 5:00:19 PM
Gravatar
Total Posts 18439

Re: Webstore and YUI

Hi Malkom,

What version of mojoPortal are you using?

With the latest source code we are not using YUI anywhere (and have not in quite a few versions) I know of except in one place and that is for a color picker in my add on product Event Calendar Pro. We used to use YUI tabs a lot be we changed to jQuery tabs.

You can find the mojoPortal version under Administration > System Information

I suspect you are using a very old version of mojoPortal.

Best,

Joe

6/14/2010 1:11:18 AM
Gravatar
Total Posts 57

Re: Webstore and YUI

Hi Joe,
I am using 2.3.4.4.To drop external dependencies I followed this instructions: http://www.mojoportal.com/intranets-and-private-networks.aspx (I am not sure if I had gone the right way) but it didn't work. In the article I am supposed to download YUI and change its configuration inside web.config. Did I do any thing wrong?And for Webstore I need some help to write it by myself. Do you accept paid support?

Thank you
Malkom

6/14/2010 6:33:02 AM
Gravatar
Total Posts 18439

Re: Webstore and YUI

Hi Malkom,

The documentation was old and incorrect, I have removed the information about YUI and updated the information about jQuery:

http://www.mojoportal.com/intranets-and-private-networks.aspx

I don't know what you mean about writing WebStore by yourself. I recommend do not modify any mojoPortal source code, if you do that you will not be able to upgrade without losing your changes.

WebStore is in early stages of development, it is not a full blown ecommerce solution. It can be used for download products as I use it to sell my add on features.

Best,

Joe

6/14/2010 11:06:19 AM
Gravatar
Total Posts 57

Re: Webstore and YUI

Hi Joe,

To be honest I have never seen such support even for expensive commercial products let alone freeware and let alone opensource.I really appreciate .And thank you for updating instructions.I will give it a try.

I meant to add SQLite database support to webstore but now with your explanations I will probably start by a totally new eCommerce module for MojoPortal.I hope Mojo doesn't have problem with VB.NET modules.

 

Good day
Malkom

6/15/2010 11:04:03 AM
Gravatar
Total Posts 57

Re: Webstore and YUI

Worked fine.Thanks

You must sign in to post in the forums. This thread is closed to new posts.