Mobile Kit Pro: Blog List View and Character Set

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/15/2011 5:45:50 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Mobile Kit Pro: Blog List View and Character Set

Hi Joe,

I am testing and skinning mkp for a customer and I noticed the following issues:

  1. Blog Settings > List View Settings: it shows always one news/excerpt regardless of the "Entries To Show/Page Size" settings
  2. International characters in page title aren't shown as in the web skin (i.e. "à" accented-a is presented as ascii code à ); this may be just a skin issue.

Are there any settings to overcome these problems ?

Thanks

Diego

 

 

 

 

 

 

11/15/2011 6:49:10 AM
Gravatar
Total Posts 18439

Re: Mobile Kit Pro: Blog List View and Character Set

Hi Diego,

The Blog setting can be adjusted, but unless you have really short blog posts I think it is a better mobile experience to have only one post shown at a time. See this part of theme.skin file:

 

<blog:BlogDisplaySettings runat="server" 
UseBottomNavigation="true"
HideCalendar="true"
HideFeedLinks="true"
HideStats="false"
BlogViewUseBottomDate="true"
BlogViewHideTopPager="true"
BlogViewHideBottomPager="false"
ArchiveViewHideFeedbackLink="true"
HideTopSideBar="true"
HideBottomSideBar="true"
OverrideListItemHeadingElement=""
PostListForceExcerptMode="false"
PostListForceTitleOnly="false"
PostListUseBottomDate="true"
PostListOverridePageSize="1"
PostListDisableContentRating="false"
DetailViewDisableContentRating="false"
UseBottomContentRating="true"
DisableShowCategories="false"
DisableShowArchives="true"
DisableShowStatistics="true"
/>
 
Regarding the menu, we build the menu as a json string in the mobile menu so the page names are html encoded  but they should display correctly. If you enter &#224; in html markup it should render as à.
 
Hope that helps,
 
Joe
11/15/2011 7:25:08 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: Mobile Kit Pro: Blog List View and Character Set

Thanks Joe,

I agree content for mobile use should never be too long. Nevertheless my customer's site has several blog sections frequently updated. The main page of each Blog instance shows the latest 5 or 10 posts excerpts therefore the page is never too long.

I set PostListOverridePageSize="0" in theme.skin the page size is then controlled by Blog settings.

 

For the page name issue, in Italian accented letters are frequently used in page titles.

At the moment I  am designing the mobile skin using my demo site therefore I set the skin for the PC browser as well. If you visit http://mojoportal.effectiveweb.it/ and check the menu tab of the Skin you can see the issue related to page: http://mojoportal.effectiveweb.it/funzionalit%C3%A0-di-mojoportal.aspx

Regards.

Diego

11/15/2011 8:00:21 AM
Gravatar
Total Posts 18439

Re: Mobile Kit Pro: Blog List View and Character Set

When I visit that url it prompts me to login, so I'm not able to see tha menu item.

The html encoded characters should render in the browser the same as if they were not encoded.

11/15/2011 8:06:45 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: Mobile Kit Pro: Blog List View and Character Set

Sorry, now the page is public

11/15/2011 9:23:47 AM
Gravatar
Total Posts 18439

Re: Mobile Kit Pro: Blog List View and Character Set

Since you confirmed the dll I sent you solved the problem, I've uploaded a new version of Mobile Kit Pro that includes the fix.

Thanks,

Joe

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