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 message to footer

+2
dr.sport
spirit09
6 posters

Go down

Adding message to footer Empty Adding message to footer

Post by spirit09 August 20th 2010, 6:34 pm

Please could someone tell me how you add a message to the footer of each page.

basically I want to add a copyright statement to each page of my forum, and I dont know where to start with it...

Please can someone help me.
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by dr.sport August 20th 2010, 7:06 pm

You could try the announcement feature on it, or mabey put it in little letters on your banner.

andother good was is to make a module of it, and stick it on the home page and portal, then it'll show up on every page.Smile
dr.sport
dr.sport
Forumember

Male Posts : 159
Reputation : 0
Language : english, and html
Location : It's at that place by the thing.:P

http://technoninja.niceboards.net/portal.htm

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 8:59 pm

I tried the announcement feature - no go on that one.

I dont have a footer at present, aside from the standard :

* Home
* Create a forum | © phpBB | Free forum support | Statistics | Contribution | Contact | Report an abuse | Free forums

I would like to add the message under this - I am on Phpbb3
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by Saxaca August 20th 2010, 9:06 pm

Use CSS. That's the only way (think so..) you can add something to the Footer in PhBB 3. PhBB 2 & PunBB may use templates to edit the footer.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 9:11 pm

thank you, would you have any idea how I do that please?
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by dr.sport August 20th 2010, 9:14 pm

You know that little side bar thing, here at the forumotion forum it is too, look at the very right of the forum, you see things like top posters, shop motion, most recent topics.

you can make a module like one of those for your forums, and put it on the home pages and the portal pages thing, that way it'll show up on all of the pages.Smile
dr.sport
dr.sport
Forumember

Male Posts : 159
Reputation : 0
Language : english, and html
Location : It's at that place by the thing.:P

http://technoninja.niceboards.net/portal.htm

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 9:35 pm

I still need the help with the script or CSS please - I really dont know what to do....
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by Guest August 20th 2010, 9:36 pm

Here is a CSS code :
Code:
#page-footer:after{
content: "© YOUR COPYRIGHT HERE";
font-size: 13px;
font-variant: small-caps;
position: relative;
right: -370px;}


Last edited by The God on August 20th 2010, 10:06 pm; edited 1 time in total (Reason for editing : my error)
avatar
Guest
Guest


Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 9:57 pm

Thank you so much - where should I put it? so that it shows at the bottom of all the pages of my forum?

sorry if I seem so illiterate..
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by Guest August 20th 2010, 10:03 pm

offffff I forgot to tell you where you put the code , my mistake TT

administration panel => Display => Pictures and Colors => Colors => CSS Stylesheet => Put the code here => Save

Your copyright appear in all pages Wink
avatar
Guest
Guest


Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 10:50 pm

ummm its not showing anywhere? I added the extra } and says added successfully but doesnt show....


EDIT:

it does show now but over the right hand side of the screen? should I change right to left? or centre?

and to change the colour do I just add color: white
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by Guest August 20th 2010, 11:20 pm

Try this code :

Code:
#page-footer:after{
content: "©️ YOUR COPYRIGHT HERE";
font-family: georgia;
font-size: 15;
color: #ffffff;
}

#page-footer{text-align: center !important;
float: center !important;}

I hope this solve your problem Wink
avatar
Guest
Guest


Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 11:25 pm

Thank you that looks fantastic!!
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by Guest August 20th 2010, 11:30 pm

your welcome bye
avatar
Guest
Guest


Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 20th 2010, 11:38 pm

:wouhou:

one last thing - I am so sorry about this - I have just got a banner from copyscape - can I add that either above or below (central) to the copyright message please?

https://2img.net/h/i286.photobucket.com/albums/ll100/Spiritxx/copyscape.gif

Thank you x
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by kennethgrace August 28th 2010, 12:43 am

Go to your admin panel--->display----> ( TEMPLATES)--->general then--->overall_footer----> Bottom of the page--->click modify once you click it you see the html code out there and take a look in the middle you start edit there
<!-- END html_validation --> <!-- close div id=&quot;page-body&quot; -->
<div id="page-footer">
<div align="center">
<div class="gen">
this part you can edit
<strong>{ADMIN_LINK}</strong>

After you edited don't forget to hit save then click publish and Good luck....
kennethgrace
kennethgrace
Forumember

Female Posts : 33
Reputation : 0
Language : English and Tagalog
Location : United Kingdom

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 28th 2010, 1:26 am

Thank you

I use Phpbb3 so I cant edit the templates, is there another way? I have the script there, but am not sure how to add the banner/button to it.
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by kennethgrace August 28th 2010, 2:57 am

Im using Phpbb3 same as yours....Here's the screenshot of my website.....i adding a text msg. in the footer
Adding message to footer Footer10

Go to your admin panel--->display----> ( TEMPLATES)--->general then--->overall_footer----> Bottom of the page--->click modify once you click it you see the html code out there and take a look in the middle you start edit there

The code's here....
Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
   <tr>
      <td>
         <div>
            <div>
               <table>
                  <tbody>
                     <tr>
                        <td>
