Jump to content

Recommended Posts

Posted

<if test="$this->settings['hoverDescriptions']='no'"></if>
{parse js_module="board"}
{parse variable="sidebar_enabled" default="$show_side_blocks"}
<if test="boardIndexTop:|:true"></if>
<div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if> ipsLayout_largeright clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'>    
    <div id='categories' class='ipsLayout_content clearfix'>
    <!-- CATS AND FORUMS -->
        <if test="cats_forums:|:is_array( $cat_data ) AND count( $cat_data )">
            <foreach loop="categories:$cat_data as $_data">
                <if test="cat_has_forums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )">
                    <div id='category_{$_data['cat_data']['id']}' class='category_block block_wrap'>
                        {parse replacement="header_start"}<h3 class='maintitle'>
                            <a class='toggle right' href='#' title="{parse expression="sprintf( $this->lang->words['toggle_cat'], $_data['cat_data']['name'] )"}">{parse expression="sprintf( $this->lang->words['toggle_cat'], $_data['cat_data']['name'] )"}</a> <a href="{parse url="showforum={$_data['cat_data']['id']}" seotitle="{$_data['cat_data']['name_seo']}" template="showforum" base="public"}" title='{parse expression="sprintf( $this->lang->words['view_cat'], $_data['cat_data']['name'] )"}'>{$_data['cat_data']['name']}</a>
                        </h3>{parse replacement="header_end"}
                        <div class='ipsBox table_wrap removeDefault'>
                            <div class='ipsBox_container'>
                                <table class='ipb_table' summary="{$this->lang->words['forums_in_cat']} '{$_data['cat_data']['name']}'">
                                    <tr class='header hide'>
                                        <th scope='col' class='col_c_icon'>&nbsp;</th>
                                        <th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th>
                                        <th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th>
                                        <if test="canSeeLastInfoHeader:|:$this->memberData['gbw_view_last_info']"><th scope='col' class='col_c_post'>{$this->lang->words['last_post_info']}</th></if>
                                    </tr>
                                    <!-- / CAT HEADER -->
                                    <foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data">
                                        <if test="forumRedirect:|:$forum_data['redirect_on']">
                                            <tr class='redirect_forum' id='f_{$forum_data['id']}'>
                                                <td class='col_c_icon'>
                                                    <img src='{$this->settings['img_url']}/f_redirect.png' />
                                                </td>
                                                <td <if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if> class='col_c_forum'>
                                                    <h4 class='forum_name'><strong><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$forum_data['name']}'>{$forum_data['name']}</a></strong></h4>
                                                    <if test="$forum_data['description']"><if test="$this->settings['hoverDescriptions']=='yes'"><span class='forum_desc_pos'><span class='forum_desc_con'><span class='forum_description'>{$forum_data['description']}</span></span></span><else /><p class='desc forum_desc'>{$forum_data['description']}</p></if></if>
                                                </td>
                                                <td class='desc'>
                                                    <ul class='last_post ipsType_small'>
                                                                                    <li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li>
                                                                                </ul>
                                                </td>
                                            </tr>
                                        <else />
                                            <tr class='<if test="hasUnreadClass:|:$forum_data['_has_unread']">unread<else />notnew</if>'>
                                                <td class='col_c_icon'>
                                                    <if test="hasUnread:|:$forum_data['_has_unread']">
                                                        <a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=forum&amp;forumid={$forum_data['id']}&amp;returntoforumid={$this->request['f']}&amp;i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'><img src='{$this->settings['img_url']}/f_icon.png' /></a>
                                                    <else />
                                                        <img src='{$this->settings['img_url']}/f_icon_read.png' />
                                                    </if>
                                                </td>
                                                <td class='col_c_forum'>
                                                    
                                                    <h4 class='forum_name'>
                                                        <if test="hasQueuedAndCanSeeIcon:|:!empty($forum_data['_has_queued_and_can_see_icon'])">
                                                            <a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=unapproved" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['view_unapproved']}' class='ipsBadge ipsBadge_orange' data-tooltip="{parse expression="sprintf( $this->lang->words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}" style='vertical-align: top'>{$this->lang->words['f_queued_badge']}</a>
                                                        </if>
                                                        <strong class='highlight_unread'><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$forum_data['name']}'>{$forum_data['name']}</a></strong>
                                                    </h4>

                                                    <if test="$forum_data['description']"><if test="$this->settings['hoverDescriptions']=='yes'"><span class='forum_desc_pos'><span class='forum_desc_con'><span class='forum_description'>{$forum_data['description']}</span></span></span><else /><p class='desc forum_desc'>{$forum_data['description']}</p></if></if>        

                                                    <if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">
                                                        <ol class='ipsList_inline ipsType_small subforums2' id='subforums_{$forum_data['id']}'><foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"></ol> <ol class='ipsList_inline ipsType_small subforums3' id='subforums_{$forum_data['id']}'><if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if></foreach></ol> <ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'><foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"></ol> <ol class='ipsList_inline ipsType_small subforums1' id='subforums_{$forum_data['id']}'><if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li></foreach></ol>
                                                    </if>
                                                                                    
                                                </td>
                                                <td class='col_c_stats ipsType_small'>
                                                    <ul>
                                                        <li>{$forum_data['topics']} {$this->lang->words['topics']}</li>
                                                        <li>{$forum_data['posts']} {$this->lang->words['replies']}</li>
                                                    </ul>
                                                </td>
                                                <if test="canSeeLastInfo:|:$this->memberData['gbw_view_last_info']">
                                                <td class='col_c_post'>
                                                    <if test="hideLastInfo:|:$forum_data['hide_last_info']">
                                                        <ul class='last_post'>
                                                            <li class='desc lighter'><em>{$this->lang->words['f_protected']}</em></li>
                                                        </ul>
                                                    <else />
                                                        {parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => sprintf( $this->lang->words['bindex_userphoto_alt'], $forum_data['last_title'], $forum_data['members_display_name'] ) )"}
                                                        <ul class='last_post ipsType_small'>
                                                            <if test="!$forum_data['last_id']">
                                                                <li class='desc lighter'><em>{$this->lang->words['f_none']}</em></li>
                                                            <else />
                                                                <li>
                                                                    <span class='highlight_unread'>{$forum_data['last_topic_title']}</span>
                                                                </li>
                                                                <li>
                                                                    <span class='desc lighter blend_links'>
                                                                    <if test="hideDateUrl:|:$forum_data['_hide_last_date']">
                                                                        {parse date="$forum_data['last_post']" format="DATE"}
                                                                    <else />
                                                                        <a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a>
                                                                    </if></span>
                                                                    <if test="lastPosterID:|:$forum_data['last_poster_id']">
                                                                        {$this->lang->words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}
                                                                    </if>
                                                                </li>
                                                            </if>
                                                            
                                                        </ul>
                                                    </if>
                                                </td></if>
                                            </tr>
                                        </if>
                                    </foreach>
                                </table>
                            </div>
                        </div>{parse replacement="box_end"}
                        <br />
                    </div>
                </if>
            </foreach>
        </if>
          </div>

     </div>

