JScript

Programação & Desenvolvimento


Você não está conectado. Conecte-se ou registre-se

Membro mais novo IPB

Ir à página : 1, 2  Seguinte

Ir para baixo  Mensagem [Página 1 de 2]

1Membro mais novo IPB Empty Membro mais novo IPB Sáb 24 Ago 2013, 5:11 pm

Convidado

avatar
Convidado

Eu estive adaptando um código postado em outro fórum por JScript que não irei citar, onde não obtive resultado.
Código:
<div id="pun-info" class="main">
        <div class="category_block block_wrap" id="category_9999" style="height: 300px;">
            <h3 class="maintitle">
                <a title="Apresentando o membro mais novo!" href="javascript:void(0);">Membro mais novo</a>
            </h3>
            <div class="ipsBox table_wrap">
                <div class="ipsBox_container">
                    <table summary="Perfil do membro mais novo!" class="ipb_table">
                        <tbody>
                            <!-- / CAT HEADER -->
                            <tr class="">
                                <td class="col_c" id="recent_member">
                                    <!--/ Code here! -->
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
                <script type='text/javascript'>
                    //<![CDATA[
                    $.noConflict();
                    jQuery(document).ready(function($){
                        var member = $('#board_stats strong a').find('{FORUMLASTUSERLINK}').attr('href');
                        $('.ipsBox_container #recent_member').load(member + ' #profile_background .ipsVerticalTabbed', function() {
                            var prof = $('.ipsBox_container #recent_member #profile_content_main');
                            var recmb = $('.ipsBox_container #recent_member {FORUMLASTUSERLINK}');
                            recmb.find('ul.clear').hide();
                            var panes = recmb.find('#profile_panes_wrap');
                            panes.hide();
                            prof.find('#user_status_cell').hide();
                            prof.find('#user_utility_links').css('float', 'right');
                            recmb.find('#profile_photo').css({ 'max-height' : '138px', 'max-width' : '138px' });
                            recmb.find('.ipsVerticalTabbed_content').css({ 'min-height' : '100px', 'max-height' : '238px' });
                            recmb.find('div.warn_panel').remove();
                            if ($('span#ban_user #ban_user .ban_user').length) {
                                $('#profile_tabs').append('<p style="text-align: center;"><strong>O membro foi banido por não respeitar as perguntas do cadastro, não fazendo portanto parte de nossa comunidade!</strong></p>');
                                prof.find('#friend_toggle').remove();
                            } else {
                                $('#profile_tabs').append('<p style="text-align: center;"><strong>Seja bem vindo!</strong></p>');
                            }
                            var inter = .find('li:contains("Humor") div.row_data').text();
                            var magic = .find('li:contains("Cadastrado") div.row_data').text();
                            prof.append(
                                '<br><div class="general_box clearfix" style="margin-top: 15px; margin-bottom: 5px;"><h3 style="padding: 2px;"></h3></div>',
                                '<p><strong>Humor: </strong>' + inter + '</p><p><strong> Cadastrado em: </strong>' + magic + '</p>'
                            );
                            /*$('#category_9999').show('slow');*/
                        });
                    });
                    //]]>
                </script>
            </div>
            <br>
        </div>
Uso o perfil IPB, o mais atualizado, a baixo estará o print do erro.
Membro mais novo IPB BwJ0PUz
Link do fórum em que utilizo o código: http://themesbangbang.forumeiros.com/

2Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 5:22 pm

JScript

JScript
Administradores
Administradores

Mas isso é porque este código que postou é para a plataforma IPBoard, não Forumeiros com skin IPB, entende?

Para a plataforma Forumeiros com skins IPB, o código é: http://jscript.forumeiros.com/t187-membro-mais-novo

So long,

JS



Última edição por JScript em Sáb 24 Ago 2013, 5:39 pm, editado 1 vez(es)

http://autoitbrasil.com

3Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 5:39 pm

Convidado

avatar
Convidado

Mesmo colocando nos dois templates este código não obtive resultados,
Até mais!

4Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 5:44 pm

JScript

JScript
Administradores
Administradores

BαηgBαηg escreveu:Mesmo colocando nos dois templates este código não obtive resultados,
Até mais!
Que história é essa de "dois templates"??? Eu não falie em dois, apenas no index_box!!!

Se você postar o nome de seu fórum te garanto que fica 100% mais fácil de lhe ajudar, mas pelo que percebo em vários fóruns é que muitos não gostam de postar o nome do próprio fórum, não sei que bobagem é essa!

JS



Última edição por JScript em Sáb 24 Ago 2013, 5:54 pm, editado 1 vez(es)

http://autoitbrasil.com

5Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 5:51 pm

Convidado

avatar
Convidado

O nome do fórum é Themes BangBang, um fórum para criação de temas, e, o site é http://themesbangbang.forumeiros.com/

6Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 5:56 pm

JScript

JScript
Administradores
Administradores

Acabei de tornar o código mais compatível, experimente a nova edição: http://jscript.forumeiros.com/t187-membro-mais-novo

JS

http://autoitbrasil.com

7Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 6:28 pm

Convidado

avatar
Convidado

Amigo,
veja você mesmo:
http://themesbangbang.forumeiros.com/
Não obtive nenhum resultado.

8Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 6:50 pm

JScript

JScript
Administradores
Administradores

Sim, estive observando que a estrutura do seu template está totalmente alterada e errada! Meu código baseia-se no template padrão, podendo ter modificações sim, mas não da forma que fez no seu!

Se publicar seu template eu posso lhe ajudar,

Veja em um template padrão, usando o perfil IBPoard claro!
link: https://i.imgur.com/bXL7iX8.png

JS

http://autoitbrasil.com

9Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 7:01 pm

Convidado

avatar
Convidado

https://i.imgur.com/0IMqfVJ.png TODOS templates estão publicados.

10Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 7:06 pm

JScript

JScript
Administradores
Administradores

Amigo o "publicar" que me referi foi você postá-lo aqui pra eu poder analisar!!!

JS

http://autoitbrasil.com

11Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 7:19 pm

Convidado

avatar
Convidado

Index_box:
Código:
<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div id="category_1" class="category_block block_wrap"><div class="main" id="main">
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
      <div id="category_1" class="category_block block_wrap">
                  <h3 class="maintitle">{catrow.tablehead.L_FORUM}</h3>
      </div>
      <div class="ipsBox table_wrap removeDefault"><div class="ipsBox_container">
         <table class="ipb_table" summary="Forums">
            <thead>
               <tr class="header hide" style="display: block;">
                                                <th scope="col" class="col_c_icon">&nbsp;</th>
                  <th scope="col" class="col_c_forum">{L_FORUM}</th>
                  <th scope="col" class="col_c_stats stats">Status</th>
                  <th scope="col" class="col_c_post">{L_LASTPOST}</th>
               </tr>
            </thead>
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr class="notnew">
                  
                     <td class="col_c_icon"><span class="status" style="margin-right: -1; margin-left: 10;">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="http://i.imgur.com/mkBhC8S.png" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                                                          </span></td>
                                                  <td class="col_c_forum"><h4 class="forum_name"><strong class="highlight_unread"><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle"><a class="toggle right" href="{catrow.forumrow.U_VIEWFORUM}" style="display: block;" title="{catrow.forumrow.FORUM_NAME}">{catrow.forumrow.FORUM_NAME}</a></a></h{catrow.forumrow.LEVEL}> </strong> </h4>
                     <br />
                                                    <p class="desc forum_desc">{catrow.forumrow.FORUM_DESC}</p></td>
                     <!-- BEGIN switch_moderators_links -->
                                                  <br />
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  
                                          <center><td class="col_c_stats ipsType_small"><ul>{catrow.forumrow.TOPICS} tópico(s)<br /> {catrow.forumrow.POSTS} post(s)</ul></td></center>
                  <td class="tcr">
                     <td class="col_c_post"><span>
                     <!-- BEGIN switch_topic_title -->
                     <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                     <!-- END switch_topic_title -->
                     {catrow.forumrow.USER_LAST_POST}
                     </span></td>
                  </td>
               
   <!-- END forumrow -->

   <!-- BEGIN tablefoot -->
            </tbody>
                          </table>
                  </div></div>
   <!-- END tablefoot -->
