Welcome Guest Search | Active Topics | Members | Log In | Register

how to remove footer link from my forum
yogesh Offline
#1 Posted : Tuesday, December 18, 2007 7:25:02 PM(UTC)
Rank: YAF Forumling

Joined: 12/14/2007(UTC)
Posts: 2
Location: mumbai

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
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 Offline
#2 Posted : Friday, December 21, 2007 4:03:01 AM(UTC)
Rank: YAF Forumling

Joined: 12/21/2007(UTC)
Posts: 1

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Hm...
I think only like at this http://forum.aspnetworld.ru/
Footer link is your pay for the free forum Wink
emirem Offline
#3 Posted : Sunday, December 23, 2007 10:26:46 AM(UTC)
Rank: Member

Joined: 11/4/2007(UTC)
Posts: 25
Location: Phoenix

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
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 Offline
#4 Posted : Friday, January 25, 2008 1:12:51 AM(UTC)
Rank: YAF Forumling

Joined: 1/23/2008(UTC)
Posts: 3
Location: Viet Nam

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
i just want to edit footer!
i don't gonna remove it!
how can i do that? help me please!
g_s_85 Offline
#5 Posted : Monday, January 28, 2008 12:59:33 PM(UTC)

Rank: YAF Forumling

Joined: 1/24/2008(UTC)
Posts: 3
Location: India

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
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 Offline
#6 Posted : Monday, September 22, 2008 4:18:28 PM(UTC)
Rank: YAF Forumling

Joined: 6/29/2008(UTC)
Posts: 7
Location: los angles, CA

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Test12345 Offline
#7 Posted : Tuesday, September 30, 2008 5:37:40 PM(UTC)
Rank: YAF Forumling

Joined: 9/29/2008(UTC)
Posts: 4
Location: india

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
[img]file:///C:/Documents%20and%20Settings/Bijoy.Chandran/Desktop/screenshots/local%20server.bmp[/img]
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.4 RC4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.251 seconds.