Strange dissappearing Menu issue

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.
2/16/2009 2:22:12 PM
Gravatar
Total Posts 16

Strange dissappearing Menu issue

Here's a weird one for the community -

I have implemented MojoPortal 2.2.8.2 with MSSQL, and I'm using

<portal:SiteMenu id="SiteMenu1" runat="server"
UseTreeView="false"
TopLevelOnly="false"
StartingNodeOffset="1"
Direction="Vertical">
</portal:SiteMenu>

<asp:SiteMapDataSource ID="SiteMapData" runat="server" ShowStartingNode="false" />

with suckerfish styling to create the menu


http://www.betweenjobsonline.com/home.aspx shows the menu.

http://www.betweenjobsonline.com/ does not

 

Anyone else run into this?

2/16/2009 2:37:10 PM
Gravatar
Total Posts 18439

Re: Strange dissappearing Menu issue

I would get rid of this part and see if that solves it:

startingNodeOffset="1" 

Hope it helps,

Joe

2/16/2009 2:48:27 PM
Gravatar
Total Posts 16

Re: Strange dissappearing Menu issue

Yessirree!  By removing that and retooling the suckerfish a bit, the menu now is appearing correctly everywhere.  Thanks Joe!

2/17/2009 6:12:41 AM
Gravatar
Total Posts 18439

Re: Strange dissappearing Menu issue

 Hi Mike,

People often ask me how to make a menu like that in mojoPortal and we don't have a good example in the included skins. It would be a great contribution to the project if you have time and could make a skin with a suckerfish menu that could be included with mojoPortal as a starting point and reference for how to implement that kind of menu.

No pressure of course but thought I'd put the idea out there.

Best,

Joe

2/17/2009 9:08:10 AM
Gravatar
Total Posts 16

Re: Strange dissappearing Menu issue

No problem - I can clean up the design a touch and send it your way - what's the best way to submit new skins?  A quick search of the site didn't show any likely places...

 

Thanks!

 

Mike

2/17/2009 9:10:41 AM
Gravatar
Total Posts 18439

Re: Strange dissappearing Menu issue

Hi Mike,

That would be awesome! Just zip the files and send to me at joe dot audette at g mail dotcom 

Best,

Joe

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