SocialAcademy • Forum

Social Academy Community Support Forum & Free Tutorial's & Skins



SocialAcademy • Forum » Support Section » Ask Question 's & Problems » Solved & Trash Files  →   [Answered] Missing WHO IS ONLINE

[Answered] Missing WHO IS ONLINE


    Go to page : 1, 2  Next

  • Please log in to Reply

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

#1

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Mon Sep 15, 2014 12:56 pm

 
Details: i don't have any Who Is Online on the bottom of my forum
Screenshot: [Answered] Missing WHO IS ONLINE J5uzTJ5
Forum Address: http://forum.cybermix.cf/
Forum Version: PunBB

here is my index_body

Code:

{JAVASCRIPT}
<!-- 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> 
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> 
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 
      {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 -->

<div id="{ID_LEFT}" class="main">
  <div class="main-head">
      <div class="page-title">
        <h2>Latest Topic System v5</h2>
      </div>
  </div>
    <div class="main-content">
      <table cellspacing="0" class="table">
        <tbody class="statused">
            <!-- BEGIN giefmod_index1 -->
            {giefmod_index1.MODVAR}
            <!-- END giefmod_index1 -->
        </tbody>
      </table>
  </div>
  <script type="text/javascript">
      //<![CDATA[
      var versionMinor = parseFloat(navigator.appVersion),
        versionMajor = parseInt(versionMinor),
        IE = document.all && !window.opera && 7 > versionMajor,
        IE7 = document.all && !window.opera && 7 <= versionMajor,
        OP = window.opera,
        FF = document.getElementById,
        NS = document.layers;
 
      function get_item(a, c) {
        if (IE) return c ? window.opener.document.all[a] : document.all[a];
        if (FF) return c ? window.opener.document.getElementById(a) : document.getElementById(a);
        if (NS) return c ? window.opener.document.layers[a] : document.layers[a]
      }
 
      var current_tooltip;
 
      function show_tooltip(a, c) {
        var b = get_item("tooltip");
        b || (b = document.createElement("div"), b.setAttribute("id", "tooltip"), document.body.appendChild(b));
        b.style.zIndex = 1000;
        b.style.position = "absolute";
        b.innerHTML = "<p>" + c + "</p>";
        b.style.visibility = "visible";
        a.onmousemove = move_tooltip;
        a.onmouseout = function() {
            b.style.visibility = "hidden"
        };
        a.title = ""
      }
      var offsetxpoint = -60,
        offsetypoint = 20,
        real_body = document.compatMode && "BackCompat" != document.compatMode ? document.documentElement : document.body,
        real_body = document.documentElement ? document.documentElement : document.body;
 
      function move_tooltip(a) {
        var c = !IE ? a.pageX : event.clientX + real_body.scrollLeft,
            d = !IE ? a.pageY : event.clientY + real_body.scrollTop,
            b = IE && !window.opera ? real_body.clientWidth - event.clientX - offsetxpoint : window.innerWidth - a.clientX - offsetxpoint - 20,
            e = IE && !window.opera ? real_body.clientHeight - event.clientY - offsetypoint : window.innerHeight - a.clientY - offsetypoint - 20,
            f = 0 > offsetxpoint ? -1 * offsetxpoint : -1E3;
        current_tooltip = get_item("tooltip");
        current_tooltip.style.left = b < current_tooltip.offsetWidth ? IE ? real_body.scrollLeft + event.clientX - current_tooltip.offsetWidth + "px" : window.pageXOffset + a.clientX - current_tooltip.offsetWidth + "px" : c < f ? "5px" : c + offsetxpoint + "px";
        current_tooltip.style.top = e < current_tooltip.offsetHeight ? IE ? real_body.scrollTop + event.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : window.pageYOffset + a.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : d + offsetypoint + "px"
      }
      $("#recent_topics li a:first-child").mouseover(function() {
        show_tooltip(this, $(this).next().html())
      });
      $("#active_topics a, #viewed_topics a").mouseover(function() {
        show_tooltip(this, $(this).prev().text().replace(/(.*)\s-\s\d+.+/, "$1"));
      }).after(function() {
        return '<span class="lastRight">' + this.title.replace(/.*\s-\s(\d+.+)/, "$1") + '</span>'
      });
      $(".changeLast").change(function() {
        $(".half.group_" + $(this).data("group")).hide();
        $("#" + this.value).show();
      });
      //]]>
  </script>
</div>
</div>

{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<div id='board_stats'>
  <ul class="ipsType_small ipsList_inline">

          <center>    <dl>
            <div id='board_statistics'><span class="FORUMCOUNTPOST"></span></div> Total Posts
            <div id='board_statistics'><span class='FORUMCOUNTUSER'></span></div> Total Members 
            <div id='board_statistics'><span class='FORUMLASTUSERLINK'></span></div>  Newest Member
            <div id='board_statistics'><span class='FORUMCOUNTOPIC'></span></div>  Most Online
            </dl></center>
  </ul>
  </div>


<div id="board_statistics2" class="statistics clearfix">
 
  <h4 class="statistics_head clearfix"><ul id="stat_links" class="ipsList_inline right ipsType_small">
           
  </ul>
{TOTAL_USERS}</h4>
  <div class="staticsipb"><p class="statistics_brief desc">
      {NEWEST_USER}
            <a href="/viewonline">(See full list)</a>
  </p>
      <br>
                  <p>{TOTAL_USERS_ONLINE}</p></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> 
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> 
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 
      {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}

  <br /><br />
<div style="background:#dddddd url('http://images.webestools.com/rounded_corn.php?rayon=20&fond=ffffff&interieur=dddddd&rotation=0') no-repeat top left;">
<div style="background:url('http://images.webestools.com/rounded_corn.php?rayon=20&fond=ffffff&interieur=dddddd&rotation=3') no-repeat top right;">
<div style="background:url('http://images.webestools.com/rounded_corn.php?rayon=20&fond=ffffff&interieur=dddddd&rotation=1') no-repeat bottom left;">
<div style="background:url('http://images.webestools.com/rounded_corn.php?rayon=20&fond=ffffff&interieur=dddddd&rotation=2') no-repeat bottom right;padding-bottom:15px;padding-top:15px;padding-left:10px;">
<font face="arial">
<Strong>
<style type="text/css">a {text-decoration: none}</style>
<center>

<i>The Cybermix Moderation Teams</i>: <a href="http://forum.cybermix.cf/g1-management-officer"><font color="#FF0000">Management Officer</font></a>  •  <a href="http://forum.cybermix.cf/g2-manager"><font color="#FF0000">Manager</font></a>  •  <a href="http://forum.cybermix.cf/g3-powered-moderator"><font color="#00FFF2">Powered Moderator</font></a>  •  <a href="http://forum.cybermix.cf/g4-assistance-moderator"><font color="#000DFF">Assistant Moderator</font></a>  • &nbsp;<a href="http://forum.cybermix.cf/g6-gfx-designer-team"><font color="#2BFF00">GFX Designer Team</font></a>

</center>
</strong>
</font>
</div></div></div></div>
 
{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 -->

http://graphicsalliance.forumtl.com/
#2

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Tue Sep 16, 2014 4:35 am

 
BUMP!

http://graphicsalliance.forumtl.com/
#3

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri Sep 19, 2014 1:51 am

 
Hi ! do you mean this ? 12 people are online (in the past 15 minutes)

https://socialacademy.forumotion.com
#4

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Fri Sep 19, 2014 3:13 am

 
i want like this

[Answered] Missing WHO IS ONLINE RbyI0Cj

like in your forum ...

and i want it centered even if i had widgets on is this possible ?

http://graphicsalliance.forumtl.com/
#5

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Fri Sep 19, 2014 3:16 am

 
and i want this to be centered too even if the widgets is ON :P

please :)

[Answered] Missing WHO IS ONLINE FUzHM5J

http://graphicsalliance.forumtl.com/
#6

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri Sep 19, 2014 3:45 am

 
what do you mean the widget is on ? please explain :) thanks

https://socialacademy.forumotion.com
#7

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Fri Sep 19, 2014 4:05 am

 
Red™ wrote:[link="/t615-missing-who-is-online#5330"]what do you mean the widget is on ? please explain :) thanks

