impossible to customize the footer? really!?

This post has 5 Replies | 2 Followers

Not Ranked
Posts 5
Points 85
honarparvar Posted: Mon, May 8 2006 8:58 AM

Hi all,
I wonder is it really impossible to customize the footer? I reviewed several posts in this forum about the matter. I can't believe such a complete software don't provide me a panel to change the footer.

by the way, would you please help me to create my own unique footer?

warm regards,
Emad Honarparvar

Iran's Import Export Business Directory :: Iran Insurance :: Iran Real Estate :: Iran Banking & Finance :: Iran Travel & Tourism :: Iran Handcrafts

Top 25 Contributor
Posts 1,592
Points 25,105
MVPs

No it is not.  The footer control is located in themes/default/masters/master.ascx. 

The source for the footer ( if you downloaded the sdk ) is in src\controls\utility\footer.cs

As far as I am aware you can do what you want with it provided that if you do not hold a valid license for community server you must display the "Powered By" logo on every page.

How did you want the footer customising ?

 

 

Dave Stokes On Graffiti
Dave Stokes

  • | Post Points: 20
Top 100 Contributor
Posts 197
Points 4,135
MVPs

Hi Emad

I wrote a detailed blog post about how to make a sitewide footer.

You can read it here

Hope this helps

Not Ranked
Posts 1
Points 20
aarondh replied on Thu, Jun 29 2006 6:10 PM

Here is what I did to get around this problem:

 In Themes/Default/Masters/Master.aspx I changes the bottom lines in the file.

 From:

<div id="CommonFooter">

<CS:MPRegion id="BodyFooterRegion" runat="server" >

<CS:Footer runat="server" id="Footer1"/>

</CS:MPRegion>

</div>

 

To:

<div id="CommonFooter">

<CS:MPRegion id="BodyFooterRegion" runat="server" >

<CS:Footer runat="server" id="Footer1" visible="false"/>

<CS:ContentPart runat="server" contentname="commonFooter" id="commonFooter" />

</CS:MPRegion>

</div>

To keep the cs guys happy I'm including the EULA.gif in my now custom footer.

  • | Post Points: 20
Top 100 Contributor
Posts 209
Points 3,160
aarondh:

<div id="CommonFooter">

<CS:MPRegion id="BodyFooterRegion" runat="server" >

<CS:Footer runat="server" id="Footer1" visible="false"/>

<CS:ContentPart runat="server" contentname="commonFooter" id="commonFooter" />

</CS:MPRegion>

</div>

To keep the cs guys happy I'm including the EULA.gif in my now custom footer.

GREAT IDEA! I'm surprised I hadn't thought of that one myself!

Eric Falsken Engineer, db4objects Blog: http://www.EveryLittleThing.net/blog/ Community: developer.db4o.com Administrator
  • | Post Points: 20
Top 10 Contributor
Posts 2,423
Points 19,635
MVPs
Nick replied on Tue, Jul 4 2006 7:44 AM
CS don't mind you editing it, I've even edited the CS:Footer control for my purpose, adding some new icons.  and for CSMVP's.com, I just hid it and wrote HTML above it
  • | Post Points: 5
Page 1 of 1 (6 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com