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.

editing footer

5 posters

Go down

Solved editing footer

Post by Mystic_gohan2 September 6th 2009, 5:56 pm

how do you edit the footer ? i am using phpbb2 and i know Forum free | ©️ phpBB | Free forum support | Statistics | Contribution | Contact | Report an abuse | Free message board are necessary to keep . but can i add
Code:
<!-- START OF ADDME LINK -->
<a href="http://www.addme.com/submission/free-submission-start.php">Search Engine Submission - AddMe</a>
<!-- END OF ADDME LINK -->
this code with out changing the Forum free | ©️ phpBB | Free forum support | Statistics | Contribution | Contact | Report an abuse | Free message board ?
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: editing footer

Post by netsniper September 6th 2009, 6:02 pm

I'm not to sure if you are allowed to do that ? but I could be wrong?
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: editing footer

Post by dotDavid September 7th 2009, 8:17 am

Yeah. ACP >> Display >> General >> Footer.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Solved Re: editing footer

Post by emikati September 7th 2009, 9:18 am

you are totally allowed to add any thing in footer , but you are not allowed to deleate any thing that is already their like : Forum free | ©️ phpBB | Free forum support | Statistics | Contribution | Contact | Report an abuse | Free message board
emikati
emikati
Forumember

Male Posts : 393
Reputation : 0
Language : English, HTML

Back to top Go down

Solved Re: editing footer

Post by Mystic_gohan2 September 7th 2009, 12:23 pm

i know i cannot delete it but can you tell me how to edit it
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: editing footer

Post by ankillien September 7th 2009, 12:34 pm

You can edit your overall_footer template and put links like this...

Code:
<div class="gen">
         <strong>{ADMIN_LINK}</strong>{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT}
         <!-- BEGIN switch_view_stats -->
 | <a href="#">MY CUTOM LINK</a> |
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: editing footer

Post by Mystic_gohan2 September 7th 2009, 12:37 pm

ok i went to overall_footer i found many codes where can i add that add me thing ?
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: editing footer

Post by ankillien September 7th 2009, 12:39 pm

Find out this part...

Code:
<div class="gen">
        <strong>{ADMIN_LINK}</strong>{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT}
        <!-- BEGIN switch_view_stats -->

You can put your code right after that, as I've shown inn above post.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: editing footer

Post by Mystic_gohan2 September 7th 2009, 12:43 pm

it says The tag has been closed before being opened or the tag hasn't been opened.
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: editing footer

Post by ankillien September 7th 2009, 12:45 pm

You might have changed different part or you've removed some tags from there by mistake.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: editing footer

Post by Mystic_gohan2 September 7th 2009, 12:47 pm

hmm i cannot see any

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=&quot;page-body&quot; -->
         <div id="page-footer">
            <div align="center">
               <div class="gen">
                  <strong>{ADMIN_LINK}</strong>{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT}
                  <!-- BEGIN switch_view_stats -->
                                                  <!-- START OF ADDME LINK -->
                                                | <a href="Search Engine Submission - AddMe">http://www.addme.com/submission/free-submission-start.ph</a> |
                                                  <!-- END OF ADDME LINK -->
                   | <a name="bottom" href="/{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a>
                  <!-- END switch_view_stats -->
                  <!-- BEGIN switch_view_donation -->
                   | <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 -->
                   | <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>
</body>
</html>
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: editing footer

Post by ankillien September 7th 2009, 12:54 pm

If you haven't made any other necessary/important changes in the template, try deleting it. It may fix the bug.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: editing footer

Post by Mystic_gohan2 September 7th 2009, 12:57 pm

hmm thank you it worked ! :wouhou: solved !
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: editing footer

Post by ankillien September 7th 2009, 1:00 pm

Glad I could help Very Happy

Topic Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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