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.

Putting Text in the Forum Footer for PhpBB3?

3 posters

Go down

Solved Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 7th 2010, 7:25 pm

How do I put text in my forum's footer? I've tried tutorials, but they don't work on PhpBB3. Thanks!


Last edited by hoodedwarbler12 on November 13th 2010, 6:00 pm; edited 1 time in total
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by Saxaca November 7th 2010, 7:30 pm

Simple, and proposed before by Gangstar,
Put this in an scrolling announcement without scrolling (it becomes announcement!) on all pages:

Code:
<script>function footer () {a = document.getElementById("page-footer").innerHTML;document.getElementById("page-footer").innerHTML = a + '<b><center>© YOURFORUMNAME</center</b>';}</script><body onload="footer()">
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 7th 2010, 7:33 pm

Testing it...
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 7th 2010, 7:36 pm

It doesn't work, like all the others. Do I need to get rid of other announcements to get this one?
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by Saxaca November 7th 2010, 7:41 pm

Uh, the rules state double posting is not allowed.
You shouldn't need to remove anything. Sure it's not your skin which hate text? Could you gimme your forum link?
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 7th 2010, 7:44 pm

hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 9th 2010, 12:02 am

24-hour double post is up, so can anyone help?
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 12th 2010, 1:32 am

I'm still confused on this; does anyone know what I've done wrong/
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by sivastar November 12th 2010, 2:36 am

For footer Text:

Code:
#page-footer:after{
content: "© YOUR TEXT HERE";
font-size: 13px;
font-variant: small-caps;
font-family :;
position: relative;
right: -370px;
}

For footer image:

Code:
#page-footer{
float: center !important;
width: Auto;
background: url(YOUR IMAGE URL) no-repeat bottom center;
height:150px;}
sivastar
sivastar
Forumember

Male Posts : 152
Reputation : 16
Language : Tamil
Location : Malaysia

http://www.eegarai.net

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by hoodedwarbler12 November 13th 2010, 6:00 pm

Thanks! This is solved!
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Putting Text in the Forum Footer for PhpBB3?

Post by Guest November 13th 2010, 6:04 pm

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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