Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

CentroHB CentroHB  • Ter 6 maio 2014 - 15:05

Como adicionar isso no meu fórum Empty Como adicionar isso no meu fórum Ter 6 maio 2014 - 15:05

Minha questão:
Olá, eu gostaria de adicionar a barra no final do fórum igual a deste: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Veja a imagem para entender melhor:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Gostaria de quando me passarem os códigos, que manteiem os créditos do meu fórum.(tema adptado por....)

Gostaria de saber onde posso mudar a cor, tirar o vermelho....


Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

DeeW. DeeW.  • Ter 6 maio 2014 - 15:20

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 15:20

Me passe seu overal_footer_end.

CentroHB CentroHB  • Ter 6 maio 2014 - 15:29

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 15:29

DeeW. escreveu:Me passe seu overal_footer_end.

Ai está.

Código:
<!-- 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;<!-- 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>
               <br />
               <p class="center">
                  <strong>{ADMIN_LINK}</strong>
               </p>
            </div>
            {PROTECT_FOOTER}
         </div>
      </div>
   </div>
</div>
<div id="footer_utilities" class="main_width clearfix clear">
  <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
               <li>
                                          <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
               </li>
               <li>
                 <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                     
               </li>
               <li>
                 <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
               </li>            
            </ul>
            <!-- Copyright Information -->
                      <p id="copyright">
                                            <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                          </p>
</div>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</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>

DeeW. DeeW.  • Ter 6 maio 2014 - 15:37

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 15:37

Adicione ao CSS:

Código:

#pun-foot {
    background-image: linear-gradient(#580808, #940000 10%, #B80808);
}
#pun-foot {
    background: none repeat scroll 0% 0% #B80808 !important;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    font-family: Trebuchet MS !important;
    line-height: 13px;
    margin: -5px -13px 0px !important;
    padding: 20px 50px 32px;
}
#pun-foot {
    clear: both;
}
#pun-about {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    line-height: 150%;
    padding: 0.6em 1em;
    text-align: right;
}


Troque por:

Código:

    <!-- 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>
                  </div>
                  <br />
                  <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                  </p>
                </div>
                {PROTECT_FOOTER}
            </div>
          </div>
      </div>
    </div>
    <div id="footer_utilities" class="main_width clearfix clear">
      <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                  <li>
                                              <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                  </li>
                  <li>
                    <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                   
                  </li>
                  <li>
                    <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                  </li>           
                </ul>
                <!-- Copyright Information -->
                          <p id="copyright">
                                                <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                              </p>
    </div>

                      <!-- BEGIN switch_footer_links -->
                      <ul>
                        <li>
                            <!-- BEGIN footer_link -->
                              <!-- BEGIN switch_separator --> |&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 -->

    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </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>

CentroHB CentroHB  • Ter 6 maio 2014 - 15:51

DeeW. DeeW.  • Ter 6 maio 2014 - 18:37

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 18:37

Troque:

Código:


        <!-- 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>
                      </div>
                      <br />
                      <p class="center">
                          <strong>{ADMIN_LINK}</strong>
                      </p>
                    </div>
                    {PROTECT_FOOTER}
                </div>
              </div>
          </div>
        </div>
        <div id="footer_utilities" class="main_width clearfix clear">
          <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                      <li>
                                                  <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                      </li>
                      <li>
                        <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                 
                      </li>
                      <li>
                        <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                      </li>         
                    </ul>
                    <!-- Copyright Information -->
                              <p id="copyright">
                                                    <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                                  </p>
        </div>


        <!-- BEGIN switch_facebook_login -->
        <div id="fb-root"></div>
        <script type="text/javascript">
        //<![CDATA[
        FB.init({
          appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
            status: true,
            cookie: true,
            xfbml: true,
          oauth: true
        });
        //]]>
        </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>
                          <!-- BEGIN switch_footer_links -->
                          <ul>
                            <li>
                                <!-- BEGIN footer_link -->
                                  <!-- BEGIN switch_separator --> |&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 -->
        </body>
        </html>

CentroHB CentroHB  • Ter 6 maio 2014 - 19:55

DeeW. DeeW.  • Ter 6 maio 2014 - 21:04

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 21:04

Troque:

