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.
The forum of the forums
2 posters

    Copyright text at Bottom of Forum for Invision

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Copyright text at Bottom of Forum for Invision

    Post by runawayhorses September 10th 2012, 7:41 pm

    I'm looking for a CSS code to add some copyright text at the bottom left-hand side of the forum.

    I had such a code for phpbb3 but it doesn't work for Invision. Its just some simple text I want to add that will display at the bottom left-hand side of the forum, such as this:

    © 2008-2012 Runaway Horses. All rights reserved.

    thanks
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Copyright text at Bottom of Forum for Invision

    Post by kirk September 10th 2012, 9:58 pm

    try this.

    Code:

    #footer:after{
    content: "© 2008-2012 Runaway Horses. All rights reserved.";
    }

     
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Copyright text at Bottom of Forum for Invision

    Post by runawayhorses September 10th 2012, 10:52 pm

    Hi Kirk long time no see! Smile

    Well it didn't work.. Sad
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Copyright text at Bottom of Forum for Invision

    Post by kirk September 10th 2012, 11:23 pm

    ok then try one of these.

    Code:
    #gfooter{
    content: "© 2008-2012 Runaway Horses. All rights reserved.";
    }

    Code:
    .footer:after{
    content: "© 2008-2012 Runaway Horses. All rights reserved.";
    }

    if not i am going to have to set one of my test boards to invison and try to import the skin you used.
    i will need the link to the skin.. it wont matter if you made adjustment and customizations to your forum i just need to see how the css is on it.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Copyright text at Bottom of Forum for Invision

    Post by runawayhorses September 10th 2012, 11:44 pm

    No neither one of those worked. I don't know the link to the theme I never bookmarked it, and I could never find it again because I wouldn't recognize it even if I saw it, because I have customized the crapola out of it. I will however take a look around and see if I can find it though.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Copyright text at Bottom of Forum for Invision

    Post by runawayhorses September 10th 2012, 11:52 pm

    Well that worked Rideem, it must have been the font color added to your code, I thought about that when I added the codes before but I just didn't see anything, and I was looking hard for possibly some black text. But now with the white font color added it shows plan as day.

    thanks
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Copyright text at Bottom of Forum for Invision

    Post by kirk September 11th 2012, 12:23 am

    runawayhorses wrote:it must have been the font color added to your code,

    hahah yeah that will do it.. sorry man.

      Current date/time is September 22nd 2024, 6:30 pm