is HideMainMenu dumy?

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.
10/16/2010 2:33:31 AM
Gravatar
Total Posts 7
hatem.badawi@gmail.com

is HideMainMenu dumy?

does the column HideMainMenu in table mp_Pages dumy?

it not used at the administrating of the page settings

i am asking because i need to make use of this column to implement the two menus (sitemenu&pagemenu)  to control the page appearance in each menu separately

10/16/2010 10:22:25 AM
Gravatar
Total Posts 18439

Re: is HideMainMenu dumy?

  1. That is used, but only if enabled from Site Settings then it shows up in page settings
  2. I recommend do not fork the mojoPortal code or you will never be able to upgrade without losing your changes. If you do that you will later regret it when there is a new feature or a security fix that you need.
10/22/2010 10:31:11 PM
Gravatar
Total Posts 7
hatem.badawi@gmail.com

Re: is HideMainMenu dumy?

thank u so much for ur fast reply

so what u suggest to create this option in mojoportal .... in my own risk or there is another ways

thanks

10/23/2010 6:46:15 AM
Gravatar
Total Posts 18439

Re: is HideMainMenu dumy?

Not knowing what you are trying to accomplish makes it difficult to suggest any ideas, if I knew what you were trying to accomplish I "might" be able to think of something but then again I might not. First step would be to explain in detail what you are trying to accomplish.

10/23/2010 5:18:16 PM
Gravatar
Total Posts 7
hatem.badawi@gmail.com

Re: is HideMainMenu dumy?

i want to control the apperance of each page in the sitemenu and in pagemenu ....

example:

if i have 4 pages

1. home

2. about

3. products

4. contactUs

i want to make the (home) and (products) pages to be in the sitemenu ..

and the (about) and (contactUs) pages in the pagemenu....

so i will implement this by adding afield at the database pages table that take 3 values :

(1) represent that the page appear at the two menus

(2)represent the page to appeare at the sitemenu only

(3)represent that the page appeare at the pagemenu only

or something like this senario :o

thankx

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