</div>
    <if test="sideBarEnabled2:|:$this->templateVars['sidebar_enabled']">
        <div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>
<div class="ipsSideBlock clearfix __xXcolaborator20tni20systems">
          <h3 id="anonymous_element_221"><a href="#" class="ipsSidebar_trigger ipsType_smaller right desc mod_links">×</a>Colaborator TNI Systems</h3>
<center><a data-ipb="nomediaparse" href="http://www.tni.ro/"></a><div class="tnisol"><a data-ipb="nomediaparse" href="http://www.tni.ro/"><p class="p1"> <img src="http://realcs.ro/forum/public/style_images/realcsro/tni.png"> </p> <p class="p2"> ACCESEAZĂ </p></a></div></center>

<style>
.tnisol{
width: 230px;
height: 100px;
overflow:hidden;
}
.tnisol .p1, .krondsol .p2{transition: all 0.5s;}
.tnisol:hover .p1{
margin-top: -100px;
}
.tnisol .p2{
text-align: center;
width: 230px;
height: 50px;
line-height: 50px;
font-size: 10px;
font-weight: bold;
background: #1a1a1a url("http://realcs.ro/forum/public/style_images/realcsro/acceseaza.png") center no-repeat;
}
.tnisol .p2:hover{
box-shadow:inset 0px -3px 0px;
}
</style>
</div>
<div class='ipsSideBlock clearfix'>
          <h3>Welcome, <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> {$this->memberData['members_display_name']}</a></h3>
