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.

Adding Copy Right

4 posters

Go down

Solved Adding Copy Right

Post by dgrey April 29th 2011, 9:48 am

Hi i would like to add a copy right to the bottom of my site, Is there a css code ? Smile


Last edited by dgrey on April 29th 2011, 4:38 pm; edited 1 time in total
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Ezio April 29th 2011, 10:12 am

Yeah you can add your copyright in the footer.
ACP > MODULES > Footer Links > and add your copyright, Adding Copy Right 174352
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: Adding Copy Right

Post by dgrey April 29th 2011, 10:21 am

Hi thanks but i dont want iit to be a link, lol i just want plain text at the bottom of my site Wink
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Ezio April 29th 2011, 10:53 am

dgrey wrote:Hi thanks but i dont want iit to be a link, lol i just want plain text at the bottom of my site Wink

okay, do this : ACP > DISPLAY > Overall_footer > and copy this under {PROTECT_FOOTER} ctrl+F to search
Code:
<small><div align="left">[YOUR TEXT]</div></small>


I forgot how to make a footer with css, but I still remember to change the footer with html. hehehehe Razz
if you use phpBB3 or Invision maybe you can read this thread : https://help.forumotion.com/t89091-write-in-the-forum-footer?highlight=add+footer+css
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: Adding Copy Right

Post by dgrey April 29th 2011, 2:47 pm

ok i still need help with this, I need a css code please thanks. Smile
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Base April 29th 2011, 2:50 pm

Instead, use jQuery. Add this to your homepage message:

Code:
<script>
jQuery(function() {
jQuery('#page-footer').after('YOUR TEXT HERE');
});
</script>

Please put the text inside of the apostrophes. Courtesy of Saxaca for providing the code. Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Adding Copy Right

Post by dgrey April 29th 2011, 2:57 pm

It does not work, Nothing changes, That's why i need a css code to place in my footer Smile
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Saxaca April 29th 2011, 3:25 pm

You should try this.. Add your test before the br tags, there needs to be some space 'cause of your toolbar:
Code:
<script>
function saxFooter() {
  document.getElementById('page-footer').innerHTML = document.getElementById('page-footer') +'<br />Your text here</br /><br /><br />';
};
window.addEventListener('load', saxFooter, false);
</script>
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: Adding Copy Right

Post by dgrey April 29th 2011, 3:29 pm

hi were do i place this ?
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Saxaca April 29th 2011, 3:29 pm

Your homepage message.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: Adding Copy Right

Post by dgrey April 29th 2011, 3:35 pm

It works but all my footer links have gone :/
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Ezio April 29th 2011, 4:25 pm

Saxaca wrote:You should try this.. Add your test before the br tags, there needs to be some space 'cause of your toolbar:
Code:

function saxFooter() {
  document.getElementById('page-footer').innerHTML = document.getElementById('page-footer') +'
Your text here


';
};
window.addEventListener('load', saxFooter, false);

Waw, This code is very powerful. Adding Copy Right 170788

dgrey wrote:It works but all my footer links have gone Adding Copy Right Ohwell

Maybe if you use a suggestion from Saxaca, you should replace all previous footer links before.
to use css footer maybe you could search "footer link" in forumotion, because I found the thread was about the month of December 2010 and I've forgotten the code and how. lol!
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Solved Re: Adding Copy Right

Post by dgrey April 29th 2011, 4:37 pm

This is now done i used the code below

Code:
#page-footer:after{
content: "Copyright ©20011, Modified Rides";
font-size: 12px;
font-variant: small-caps;
position: relative;
right: -380px;}
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Solved Re: Adding Copy Right

Post by Base April 29th 2011, 6:11 pm

It says 20011 in the code! Laughing

Since this topic has been marked as "Solved", I will now lock this topic.

>> Locked

Adding Copy Right Topic_lock
Base
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top


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