Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SolpartMenu disappears with certain UserAgentsSolpartMenu disappears with certain UserAgents
Previous
 
Next
New Post
12/4/2006 9:48 AM
 

If it works in FireFox with the same UserAgent, then there must be something else with the Palm OS that is causing it...  Perhaps, your useragent is not what you think it is.  The fact that it is rendering downlevel in firefox, kind of rules out any issues with js for the palm to render downlevel.


 
New Post
12/4/2006 2:12 PM
 

Hi Jon,

I'm sure about the user agent (comes directly from the server log). I have configured 'PalmOS' to render horizontal (see my spmenucaps.config...). So, my palm device as well as the UA simulation should render horizontal, right ? In fact, both are trying to render downlevel (what results in something senseful with my simulation, but causes the original palm device to show nothing).

The question therefore is: why does it render downlevel, even if the config for 'PalmOS' says to render horizontal ? Could you pls. examine my spmenucaps.config (a couple of posts before...) ?

Yours, dvv

 
New Post
12/4/2006 5:49 PM
 

When I try your useragent and spmenucaps, firefox tries to render uplevel.  It doesn't show any sub-menus cause the useragent is stating that it is IE and it is failing in the javascript.

function spm_browserType()
{
 if (m_spm_sBrowser == null)
 {
  var agt=navigator.userAgent.toLowerCase();

  if (agt.toLowerCase().indexOf('konqueror') != -1)
   m_spm_sBrowser = 'kq';
  else if (agt.toLowerCase().indexOf('opera') != -1)
   m_spm_sBrowser = 'op';
  else if (agt.toLowerCase().indexOf('netscape') != -1)
   m_spm_sBrowser = 'ns';
  else if (agt.toLowerCase().indexOf('msie') != -1)
   m_spm_sBrowser = 'ie';
  else if (agt.toLowerCase().indexOf('safari') != -1)
   m_spm_sBrowser = 'safari';
  
  if (m_spm_sBrowser == null)
   m_spm_sBrowser = 'mo'; 
 }
 //window.status = m_spm_sBrowser;
 return m_spm_sBrowser;
}

Please try excluding the PalmOS from uplevel rendering.

<functionality nm="UpLevel" desc="Renders Uplevel">
  <supports>
   <browser nm="IE" minversion="4" />
   <browser nm="Netscape" minversion="5" />
   <browser nm="Gecko" minversion="1" />
   <browser nm="Opera" minversion="7" />
   <browser contains="Konqueror" />
   <browser contains="Safari" />
   <browser contains="FireFox" />
   <browser contains="Camino" />
  </supports>
  <excludes>
   <browser contains="PalmOS" />
  </excludes>
 </functionality>


 
New Post
12/5/2006 1:29 AM
 

Hi Jon,

I've configured PalmOS as suggested (excluding from rendering uplevel), now it works as desired. Thanks a lot for your kind help !

Yours, dvv

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SolpartMenu disappears with certain UserAgentsSolpartMenu disappears with certain UserAgents


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out