The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Footer Question

3 posters

Go down

Footer Question Empty Footer Question

Post by The Alpha September 24th 2011, 8:18 am

OK I started run a fansite for a official trading card game and I have been asked to apply the copyright logo and trademarks for them.
I bought the rights to disable Forumotion links and I need to know where I can change and add to the footer?

Site Link--Kagoninunlimited.com
The Alpha
The Alpha
Forumember

Posts : 38
Reputation : 0
Language : English

http://www.marvelheroesunlimited.com

Back to top Go down

Footer Question Empty Re: Footer Question

Post by The Alpha September 28th 2011, 5:41 am

Anyone have any ideas?
I know how to add link, but I must add a Copyright to use there official images.
Thanks
The Alpha
The Alpha
Forumember

Posts : 38
Reputation : 0
Language : English

http://www.marvelheroesunlimited.com

Back to top Go down

Footer Question Empty Re: Footer Question

Post by SLGray September 28th 2011, 7:04 am

Administration Panel>>Modules>>Footer Links>>Configuration


Footer Question Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Footer Question Empty Re: Footer Question

Post by The Alpha September 29th 2011, 4:02 am

slg wrote:Administration Panel>>Modules>>Footer Links>>Configuration
I would like to add this to the Footer, where can I do that.
Copyright ©2011, KagoninUnlimited - All Rights Reserved - Portions Copyright ©2011, Visual Picnic, Inc. Kagonin™ is a trademark of Visual Picnic, Inc. All rights reserved.
Content published on KagoninUnlimited requires permission for reprint anywhere.
The Alpha
The Alpha
Forumember

Posts : 38
Reputation : 0
Language : English

http://www.marvelheroesunlimited.com

Back to top Go down

Footer Question Empty Re: Footer Question

Post by LGforum September 29th 2011, 4:57 am

stick this script in a javascript file in modules>javascript management:
Code:

$(function() {
var x=document.getElementById('page-footer');
var copyright="Copyright ©2011, KagoninUnlimited - All Rights Reserved - Portions Copyright ©2011, Visual Picnic, Inc. Kagonin™ is a trademark of Visual Picnic, Inc. All rights reserved. <br>Content published on KagoninUnlimited requires permission for reprint anywhere.";
x.innerHTML=x.innerHTML + copyright;
});
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Footer Question Empty Re: Footer Question

Post by The Alpha September 29th 2011, 9:38 am

LGforum wrote:stick this script in a javascript file in modules>javascript management:
Code:

$(function() {
var x=document.getElementById('page-footer');
var copyright="Copyright ©2011, KagoninUnlimited - All Rights Reserved - Portions Copyright ©2011, Visual Picnic, Inc. Kagonin™ is a trademark of Visual Picnic, Inc. All rights reserved. <br>Content published on KagoninUnlimited requires permission for reprint anywhere.";
x.innerHTML=x.innerHTML + copyright;
});
Your Awesome!!
Thanks, I'm just wondering is there a way to center it, make the Font color white (without change the whole site color) and make the size a little smaller.
The Alpha
The Alpha
Forumember

Posts : 38
Reputation : 0
Language : English

http://www.marvelheroesunlimited.com

Back to top Go down

Footer Question Empty Re: Footer Question

Post by LGforum September 29th 2011, 7:41 pm

Change your current code to this one:
Code:

$(function() {
var x=document.getElementById('page-footer');
var copyright="<span style='text-align: centre; color: #FFF; font-size: 9px;'>Copyright ©2011, KagoninUnlimited - All Rights Reserved - Portions Copyright ©2011, Visual Picnic, Inc. Kagonin™ is a trademark of Visual Picnic, Inc. All rights reserved. <br>Content published on KagoninUnlimited requires permission for reprint anywhere.</span>";
x.innerHTML=x.innerHTML + copyright;
});
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Footer Question Empty Re: Footer Question

Post by The Alpha September 30th 2011, 12:42 am

LGforum wrote:Change your current code to this one:
Code:

$(function() {
var x=document.getElementById('page-footer');
var copyright="<span style='text-align: centre; color: #FFF; font-size: 9px;'>Copyright ©️2011, KagoninUnlimited - All Rights Reserved - Portions Copyright ©️2011, Visual Picnic, Inc. Kagonin™️ is a trademark of Visual Picnic, Inc. All rights reserved. <br>Content published on KagoninUnlimited requires permission for reprint anywhere.</span>";
x.innerHTML=x.innerHTML + copyright;
});
This works perfectly but for some reason it wont center, but I think I can live without it (I hope)
Thanks Again for your help Very Happy
The Alpha
The Alpha
Forumember

Posts : 38
Reputation : 0
Language : English

http://www.marvelheroesunlimited.com

Back to top Go down

Footer Question Empty Re: Footer Question

Post by LGforum September 30th 2011, 12:56 am

I spelled center wrong i think.

Where it says centre in the script change it to center.

Your welcome Wink
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum