Customizing the footer section

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/15/2009 6:58:12 AM
Gravatar
Total Posts 9

Customizing the footer section

Hi,

I have some problems customizing the footer section, basically I have heavily modified an existing styleshout skin and I'm thinking about removing the "Design by styleshout" link in the footer, but leave the other links. 

I have deleted all the other skin folders and I did an entire solution search in Visual Studio with the keywords "Design by styleshout" and I commented out the corresponding lines I found in the layout.Master files.

 Now the lines look something like <!--<a title="Visit the web site of the designer" href="http://www.styleshout.com/">Design by styleshout OMG2</a> --> in the <div id="wrapfooter"> section. The problem is that whenever I build my solution the footer section doesn't modify, it still includes the designer link.

 Thanks in advance. 

2/15/2009 10:35:54 AM
Gravatar
Total Posts 18439

Re: Customizing the footer section

Hi,

When a site is created the skins are copied from /Data/skins to /Data/Sites/[SiteID]/skins

Typically SiteID will be 1 for the first site.

The skins available to the site are located at /Data/Sites/[SiteID]/skins

The skin files being used are located at /Data/Sites/[SiteID]/[skinname]

where skinname is the name as it appears in Site Settings

These files at /Data/Sites/[SiteID]/skins are not members of any VS projects so VS isn't going to find them.

To remove the link to the designer just open the layout.master file for the skin you are actually using and look for it there.

See the skinning documentation for more details.

Hope it helps,

Joe

 

2/15/2009 12:54:49 PM
Gravatar
Total Posts 9

Re: Customizing the footer section

Thanks a lot Joe, cheers for the answer, it helped me to properly edit my footer section.
10/30/2009 11:39:26 AM
Gravatar
Total Posts 2

Re: Customizing the footer section

thanks a lot Joe,

this is really useful.

i am still a beginner in MojoPortal.

and really like it.

would like to be best choice for me.

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