when my widget is ON my forum statistics in the bottom looks like this

[Answered] Missing WHO IS ONLINE 92heIfb

if you can see in this screen shot the one that i put an X i want the forum statistics to be centered

http://graphicsalliance.forumtl.com/
#8

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri Sep 19, 2014 4:27 am

 
.. just use the overall_footer_begin template on that .. can you give me the template ? thanks ..

https://socialacademy.forumotion.com
#9

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Fri Sep 19, 2014 4:37 am

 
Code:

<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div>
   <div>
      <div>
         <div>
            <div>
               <div>
                  <ul>
                     <li>
<!-- END html_validation -->
                     </li>
                  </ul>
                  <!-- BEGIN switch_footer_links -->
                  <ul>
                     <li>
                        <!-- BEGIN footer_link -->
                           <!-- BEGIN switch_separator --> |&nbsp;<!-- END switch_separator -->
                           {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                        <!-- END footer_link -->
                     </li>
                  </ul>
                  <!-- END switch_footer_links -->
               </div>
               <br />
               <p class="center">
                  <strong>{ADMIN_LINK}</strong>
               </p>
                                  <center>
                                  <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td colspan="3" width="100%"><style type="text/css">
.affiliate_head {
    color:#888 !important;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-shadow:1px 1px 0 #FFF;
    background:#E5E5E5;
    border:1px solid #CCC;
    border-bottom:none;
    -webkit-border-radius:100% 100% 0 0;
    -moz-border-radius:100% 100% 0 0;
    border-radius:100% 100% 0 0;
    padding:6px 6px 3px 6px;
    margin-left:12px;
    width:100px;
    display:block;
}
 
.affiliate_head:hover {
    color:#666 !important;
    text-shadow:none;
}
 
#affiliateTable {
    background:#EEE;
    border:1px solid #CCC;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin:0 12px 0 6px;
    max-width:99%;
    overflow:hidden;
}
 
