Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] How to get a footer like this?



Go to page : 1, 2  Next

View previous topic View next topic Go down Message [Page 1 of 2]

1
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior

  • Description:

 Hi Smile
I want to know how to get a footer like this:
[Solved] How to get a footer like this? AsICcYd



  • Information:

Forum:http://www.wolffighterz.com/Version:PUNBB
Type:Request a codeTags:footer,this?

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

2
Offline

  darkgoku

darkgoku
Pemanently Banned
Pemanently Banned
Is this solved

Powered by PunBB
Currently 0 users have thanked darkgoku for this post:

3
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Did someone gave me a response and I can't see it? :\

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

4
Offline

  Guest

Anonymous
Guest
Cesar wrote:[link="/t673-how-to-get-a-footer-like-this#4236"] Did someone gave me a response and I can't see it? :\
Post the site from where you've seen that footer design, since it's only plain css.

Powered by PunBB
Currently 0 users have thanked Guest for this post:

5
Offline

  Virus

Virus
★Moderator★
★Moderator★
Do you want the statistics design or the top posters next to it? Or all the image style for statistics?

Powered by PunBB
Currently 0 users have thanked Virus for this post:

6
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
@Sherlock H. :all the statistics like top ten,images etc

@Rapid: tech-titans.net

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

7
Offline

  Guest

Anonymous
Guest
Rough version, since I'm lazy to optimize it.

Code:
[panda=html]<!-- BEGIN disable_viewonline -->
<table>
    <tbody>
        <tr>
            <td width="35px" valign="top" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/32/map_marker.png">
            </td>
            <td valign="top" style="padding-left: 5px; padding-right: 5px; padding-bottom: 5px;">
                <p> {TOTAL_USERS_ONLINE}
                    <br>
                    <br>{LOGGED_IN_USER_LIST}
                    {L_ONLINE_USERS}<br>
         {L_CONNECTED_MEMBERS}
                 
                </p>
            </td>
        </tr>
        <tr>
            <td width="35px" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/32/services.png">
            </td>
            <td style="border-top: 1px dashed #CCC !important; padding: 5px;">
                <p>Legend&nbsp;:&nbsp; {GROUP_LEGEND}</p>
            </td>
        </tr>
        <tr>
            <td width="35px" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/folder.png">
            </td>
            <td style="border-top: 1px dashed #CCC !important; padding: 5px;"><img alt="Mesaje noi" src="http://i39.servimg.com/u/f39/17/59/19/05/butonm10.png">&nbsp;Mesaje noi<img alt="Nu sunt mesaje noi" src="http://i39.servimg.com/u/f39/17/59/19/05/buton10.png">&nbsp;Nu sunt mesaje noi<img alt="Forum Blocat" src="http://i39.servimg.com/u/f39/17/59/19/05/lck10.png">&nbsp;Forum Blocat</td>
        </tr>
    </tbody>
</table>
<!-- END disable_viewonline -->

Preview: http://prntscr.com/4ymj69

Powered by PunBB
Currently 0 users have thanked Guest for this post:

8
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
OKay cool, but how to add the top ten posters right next to statistics? And add the full border with hover on images?

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

9
Offline

  Guest

Anonymous
Guest
Just copy the template from [ic]mod_top_poster[/ic] and add it in your index_body on desired location.

Powered by PunBB
Currently 0 users have thanked Guest for this post:

10
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Man doesn't work, i want it next to statistics with all of the hovers..

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

11
Offline

  Virus

Virus
★Moderator★
★Moderator★
To do that, it will need to reduce the width of the statistics that @Rapid gave you with percent (%) and add float:left;
After that you need to add the widget code for the top posters with the rest percent of width and float:right;
Maybe you will need margins to set them exactly to the right position.

For me to do that i will need the forum link that you want to do that, the mod_top_poster template and the template you have the statistics in.

Powered by PunBB
Currently 0 users have thanked Virus for this post:

12
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Okay. Mod_top_poster is here:
Code:
<div class="module main">
   <div class="main-head"><div class="h3">{L_TOP_POSTERS}</div></div>
   <div class="main-content">
   <table summary="{L_TOP_POSTERS}" width="100%" style="table-layout:auto;">
      <!-- BEGIN POSTER -->
      <tr>
         <td class="{POSTER.ROW_CLASS}" width="1%">{POSTER.NAME}</td>
         <td class="{POSTER.ROW_CLASS}" nowrap="nowrap" title="{POSTER.NB_POSTS}">{POSTER.BARRE}</td>
      </tr>
      <!-- END POSTER -->
   </table>
   <br class="clear" />
   </div>
</div>

And here's my index_body:
Code:
{JAVASCRIPT}
<!-- 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>
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
      <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</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 -->

<!-- BEGIN message_admin_index -->
<div class="main">
   <!-- BEGIN message_admin_titre -->
   <div class="main-head">
      <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
   </div>
   <!-- END message_admin_titre -->

   <!-- BEGIN message_admin_txt -->
   <div id="pun-announcement">
      <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
   </div>
   <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
   </div>
</form>
</div>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<div id="sign_week"><center></center></div>
<!-- BEGIN disable_viewonline -->
<script>
  $(document).ready(function(){
var rdtOn = $('.rdtOn strong').html();
var lastUser = $('.lastUser strong').html();
var totalUser = $('.totalUser strong').html();
var totalPost = $('.totalPost strong').html();
 
 
$('ul.statsPers').prepend('
<li><span>'+totalPost+'</span> Total de posts</li>
<li><span>'+totalUser+'</span> Total de membros</li>
<li><span>'+lastUser+'</span> Membro mais novo</li>
<li><span>'+rdtOn+'</span> Recorde de usuários online</li>
');
 

});
</script>
 <div id="statistics">
                  <br />
                  <ul class="statsPers">
                    <li class="statHide rdtOn">Recorde de Usuários Online: {RECORD_USERS}</li>
                    <li class="statHide lastUser">Membro Mais Novo: {NEWEST_USER}</li>
                    <li class="statHide totalUser">Membros: {TOTAL_USERS}</li>
                    <li class="statHide totalPost">Posts: {TOTAL_POSTS}</li>
                  </ul>
              <br />
       
          </div>


<table>
    <tbody>
        <tr>
            <td width="35px" valign="top" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/32/map_marker.png">
            </td>
            <td valign="top" style="padding-left: 5px; padding-right: 5px; padding-bottom: 5px;">
                <p> {TOTAL_USERS_ONLINE}
                    <br>
                    <br>{LOGGED_IN_USER_LIST}
                    {L_ONLINE_USERS}<br>
        {L_CONNECTED_MEMBERS}
                 
                </p>
            </td>
        </tr>
        <tr>
            <td width="35px" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/32/services.png">
            </td>
            <td style="border-top: 1px dashed #CCC !important; padding: 5px;">
                <p>Legend&nbsp;:&nbsp; {GROUP_LEGEND}</p>
            </td>
        </tr>
        <tr>
            <td width="35px" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/folder.png">
            </td>
            <td style="border-top: 1px dashed #CCC !important; padding: 5px;"><img alt="Mesaje noi" src="http://i39.servimg.com/u/f39/17/59/19/05/butonm10.png">&nbsp;Mesaje noi<img alt="Nu sunt mesaje noi" src="http://i39.servimg.com/u/f39/17/59/19/05/buton10.png">&nbsp;Nu sunt mesaje noi<img alt="Forum Blocat" src="http://i39.servimg.com/u/f39/17/59/19/05/lck10.png">&nbsp;Forum Blocat
<div class="module main">
   <div class="main-head"><div class="h3">{L_TOP_POSTERS}</div></div>
   <div class="main-content">
   <table summary="{L_TOP_POSTERS}" width="100%" style="table-layout:auto;">
      <!-- BEGIN POSTER -->
      <tr>
         <td class="{POSTER.ROW_CLASS}" width="1%">{POSTER.NAME}</td>
         <td class="{POSTER.ROW_CLASS}" nowrap="nowrap" title="{POSTER.NB_POSTS}">{POSTER.BARRE}</td>
      </tr>
      <!-- END POSTER -->
   </table>
   <br class="clear" />
   </div>
</div>
</td>
</tr>
</tbody>
</table>

          </center>
  <!-- BEGIN switch_chatbox_activate -->
      <div id="onlinechat">
         <p class="page-bottom">
         {TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp;
         {CHATTERS_LIST}
                          <br />
         <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
               insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            </script>
         <!-- END switch_chatbox_popup -->
         </p>
      </div>
      <!-- END switch_chatbox_activate -->
   </div>
</div>
<!-- END disable_viewonline -->

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
   </div>
</form>
<!-- END switch_user_login_form_footer -->

{CHATBOX_BOTTOM}

<!-- BEGIN switch_legend -->
<ul id="pun-legend">
   <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />&nbsp;{L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />&nbsp;{L_NO_NEW_POSTS}
      <img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />&nbsp;{L_FORUM_LOCKED}
   </li>
</ul>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
          <style>
            .contt td[width="35px"] img {
opacity: .3;
transition: all .2s ease-in-out!important;
}
          </style>

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

13
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Okay. Mod_top_poster is here:
Code:
<div class="module main">
   <div class="main-head"><div class="h3">{L_TOP_POSTERS}</div></div>
   <div class="main-content">
   <table summary="{L_TOP_POSTERS}" width="100%" style="table-layout:auto;">
      <!-- BEGIN POSTER -->
      <tr>
         <td class="{POSTER.ROW_CLASS}" width="1%">{POSTER.NAME}</td>
         <td class="{POSTER.ROW_CLASS}" nowrap="nowrap" title="{POSTER.NB_POSTS}">{POSTER.BARRE}</td>
      </tr>
      <!-- END POSTER -->
   </table>
   <br class="clear" />
   </div>
</div>

And here's my index_body:
Code:
{JAVASCRIPT}
<!-- 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>
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
      <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</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 -->

<!-- BEGIN message_admin_index -->
<div class="main">
   <!-- BEGIN message_admin_titre -->
   <div class="main-head">
      <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
   </div>
   <!-- END message_admin_titre -->

   <!-- BEGIN message_admin_txt -->
   <div id="pun-announcement">
      <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
   </div>
   <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
   </div>
</form>
</div>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<div id="sign_week"><center></center></div>
<!-- BEGIN disable_viewonline -->
<script>
  $(document).ready(function(){
var rdtOn = $('.rdtOn strong').html();
var lastUser = $('.lastUser strong').html();
var totalUser = $('.totalUser strong').html();
var totalPost = $('.totalPost strong').html();
 
 
$('ul.statsPers').prepend('
<li><span>'+totalPost+'</span> Total de posts</li>
<li><span>'+totalUser+'</span> Total de membros</li>
<li><span>'+lastUser+'</span> Membro mais novo</li>
<li><span>'+rdtOn+'</span> Recorde de usuários online</li>
');
 

});
</script>
 <div id="statistics">
                  <br />
                  <ul class="statsPers">
                    <li class="statHide rdtOn">Recorde de Usuários Online: {RECORD_USERS}</li>
                    <li class="statHide lastUser">Membro Mais Novo: {NEWEST_USER}</li>
                    <li class="statHide totalUser">Membros: {TOTAL_USERS}</li>
                    <li class="statHide totalPost">Posts: {TOTAL_POSTS}</li>
                  </ul>
              <br />
       
          </div>


<table>
    <tbody>
        <tr>
            <td width="35px" valign="top" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/32/map_marker.png">
            </td>
            <td valign="top" style="padding-left: 5px; padding-right: 5px; padding-bottom: 5px;">
                <p> {TOTAL_USERS_ONLINE}
                    <br>
                    <br>{LOGGED_IN_USER_LIST}
                    {L_ONLINE_USERS}<br>
        {L_CONNECTED_MEMBERS}
                 
                </p>
            </td>
        </tr>
        <tr>
            <td width="35px" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/32/services.png">
            </td>
            <td style="border-top: 1px dashed #CCC !important; padding: 5px;">
                <p>Legend&nbsp;:&nbsp; {GROUP_LEGEND}</p>
            </td>
        </tr>
        <tr>
            <td width="35px" style="border-right: 1px dashed #ccc; padding-left:5px; padding-right: 5px;"><img src="https://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/folder.png">
            </td>
            <td style="border-top: 1px dashed #CCC !important; padding: 5px;"><img alt="Mesaje noi" src="http://i39.servimg.com/u/f39/17/59/19/05/butonm10.png">&nbsp;Mesaje noi<img alt="Nu sunt mesaje noi" src="http://i39.servimg.com/u/f39/17/59/19/05/buton10.png">&nbsp;Nu sunt mesaje noi<img alt="Forum Blocat" src="http://i39.servimg.com/u/f39/17/59/19/05/lck10.png">&nbsp;Forum Blocat
<div class="module main">
   <div class="main-head"><div class="h3">{L_TOP_POSTERS}</div></div>
   <div class="main-content">
   <table summary="{L_TOP_POSTERS}" width="100%" style="table-layout:auto;">
      <!-- BEGIN POSTER -->
      <tr>
         <td class="{POSTER.ROW_CLASS}" width="1%">{POSTER.NAME}</td>
         <td class="{POSTER.ROW_CLASS}" nowrap="nowrap" title="{POSTER.NB_POSTS}">{POSTER.BARRE}</td>
      </tr>
      <!-- END POSTER -->
   </table>
   <br class="clear" />
   </div>
</div>
</td>
</tr>
</tbody>
</table>

          </center>
  <!-- BEGIN switch_chatbox_activate -->
      <div id="onlinechat">
         <p class="page-bottom">
         {TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp;
         {CHATTERS_LIST}
                          <br />
         <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
               insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            </script>
         <!-- END switch_chatbox_popup -->
         </p>
      </div>
      <!-- END switch_chatbox_activate -->
   </div>
</div>
<!-- END disable_viewonline -->

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
   </div>
</form>
<!-- END switch_user_login_form_footer -->

{CHATBOX_BOTTOM}

<!-- BEGIN switch_legend -->
<ul id="pun-legend">
   <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />&nbsp;{L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />&nbsp;{L_NO_NEW_POSTS}
      <img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />&nbsp;{L_FORUM_LOCKED}
   </li>
</ul>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
          <style>
            .contt td[width="35px"] img {
opacity: .3;
transition: all .2s ease-in-out!important;
}
          </style>

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

14
Offline

  Virus

Virus
★Moderator★
★Moderator★
Can you please provide the link to the forum you want this?

Powered by PunBB
Currently 0 users have thanked Virus for this post:

15
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Well i'm working for a new skin for Wolffighterz but the beta skin is on http://sprt.forumgratuit.ro/

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

16
Offline

  Virus

Virus
★Moderator★
★Moderator★
The way @Rapid gave you the codes, gets me really confused because i need to change a thousand things to do something. Lets wait for him to answer and see if he can do it. If he can't come up with the solution i will do it.

Powered by PunBB
Currently 0 users have thanked Virus for this post:

17
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Okay, thank you Smile

Edit:

I've paid attention and i almost make it, but still need the top posters. I've tried with mod_top_poster but isn't working..

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

18
Offline

  Cesar

Cesar
Punbb Junior
Punbb Junior
Bump!

Powered by PunBB
Currently 0 users have thanked Cesar for this post:

19
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
Hello,

A coding expert should be posting soon.


Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

20
Offline

  Shadow

Shadow
Administrator
Administrator
The problem is because they are using the portal as data fetch with [ic].load()[/ic] function.
Code:
jQuery(function(){jQuery('#nav_app_forums').addClass('active');jQuery('#topz').load('/portal #top_postatori')});
So, most likely it's a separated script to load the data.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

21
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 2]


Go to page : 1, 2  Next

Topic URL's

URL
BBcode
HTML

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