<!-- END catrow -->
                  <div class="category_block block_wrap" id="category_9999" style="height: 300px;"><div class="main-head">
    <div class="page-title">
        <h2>Membro mais novo</h2>
                    </div>
</div></div>
<div class="main-content">
    <table cellspacing="0" class="table">
        <tbody class="statused">
            <!-- / CAT HEADER -->
            <tr class="">
                <td class="col_c" id="recent_member" style="height: 171px;">
                    <!--/ Code here! -->
                </td>
            </tr>           
        </tbody>
    </table>
</div>
<div class="main-content">
    <table cellspacing="0" class="table">
        <tbody class="statused">
            <!-- / CAT HEADER -->
            <tr class="">
                <td class="col_c" id="recent_member" style="height: 171px;">
                    <!--/ Code here! -->
                </td>
            </tr>           
        </tbody>
    </table>
</div>
  </div></div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
<script type="text/javascript">
    //<![CDATA[
    /***
    * Shows the newest member!
    * Only one request per session to read member profile to get info!
    * Only show the element if is visible in browser window (view port)!!!
    * Made and Optimizations by JScript - 2013/07/12
    */   
    /* Fire event for 'scroll' to show the newest Member... */
    jQuery(window).on('scroll.newestMember', newestMember(document.getElementById("recent_member")));

    /* Function to check if an element is visible in view port */
    function isInViewPort(elem) {
        var rect = elem.getBoundingClientRect();

        return (
        rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && /*or $(window).height() */
        rect.right <= (window.innerWidth || document.documentElement.clientWidth) /*or $(window).width() */ );
    }
    /* Start function to show the newest Member... */
    function newestMember(elem) {
        return function() {
            /* Chech if the element is visible in view port! */
            if (isInViewPort(elem)) {
                /* If visible, stop event!!! */
                jQuery(window).off('scroll.newestMember');
               
                if ($("#statistics").length) {
                    var UserURL = $('#statistics').find('li.lastUser strong a').attr('href');
                } else {
                    var UserURL = $('#stats p:eq(2) a').attr('href');
                }
                var recmb = $('#recent_member');
                /*
                var storeData = sessionStorage.getItem('recent_member');
                if (storeData) {
                    $('#recent_member').html(storeData);
                    return false
                }*/
                recmb.load(UserURL + ' #profile_background .ipsVerticalTabbed', function() {
                    var prof = $('#recent_member #profile_content_main');
                    recmb.find('ul.clear2').hide();
                    var panes = recmb.find('#profile_panes_wrap');
                    panes.hide();
                    prof.css('margin-bottom', '0');
                    prof.find('#user_status_cell').hide();
                    prof.find('#user_utility_links').css('float', 'right');
                    recmb.find('#profile_photo').css({ 'max-height' : '138px', 'max-width' : '138px' });
                    recmb.find('.ipsVerticalTabbed_content').css({ 'min-height' : '100px', 'max-height' : '238px' });
                    recmb.find('div.warn_panel').remove();
                    $('#profile_tabs').append('<p style="text-align: center;"><strong>Seja bem vindo!</strong></p>');
                    /*sets default user image*/
                    var $Sel = $('#profile_tabs').find('p.short.photo_holder');
                    if($.trim($Sel.find('img').attr('src')) =='') {
                        $Sel.append('<img alt="- foto" src="http://2img.net/i/fa/invision/pp-blank-thumb.png" id="profile_photo" class="ipsUserPhoto">');
                        $('#photo_popup_inner #ips_currentPhoto').append('<img alt="- foto" src="http://2img.net/i/fa/invision/pp-blank-thumb.png" id="profile_photo" class="ipsUserPhoto">');
                    } else {
                        $Sel.find('img').attr('id','profile_photo').addClass('ipsUserPhoto');
                    }
                    /*sets joined in*/
                    $('#user_info_cell').find('span.joined_in').html($('#field_id-4').find('div.field_uneditable').text()); /*id-4 => "Data de inscrição"*/ 
                    /*sets state*/
                    if($.trim($('#user_status').text()) == 'conectado') {
                        $('#user_info_cell #user_connected').html('online').addClass('ipsBadge_green').removeClass('ipsBadge_lightgrey');
                    } else {
                        $('#user_info_cell #user_connected').html('offline').addClass('ipsBadge_lightgrey').removeClass('ipsBadge_green');
                    };
                    var inter = $.trim(panes.find('li.clear2 clearfix span.row_data').text());
                    var magic = $.trim(panes.find('#field_id-7 div.left-box details').text());
                    if (inter == '-'){inter = "Sem informações";}
                    if (magic == '-'){magic = "Sem informações";}
                    prof.append(
                        '<br><div class="general_box clearfix" style="margin-top: 25px; margin-bottom: 5px;"><h3 style="padding: 2px;"></h3></div>',
                        '<p><strong>Última visita: </strong>' + inter + '</p><p><strong>Gênero: </strong>' + magic + '</p>'
                    );
                    /*sessionStorage.setItem('recent_member', $('#recent_member').html());*/
                });
            }
        }
    } 
    //]]>
</script>
Aí está o template.

12Membro mais novo IPB Empty Re: Membro mais novo IPB Sáb 24 Ago 2013, 7:34 pm

JScript

JScript
Administradores
Administradores

Eu preferi não alterar nada na estrutura dele e apenas coloquei o html necessário pra funcionar, teste:
Código:

    <div class="pun-crumbs">
      <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
    </div>
    <div id="category_1" class="category_block block_wrap"><div class="main" id="main">
    <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
          <div id="category_1" class="category_block block_wrap">
                      <h3 class="maintitle">{catrow.tablehead.L_FORUM}</h3>
          </div>
          <div class="ipsBox table_wrap removeDefault"><div class="ipsBox_container">
            <table class="ipb_table" summary="Forums">
                <thead>
                  <tr class="header hide" style="display: block;">
                                                    <th scope="col" class="col_c_icon">&nbsp;</th>
                      <th scope="col" class="col_c_forum">{L_FORUM}</th>
                      <th scope="col" class="col_c_stats stats">Status</th>
                      <th scope="col" class="col_c_post">{L_LASTPOST}</th>
                  </tr>
                </thead>
                <tbody class="statused">
      <!-- END tablehead -->

      <!-- BEGIN forumrow -->
                  <tr class="notnew">
                   
                        <td class="col_c_icon"><span class="status" style="margin-right: -1; margin-left: 10;">
                            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="http://i.imgur.com/mkBhC8S.png" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                                                              </span></td>
                                                      <td class="col_c_forum"><h4 class="forum_name"><strong class="highlight_unread"><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle"><a class="toggle right" href="{catrow.forumrow.U_VIEWFORUM}" style="display: block;" title="{catrow.forumrow.FORUM_NAME}">{catrow.forumrow.FORUM_NAME}</a></a></h{catrow.forumrow.LEVEL}> </strong> </h4>
                        <br />
                                                        <p class="desc forum_desc">{catrow.forumrow.FORUM_DESC}</p></td>
                        <!-- BEGIN switch_moderators_links -->
                                                      <br />
                        <!-- END switch_moderators_links -->
                        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                        <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                   
                                              <center><td class="col_c_stats ipsType_small"><ul>{catrow.forumrow.TOPICS} tópico(s)<br /> {catrow.forumrow.POSTS} post(s)</ul></td></center>
                      <td class="tcr">
                        <td class="col_c_post"><span>
                        <!-- BEGIN switch_topic_title -->
                        <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                        <!-- END switch_topic_title -->
                        {catrow.forumrow.USER_LAST_POST}
                        </span></td>
                      </td>
                 
      <!-- END forumrow -->

      <!-- BEGIN tablefoot -->
                </tbody>
                              </table>
                      </div></div>
      <!-- END tablefoot -->
    <!-- END catrow -->
      </div></div>

<div class="main">
    <div class="main-head">
        <div class="page-title">
            <h2>Membro mais novo</h2>
        </div>
    </div>
    <div class="main-content">
        <table cellspacing="0" class="table">
            <tbody class="statused">
                <!-- / CAT HEADER -->
                <tr class="">
                    <td class="col_c" id="recent_member" style="height: 171px;">
                        <!--/ Code here! -->
                    </td>
                </tr>           
            </tbody>
        </table>
    </div>
</div>

    <!-- BEGIN switch_on_index -->
    <div class="main-box clearfix">
      <ul>
          <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
          <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
          <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
      </ul>
      <!-- BEGIN switch_delete_cookies -->
      <p class="right">
          <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
      </p>
      <!-- END switch_delete_cookies -->
    </div>
    <!-- END switch_on_index -->
    <script type="text/javascript">
        //<![CDATA[
        /***
        * Shows the newest member!
        * Only one request per session to read member profile to get info!
        * Only show the element if is visible in browser window (view port)!!!
        * Made and Optimizations by JScript - 2013/07/12
        */   
        /* Fire event for 'scroll' to show the newest Member... */
        jQuery(window).on('scroll.newestMember', newestMember(document.getElementById("recent_member")));

        /* Function to check if an element is visible in view port */
        function isInViewPort(elem) {
            var rect = elem.getBoundingClientRect();

            return (
            rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && /*or $(window).height() */
            rect.right <= (window.innerWidth || document.documentElement.clientWidth) /*or $(window).width() */ );
        }
        /* Start function to show the newest Member... */
        function newestMember(elem) {
            return function() {
                /* Chech if the element is visible in view port! */
                if (isInViewPort(elem)) {
                    /* If visible, stop event!!! */
                    jQuery(window).off('scroll.newestMember');
                 
                    if ($("#statistics").length) {
                        var UserURL = $('#statistics').find('li.lastUser strong a').attr('href');
                    } else {
                        var UserURL = $('#stats p:eq(2) a').attr('href');
                    }
                    var recmb = $('#recent_member');
                    /*
                    var storeData = sessionStorage.getItem('recent_member');
                    if (storeData) {
                        $('#recent_member').html(storeData);
                        return false
                    }*/
                    recmb.load(UserURL + ' #profile_background .ipsVerticalTabbed', function() {
                        var prof = $('#recent_member #profile_content_main');
                        recmb.find('ul.clear2').hide();
                        var panes = recmb.find('#profile_panes_wrap');
                        panes.hide();
                        prof.css('margin-bottom', '0');
                        prof.find('#user_status_cell').hide();
                        prof.find('#user_utility_links').css('float', 'right');
                        recmb.find('#profile_photo').css({ 'max-height' : '138px', 'max-width' : '138px' });
                        recmb.find('.ipsVerticalTabbed_content').css({ 'min-height' : '100px', 'max-height' : '238px' });
                        recmb.find('div.warn_panel').remove();
                        $('#profile_tabs').append('<p style="text-align: center;"><strong>Seja bem vindo!</strong></p>');
                        /*sets default user image*/
                        var $Sel = $('#profile_tabs').find('p.short.photo_holder');
                        if($.trim($Sel.find('img').attr('src')) =='') {
                            $Sel.append('<img alt="- foto" src="http://2img.net/i/fa/invision/pp-blank-thumb.png" id="profile_photo" class="ipsUserPhoto">');
                            $('#photo_popup_inner #ips_currentPhoto').append('<img alt="- foto" src="http://2img.net/i/fa/invision/pp-blank-thumb.png" id="profile_photo" class="ipsUserPhoto">');
                        } else {
                            $Sel.find('img').attr('id','profile_photo').addClass('ipsUserPhoto');
                        }
                        /*sets joined in*/
                        $('#user_info_cell').find('span.joined_in').html($('#field_id-4').find('div.field_uneditable').text()); /*id-4 => "Data de inscrição"*/ 
                        /*sets state*/
                        if($.trim($('#user_status').text()) == 'conectado') {
                            $('#user_info_cell #user_connected').html('online').addClass('ipsBadge_green').removeClass('ipsBadge_lightgrey');
                        } else {
                            $('#user_info_cell #user_connected').html('offline').addClass('ipsBadge_lightgrey').removeClass('ipsBadge_green');
                        };
                        var inter = $.trim(panes.find('li.clear2 clearfix span.row_data').text());
                        var magic = $.trim(panes.find('#field_id-7 div.left-box details').text());
                        if (inter == '-'){inter = "Sem informações";}
                        if (magic == '-'){magic = "Sem informações";}
                        prof.append(
                            '<br><div class="general_box clearfix" style="margin-top: 25px; margin-bottom: 5px;"><h3 style="padding: 2px;"></h3></div>',
                            '<p><strong>Última visita: </strong>' + inter + '</p><p><strong>Gênero: </strong>' + magic + '</p>'
                        );
                        /*sessionStorage.setItem('recent_member', $('#recent_member').html());*/
                    });
                }
            }
        } 
        //]]>
    </script>
JS

http://autoitbrasil.com

13Membro mais novo IPB Empty Re: Membro mais novo IPB Dom 25 Ago 2013, 3:31 pm

Convidado

avatar
Convidado

Coloquei, mas o espaço do membro do mês fica em BRANCO :/

14Membro mais novo IPB Empty Re: Membro mais novo IPB Dom 25 Ago 2013, 4:31 pm

JScript

JScript
Administradores
Administradores

Simples: O código JavaScript não está sendo executado devido a erros na página, corrija-os primeiro!
Código:

SyntaxError: syntax error
[Parar neste erro]    

...pe="text/html" style="border: 0px;" />')});function msg(){document.getElementByI...

12256.js (linha 1, col 60)
   
SyntaxError: syntax error
[Parar neste erro]    

...ileUserURL+' .module:eq(0) img:eq(0)')})});jQuery(document).ready(function(){jQu...

14318.js (linha 1, col 60)
   
SyntaxError: syntax error
[Parar neste erro]    

...ser does not support IFRAMEs</iframe>');});function anno(){jQuery('iframe#iframe...

themes...ros.com (linha 10, col 60)
   
"NetworkError: 404 Not Found - http://lifegames.in/forum/public/style_css/css_49/Badges.css?ipbv=8a92fda4c7937f791d345f8ee77e7b52"
Badges...77e7b52
"NetworkError: 404 Not Found - http://lifegames.in/forum/public/style_css/css_49/ipb_common.css?ipbv=8a92fda4c7937f791d345f8ee77e7b52"
ipb_co...77e7b52
"NetworkError: 404 Not Found - http://lifegames.in/forum/public/style_css/css_49/ipb_styles.css?ipbv=8a92fda4c7937f791d345f8ee77e7b52"
ipb_st...77e7b52
"NetworkError: 404 Not Found - http://lifegames.in/forum/public/style_css/css_49/ipshoutbox.css?ipbv=8a92fda4c7937f791d345f8ee77e7b52"
ipshou...77e7b52
"NetworkError: 404 Not Found - http://lifegames.in/forum/public/style_css/css_49/ipb_ckeditor.css?ipbv=8a92fda4c7937f791d345f8ee77e7b52"
ipb_ck...77e7b52
TypeError: $(...).attr(...) is undefined
[Parar neste erro]    

...ngs('h2.topic-title').html()+'</b>');$('#popupnew').fadeIn('slow');$('body').pre...

19841.js (linha 1)
SyntaxError: illegal character
[Parar neste erro]    

document.getElementById(‘#chatbox #frame_chatbox #iframe_shoutbox table td th sc...

h4-chatbox-test (linha 813, col 24)
   
SyntaxError: syntax error
[Parar neste erro]    

});

h4-chatbox-test (linha 819)
SyntaxError: syntax error
[Parar neste erro]    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//E

h4-chatbox-test (linha 656)
SyntaxError: syntax error
Outro detalhe: Eu não programei o código para ler o novo usuário através desta sua alteração:
Código:

<li id="lastUser">O último usuário registrado atende pelo nome de <strong><a href="/u2">Premotheus</a></strong></li>
Complementando, aqui está o teste que fiz no seu fórum tendo por base o ID lastUser que você colocou:
Membro mais novo IPB X34nA48

JS

http://autoitbrasil.com

15Membro mais novo IPB Empty Re: Membro mais novo IPB Dom 25 Ago 2013, 8:01 pm

Convidado

avatar
Convidado

Poderia registrar-se e me auxiliar a remover esses erros da página?

16Membro mais novo IPB Empty Re: Membro mais novo IPB Seg 26 Ago 2013, 3:20 pm

JScript

JScript
Administradores
Administradores

Vamos tentar resolver sem eu me cadastrar...

Não sei que mudanças você está fazendo no ShoutBox, mas está confundindo ' com ´ e isso é a principal razão dos erros!
Procure por:
Código:

document.getElementById(‘#chatbox #frame_chatbox #iframe_shoutbox table td th scroll tr’).find('.msg').innerHTML = ‘[table style="display: block; float: top; position: top; text-align: top;"][/table]’;
E substitua ´ por ', continuaremos em seguida,

JS

http://autoitbrasil.com

17Membro mais novo IPB Empty Re: Membro mais novo IPB Seg 26 Ago 2013, 3:35 pm

Convidado

avatar
Convidado

Já fiz estas alterações! Já podemos prosseguir,
Até mais!

18Membro mais novo IPB Empty Re: Membro mais novo IPB Seg 26 Ago 2013, 3:46 pm

JScript

JScript
Administradores
Administradores

Remova todas as dependências que fazem referência ao site lifegames:
O script 14318.js contém o seguinte erro: Sintaxe Error!
O script 19841.js contém o seguinte erro: TypeError: $(...).attr(...) is undefined

Em resumo: São erros decorrentes de esquecimentos e/ou confusões com símbolos usados no JavaScript!

JS


http://autoitbrasil.com

19Membro mais novo IPB Empty Re: Membro mais novo IPB Seg 26 Ago 2013, 5:23 pm

Convidado

avatar
Convidado

É nessa parte, de scripts do tema, que não sei, me embanano todo!
Até mais!

20Membro mais novo IPB Empty Re: Membro mais novo IPB Seg 26 Ago 2013, 5:56 pm

JScript

JScript
Administradores
Administradores

Então isso não é problema pois estamos aqui para lhe ensinar onde você tiver dúvidas!

Vamos por partes:
Remova todas as dependências que fazem referência ao site lifegames, os dois JavaScripts e o ShoutBox.

Em seguida vamos tratar do assunto do tópico!

O que você não pode é desistir, encare aqui como um verdadeiro mini curso online, onde poderá tirar suas dúvidas e aprender ao mesmo tempo.

JS

http://autoitbrasil.com

21Membro mais novo IPB Empty Re: Membro mais novo IPB Seg 26 Ago 2013, 7:15 pm

Convidado

avatar
Convidado

Agora que fiz esses passos, vamos a diante!
Até mais!

22Membro mais novo IPB Empty Re: Membro mais novo IPB Ter 27 Ago 2013, 9:12 am

JScript

JScript
Administradores
Administradores

Seu fórum ainda contém os seguintes erros:
Membro mais novo IPB E6cAxI2

Corrija-os para prosseguirmos,

JS

http://autoitbrasil.com

23Membro mais novo IPB Empty Re: Membro mais novo IPB Ter 27 Ago 2013, 4:49 pm

Convidado

avatar
Convidado

Os dois últimos erros que NÃO consigo resolver, pois não consigo encontrá-los..

24Membro mais novo IPB Empty Re: Membro mais novo IPB Ter 27 Ago 2013, 5:01 pm

JScript

JScript
Administradores
Administradores

Simples: Remova por completo a página /h4-chatbox-test pois o conteúdo dela está todo errado e a versão do ShoutBox que está nela é considerada obsoleta, no qual não posso dar mais suporte!
Atualize com a versão que estamos utilizando aqui.

JS

http://autoitbrasil.com

25Membro mais novo IPB Empty Re: Membro mais novo IPB Qua 28 Ago 2013, 4:30 pm

Convidado

avatar
Convidado

Eu atualizei só que não obtive resultados...
Código:
<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Chatbox</title>
 <meta content="text/javascript" http-equiv="content-script-type">
 <meta content="text/css" http-equiv="content-style-type">
 <link href="http://illiweb.com/fa/favicon/write.ico" type="image/x-icon" rel="shortcut icon">
        <link type="text/css" href="./Chatbox_files/ShoutBox.css" rel="stylesheet">
 <script type="text/javascript" src="./Chatbox_files/jquery.min.js"></script>
 <script type="text/javascript" src="http://illiweb.com/rs3/54/frm/lang/pt.js"></script>
        <script src="https://googledrive.com/host/0BywKunb3ieyDdVlWcUlScmk2SlE/bbcode-Convert_min.js" type="text/javascript"></script>-->
        <script type="text/javascript" src="./Chatbox_files/lz-string-1.3.0-rc1.js"></script>
        <script type="text/javascript" src="https://dl.dropboxusercontent.com/u/71626398/shoutbox%20-.-/shoutbox.js" charset="ISO-8859-1"></script>
        <link rel="stylesheet" href="https://googledrive.com/host/0BywKunb3ieyDdjQzQW43bUtndnM/office-toolbar.min.css" type="text/css" media="all" />
        <script type="text/javascript" src="https://googledrive.com/host/0BywKunb3ieyDYTRDTVAxX1N2MGM/jquery.sceditor.bbcode.min.js"></script>
        <script type="text/javascript" src="https://googledrive.com/host/0BywKunb3ieyDR2FvbUdPLVczTjQ/pt-BR.js"></script>
 <script type="text/javascript">
 //<![CDATA[
 var params = '?archives=1';
 var smilies_sid = '';
 var url_chat = '/chatbox/index.forum';
            /*
            $(function() {
                $("#editarea").sceditor({
                    plugins: "bbcode",
                    toolbar: "source,removeformat,maximize|font,size,color,emoticon|cut,copy,paste,pastetext|bold,italic,underline,strike,subscript,superscript|code,quote,image,email,link,unlink|left,center,right,justify",
                    fonts: "Arial,Arial Black,Courier New,Sans-serif,Times New Roman,Trebuchet MS",
                    locale: "pt",
                    emoticonsRoot: "https://googledrive.com/host/0BywKunb3ieyDeXo0RF93Z1BXd3M/",
                    resizeEnabled: false,
                    autofocus: true
                });
            });*/
 //]]>
 </script>
 <style type="text/css">
 * {margin: 0;padding: 0;}
 html, body {overflow: hidden;}
 body {padding: 0;margin: 0;background-color: #fbfbfb; font-family: helvetica,arial,sans-serif !important}
 .fontbutton {border:0;}
            #ajax_loading {
                background: -moz-linear-gradient(center top , #95C715 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
                border: 1px solid #7BA60D;
                border-radius: 0 0 5px 5px;
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
                color: #FFFFFF;
                left: 46%;
                padding: 5px 0 8px;
                position: fixed;
                text-align: center;
                top: 0;
                width: 8%;
                z-index: 10000;
            }            
 </style>
 <link type="text/css" rel="stylesheet" charset="UTF-8" href="./Chatbox_files/translateelement.css"></head>
 <body vlink="" text="#333333" link="#225985" bgcolor="#fbfbfb" onload="parent.updateIframeSize('iframe_shoutbox', $('html').height());">
 <div id="ajax_loading" style="display: none;"><img alt="Carregando..." src="./Chatbox_files/ajax_l10.gif"></div>
 <div id="shoutbox-temp-msgs" style="display: none;"></div>
        <div id="shoutbox-temp-imgs" style="display: none;"></div>
 <div id="category_shoutbox" class="category_block block_wrap" style="min-height: 300px; min-width: 720px; width: 100%;">
 <h3 class="maintitle">
 <a title="Fechar/Abrir shoutbox" href="http://themesbangbang.forumeiros.com/h4-#" class="toggle right">Fechar/Abrir shoutbox</a>
 <a title="View Main Shoutbox" href="http://themesbangbang.forumeiros.com/" target="_top">PunBB Chat (v1.0715pr) </a>
 <!--<a title="Open the Shoutbox in a popup" id="shoutbox-popup-button" href="/h3-shoutbox" target="_blank"><img alt="Open the Shoutbox in a popup" src="http://i78.servimg.com/u/f78/18/17/62/92/popup10.png"/></a>-->
                <a title="Open the Shoutbox in a popup" id="shoutbox-popup-button" href="http://themesbangbang.forumeiros.com/h4-#" onclick="return alert('Em fase de desenvolvimento, obrigado!');" target="_top"><img alt="Open the Shoutbox in a popup" src="./Chatbox_files/popup10.png"></a>
 </h3>
 <div role="tablist" class="cke_dialog_tabs" id="cke_dialog_tabs_200">
 <a role="tab" hidefocus="true" tabindex="-1" id="cke_general_207" title="Geral" cke_first="" class="cke_dialog_tab cke_dialog_tab_selected" style="-moz-user-select: none;">
 Geral
 </a>
 <a role="tab" hidefocus="true" tabindex="-1" id="cke_general_208" title="MP Recebida" cke_first="" class="cke_dialog_tab" style="-moz-user-select: none;">
 MP Recebida
 </a>
 <a role="tab" hidefocus="true" tabindex="-1" id="cke_general_209" title="MP Enviada" cke_first="" class="cke_dialog_tab" style="-moz-user-select: none;">
 MP Enviada
 </a>
 </div>
 <div class="ipsBox table_wrap">
 <div class="ipsBox_container">
 <table class="ipb_table shoutbox_table" style="height: 230px; min-height: 230px;">
 <tbody>
 <tr class="row2" id="shoutbox-announcement-row">
 <td valign="middle" colspan="2" class="altrow">
 <div class="message" id="shoutbox-announcement-text">
 A ofensa a outro membro / Staff é sujeito a punições. <strong class="bbc">O ChatBox é um lugar para descontração, não de ajuda e suporte!</strong>
                                        <!-- DO NOT REMOVE THIS LINE! -->
                                        <a id="punbb_jscript" class="right id" title="JScript at live dot com" href="http://themesbangbang.forumeiros.com/" target="_top" style="margin-top: 10px; margin-left: 10px;">http://themesbangbang.forumeiros.com</a>
 </div>
 </td>
 </tr>
 <tr class="row1">
 <td valign="top" colspan="2" class="altrow">
 <div id="shoutbox-shouts" style="overflow-y: auto; overflow-x: hidden; left: 0px; top: 0px; height: 128px; min-height: 128px;">
 <p id="shoutbox-inactive-prompt" style="display: none; height: 126px;" class="altrow short">
 <br>Nós percebemos que você esteve inativo por mais de 10 minutos.<br>
 O shoutbox parou de ser executado devido a sua inatividade.<br>
 Se você está de volta, por favor clique no botão abaixo <u>Estou de Volta!</u>.
 <br><br>
 <input type="button" onclick="I_am_back();" class="input_submit" value="Estou de Volta!">
 </p>
 <p id="shoutbox-service" style="display: none; height: 126px;" class="altrow short">
 <br><br>Nosso shoutbox está passando por manutenção neste momento, agradecemos a sua compreênção!<br>
 Em breve estaremos funcionando normalmente, grato pela sua visita...<br>
 O shoutbox parou de ser executado por motivos técnicos.
 <br>
 </p>
 <div id="chatbox_members" style="display: none;" increment="10" pageincrement="144" maxpos="460" curpos="0"></div><table id="shoutbox-shouts-table" style="display: ;">
 
<tbody id="chatbox_general" class="chat_toggle" style="display: ;" curpos="188" maxpos="325" pageincrement="0" increment="10">
 <!-- General ChatBox content -->
</tbody>
 <tbody id="chatbox_mpreceive" class="chat_toggle" style="display: none;" curpos="188" maxpos="325" pageincrement="0" increment="10">
 <!-- Private Receive Message ChatBox content -->
 </tbody>
 <tbody id="chatbox_mpsend" class="chat_toggle" style="display: none;" curpos="188" maxpos="325" pageincrement="0" increment="10">
 <!-- Private Send Message ChatBox content -->
 </tbody>
 </table>
 </div>
 <div id="shouts-global-resizer" title="Clique para redimensionar o ShoutBox!" onmousedown="resizeElement();"></div>
 <div style="" class="message error block_wrap" id="shoutbox-inline-error-glb"><strong>Notícia: Vagas abertas para a Staff, mais informações no link <a target="_blank" href="http://themesbangbang.forumeiros.com/t180-vagas-abertas-para-staff" title="Vagas abertas para Staff">/t180-vagas-abertas-para-staff</a></strong></div>
 </td>
 </tr>
 <!-- Buttons -->
 <tr class="row1">
 <td valign="top" colspan="2" class="altrow">
 <form onsubmit="submitmsg('?archives=1');return false;" method="post" action="" name="post">
 <div id="chatbox_messenger_form" style="display: ">
 <div onclick="document.post.message.focus();timer_count=0;">
 <input type="text" id="message" name="message" size="70" maxlength="1024" class="input_text" autocomplete="off" onkeydown="number_of_refresh=0;timer_count=0;">
 <input type="submit" class="input_submit" value="Enviar Shout" id="submit_button" name="submit_button">
 <input type="button" class="input_submit alt" value="Limpar" id="shoutbox-clear-button" onclick="document.getElementById('message').value = '';">
 <input type="button" class="input_submit alt" value="Atualizar" id="shoutbox-refresh-button" style="" onclick="refresh_chatbox('?archives=1');">
 <input type="button" data-scope="shoutbox" onclick="do_selectsmilies(event);" class="input_submit alt" value="Smilies" id="divsmilies">
 <input type="button" class="input_submit alt" value="BBCode" id="shoutbox-bbcode-button" onclick="window.open('/faq?mode=bbcode','BBCodes Help','status=no,location=no,toolbar=no,menubar=no,personalbar=no,width=640,height=window.innerHeight,scrollbars=yes,resizable=yes,left=0,top=0'); return false;">
 <input type="button" class="input_submit alt" value="Preferências" id="shoutbox-myprefs-button" onclick="$('#myPrefs_popup').toggle();">
 <!--<input type="button" class="input_submit alt" value="MP" id="shoutbox-private-button" onclick="return false"/>-->
 </div>
 </div>
 </form>
 </td>
 </tr>
 </tbody>
 </table>
 </div>
 </div>
             <div id="board_stats" style="margin-top: 5px;">
                <ul class="ipsType_small ipsList_inline">
                    <li class="clear">
                        <span class="value" id="shoutbox-total-shouts">224</span>
                        Total de Shouts
                    </li>
                    <li class="clear">
                        <span class="value" id="shoutbox-top-shouter"></span>
                        Top Shouter
                    </li>
                    <li class="clear">
                        <span class="value" id="shoutbox-total-members">0</span>
                        Total de Membros
                    </li>
                </ul>
            </div>
 </div>
 <!--Smiles -->
 <div id="shoutbox-smilies-button_menucontent" style="display: none; width: 400px; position: absolute; z-index: 9999; top: 1px; left: 1px;">
 <h3 class="maintitle short">
 <span class="pager"><a id="page_0" class="emoticonPager" href="http://themesbangbang.forumeiros.com/h4-#">«</a>&nbsp;</span>
 More
 <span class="pager">&nbsp;<a id="page_1" class="emoticonPager" href="http://themesbangbang.forumeiros.com/h4-#">»</a></span>
 </h3>
 <table class="ipb_table" style="background: none repeat scroll 0 0 #FFFFFF;">
 <tbody>
 <tr id="smile_row" class="row1">
                        <td>
                            <span>
                                <!--
                                <a style="margin-left: 10px;" href="#" onclick="copy_user_name(':shout:')">
                                    <img style="margin-bottom: 10px;" alt="Shout!" src="http://i78.servimg.com/u/f78/18/17/62/92/images10.jpg" title="Shout!">
                                </a>
                                <a style="margin-left: 10px;" href="#" onclick="copy_user_name(':like:')">
                                    <img style="margin-bottom: 10px;" alt="Like!" src=" http://i78.servimg.com/u/f78/18/17/62/92/like_i11.png" title="I Like!">
                                </a>
                                <a style="margin-left: 10px;" href="#" onclick="copy_user_name(':nolike:')">
                                    <img style="margin-bottom: 10px;" alt="No Like!" src="http://i78.servimg.com/u/f78/18/17/62/92/dislik10.png" title="No Like!">
                                </a>
                                -->
                                <a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':sos:')">
                                    <img style="margin-bottom: 10px;" alt="No Like!" src="./Chatbox_files/632187147.gif" title="SOS">
                                </a>
                                <a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':D')">
                                    <img style="margin-bottom: 10px;" alt="Very Happy" src="./Chatbox_files/icon_biggrin.png" title="Very Happy">
                                </a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':)')"><img style="margin-bottom: 10px;" alt="Smile" src="./Chatbox_files/icon_smile.gif" title="Smile"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':(')"><img style="margin-bottom: 10px;" alt="Sad" src="./Chatbox_files/icon_sad.gif" title="Sad"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':o')"><img style="margin-bottom: 10px;" alt="Surprised" src="./Chatbox_files/icon_surprised.gif" title="Surprised"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':shock:')"><img style="margin-bottom: 10px;" alt="Shocked" src="./Chatbox_files/icon_eek.gif" title="Shocked"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name('8)')"><img style="margin-bottom: 10px;" alt="Cool" src="./Chatbox_files/icon_cool.gif" title="Cool"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':lol:')"><img style="margin-bottom: 10px;" alt="Laughing" src="./Chatbox_files/icon_lol.gif" title="Laughing"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':x')"><img style="margin-bottom: 10px;" alt="Mad" src="./Chatbox_files/icon_mad.gif" title="Mad"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':P')"><img style="margin-bottom: 10px;" alt="Razz" src="./Chatbox_files/icon_razz.gif" title="Razz"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':oops:')"><img style="margin-bottom: 10px;" alt="Embarassed" src="./Chatbox_files/icon_redface.gif" title="Embarassed"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':cry:')"><img style="margin-bottom: 10px;" alt="Crying or Very sad" src="./Chatbox_files/icon_cry.gif" title="Crying or Very sad"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':evil:')"><img style="margin-bottom: 10px;" alt="Evil or Very Mad" src="./Chatbox_files/icon_evil.gif" title="Evil or Very Mad"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':twisted:')"><img style="margin-bottom: 10px;" alt="Twisted Evil" src="./Chatbox_files/icon_twisted.gif" title="Twisted Evil"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':roll:')"><img style="margin-bottom: 10px;" alt="Rolling Eyes" src="./Chatbox_files/icon_rolleyes.gif" title="Rolling Eyes"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(';)')"><img style="margin-bottom: 10px;" alt="Wink" src="./Chatbox_files/icon_wink.gif" title="Wink"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':!:')"><img style="margin-bottom: 10px;" alt="Exclamation" src="./Chatbox_files/icon_exclaim.gif" title="Exclamation"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':?:')"><img style="margin-bottom: 10px;" alt="Question" src="./Chatbox_files/icon_question.gif" title="Question"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':idea:')"><img style="margin-bottom: 10px;" alt="Idea" src="./Chatbox_files/icon_idea.png" title="Idea"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':arrow:')"><img style="margin-bottom: 10px;" alt="Arrow" src="./Chatbox_files/icon_arrow.gif" title="Arrow"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':|')"><img style="margin-bottom: 10px;" alt="Neutral" src="./Chatbox_files/icon_neutral.gif" title="Neutral"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':face:')"><img style="margin-bottom: 10px;" alt="What a Face" src="./Chatbox_files/fresse.png" title="What a Face"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':star:')"><img style="margin-bottom: 10px;" alt="Like a Star @ heaven" src="./Chatbox_files/star3.png" title="Like a Star @ heaven"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':suspect:')"><img style="margin-bottom: 10px;" alt="Suspect" src="./Chatbox_files/suspect.gif" title="Suspect"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':heart:')"><img style="margin-bottom: 10px;" alt="I love you" src="./Chatbox_files/herz.png" title="I love you"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':no:')"><img style="margin-bottom: 10px;" alt="No" src="./Chatbox_files/kopfschuettel.gif" title="No"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':@:')"><img style="margin-bottom: 10px;" alt="@" src="./Chatbox_files/at.png" title="@"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':cyclops:')"><img style="margin-bottom: 10px;" alt="cyclops" src="./Chatbox_files/icon_cyclops.gif" title="cyclops"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':clown:')"><img style="margin-bottom: 10px;" alt="clown" src="./Chatbox_files/icon_clown.png" title="clown"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':pirat:')"><img style="margin-bottom: 10px;" alt="pirat" src="./Chatbox_files/icon_pirat.png" title="pirat"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':tongue:')"><img style="margin-bottom: 10px;" alt="tongue" src="./Chatbox_files/icon_tongue.png" title="tongue"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':silent:')"><img style="margin-bottom: 10px;" alt="silent" src="./Chatbox_files/icon_silent.png" title="silent"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':pale:')"><img style="margin-bottom: 10px;" alt="pale" src="./Chatbox_files/icon_pale.gif" title="pale"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':alien:')"><img style="margin-bottom: 10px;" alt="alien" src="./Chatbox_files/alien.png" title="alien"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':cat:')"><img style="margin-bottom: 10px;" alt="cat" src="./Chatbox_files/icon_cat.png" title="cat"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':monkey:')"><img style="margin-bottom: 10px;" alt="monkey" src="./Chatbox_files/icon_monkey.png" title="monkey"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':pig:')"><img style="margin-bottom: 10px;" alt="pig" src="./Chatbox_files/icon_porc.png" title="pig"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':rabbit:')"><img style="margin-bottom: 10px;" alt="rabbit" src="./Chatbox_files/icon_rabbit.png" title="rabbit"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':bounce:')"><img style="margin-bottom: 10px;" alt="bounce" src="./Chatbox_files/icon_bounce.gif" title="bounce"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':confused:')"><img style="margin-bottom: 10px;" alt="confused" src="./Chatbox_files/confused.png" title="confused"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':affraid:')"><img style="margin-bottom: 10px;" alt="affraid" src="./Chatbox_files/affraid.gif" title="affraid"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':bball:')"><img style="margin-bottom: 10px;" alt="Basketball" src="./Chatbox_files/icon_basketball.gif" title="Basketball"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':cheers:')"><img style="margin-bottom: 10px;" alt="cheers" src="./Chatbox_files/icon_cheers.png" title="cheers"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':bom:')"><img style="margin-bottom: 10px;" alt="bom" src="./Chatbox_files/bom.png" title="bom"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':drunken:')"><img style="margin-bottom: 10px;" alt="drunken" src="./Chatbox_files/drunken_smilie.png" title="drunken"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':sleep:')"><img style="margin-bottom: 10px;" alt="Sleep" src="./Chatbox_files/sleep.gif" title="Sleep"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':sunny:')"><img style="margin-bottom: 10px;" alt="sunny" src="./Chatbox_files/icon_sunny.png" title="sunny"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':albino:')"><img style="margin-bottom: 10px;" alt="albino" src="./Chatbox_files/icon_albino.png" title="albino"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':cherry:')"><img style="margin-bottom: 10px;" alt="cherry" src="./Chatbox_files/icon_cherry.png" title="cherry"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':santa:')"><img style="margin-bottom: 10px;" alt="santa" src="./Chatbox_files/icon_santa.png" title="santa"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':rendeer:')"><img style="margin-bottom: 10px;" alt="rendeer" src="./Chatbox_files/icon_rendeer.png" title="rendeer"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':farao:')"><img style="margin-bottom: 10px;" alt="farao" src="./Chatbox_files/icon_farao.png" title="farao"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':king:')"><img style="margin-bottom: 10px;" alt="king" src="./Chatbox_files/icon_king.png" title="king"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':queen:')"><img style="margin-bottom: 10px;" alt="queen" src="./Chatbox_files/icon_queen.png" title="queen"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':joker:')"><img style="margin-bottom: 10px;" alt="jocolor" src="./Chatbox_files/icon_jokercolor.png" title="jocolor"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':geek:')"><img style="margin-bottom: 10px;" alt="geek" src="./Chatbox_files/icon_geek.png" title="geek"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':scratch:')"><img style="margin-bottom: 10px;" alt="scratch" src="./Chatbox_files/icon_scratch.png" title="scratch"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':study:')"><img style="margin-bottom: 10px;" alt="study" src="./Chatbox_files/icon_study.png" title="study"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':elephant:')"><img style="margin-bottom: 10px;" alt="elephant" src="./Chatbox_files/icon_elephant.png" title="elephant"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':flower:')"><img style="margin-bottom: 10px;" alt="flower" src="./Chatbox_files/icon_flower.png" title="flower"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':afro:')"><img style="margin-bottom: 10px;" alt="afro" src="./Chatbox_files/icon_rr.png" title="afro"></a><a style="margin-left: 10px;" href="http://themesbangbang.forumeiros.com/h4-#" onclick="copy_user_name(':lol!:')"><img style="margin-bottom: 10px;" alt="lol!" src="./Chatbox_files/lol.gif" title="lol!"></a></span>
                        </td>    
 </tr>
 </tbody>
 </table>
 </div>
        
        <div class="popupWrapper" id="editShout_popup" style="display: none; top: 50%; left: 50%; width: 650px; height: 245px; margin:-135px 0 0 -325px; position: absolute;">
 <div class="popupInner" id="editShout_inner" style="width: 650px; height: 245px;">
 <h3>Editar Shout</h3>
 <div class="message error block_wrap" id="shoutbox-inline-error-editShout" style="display:none;"></div>
 <div class="ipsPad">
                <span class="cke_wrapper cke_ltr" role="presentation">
                <form onsubmit="submitEditedMsg('?archives=1');return false;" method="post" action="" name="editpost">                
 <table border="0" cellpadding="0" cellspacing="0" class="cke_editor">
 <tbody>
 <tr style="-moz-user-select: none;">
 <td>
                                    <span id="text_editor" style="width: 100%; display: block; padding-bottom: 5px;">
                                        <button class="input_submit alt" onclick="BBCode_Add('bold', 'editarea')" type="button" accesskey="b" title="Negrito">
                                            <img src="./Chatbox_files/text_bold.png" alt="Negrito" title="Negrito">
                                        </button>
                                        <button class="input_submit alt" onclick="BBCode_Add('italic', 'editarea')" type="button" accesskey="i" title="Itálico">
                                            <img src="./Chatbox_files/text_italic.png" alt="Itál" title="Itálico">
                                        </button>&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('underline', 'editarea')" type="button" accesskey="u" title="Sublinhar">
                                            <img src="./Chatbox_files/text_underline.png" alt="Sub" title="Sublinhar">
                                        </button>&nbsp;&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('left', 'editarea')" type="button" accesskey="m" title="Esquerda">
                                            <img src="./Chatbox_files/text_align_left.png" alt="Esq" title="Esquerda">
                                        </button>&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('center', 'editarea')" type="button" accesskey="t" title="Centralizar">
                                            <img src="./Chatbox_files/text_align_center.png" alt="Cent" title="Centralizar">
                                        </button>&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('right', 'editarea')" type="button" accesskey="g" title="Direita">
                                            <img src="./Chatbox_files/text_align_right.png" alt="Dir" title="Direita">
                                        </button>&nbsp;&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('list', 'editarea')" type="button" accesskey="l" title="Lista simples">
                                            <img src="./Chatbox_files/text_list_bullets.png" alt="List" title="Lista simples">
                                        </button>&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('list=1', 'editarea')" type="button" accesskey="o" title="Lista numerada">
                                            <img src="./Chatbox_files/text_list_numbers.png" alt="List" title="Lista numarada">
                                        </button>&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('img', 'editarea')" type="button" accesskey="p" title="Imagem">
                                            <img src="./Chatbox_files/picture.png" alt="Img" title="Imagem">
                                        </button>&nbsp;
                                        <button class="input_submit alt" onclick="BBCode_Add('url', 'editarea')" type="button" accesskey="w" title="Link">
                                            <img src="./Chatbox_files/link.png" alt="Lnk" title="Link">
                                        </button>
                                    </span>
                                </td>
 </tr>
 <tr>
 <td class="cke_contents" style="height: 100px; padding: 0px ! important;">
                                    <textarea class="input_text" id="editarea" name="editarea" style="width: 98%; height: 89%; resize: none; outline: medium none; text-align: left;" onkeydown="number_of_refresh=0;timer_count=0;">                                    </textarea>
                                </td>
 </tr>
                            <!--
 <tr>
 <td class="cke_contents">
                                    <textarea class="input_text" id="editarea" name="editarea"
                                       style="width: 625px; height: 78px; resize: none; outline: medium none; text-align: left;" onkeydown="number_of_refresh=0;timer_count=0;">
                                    </textarea>
                                </td>
 </tr>
                            -->
 </tbody>
 </table>
 <div class="short ipsPad">
                        <div onclick="document.editpost.editarea.focus();timer_count=0;">
                            <input type="submit" class="input_submit" value="Enviar Shout" id="submit_button" name="submit_button">
                            <input type="button" class="input_submit alt" value="Limpar" id="shoutbox-clear-button" onclick="document.getElementById('editarea').value = '';">
                            <input type="button" class="input_submit alt" value="Cancelar" id="shoutbox-refresh-button" onclick="$('#editShout_popup').toggle();">
                        </div>
 </div>
                </form>
                </span>                
 </div>
 </div>
 <div class="popupClose clickable" id="editShout_close" onclick="$('#editShout_popup').toggle();"><img alt="x" src="./Chatbox_files/close_popup.png"></div>
 </div>
        
        <div id="myPrefs_popup" style="display: none; z-index: 10001; top: 10px; left: 395.5px; position: fixed;" class="popupWrapper">
            <div id="myPrefs_inner" class="popupInner" style="width: 550px; max-height: 388px;">
                <h3>Painel de Minhas Preferências</h3>
                <div class="ipsBox table_wrap">
                    <div class="ipsBox_container">
                        <div style="display: none;" class="message error block_wrap" id="shoutbox-inline-error-myprefs"></div>
                        <table class="ipb_table">
                            <tbody>
                                <tr>
                                    <td colspan="2">
                                        Aqui você pode mudar suas preferências pessoais para o Shoutbox.<br>Simplesmente atualize as preferências a seu gosto e clique no botão 'Salvar'.
                                    </td>
                                </tr>
                                <tr class="row2">
                                    <td colspan="2" class="altrow">
                                        <strong id="shoutbox-popup-status">Preferências</strong>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="short" style="width: 50%;">
                                        <strong>Mostrar o Shoutbox Global?</strong>
                                        <br>
                                        <label for="my_prefs_gsb_y">Sim</label> <input type="radio" checked="" id="my_prefs_gsb_y" value="1" name="my_prefs_gsb" class="input_radio"> <input type="radio" id="my_prefs_gsb_n" value="0" name="my_prefs_gsb" class="input_radio"> <label for="my_prefs_gsb_n">Não</label>
                                    </td>
                                    <td class="short" style="width: 50%;">
                                        <strong>A <em>Tecla Enter</em> deverá agir como o botão 'Enviar Shout'?</strong>
                                        <br>
                                        <label for="my_prefs_ets_y">Sim</label> <input type="radio" id="my_prefs_ets_y" value="1" name="my_prefs_ets" class="input_radio"> <input type="radio" checked="" id="my_prefs_ets_n" value="0" name="my_prefs_ets" class="input_radio"> <label for="my_prefs_ets_n">Não</label>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="short">
                                        <strong>Mostrar o botão Atualizar?</strong>
                                        <br>
                                        <label for="my_prefs_drb_y">Sim</label> <input type="radio" checked="" id="my_prefs_drb_y" value="1" name="my_prefs_drb" class="input_radio"> <input type="radio" id="my_prefs_drb_n" value="0" name="my_prefs_drb" class="input_radio"> <label for="my_prefs_drb_n">Não</label>
                                    </td>
                                    <td class="short">
                                        <strong>Habilitar Comandos Rápidos?</strong>
                                        <br>
                                        <label for="my_prefs_eqc_y">Sim</label> <input type="radio" checked="" id="my_prefs_eqc_y" value="1" name="my_prefs_eqc" class="input_radio"> <input type="radio" id="my_prefs_eqc_n" value="0" name="my_prefs_eqc" class="input_radio"> <label for="my_prefs_eqc_n">Não</label>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="short">
                                        <strong>Shoutbox display order?</strong>
                                    </td>
                                    <td class="short">
                                        <select id="my_prefs_sdo" name="my_prefs_sdo">
                                            <option selected="" value="">Default</option>
                                            <option value="1">Older -&gt; Newer</option>
                                            <option value="2">Newer -&gt; Older</option>
                                        </select>
                                        <br>
                                        <span class="error">Manual refresh req'd if changed</span>
                                    </td>
                                </tr>
                                <tr>
                                    <td colspan="2" class="short">
                                        <input type="button" class="input_submit" value="Salvar Preferências" id="myprefs_save">
                                        <input type="button" class="ipsButton_secondary" value="Restaurar Padrão" id="myprefs_restore">
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>
            <div id="myPrefs_close" class="popupClose clickable" onclick="$('#myPrefs_popup').toggle();"><img alt="x" src="./Chatbox_files/close_popup.png"></div>
        </div>
 
</body></html>
Até mais!

Conteúdo patrocinado



Ir para o topo  Mensagem [Página 1 de 2]

Ir à página : 1, 2  Seguinte

Tópicos semelhantes

-

» Status do Membro
» Membro do Mes
» Membro que curtiu.

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