.affiliate_cell {
    position:relative;
    vertical-align:top;
    padding:6px 3px;
    border-left:1px solid #CCC;
    border-bottom:1px solid #CCC;
    height:30px;
    width:128px;
    text-align:center;
    line-height:30px;
    overflow:hidden;
    display:block;
    float:left;
}
.affiliate_cell a {
display: block;
color: #11538a!important;
font-size: 10px;
}
.affiliate_cell a:hover {
color: #d41141!important;
text-decoration: none;
}
.affiliate_cell .cell_border {
    border-left:5px solid #CCC;
    position:absolute;
    top:0;
    left:-5px;
    bottom:0px;
    -webkit-transition:250ms;
    -moz-transition:250ms;
    -o-transition:250ms;
    transition:250ms;
}
 
.affiliate_cell:hover .cell_border { left:0; }
 
.aff_cell1 { background:#E5E5E5; }
.aff_cell2 { background:#DDD; }
                                    </style> <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation/" class="affiliate_head" title="Learn how to affiliate with us!"> Affiliates </a><div id="affiliateTable">
   
   <div id="affiliateRow">
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/" target="_blank"><img src="http://i.imgur.com/naeUVuI.png" alt="CyberMix" title="CyberMix"/></a>
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://blog.legypunk.cf/" target="_blank"><img src="http://i.imgur.com/BnlRcJr.png" alt="LegyPunk" title="LegyPunk"/></a>
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://socialacademy.forumotion.com/" target="_blank"><img src="http://i.imgur.com/vkkeKdj.png" alt="SocialAcademy" title="SocialAcademy"/></a> 
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://pinoybeatradiofm.com/" target="_blank"><img src="http://i.imgur.com/3NOtIap.png" alt="pinoybeatradiofm" title="pinoybeatradiofm"/></a>
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://www.pinoymixfm.com/index.php" target="_blank"><img src="http://i.imgur.com/bX80SsD.png" alt="pinoymixfm" title="pinoymixfm"/></a> 
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://www.c9development.ga/" target="_blank"><img src="http://i.imgur.com/qnMXr50.png" alt="c9development" title="c9development"/></a> 
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://cyberzero.forum.net.bz/" target="_blank"><img src="http://i.imgur.com/aQdfWax.png" alt="cyberzero" title="cyberzero"/></a> 
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://www.erchima.net/" target="_blank"><img src="http://i.imgur.com/98Id1Sc.png" alt="erchima" title="erchima"/></a>
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://www.top-site-list.com/forum/vote/455002" target="_blank"><img src="http://www.top-site-list.com/user-images/list-vote-images/622-51f26d5797322.gif" alt="Top Forums" title="Top Forums"/></a> 
      </div>
      
   </div>
   
   <div id="affiliateRow">
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://asianhackz.forumtl.com/" target="_blank"><img src="http://i.imgur.com/ar9l0YF.png" alt="AsianHackZ" title="AsianHackZ"/></a> 
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a>
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
      <div class="affiliate_cell aff_cell2">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
      <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
         
          <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
         
          <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
         
          <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
         
          <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
         
          <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
         
          <div class="affiliate_cell aff_cell1">
         
         <div class="cell_border">
            
         </div>
          <a href="http://forum.cybermix.cf/t206-inquire-now-website-affiliation">Become an affiliate</a> 
      </div>
      
   </div>
   
                                    </div></td></tr></tbody></table></center>
            </div>
            {PROTECT_FOOTER}
         </div>
      </div>
   </div>
</div>

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

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

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

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

<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>
</body>
<div id="footer_utilities" class="clearfix clear">
            <script type="text/javascript">$(function() {$('#backtotop').click(function() {$('body,html').animate({scrollTop:0},800);});});</script><a rel="nofollow" href="#top" id="backtotop" title="Go to top"><img src="http://i78.servimg.com/u/f78/18/32/50/20/top11.png" alt="" style="margin-top: 5px;"></a>
            <div class="skin_link"><a href="http://www.ipbforumskins.com">IPB skin</a> by <a href="http://www.ipbforumskins.com">IPBForumSkins</a></div>
                                <p id="copyright">
                              <a href="http://www.invisionpower.com/apps/board/" title="Community Forum Software by Invision Power Services">Community Forum Software by IP.Board 3.4.4</a>
                                                                          <br>
                              <a href="http://www.15-tronos.net/u117" title="Adaptado por FedeD">Adaptado por Federico "FedeD" Dominguez</a>
                                                                          </p>
               <ul class="ipsList_inline left">
               <li><img src="http://i78.servimg.com/u/f78/18/32/50/20/feed11.png" alt="RSS Feed" id="rss_feed" class="clickable"></li>
               <li><a href="http://www.ipbforumskins.com/skindemo/index.php?app=nexus&module=support&section=new">Contact Us</a></li>
               <li><a rel="nofollow" href="http://www.ipbforumskins.com/skindemo/index.php?/privacypolicy/">Privacy Policy</a></li>
               <li>
                  <a href="http://www.ipbforumskins.com/skindemo/index.php?app=core&module=help" title="View help" rel="help" accesskey="6">Help</a>
               </li>
            </ul>
         </div>
</div> 
</html>

http://graphicsalliance.forumtl.com/
#10

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Fri Sep 19, 2014 4:38 am

 
wait wrong xD thats footer end xD

http://graphicsalliance.forumtl.com/
#11

OfflineSponsored content


 

Posted

 

Message (Page 1 of 2)


    Go to page : 1, 2  Next


Share Topics Url

Url
BBcode
HTML

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

 
  • Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com


Social Academy Forum
© Social Academy 2013-2022