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

    Putting Copyright Links in a Custom Footer

    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Putting Copyright Links in a Custom Footer Empty Putting Copyright Links in a Custom Footer

    Post by Mike June 16th 2015, 1:40 am

    Technical Details


    Forum version : #PunBB
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Safari
    Screenshot of problem : https://i.servimg.com/u/f18/16/67/46/99/screen11.png
    Who the problem concerns : All members
    When the problem appeared : Now
    Forum link : http://drogbasthemes2.forumotion.com/

    Description of problem

    This is confusing me.

    I modified the footer template to try and get the copyright links to be in a custom footer (see screenshot). As you can see it isn't exactly working.

    Here's my current footer code:

    (overall footer end)
    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>
    <div>
    <div>
    <div>
    <div>
    <div>
    <div>
    <ul>
    <li>
    <!-- END html_validation -->
    </li>
    </ul>
     
    <!-- BEGIN switch_footer_links -->
    <ul>
    <li>
    <!-- BEGIN footer_link -->
    <!-- BEGIN switch_separator -->&nbsp;|&nbsp;<!-- END switch_separator -->
    {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
    <!-- END footer_link -->
    </li>
    </ul>
    <!-- END switch_footer_links -->
     
    </div>
                                      <div id="footerbg">
    <br />
                                      <table style="width: 85%; margin: auto;">
                                        <tr>
                                          <td class="heading-footer"><h4>Quick Links</h4></td>
                                          <td class="heading-footer"><h4>Important Threads</h4></td>
                                          <td class="heading-footer"><h4>Recent Posts</h4></td>
                                        </tr>
                                        <tr>
                                          <td width="30%">
                                            <a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a><br/>
                                            <a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a><br/>
                                            <a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a><br/>
    <!-- BEGIN switch_delete_cookies -->
    <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
    <!-- END switch_delete_cookies --></td>
                                          <td width="30%"><a href="#">Link1</a><br/>
                                            <a href="#">Link2</a><br/>
                                            <a href="#">link3</a></td>
                                          <td width="30%">Coming Soon!</td>
                                        </tr>
                                        </table>
    <p class="center">
    <strong>{ADMIN_LINK}</strong>
    </p>
    </div>
    {PROTECT_FOOTER}
    </div>
    </div>
    </div>
    </div>
      </div>
    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
        FB.init({
          appId      : {switch_facebook_login.FACEBOOK_APP_ID},
          cookie    : true,
          xfbml      : true,
          oauth      : true,
          version    : 'v2.3'
        });

      (function(d, s, id){
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) {return;}
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_US/sdk.js";
        fjs.parentNode.insertBefore(js, fjs);
      }(document, 'script', 'facebook-jssdk'));
    </script>
    <!-- END switch_facebook_login -->

    <!-- BEGIN switch_facebook_logout_TMP -->
    <script type="text/javascript">
    //<![CDATA[
    FB.Event.subscribe('auth.logout', function(response) {
    if ($('a#logout'))
    {
    var lien_redir = $('a#logout').attr('href');

    if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
    {
    document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
    }
    }
    });

    $(document).ready( function() {
    $('a#logout').click( function() {
    FB.logout();
    } );
    } );
    //]]>
    </script>
    <!-- END switch_facebook_logout_TMP -->

    <script type="text/javascript">
    //<![CDATA[
    fa_endpage();
    //]]>
    </script>
    </body>
    </html>

    (overall footer begin)
    Code:
    <!-- BEGIN html_validation -->
    <div>
       <div>
          <div>
             <div>
                <div>
                   <div>
                      <div>
                         <div>
    <!-- END html_validation -->
                         </div>
                      </div>
                   </div>
                </div>
             </div>
                     
             
          </div>
       </div>
    </div>

    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Putting Copyright Links in a Custom Footer Empty Re: Putting Copyright Links in a Custom Footer

    Post by Mike June 18th 2015, 1:25 am

    bump
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Putting Copyright Links in a Custom Footer Empty Re: Putting Copyright Links in a Custom Footer

    Post by Mike June 19th 2015, 10:34 pm

    bump
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Putting Copyright Links in a Custom Footer Empty Re: Putting Copyright Links in a Custom Footer

    Post by Mike June 22nd 2015, 6:44 pm

    bump
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Putting Copyright Links in a Custom Footer Empty Re: Putting Copyright Links in a Custom Footer

    Post by Mike June 26th 2015, 1:52 am

    bump
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Putting Copyright Links in a Custom Footer Empty Re: Putting Copyright Links in a Custom Footer

    Post by Mike July 6th 2015, 12:40 am

    bump
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Putting Copyright Links in a Custom Footer Empty Re: Putting Copyright Links in a Custom Footer

    Post by SLGray July 27th 2015, 7:40 pm

    Is this still needed?



    Putting Copyright Links in a Custom Footer Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 11th 2024, 5:32 pm