Can I use mojoPortal to create a shop listing?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/18/2008 4:59:09 AM
Gravatar
Total Posts 16

Can I use mojoPortal to create a shop listing?

   Because of working need,I need to create a shop listing  page,the mainly idea is: top is the shop name ,and below the title is a company's brief introduction.And when I click the title,is the shop contect.It like the "link" module,but shop listing has the abstract and description part.

So If I want to create a shop listing, Can anyone give me some advices? And i want to ask, in "wwwroot" folder, I can't find the .cs file.So If I want to modify some code ,where can I modify?Sorry,maybe it's a simple question.

Thanks

12/18/2008 6:00:54 AM
Gravatar
Total Posts 18439

Re: Can I use mojoPortal to create a shop listing?

Hi,

I'm not sure I understand your question. You can do pretty much anything with the Html Content feature, the links feature is a convenience but you can make links in an Html content instance and have more felxibility. If you know html well you can use source view and edit the markup directly.

If by shop you mean online ecommerce store, the WebStore feature is available but it currently only supports download products and is very basic.

The "release" packages of mojoPortal are pre-compiled, there is no C# source code, its already compiled into dll files in the bin folder.

If you want to work with the source code you have to download the source package and build it with VS 2008. However, I recomend that you don't change any code in mojoPortal as that will make it difficult or impossible for you to upgrade in the future. All customization should be done in external projects. If you make changes in mojoportal files you will lose them when you upgrade.

Hope it helps,

Joe

12/18/2008 7:20:54 PM
Gravatar
Total Posts 16

Re: Can I use mojoPortal to create a shop listing?

Hi,Joe

Thank you,I will try.
I really think mojoPortal has strong functions.

 

 

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