Show Module footer

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
3/21/2010 10:37:01 AM
Gravatar
Total Posts 171
I am a Russian programmer

Show Module footer

Hi, Joe

There is Show Title check box in Feature Instance Settings

Can you add a property Show Module Footer?

For such skins as jsavard-subblue is important.

Best regards, Alexander

3/21/2010 10:49:35 AM
Gravatar
Total Posts 18439

Re: Show Module footer

Hi Alexander,

module footer is merely a style element it has no functional value and therefore we don't need a module setting for showing or hiding it.

If you want to hide it you can find .modulefooter {} in your css and change it like this:

.modulefooter { display: none; }

most skins already have it hidden, but jsavard-subblue uses it for style.

Hope it helps,

Joe

3/21/2010 11:13:03 AM
Gravatar
Total Posts 171
I am a Russian programmer

Re: Show Module footer

Hi, Joe

Thank you

I see that <div class="modulefooter"> </div>

And if I want to be that for some forms of the footer appeared, and some not? What to do? Create a new skin with .modulefooter { display: none; } ? Or is there another way?

Best regards, Alexander

3/21/2010 11:24:34 AM
Gravatar
Total Posts 18439

Re: Show Module footer

Hi Alexander,

You could use a different skin. Another option is if you just want to do it for a specific feature you can use a more specific css selector like

.htmlmodule .modulefooter {}

or 

.linksmodule .modulefooter {}

I'm going to be adding a new setting that allows adding a custom css class on the container for feature instances, so once that is done you will have the ability to specify a custom class on each content instance and then you could do it with

.yourcustomclass .modulefooter {}

but for now you could do it at the feature level or by using a custom skin.

Hope it helps,

Joe

 

3/21/2010 11:57:08 AM
Gravatar
Total Posts 171
I am a Russian programmer

Re: Show Module footer

Hi, Joe

I understand all the ways. Thank you for your detailed response.

Best, regards, Alexander

P.S. When I replied to this message is an error on the site www.mojoportal.com. See log

3/21/2010 11:58:43 AM
Gravatar
Total Posts 18439

Re: Show Module footer

I think the error was because I was upgrading the site to a new build just now, sorry for the inconvenience.

Best,

Joe

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