Welcome Guest Search | Active Topics | Log In | Register

how to remove footer link from my forum Options · View
yogesh
#1 Posted : Wednesday, December 19, 2007 12:25:02 PM

Rank: YAF Forumling


Joined: 12/15/2007
Posts: 2
Location: mumbai
how to remove footer link from my forum


YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 12/6/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.098 seconds.


i want to remove this ....
any idea ?
Meganerd
#2 Posted : Friday, December 21, 2007 9:03:01 PM

Rank: YAF Forumling


Joined: 12/21/2007
Posts: 1
Hm...
I think only like at this http://forum.aspnetworld.ru/
Footer link is your pay for the free forum Wink
emirem
#3 Posted : Monday, December 24, 2007 3:26:46 AM
Rank: Member


Joined: 11/5/2007
Posts: 25
Location: Phoenix
yogesh wrote:
how to remove footer link from my forum


YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 12/6/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.098 seconds.


i want to remove this ....
any idea ?


try looking at your XML template, IE flatearth.xml
alphavn
#4 Posted : Friday, January 25, 2008 6:12:51 PM

Rank: YAF Forumling


Joined: 1/23/2008
Posts: 3
Location: Viet Nam
i just want to edit footer!
i don't gonna remove it!
how can i do that? help me please!
g_s_85
#5 Posted : Tuesday, January 29, 2008 5:59:33 AM

Rank: YAF Forumling



Joined: 1/25/2008
Posts: 3
Location: India
On ForumPage.cs file you can find code as below (Line 698 aprox)...

else if ( ForumControl.LockedForum == 0 )
{
if ( themeCredit != null && themeCredit.Length > 0 ) footer.Append( themeCredit );
footer.AppendFormat( GetText( "COMMON", "POWERED_BY" ),
String.Format( "<a target=\"_top\" title=\"Yet Another Forum Home Page\" href=\"http://www.yetanotherforum.net/\">Yet Another Forum.net</a>" ),
String.Format( Data.AppVersionName )
);
footer.AppendFormat("<br />Copyright &copy; 2008-2009 LERN. No rights reserved."Wink;
footer.AppendFormat( "<br/>" );
footer.AppendFormat( this.m_adminMessage ); // Append a error message for an admin to see (but not nag)

if ( BoardSettings.ShowPageGenerationTime )
footer.AppendFormat( GetText( "COMMON", "GENERATED" ), duration );
}

rest you know where to change and how to go...Cheesy Grin
janebush08
#6 Posted : Tuesday, September 23, 2008 9:18:28 AM

Rank: YAF Forumling


Joined: 6/30/2008
Posts: 5
Location: los angles, CA
Test12345
#7 Posted : Wednesday, October 01, 2008 10:37:40 AM

Rank: YAF Forumling


Joined: 9/29/2008
Posts: 9
Location: india
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.089 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET