Disable teaser player in webStore offer

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.
2/29/2012 5:16:46 PM
Gravatar
Total Posts 5
Brian Crow

Disable teaser player in webStore offer

Is there anyway to not display the player in web store when viewing the offer and product detail?  

 

version : 2.3.8.1 MSSQL

webstore : 0.0.7.3

3/2/2012 6:18:37 AM
Gravatar
Total Posts 18439

Re: Disable teaser player in webStore offer

Hi Brian,

If there is no teaser file it won't be displayed.

Why would you add an mp3 teaser file if you don't want it to be playable in a player?

It is possible to disable it from the theme.skin file of your skin.

You would need this at the top:

<%@ Register Namespace="WebStore.UI" Assembly="WebStore.UI" TagPrefix="webstore" %>

and then this further down:

<webstore:WebStoreDisplaySettings runat="server"
UsejPlayerForMediaTeasers="false"
/>

Hope that helps,

Joe

3/2/2012 10:43:05 AM
Gravatar
Total Posts 5
Brian Crow

Re: Disable teaser player in webStore offer

As usual, thanks for the quick reply.  Hope you had a great vacation.   So, this was a fresh install and there could be a teaser file installed by default.  (I have not checked).  I have not added a file, but the player does show up.  Just letting you know in case this is a bug.  I'll use your directions to not display it.  I have a screen shot I can email to you if you are interested in seeing it.

Thanks again, 

Brian

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