WiredWX Christian Hobby Weather Tools
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WiredWX Christian Hobby Weather ToolsLog in

 


descriptionEdit forumotion footer EmptyEdit forumotion footer

more_horiz
Hello

I own a forumotion forum(phpbb3), just like this one.

I was wondering how you added your copyright information into the footer.

Please let me know, thanks!

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
I'm guessing that Forumotion uses the overall_footer.html file, which is located at

Code:

/styles/[yourstyle]/template/overall_footer.html

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
I'm a noob with css and html.

How do I add links too?

I want my footer to say:


Clubpenguinhut.com © 2010. All rights reserved
All content must have permission to preprint anywhere.
Terms of use| Privacy conditions

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Here, copy the HTML code provided and put it at the bottom of your overall_footer.html. (I can't post HTML on this site).

http://pastebin.com/Ag4yg3wr

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
theamp wrote:
Here, copy the HTML code provided and put it at the bottom of your overall_footer.html. (I can't post HTML on this site).

http://pastebin.com/Ag4yg3wr


I have a phpbb3 forum, we can't edit templates.
We can only edit the CSS.

I need a CSS code.

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
When you go to Administration Control Panel -> Styles tab -> Templates, you can't edit that?

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
theamp wrote:
When you go to Administration Control Panel -> Styles tab -> Templates, you can't edit that?


Nope, only punbb and phpbb2 forums can edit there templates.

I have a phpbb3 forum, and forumotion deactivated template editing for phpbb3.

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Ah, I see what you mean.

I'm not sure if you can add HTML links in a CSS, maybe someone with a higher knowledge of web design can help us out here? Shh a secret

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
theamp wrote:
Ah, I see what you mean.

I'm not sure if you can add HTML links in a CSS, maybe someone with a higher knowledge of web design can help us out here? Shh a secret


Yes please, LOL

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Ok, this code works:

#page-footer:after{
content: "ClubPenguinHut.com © 2010. All Rights reserved";
font-size: 13px;
font-Comic Sans Ms: small-caps;
font-family :;
position: relative;
right: -370px;
}

But, how do I add a blank space? Example:
ClubPenguinHut.com © 2010. All Rights reserved
Portions copyright 2010 disney

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Bump,.......

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Bump

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
What do you mean add a blank space? Line break?

............................................................................................

Please be a GeekPolice fan on Facebook!

Edit forumotion footer Lambo-11

Have we helped you? Help us! | Doctor by day, ninja by night.

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Doctor Inferno wrote:
What do you mean add a blank space? Line break?
Yes, a line break. I aso want to add links

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
bump,..how do you add a line break in css

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
I don't think you can.

............................................................................................

Please be a GeekPolice fan on Facebook!

Edit forumotion footer Lambo-11

Have we helped you? Help us! | Doctor by day, ninja by night.

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Here's an option. This is what it looks like on my test forum (phpBB3). The green bg image doesn't scroll.
Edit forumotion footer 44410

Put this in the scroller to see on every page, or in homepage message to see only on index. It might work if you put it in a widget; I haven't tried the widget.

Code:


<div
id="myfooter" style="height: 41px;  position: fixed;
        width: 100%;
      top: auto;
        right: 0;
margin: 0 auto;
        bottom: 0;
        left: 0;" >

<center>Clubpenguinhut.com © 2010. All rights reserved<BR>
All content must have permission to preprint anywhere.<BR>
Terms of use| Privacy conditions</center>

</div>


Put this in your CSS

Code removed per request

Now that I look at the CSS, there are some variables that you can play with to get a different look if you want to.



Last edited by boffer on 29th September 2010, 2:49 pm; edited 1 time in total (Reason for editing : remove code)

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

more_horiz
Hello boffer.

Thanks for your contribution, however, that CSS code will have to be uploaded in to a text document and uploaded, post a download link back here.

We commonly censor Style scripts & Javascript, due to security issues.

descriptionEdit forumotion footer EmptyRe: Edit forumotion footer

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