<div class='_sbcollapsable'>

<center>
<if test="$this->memberData['title'] != ''">
<div class="logoutprof"> {$this->memberData['title']} </div><br />
</if>
<br />
<center><a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'>
<img class="sidebaravt" src='{$this->memberData['pp_main_photo']}'></a>
<br /><br /></center>
<center><a class="messnote" data-clicklaunch="getInboxList" id='inbox_link' href='{parse url="app=members&amp;module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'><img src="{style_images_url}/clear.gif" alt="" /><if test="notifications:|:$this->memberData['msg_count_new']"><span class='ipsHasNotifications3'>{$this->memberData['msg_count_new']}</span></if>&nbsp;</a><a class="messnote" data-clicklaunch="getNotificationsList" id='notify_link' href="{parse url="app=core&amp;module=usercp&amp;area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"><img src="{style_images_url}/clear.gif" alt="" /><if test="notifications:|:$this->memberData['notification_cnt']"><span class='ipsHasNotifications3'>{$this->memberData['notification_cnt']}</span></if>&nbsp;</a></center>
<div class="pairsJustified">
<dt><i class="fa fa-users"> </i>  Grup:</dt> <dd><span style=' font-size: 11px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span></dd><br></div>

<div class="pairsJustified">
<dt><i class="fa fa-comments"> </i>  Posturi: </dt> <dd>{$this->memberData['posts']}</dd><br></div>
<div class="pairsJustified">
<dt><i class="fa fa-eye"> </i>  Vizualizări profil:</dt> <dd>{$this->memberData['members_profile_views']}</dd><br></div>
<div class="pairsJustified">
<dt><i class="fa fa-user"> </i>  Număr Membru:</dt> <dd>{$this->memberData['member_id']}</dd><br></div>
<div class="pairsJustified">
<dt><i class="fa fa-calendar"> </i>   Înregistrat:</dt> <dd>{parse date="$this->memberData['joined']" format="joined"}</dd><br></div>
<div class="pairsJustified">
<dt><i class="fa fa-info-circle"> </i>  IP-ul tău:</dt> <dd>{$_SERVER['REMOTE_ADDR']}</dd></div>
<br />

<br>
<div id='devil' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">D'Evil</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/vYKXD20.png" /></center></p>
      <p><center><img src="http://i.imgur.com/Z6vG8Ky.png" /></center></p>
    </div>
  </div>
</div>
<div id='elite' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Elite</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/PaHQT1q.png" /></center></p>
    </div>
  </div>
</div>
<div id='jackpot' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Jackpot</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/nVcqO0A.png" /></center></p>
    </div>
  </div>
</div>
<div id='hacker' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Hacker</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/oTmzBAE.png" /></center></p>
    </div>
  </div>
</div>
<div id='bronzee' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Bronze</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/NBaemDV.png" /></center></p>
    </div>
  </div>
</div>

<div id='silverr' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Silver</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/8MAJiHj.png" /></center></p>
    </div>
  </div>
</div>
<div id='goldd' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Gold</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/t1SEEbj.png" /></center></p>
    </div>
  </div>
</div>
<div id='champp' style='display: none; line-height: 1.5;'>
  <strong><div class="achivv">Champ</div></strong>
  <div class='ipsBox'>
    <div class='ipsBox_container ipsPad'>
      <p><center><img src="http://i.imgur.com/VGpqheZ.png" /></center></p>
    </div>
  </div>