Código:


        <!-- 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>
                      <br />
                      <p class="center">
                          <strong>{ADMIN_LINK}</strong>
                      </p>
                    </div>
                    {PROTECT_FOOTER}
                </div>
              </div>
          </div>
        </div>
        <div id="footer_utilities" class="main_width clearfix clear">
          <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                      <li>
                                                  <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                      </li>
                      <li>
                        <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                 
                      </li>
                      <li>
                        <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                      </li>         
                    </ul>
                    <!-- Copyright Information -->
                              <p id="copyright">
                                                    <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                                  </p>
        </div>

                    <ul>
                        <li>
                            <!-- BEGIN footer_link -->
                              <!-- BEGIN switch_separator --> |&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>

        <!-- BEGIN switch_facebook_login -->
        <div id="fb-root"></div>
        <script type="text/javascript">
        //<![CDATA[
        FB.init({
          appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
            status: true,
            cookie: true,
            xfbml: true,
          oauth: true
        });
        //]]>
        </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>

CentroHB CentroHB  • Ter 6 maio 2014 - 21:24

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 21:24

DeeW. escreveu:Troque:

Código:


        <!-- 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>
                      <br />
                      <p class="center">
                          <strong>{ADMIN_LINK}</strong>
                      </p>
                    </div>
                    {PROTECT_FOOTER}
                </div>
              </div>
          </div>
        </div>
        <div id="footer_utilities" class="main_width clearfix clear">
          <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                      <li>
                                                  <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                      </li>
                      <li>
                        <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                  
                     </li>
                      <li>
                        <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                      </li>          
                   </ul>
                    <!-- Copyright Information -->
                              <p id="copyright">
                                                    <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                                  </p>
        </div>

                     <ul>
                        <li>
                            <!-- BEGIN footer_link -->
                              <!-- BEGIN switch_separator --> |&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>

        <!-- BEGIN switch_facebook_login -->
        <div id="fb-root"></div>
        <script type="text/javascript">
        //<![CDATA[
        FB.init({
          appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
            status: true,
            cookie: true,
            xfbml: true,
          oauth: true
        });
        //]]>
        </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>



Quando vou salvar da esse erro:
Erro A baliza foi fechada antes de ter sido aberta ou ela não foi aberta.

DeeW. DeeW.  • Ter 6 maio 2014 - 22:21

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 22:21

Código:



            <!-- 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>
                          <br />
                          <p class="center">
                              <strong>{ADMIN_LINK}</strong>
                          </p>
                        </div>
                        {PROTECT_FOOTER}
                    </div>
                  </div>
              </div>
            </div>
            <div id="footer_utilities" class="main_width clearfix clear">
              <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                          <li>
                                                      <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                          </li>
                          <li>
                            <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                 
                        </li>
                          <li>
                            <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                          </li>         
                      </ul>
                        <!-- Copyright Information -->
                                  <p id="copyright">
                                                        <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                                      </p>
            </div>

                        <ul>
                            <li>
                                <!-- BEGIN footer_link -->
                                  <!-- BEGIN switch_separator --> |&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>

            <!-- BEGIN switch_facebook_login -->
            <div id="fb-root"></div>
            <script type="text/javascript">
            //<![CDATA[
            FB.init({
              appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
                status: true,
                cookie: true,
                xfbml: true,
              oauth: true
            });
            //]]>
            </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>


CentroHB CentroHB  • Ter 6 maio 2014 - 22:27

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 22:27

DeeW. escreveu:
Código:



            <!-- 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>
                          <br />
                          <p class="center">
                              <strong>{ADMIN_LINK}</strong>
                          </p>
                        </div>
                        {PROTECT_FOOTER}
                    </div>
                  </div>
              </div>
            </div>
            <div id="footer_utilities" class="main_width clearfix clear">
              <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                          <li>
                                                      <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                          </li>
                          <li>
                            <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                  
                         </li>
                          <li>
                            <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                          </li>          
                       </ul>
                        <!-- Copyright Information -->
                                  <p id="copyright">
                                                        <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                                      </p>
            </div>

                         <ul>
                            <li>
                                <!-- BEGIN footer_link -->
                                  <!-- BEGIN switch_separator --> |&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>

            <!-- BEGIN switch_facebook_login -->
            <div id="fb-root"></div>
            <script type="text/javascript">
            //<![CDATA[
            FB.init({
              appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
                status: true,
                cookie: true,
                xfbml: true,
              oauth: true
            });
            //]]>
            </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>



Da o mesmo erro.

