 Rank: GuestJoined: 18/03/2003(UTC) Posts: 448
|
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 ?
|
|
|
|
 Rank: GuestJoined: 18/03/2003(UTC) Posts: 448
|
|
|
|
|
 Rank: GuestJoined: 18/03/2003(UTC) Posts: 448
|
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
|
|
|
|
 Rank: YAF ForumlingJoined: 23/01/2008(UTC) Posts: 3
|
i just want to edit footer! i don't gonna remove it! how can i do that? help me please! Edited by user 25 January 2008 08:37:07(UTC)
| Reason: Not specified
|
|
|
|
 Rank: GuestJoined: 18/03/2003(UTC) Posts: 448
|
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 © 2008-2009 LERN. No rights reserved."); 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:
|
|
|
|
 Rank: YAF ForumlingJoined: 29/06/2008(UTC) Posts: 6
|
Nice work g_s_85 .... You are brilliant!!! |
|
|
|
|
 Rank: YAF ForumlingJoined: 17/09/2010(UTC) Posts: 1
|
g_s_85 wrote: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 © 2008-2009 LERN. No rights reserved."); 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: How to find ForumPage.cs ---> I can not find this file in yaf 1.9.4. Only in BaseClass folder. Can you tell me more ? Thanks so much.
|
|
|
|
 Rank: YAF DeveloperJoined: 09/10/2004(UTC) Posts: 2,544 Location: United States
Thanks: 142 times Was thanked: 352 time(s) in 195 post(s)
|
I ask that you do not remove the copyright and link back to the YAF project unless you plan to support the project. Although I have no legal rights to demand it, I ask this of the people who use the project. |
|
 2 users thanked Jaben for this useful post.
|
|
|
 Rank: YAF ForumlingJoined: 15/10/2011(UTC) Posts: 1
|
version number and the page generation time can be remove form host setting. #themecredit { display:none; } try this in your default.aspx page style. this will remove (Tiny Gecko)'s line. Edited by user 15 October 2011 09:04:07(UTC)
| Reason: Not specified
|
|
|
|
 Rank: YAF ForumlingJoined: 09/11/2011(UTC) Posts: 2
|
|
|
|
|
 Rank: YAF LeaderJoined: 08/01/2009(UTC) Posts: 398
Thanks: 86 times Was thanked: 39 time(s) in 35 post(s)
|
You get this great forum software for free, so the least thing is to have the courtesy to have a tiny linkback at the bottom right... I have donated small amounts to the project, but I do not want to remove the tiny link to recognize this great project.
I think there is an official option nowadays to "legally" remove the backlink for a small fee to support this project, and I think it is worth the fee if you want to display the forum so it hides the software used. I think it is very "cheap" and "bad taste" to try to remove it in the source code just to use other people's work for free without recognizing it...
My 2 cents.... |
He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb] |
 4 users thanked JP for this useful post.
|
|
|
 Rank: YAF All-the-TimeJoined: 28/09/2009(UTC) Posts: 170   Location: istanbul Thanks: 62 times Was thanked: 8 time(s) in 6 post(s)
|
|
|
|
|
|
 Rank: YAF LoverJoined: 17/12/2009(UTC) Posts: 48
Thanks: 14 times Was thanked: 2 time(s) in 2 post(s)
|
You are not supposed to remove that link. Basically, it's your permission to use copyright material (his software). With copyright material, you're supposed to attribute the copyright owner by keeping the link there. Otherwise, I believe there is a fee to use the copyright material when you actually remove the the footer link. It's because you are removing attribution. Originally Posted by: yogesh  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 ?
|
|
|
|
 Rank: YAF CamperJoined: 18/11/2014(UTC) Posts: 14  Thanks: 1 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: Jaben  I ask that you do not remove the copyright and link back to the YAF project unless you plan to support the project. Although I have no legal rights to demand it, I ask this of the people who use the project. I perfectly agree, you give us a wonderful and power instrument and you must have your creditsSo i solved in this way: 1) Open the three "/pages" forum.ascx, posts.ascx and topics.ascx 2) In all of them, go to the end, after the "<div id="DivSmartScroller">" and add the last three lines (according to your theme, may be you must adapt the margin pixels) 3) In reality you could place your "trade-mark" in a lot of other pages, you have only to search for "<div id="DivSmartScroller">" in the entire solution, but the three pages forum.ascx, posts.ascx and topics.ascx are the most viewed by your visitors and users... and that can be sufficient! Code:
<div id="DivSmartScroller">
<YAF:SmartScroller ID="SmartScroller1" runat="server" />
</div>
<div style="margin-top: 15px; margin-bottom: -17.5px; width: 100%; text-align: right">
Original Idea and Design by MyNick - http://mySite.com
</div>
3) In this way you obtain something like this (but right aligned) Quote:Original Idea and Design by ...... http://.........com Powered by YAF.NET 2.2.2 | YAF.NET © 2003-2016, Yet Another Forum.NET This page was generated in 0.359 seconds.
The greetings to YAF remain in their place, and just above you can also evidence your effort to develop your FORUM! Edited by user 07 May 2016 21:24:05(UTC)
| Reason: Adapted a better explanation
|
|
|
|
Users browsing this topic |
|
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.
Important Information:
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close