</div>
<script type='text/javascript'>
  $('myfunction1').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('devil').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
  $('bronze').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('bronzee').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
  $('myfunction1').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('devil').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
 $('silver').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('silverr').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
  $('gold').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('gold').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
  $('champ').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('champp').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
 $('myfunction3').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('jackpot').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>
<script type='text/javascript'>
 $('myfunction4').observe( 'click', function(e) {
    _var = new ipb.Popup( 'booboo', { type: 'pane',
                           initial: $('hacker').innerHTML,
                           hideAtStart: false} );

    Event.stop(e);

    return false;
  });
</script>

<a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'><div class="logoutprof"><i class="fa fa-user"> </i>   PROFIL</div> </a>


<a href="{parse url="app=core&amp;module=usercp" base="public"}" title="{$this->lang->words['cp_tool_tip']}"><div class="logoutprof"><i class="fa fa-cog"> </i>   SETĂRI </div> </a>


<a href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k={$this->member->form_hash}" base="public"}"><div class="logoutprof"><i class="fa fa-sign-out"> </i>  {$this->lang->words['log_out']} </div></a>

</center>
</div>
</div>

</if>
<div class='ipsSideBlock clearfix'>

    <h3 id="anonymous_element_132">More forum statistics</h3>

    <div class="_sbcollapsable">
   <center>
         <table width="100%" style="border: 1px solid #272727; border-spacing: 0px;">
           <tbody>
           <tr>
             <td style="background: url(http://i.imgur.com/yW1Mq4Y.png);border-bottom: 1px solid #272727; padding: 7px;"><div style="float: left;"><i class="fa fa-plus-square"></i> Subiecte:</div> <div style="float: right;" class="badgeindex">{parse format_number="$this->caches['stats']['total_topics']"}</div></td>
           </tr>
           <tr>
              <td style="background: url(http://i.imgur.com/yW1Mq4Y.png);border-bottom: 1px solid #272727; padding: 7px;"><div style="float: left;"><i class="fa fa-share-square-o"></i> Mesaje:</div> <div style="float: right;" class="badgeindex">{$stats['info']['total_posts']}</div></td>
           </tr>
           <tr>
              <td style="background: url(http://i.imgur.com/yW1Mq4Y.png);border-bottom: 1px solid #272727; padding: 7px;"><div style="float: left;"><i class="fa fa-users"></i> Membri:</div> <div style="float: right;" class="badgeindex">{$stats['info']['mem_count']}</div></td>
           </tr>
           <tr>
           </tr>
           <tr>
              <td style="background: url(http://i.imgur.com/yW1Mq4Y.png);border-bottom: 1px solid #272727; padding: 7px;"><div style="float: left;"><i class="fa fa-eye"></i> Cei mai multi online:</div> <div style="float: right;" class="badgeindex">{$stats['info']['most_online']}</div></td>
           </tr>
<php>$nr_polls = ipsRegistry::DB()->buildAndFetch(array('select'=>'count(*) as nr_polls','from'=>'polls'));</php>
<tr>
              <td style="background: url(http://i.imgur.com/yW1Mq4Y.png); padding: 7px;"><div style="float: left;">
  <i class="fa fa-life-ring"></i> Chestionare:</div> <div style="float: right;" class="badgeindex">{$nr_polls['nr_polls']}</div></td>
</tr>
</tbody></table></center></div> </div>

            <foreach loop="side_blocks:$side_blocks as $block">
                {$block}
            </foreach>

        </div>
        <a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a>
    </if>
</div>
<script type='text/javascript'>
//<![CDATA[
    var markerURL  = ipb.vars['base_url'] + "app=forums&module=ajax&section=markasread&i=1"; // Ajax URL so don't use &amp;
    var unreadIcon = "<img src='{$this->settings['img_url']}/f_icon_read.png' />";
    
    <if test="markercatforums:|:is_array( $cat_data ) AND count( $cat_data )">
        <foreach loop="markercategories:$cat_data as $_data">
            <if test="markerhasforums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )">
                <foreach loop="markerforums:$_data['forum_data'] as $forum_id => $forum_data">
                    <if test="markernotredirect:|:!$forum_data['redirect_on']">
                        <if test="markerhasunread:|:$forum_data['_has_unread']">
    ipb.global.registerMarker( "forum_img_{$forum_data['id']}", "{$forum_data['img_new_post']}", markerURL + "&forumid={$forum_data['id']}" );
                        </if>
                    </if>
                </foreach>
            </if>
        </foreach>
    </if>
//]]>
</script>
<if test="showTotals:|:$this->settings['show_totals']">
    <div id='board_stats'>        
        <ul class='ipsType_small ipsList_inline'>
            <li class='clear'>
                <span class='value'>{$stats['info']['total_posts']}</span>
                {$this->lang->words['total_posts']}
            </li>
            <li class='clear'>
                <span class='value'>{$stats['info']['mem_count']}</span>
                {$this->lang->words['total_members']}
            </li>
            <li class='clear'>
                {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}
                {$this->lang->words['newest_member']}
            </li>
            <li class='clear' data-tooltip="{$stats['info']['most_time']}">
                <span class='value'>{$stats['info']['most_online']}</span>
                {$this->lang->words['online_at_once']}
            </li>
        </ul>
    </div>
</if>
<div id='board_statistics' class='statistics clearfix'>
    <h4 class='statistics_head clearfix'><ul id='stat_links' class='ipsList_inline right ipsType_small'>
        <if test="statsLinks:|:1==1"> <!-- Hook point -->
            <li><a href="{parse url="app=forums&amp;module=extras&amp;section=stats&amp;do=leaders" base="public"}" title="{$this->lang->words['sm_forum_leaders_title']}">{$this->lang->words['sm_forum_leaders']}</a></li>
            <li><a href="{parse url="app=forums&amp;module=extras&amp;section=stats" base="public"}" title="{$this->lang->words['sm_all_posters_title']}">{$this->lang->words['sm_today_posters']}</a></li>
            <li><a href="{parse url="app=members&amp;module=list&amp;max_results=20&amp;sort_key=posts&amp;sort_order=desc&amp;filter=ALL" base="public" seotitle="false"}" title="{$this->lang->words['sm_overall_posters_title']}">{$this->lang->words['sm_overall_posters']}</a></li>
            <if test="reputationEnabled:|:$this->settings['reputation_enabled']">
                <li>
                    <a href="{parse url="app=members&amp;module=reputation&amp;section=most" base="public" template="most_liked" seotitle="most_liked"}">
                        <if test="reputationType:|:$this->settings['reputation_point_types'] == 'like'">
                            {$this->lang->words['most_rep_likes']}
                        <else />
                            {$this->lang->words['most_rep_rep']}
                        </if>
                    </a>
                </li>
            </if>
        </if>
    </ul>
<if test="showActive:|:$this->settings['show_active'] && $this->memberData['gbw_view_online_lists']">{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} {$this->lang->words['active_users']}</if></h4>
    <if test="$this->settings['show_active']"><p class='statistics_brief desc'>
        {parse expression="sprintf( $this->lang->words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"}
        <if test="onlineListEnabled:|:$this->settings['allow_online_list']">&nbsp;&nbsp;<a href='{parse url="app=members&amp;module=online&amp;sort_order=desc" base="public"}'>({$this->lang->words['online_link']})</a> </if>
    </p></if>
    
    <if test="activeNames:|:count($stats['NAMES']) && $this->settings['show_active']">
        <br />
        <p>
            <span class='name'>{parse expression="implode( ",</span> <span class='name'>", $stats['NAMES'] )"}</span>                    
        </p>
    </if>
</div>

Posted

pe care </div> sa il sterg? 


                                            </tr>
                                        </if>
                                    </foreach>
                                </table>    
                                                                                       </div>
                              </div>
                        </div>{parse replacement="box_end"}
                        <br />
                                            </div>
                </if>    
            </foreach>
                </div>
     </div>
</div>
<div class='ipsSideBlock clearfix'>
          <h3>Welcome, <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> {$this->memberData['members_display_name']}</a></h3>
<div class='_sbcollapsable'>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.