Boas-vindas ao Power Pixel

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

FrOsTyXi FrOsTyXi  • Sáb 10 Jan 2015 - 13:05

Mensagem De Erro Estilo IPB para Punbb Empty Mensagem De Erro Estilo IPB para Punbb Sáb 10 Jan 2015 - 13:05

[quadrado=Minha questão]
Olá amigos!

Eu queria saber se era possível fazer este trabalho para Punbb ?

[url=][Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Eu adoro o estilo e gostaria de implment isso no meu fórum , se possível.

Muito obrigado e cumprimentos !
FrOsTyXi



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

Versão:
PunBB[/quadrado]

waghcwb waghcwb  • Sáb 10 Jan 2015 - 15:07

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Sáb 10 Jan 2015 - 15:07

Esse código já está adaptado para PunBB amigo. ("Funcionalidade: PunBB/PhpBB2");

Qual o erro que você está tendo?

FrOsTyXi FrOsTyXi  • Sáb 10 Jan 2015 - 15:29

waghcwb waghcwb  • Sáb 10 Jan 2015 - 16:17

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Sáb 10 Jan 2015 - 16:17

Can you send me your original message_body template? I'll make the changes to you

FrOsTyXi FrOsTyXi  • Sáb 10 Jan 2015 - 16:58

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Sáb 10 Jan 2015 - 16:58

Hello Yes sure not a problem!


Código:
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
   <ul>
         <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
         <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
   <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
   <div class="main-head">
      <h1 class="page-title">{MESSAGE_TITLE}</h1>
   </div>
   <div class="main-content message">
      <p class="message">{MESSAGE_TEXT}</p>
   </div>
</div>

message_body Template

Thank you kindly for the help!

regards
FrOsTyXi

waghcwb waghcwb  • Seg 12 Jan 2015 - 8:11

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Seg 12 Jan 2015 - 8:11

This is just a draft, so we can test some things...

Change your template for this

Código:
<style type="text/css">
.page-title {
   font:300 26px/1.3 Helvetica,Arial,sans-serif;
   color:#323232
}

.message {
   padding: .5em;
   background: #ebf0f3;
}

.main-box {
   border: #dbe4ef 1px solid;
   padding: .3em;
   background: #fff;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
   <ul>
         <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
         <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
   <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
   <div class="main-head">
      <h1 class="page-title">You don't have permission for this</h1>
   </div>
   <div class="main-content message">
      <div class="main-box">
         <p class="message">{MESSAGE_TEXT}</p>
         <p>
            Need help?
            <ul>
               <li>
                  <a href="#">the links you want here...</a>
               </li>
               <li>
                  <a href="#">another link...</a>
               </li>
            </ul>
         </p>
      </div>
   </div>
</div>

FrOsTyXi FrOsTyXi  • Seg 12 Jan 2015 - 9:31

waghcwb waghcwb  • Seg 12 Jan 2015 - 10:10

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Seg 12 Jan 2015 - 10:10

Update:

Código:
<style type="text/css">
.the-title {
  font:300 26px/1.3 Helvetica,Arial,sans-serif;
  color:#323232
}

.main-message {
  padding: .5em;
  background: #ebf0f3;
}

.main-box {
  border: #dbe4ef 1px solid;
  padding: .3em;
  background: #fff;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
  <div class="main-head-ipb">
      <h1 class="the-title">You don't have permission for this</h1>
  </div>
  <div class="main-message">
      <div class="main-box">
        <p class="message">{MESSAGE_TEXT}</p>
        <p>
            Need help?
            <ul>
              <li>
                  <a href="#">the links you want here...</a>
              </li>
              <li>
                  <a href="#">another link...</a>
              </li>
            </ul>
        </p>
      </div>
  </div>
</div>

Can you maintain the code active? I need to test some things...

FrOsTyXi FrOsTyXi  • Seg 12 Jan 2015 - 10:33

waghcwb waghcwb  • Ter 13 Jan 2015 - 14:18

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Ter 13 Jan 2015 - 14:18

Next update
Código:
<style type="text/css">
.the-title {
  font:300 26px/1.3 Helvetica,Arial,sans-serif;
  color:#323232
}

.main-message {
  padding: .5em;
  background: #ebf0f3;
}

.main-box {
  border: #dbe4ef 1px solid;
  padding: .3em;
  background: #ebf0f3;
}

.message hr {
  border: 0;
  height: 1px;
  background: #ececec;
  margin : 1em 0;
}

p.message {
  background: #fff!important;
  border-radius: 0!important;
  border: #dbe4ef 1px solid!important;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
  <div class="main-head-ipb">
      <h1 class="the-title">You don't have permission for this</h1>
  </div>
  <div class="main-message">
      <div class="main-box">
        <p class="message">
            <h4>{MESSAGE_TEXT}</h4>
            <hr>
            Need help?
            <ul>
              <li>
                  <a href="#">the links you want here...</a>
              </li>
              <li>
                  <a href="#">another link...</a>
              </li>
            </ul>
        </p>
      </div>
  </div>
</div>

We're almost done :]

FrOsTyXi FrOsTyXi  • Ter 13 Jan 2015 - 15:06

waghcwb waghcwb  • Qua 14 Jan 2015 - 11:04

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Qua 14 Jan 2015 - 11:04

I have made an error, sorry.

Update:
Código:
<style type="text/css">
.the-title {
  font:300 26px/1.3 Helvetica,Arial,sans-serif;
  color:#323232
}

.main-message {
  padding: .5em;
  background: #ebf0f3;
}

.main-box {
  border: #dbe4ef 1px solid;
  padding: .3em;
  background: #ebf0f3;
}

.message hr {
  border: 0;
  height: 1px;
  background: #ececec;
  margin : 1em 0;
}

p.message {
  background: #fff!important;
  border-radius: 0!important;
  border: #dbe4ef 1px solid!important;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
  <div class="main-head-ipb">
      <h1 class="the-title">You don't have permission for this</h1>
  </div>
  <div class="main-message">
      <div class="main-box">
        <div class="message">
            <h4>{MESSAGE_TEXT}</h4>
            <hr>
            Need help?
            <ul>
              <li>
                  <a href="#">the links you want here...</a>
              </li>
              <li>
                  <a href="#">another link...</a>
              </li>
            </ul>
        </div>
      </div>
  </div>
</div>

FrOsTyXi FrOsTyXi  • Qua 14 Jan 2015 - 11:30

waghcwb waghcwb  • Qua 14 Jan 2015 - 12:10

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Qua 14 Jan 2015 - 12:10

New update

Código:
<style type="text/css">
.the-title {
  font:300 26px/1.3 Helvetica,Arial,sans-serif;
  color:#323232
}

.main {
  background: #fff;
  padding: 1em;
}

.main-head-ipb {
  margin-bottom: 1em;
}

.main-message {
  padding: .5em;
  background: #ebf0f3;
}

.main-box {
  padding: 1em;
  background: #ebf0f3;
}

.message hr {
  border: 0;
  height: 1px;
  background: #ececec;
  margin : 1em 0;
}

.message {
  background: #fff!important;
  border-radius: 0!important;
  border: #dbe4ef 1px solid!important;
  overflow: hidden;
}

.main-message-title {
  font-size: 1.3em;
  font-weight: normal;
}

.main-box ul {
  width: 100%;
}

.main-box li {
  float: none;
  text-align: left;
  list-style: disc;
  margin-left: 2em;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
  <div class="main-head-ipb">
      <h1 class="the-title">You don't have permission for this</h1>
  </div>
  <div class="main-message">
      <div class="main-box">
        <div class="message">
            <h4 class="main-message-title">{MESSAGE_TEXT}</h4>
            <hr>
            <span style="margin:1em 0;font-size:1.1em;">Need help?</span>
            <ul>
              <li>
                  <a href="#">the links you want here...</a>
              </li>
              <li>
                  <a href="#">another link...</a>
              </li>
            </ul>
        </div>
      </div>
  </div>
</div>

And we're almost finished

FrOsTyXi FrOsTyXi  • Qua 14 Jan 2015 - 12:23

waghcwb waghcwb  • Qua 14 Jan 2015 - 12:27

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Qua 14 Jan 2015 - 12:27

The last update:
Código:
<style type="text/css">
.the-title {
  font:300 26px/1.3 Helvetica,Arial,sans-serif;
  color:#323232
}

.main {
  background: #fff;
  padding: 1em;
}

.main-head-ipb {
  margin-bottom: 1em;
}

.main-message {
  padding: .5em;
  background: #ebf0f3;
}

.main-box {
  padding: 1em;
  background: #ebf0f3;
}

.message hr {
  border: 0;
  height: 1px;
  background: #ececec;
  margin : 1em 0;
  padding: 1em;
}

.message {
  background: #fff!important;
  border-radius: 0!important;
  border: #dbe4ef 1px solid!important;
  overflow: hidden;
}

.main-message-title {
  font-size: 1.3em;
  font-weight: normal;
}

.main-box ul {
  width: 100%;
}

.main-box li {
  float: none;
  text-align: left;
  list-style: disc;
  margin-left: 2em;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
  <div class="main-head-ipb">
      <h1 class="the-title">You don't have permission for this</h1>
  </div>
  <div class="main-message">
      <div class="main-box">
        <div class="message">
            <h4 class="main-message-title">{MESSAGE_TEXT}</h4>
            <hr>
            <span style="margin:1em 0;font-size:1.1em;">Need help?</span>
            <ul>
              <li>
                  <a href="#">the links you want here...</a>
              </li>
              <li>
                  <a href="#">another link...</a>
              </li>
            </ul>
        </div>
      </div>
  </div>
</div>

And we're done cheers

FrOsTyXi FrOsTyXi  • Qua 14 Jan 2015 - 12:46

waghcwb waghcwb  • Qua 14 Jan 2015 - 13:25

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Qua 14 Jan 2015 - 13:25

Sorry, another error x.x

Código:
<style type="text/css">
.the-title {
  font:300 26px/1.3 Helvetica,Arial,sans-serif;
  color:#323232
}

.main {
  background: #fff;
  padding: 1em;
}

.main-head-ipb {
  margin-bottom: 1em;
}

.main-message {
  padding: .5em;
  background: #ebf0f3;
}

.main-box {
  padding: 1em;
  background: #ebf0f3;
}

.message hr {
  border: 0;
  height: 1px;
  background: #ececec;
  margin : 1em 0;
}

.message {
  background: #fff!important;
  border-radius: 0!important;
  border: #dbe4ef 1px solid!important;
  overflow: hidden;
  padding: 1em;
}

.main-message-title {
  font-size: 1.3em;
  font-weight: normal;
}

.main-box ul {
  width: 100%;
}

.main-box li {
  float: none;
  text-align: left;
  list-style: disc;
  margin-left: 2em;
}
</style>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main">
  <div class="main-head-ipb">
      <h1 class="the-title">You don't have permission for this</h1>
  </div>
  <div class="main-message">
      <div class="main-box">
        <div class="message">
            <h4 class="main-message-title">{MESSAGE_TEXT}</h4>
            <hr>
            <span style="margin:1em 0;font-size:1.1em;">Need help?</span>
            <ul>
              <li>
                  <a href="#">the links you want here...</a>
              </li>
              <li>
                  <a href="#">another link...</a>
              </li>
            </ul>
        </div>
      </div>
  </div>
</div>

Result:

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

FrOsTyXi FrOsTyXi  • Qua 14 Jan 2015 - 13:47

waghcwb waghcwb  • Qua 14 Jan 2015 - 14:13

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb Qua 14 Jan 2015 - 14:13

[sucesso=Tópico Resolvido; e Bloqueado][/sucesso]

Conteúdo patrocinado  • 

Mensagem De Erro Estilo IPB para Punbb Empty Re: Mensagem De Erro Estilo IPB para Punbb

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