DeeW. DeeW.  • Ter 6 maio 2014 - 22:35

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 22:35

Código:

    <!-- 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 id="footer_utilities" class="main_width clearfix clear">
      <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                  <li>
                                              <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                  </li>
                  <li>
                    <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                   
                  </li>
                  <li>
                    <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                  </li>           
                </ul>
                <!-- Copyright Information -->
                          <p id="copyright">
                                                <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                              </p>
    </div>
    <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;<!-- 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>
                  <br />
                  <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                  </p>
                </div>
                {PROTECT_FOOTER}
            </div>
          </div>
      </div>
    </div>
    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </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>

CentroHB CentroHB  • Ter 6 maio 2014 - 22:46

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 22:46

DeeW. escreveu:
Código:

    <!-- 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 id="footer_utilities" class="main_width clearfix clear">
      <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                   <li>
                                              <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                   </li>
                   <li>
                     <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                    
                  </li>
                   <li>
                     <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                   </li>            
                </ul>
                <!-- Copyright Information -->
                          <p id="copyright">
                                                <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                              </p>
    </div>
    <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;<!-- 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>
                   <br />
                   <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                   </p>
                </div>
                {PROTECT_FOOTER}
             </div>
          </div>
       </div>
    </div>
    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
       appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
       oauth: true
    });
    //]]>
    </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>

Funcionou um pouco, agora só falta tirar uns bugs e acrescentar algumas coisas, como, os créditos.

DeeW. DeeW.  • Ter 6 maio 2014 - 22:58

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 22:58

Código:


        <!-- 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;<!-- 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>
                              <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a> | Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>. | Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                          </ul>
                          <!-- END switch_footer_links -->
                      </div>
                      <br />
                      <p class="center">
                          <strong>{ADMIN_LINK}</strong>
                      </p>
                    </div>
                    {PROTECT_FOOTER}
                </div>
              </div>
          </div>
        </div>
        <!-- BEGIN switch_facebook_login -->
        <div id="fb-root"></div>
        <script type="text/javascript">
        //<![CDATA[
        FB.init({
          appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
            status: true,
            cookie: true,
            xfbml: true,
          oauth: true
        });
        //]]>
        </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>

CentroHB CentroHB  • Ter 6 maio 2014 - 23:01

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Ter 6 maio 2014 - 23:01

DeeW. escreveu:
Código:


        <!-- 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;<!-- 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>
                              <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a> | Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>. | Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                          </ul>
                          <!-- END switch_footer_links -->
                       </div>
                       <br />
                       <p class="center">
                          <strong>{ADMIN_LINK}</strong>
                       </p>
                    </div>
                    {PROTECT_FOOTER}
                 </div>
              </div>
           </div>
        </div>
        <!-- BEGIN switch_facebook_login -->
        <div id="fb-root"></div>
        <script type="text/javascript">
        //<![CDATA[
        FB.init({
           appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
            status: true,
            cookie: true,
            xfbml: true,
           oauth: true
        });
        //]]>
        </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>


Não resultou.

CentroHB CentroHB  • Qua 7 maio 2014 - 14:25

Hatz Hatz  • Qua 7 maio 2014 - 14:29

CentroHB CentroHB  • Qua 7 maio 2014 - 14:44

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 14:44

Esse aqui é o original, que vem com o template:
Código:
<!-- 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;<!-- 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>
               <br />
               <p class="center">
                  <strong>{ADMIN_LINK}</strong>
               </p>
            </div>
            {PROTECT_FOOTER}
         </div>
      </div>
   </div>
</div>
<div id="footer_utilities" class="main_width clearfix clear">
  <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
               <li>
                                          <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
               </li>
               <li>
                 <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                     
               </li>
               <li>
                 <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
               </li>            
            </ul>
            <!-- Copyright Information -->
                      <p id="copyright">
                                            <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                          </p>
</div>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</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>


O que estou usando é o ultimo que o Deew me passou e não houve resultado.

Hatz Hatz  • Qua 7 maio 2014 - 14:49

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 14:49

Código:

    <!-- 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;<!-- 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>
                   <br />
                   <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                   </p>