<!-- END html_validation -->
                        <td valign="top" width="{C3SIZE}">
                        <div id="{ID_RIGHT}">
                           <!-- BEGIN giefmod_index2 -->
                           {giefmod_index2.MODVAR}
                           <!-- BEGIN saut -->
                           <div style="height: {SPACE_ROW}px"></div>
                           <!-- END saut -->
                           <!-- END giefmod_index2 -->
                        </div>
                        </td>
                     </tr>
                  </tbody>
               </table>
            </div>
         </div>
         <!-- close div id="page-body" -->
         <div id="page-footer">
            <div align="center">
               <div class="gen">                                     
                            <strong>{ADMIN_LINK}</strong>
                                                <div class="footer">
                                              <p>Copyright © 2009-2011 PUT UR WEBSITE NAME HERE</p> 
                                                <p> BY: YOUR NAME OR WHATEVER</p>
                  <!-- BEGIN switch_view_donation -->
                  &nbsp;|&nbsp;<a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
                  <!-- END switch_view_donation -->
                  <!-- BEGIN switch_view_contact -->
                  &nbsp;|&nbsp;<a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a>
                  <!-- END switch_view_contact -->
                  {U_ABUSE} {U_BLOG}
               </div>
            </div>
         </div>
         {PROTECT_FOOTER}
      </td>
   </tr>
</table>
<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("{G_ANALYTICS_ID}");
pageTracker._trackPageview();
} catch(err) { }
</script>
<!-- END google_analytics_code -->
</body>
</html>
kennethgrace
kennethgrace
Forumember

Female Posts : 33
Reputation : 0
Language : English and Tagalog
Location : United Kingdom

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by TGC HARDC0RE August 28th 2010, 3:17 am

kennethgrace wrote:Im using Phpbb3 same as yours....Here's the screenshot of my website.....i adding a text msg. in the footer
Adding message to footer Footer10

Go to your admin panel--->display----> ( TEMPLATES)--->general then--->overall_footer----> Bottom of the page--->click modify once you click it you see the html code out there and take a look in the middle you start edit there

The code's here....
Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
   <tr>
      <td>
         <div>
            <div>
               <table>
                  <tbody>
                     <tr>
                        <td>
<!-- END html_validation -->
                        <td valign="top" width="{C3SIZE}">
                        <div id="{ID_RIGHT}">
                           <!-- BEGIN giefmod_index2 -->
                           {giefmod_index2.MODVAR}
                           <!-- BEGIN saut -->
                           <div style="height: {SPACE_ROW}px"></div>
                           <!-- END saut -->
                           <!-- END giefmod_index2 -->
                        </div>
                        </td>
                     </tr>
                  </tbody>
               </table>
            </div>
         </div>
         <!-- close div id="page-body" -->
         <div id="page-footer">
            <div align="center">
               <div class="gen">                                     
                            <strong>{ADMIN_LINK}</strong>
                                                <div class="footer">
                                              <p>Copyright © 2009-2011 PUT UR WEBSITE NAME HERE</p> 
                                                <p> BY: YOUR NAME OR WHATEVER</p>
                  <!-- BEGIN switch_view_donation -->
                  &nbsp;|&nbsp;<a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
                  <!-- END switch_view_donation -->
                  <!-- BEGIN switch_view_contact -->
                  &nbsp;|&nbsp;<a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a>
                  <!-- END switch_view_contact -->
                  {U_ABUSE} {U_BLOG}
               </div>
            </div>
         </div>
         {PROTECT_FOOTER}
      </td>
   </tr>
</table>
<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("{G_ANALYTICS_ID}");
pageTracker._trackPageview();
} catch(err) { }
</script>
<!-- END google_analytics_code -->
</body>
</html>


where is your punbb link in the footer?

your forum can be deleted if you don't have it.
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by spirit09 August 28th 2010, 3:22 am

I use Phpbb3

so why cant I edit my templates -- I get the message

Only templates of phpbb2 or PunBB versions will be affected.
spirit09
spirit09
Forumember

Female Posts : 186
Reputation : 2
Language : English
Location : UK

http://www.ourspiritualhome.com

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by kennethgrace August 28th 2010, 3:23 am

No need to ask my link footer lol its a private! i hide it Smile
kennethgrace
kennethgrace
Forumember

Female Posts : 33
Reputation : 0
Language : English and Tagalog
Location : United Kingdom

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by kennethgrace August 28th 2010, 3:25 am

No need to worry about that... no affected of that version.... i try it how many times in my website everytime e change it the templates.. its always the same way to edit the footer



spirit09 wrote:I use Phpbb3

so why cant I edit my templates -- I get the message

Only templates of phpbb2 or PunBB versions will be affected.
kennethgrace
kennethgrace
Forumember

Female Posts : 33
Reputation : 0
Language : English and Tagalog
Location : United Kingdom

Back to top Go down

Adding message to footer Empty Re: Adding message to footer

Post by razaemuhammad October 7th 2010, 8:58 am

That's a Great
avatar
razaemuhammad
New Member

Posts : 11
Reputation : 0
Language : Urdu

Back to top Go down

Back to top

- Similar topics

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