<br />
<br />
<div id="fter">
2013 - 2013 Skin - O seu portal de Anime™ - Tema adptado por - Todos os direitos reservados ®
</div>

                </div>
                {PROTECT_FOOTER}
             </div>
          </div>
       </div>
    </div>
    <div id="footer_utilities" class="main_width clearfix clear">
      <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                   <li>
                                              <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                   </li>
                   <li>
                     <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                    
                  </li>
                   <li>
                     <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                   </li>            
                </ul>
                <!-- Copyright Information -->
                          <p id="copyright">
                                                <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                              </p>
    </div>
    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
       appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
       oauth: true
    });
    //]]>
    </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>


css:

Código:

#pun-foot #fter {
    color: #FFF;
    text-align: center;
}


Última edição por Mindlezz em Qua 7 maio 2014 - 15:01, editado 1 vez(es)

CentroHB CentroHB  • Qua 7 maio 2014 - 14:59

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 14:59

Mindlezz escreveu:
Código:

    <!-- 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;<!-- 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>
                   <br />
                   <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                   </p>
<br />
<br />
<div id="fter">
2013 - 2013 Skin - O seu portal de Anime™ - Tema adptado por - Todos os direitos reservados ®
</div>

                </div>
                {PROTECT_FOOTER}
             </div>
          </div>
       </div>
    </div>
    <div id="footer_utilities" class="main_width clearfix clear">
      <a rel="nofollow" href="#" onclick="$('html,body').animate({scrollTop: $('html').offset().top},1000);return false;" id="backtotop" title="Ir para o topo"><img src="http://i78.servimg.com/u/f78/17/96/03/52/top10.png" alt="Ir para o topo" /></a>      <ul class="ipsList_inline left">
                   <li>
                                              <a href="/rss" class="rss_feed"><img src="http://i78.servimg.com/u/f78/17/31/71/58/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable" /></a>
                   </li>
                   <li>
                     <a rel="nofollow" href="#" id="new_language" class="">Português (BR)</a>                    
                   </li>
                   <li>
                     <a href="/faq" title="View help" rel="help" accesskey="6">Ajuda</a>
                   </li>            
                </ul>
                <!-- Copyright Information -->
                          <p id="copyright">
                                                <a href="http://www.forumeiros.com" title="Comunidade hospedada por Forumeiros">Powered by Forumeiros</a><br />Adaptado por Daemon. Editado por <a href="http://www.mazeko.deviantart.com.com" title="Mazeko - Another Design in the World">Mazeko</a>.<br />Ajuda especial de <a href="https://www.facebook.com/gerson.alvesdemelo" title="Gerson Alves">Gerson Alves</a>
                                              </p>
    </div>
    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
       appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
       oauth: true
    });
    //]]>
    </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>


css:

Código:

#pun-foot #fter
    color: #FFF;
    text-align: center;
}

Não resultou.
Quando adiciono o código na CSS da o seguinte erro:
E também some aquela barra vermelha.

Erro
Erro detectado
Nós contamos um número diferente de "{" e de "}". Isto significa que o seu CSS pode não ser válido e não será exibido corretamente no seu fórum.

Lhe aconselhamos que releia o seu código.

Hatz Hatz  • Qua 7 maio 2014 - 15:03

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 15:03

Lo siento, error mío, agrega esto, esto hará que sea color gris la letra, pero puedes modificarlo, acá recién te lo modifiqué de acuerdo al color del footer de tu foro.

Código:

#pun-foot #fter {
    color: rgba(108, 108, 108, 1);
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 1);
    font-size: 13px;
    text-align: center;
}

CentroHB CentroHB  • Qua 7 maio 2014 - 15:10

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 15:10

Não resultou em nada.
E quando eu salvo da o mesmo erro.

Hatz Hatz  • Qua 7 maio 2014 - 15:12

CentroHB CentroHB  • Qua 7 maio 2014 - 15:15

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 15:15

Não da para consertar ?
Se não der, melhor fechar o tópico.

Hatz Hatz  • Qua 7 maio 2014 - 15:20

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum Qua 7 maio 2014 - 15:20

¿Cómo voy a saber yo?

Si no supo cómo poner un código CSS?

De seguro se copio y no lo copió por completo, por ejemplo, no copió una de las llaves:
{ }

De seguro es eso, por favor, páseme su CSS, TODO su CSS en balizas code, cómo lo voy a ayudar si no aporta para que lo ayuden...

Conteúdo patrocinado  • 

Como adicionar isso no meu fórum Empty Re: Como adicionar isso no meu fórum

Permissões neste sub-fórum
Não podes responder a tópicos