Jump to content

Recommended Posts

Posted

Buna,

Am si eu o problema la o tema . dupa importare are un bug la 3 categori de pe Index.  
Ma poate ajuta cineva cu aceasta problema de mai jos.
d8be9c0c4d34ec593be3c381ddea5034.png

Posted (edited)

E doar un sfat, e posibil sa mearga sau nu

1.

  • Dai reparere la baza
  • "Recount & Rebuild Manager" aici ii dai la fiecare in parte
  • "Rebuild Master Skin Data" bifezi si dai rebuild dupacare "Recache Skin Sets" pe tema care o folosesti.

2. Faci un back up la baza de date si il salvezi in pc

3. Din ftp descarci folderul "upload" tot complet  si imaginile de la tema (descarci tot in pc)

4. Stergi tot ce ai in ftp, pui ipb ul din nou, il instalezi pe o baza de date noua

5. Creezi o baza de date noua unde vei da import la cea veche

6. Modifici fisierul "conf_global.php" cu datele de la baza de date noua ( il gasesti in ftp)

7. Copiezi in ftp fisierul upload si imaginile la tema.

8. Stergi prima baza de data pt ca nu mai ai nevoie de ea, la fel si cu a-2a care ai folosito la instalarea ipb ului

Enjoy.

p.s am avut si eu problema asta cand aveam host de la csforce, au multe probleme baietii aia.

Edited by Xep

 

Skype: marianbl7

Posted (edited)

pentru inceput vezi daca e de la tema apoi cauta ce teme vrei tu ))

p.s am avut si eu acel bug si asa am rezolvat, dar poate fi si de la tema.

Edited by Xep

 

Skype: marianbl7

  • Moderators
Posted

Din boardIndexTemplate cred că ar fi problema. M-am uitat pe sursa site-ului şi văd

</ul>
</td>

căzute din cer pe la categoria de servere.

  • Upvote 2
Posted

tema aceasta care la mine arata asa pe alte platforma merge dar la mine asa imi arata.

Posted (edited)

uitativa boardIndxTemplate  

 

				
			&lt;if test="$this-&gt;settings['hoverDescriptions']='no'"&gt;&lt;/if&gt;
			&lt;if test="$this-&gt;settings['removeStatsColumn']='no'"&gt;&lt;/if&gt;
			&lt;if test="$this-&gt;settings['customForumIcons']='no'"&gt;&lt;/if&gt;
			&lt;!-- --&gt;
			{parse js_module="board"}
			{parse variable="sidebar_enabled" default="$show_side_blocks"}
			&lt;if test="boardIndexTop:|:true"&gt;&lt;/if&gt;
			&lt;div id='board_index' class='ipsLayout &lt;if test="sideBarEnabledL:|:$this-&gt;templateVars['sidebar_enabled']"&gt;ipsLayout_withright&lt;/if&gt; ipsLayout_largeright clearfix &lt;if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'"&gt;no_sidebar&lt;/if&gt;'&gt;    
			    &lt;div id='categories' class='ipsLayout_content clearfix'&gt;
			    &lt;!-- CATS AND FORUMS --&gt;
			        &lt;if test="cats_forums:|:is_array( $cat_data ) AND count( $cat_data )"&gt;
			            &lt;foreach loop="categories:$cat_data as $_data"&gt;
			                &lt;if test="cat_has_forums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"&gt;
			                    &lt;div id='category_{$_data['cat_data']['id']}' class='category_block block_wrap'&gt;
			                        {parse replacement="header_start"}&lt;h3 class='maintitle'&gt;
			                            &lt;a class='toggle right' href='#' title="{parse expression="sprintf( $this-&gt;lang-&gt;words['toggle_cat'], IPSText::striptags( IPSText::htmlspecialchars($_data['cat_data']['name'] ) ) )"}"&gt;{parse expression="sprintf( $this-&gt;lang-&gt;words['toggle_cat'], $_data['cat_data']['name'] )"}&lt;/a&gt; &lt;a href="{parse url="showforum={$_data['cat_data']['id']}" seotitle="{$_data['cat_data']['name_seo']}" template="showforum" base="public"}" title='{parse expression="sprintf( $this-&gt;lang-&gt;words['view_cat'], IPSText::striptags( IPSText::htmlspecialchars($_data['cat_data']['name'] ) ) )"}'&gt;{$_data['cat_data']['name']}&lt;/a&gt;
			                        &lt;/h3&gt;{parse replacement="header_end"}
			                        &lt;div class='ipsBox table_wrap removeDefault'&gt;
			                            &lt;div class='ipsBox_container'&gt;
			                                &lt;table class='ipb_table' summary="{$this-&gt;lang-&gt;words['forums_in_cat']} '{$_data['cat_data']['name']}'"&gt;
			                                    &lt;tr class='header hide'&gt;
			                                        &lt;th scope='col' class='col_c_icon'&gt;&amp;nbsp;&lt;/th&gt;
			                                        &lt;th scope='col' class='col_c_forum'&gt;{$this-&gt;lang-&gt;words['cat_name']}&lt;/th&gt;
			                                        &lt;if test="$this-&gt;settings['removeStatsColumn']=='no'"&gt;&lt;th scope='col' class='col_c_stats stats'&gt;{$this-&gt;lang-&gt;words['stats']}&lt;/th&gt;&lt;/if&gt;
			                                        &lt;if test="canSeeLastInfoHeader:|:$this-&gt;memberData['gbw_view_last_info']"&gt;&lt;th scope='col' class='col_c_post'&gt;{$this-&gt;lang-&gt;words['last_post_info']}&lt;/th&gt;&lt;/if&gt;
			                                    &lt;/tr&gt;
			                                    &lt;!-- / CAT HEADER --&gt;
			                                    &lt;foreach loop="forums:$_data['forum_data'] as $forum_id =&gt; $forum_data"&gt;
			                                        &lt;if test="forumRedirect:|:$forum_data['redirect_on']"&gt;
			                                            &lt;tr class='redirect_forum' id='f_{$forum_data['id']}'&gt;
			                                                &lt;td class="col_c_icon"&gt;
			                                                    &lt;if test="$this-&gt;settings['customForumIcons']=='yes'"&gt;
			                                                        &lt;php&gt;
			                                                            $imageURL = "{$this-&gt;settings['img_url']}";
			                                                            $imageFolder = basename($imageURL);
			                                                            $forumId = $forum_data['id'];
			                                                        &lt;/php&gt;
			                                                        &lt;if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"&gt;
			                                                            &lt;img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /&gt;
			                                                        &lt;else /&gt;
			                                                            &lt;img src="{style_images_url}/forum_images/default.png" alt="" /&gt;
			                                                        &lt;/if&gt;                                                        
			                                                    &lt;else /&gt;
			                                                        &lt;div class='icon_awesome_forum_necitit'&gt;&lt;i class="fa fa-external-link" style="color: #76BA6D; border-color: #76BA6D;"&gt;&lt;/i&gt;&lt;/div&gt;
			                                                    &lt;/if&gt;
			                                                &lt;/td&gt;
			                                                &lt;td &lt;if test="$this-&gt;settings['removeStatsColumn']=='no'"&gt;&lt;if test="canSeeLastInfoRedirect:|:$this-&gt;memberData['gbw_view_last_info']"&gt;colspan='2'&lt;/if&gt;&lt;/if&gt; class='col_c_forum'&gt;
			                                                    &lt;h4 class='forum_name'&gt;&lt;strong class='highlight_unread'&gt;&lt;a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'&gt;{$forum_data['name']}&lt;/a&gt;&lt;/strong&gt;&lt;/h4&gt;
			                                                    &lt;if test="$forum_data['description']"&gt;&lt;if test="$this-&gt;settings['hoverDescriptions']=='yes'"&gt;&lt;span class='forum_desc_pos'&gt;&lt;span class='forum_desc_con'&gt;&lt;span class='forum_description'&gt;{$forum_data['description']}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;else /&gt;&lt;p class='desc forum_desc'&gt;{$forum_data['description']}&lt;/p&gt;&lt;/if&gt;&lt;/if&gt;
			                                                &lt;/td&gt;
			                                                &lt;td class='desc'&gt;
			                                                    &lt;ul class='last_post ipsType_small'&gt;
			                                                                                    &lt;li class='desc lighter'&gt;&lt;em&gt;{parse format_number="$forum_data['redirect_hits']"} {$this-&gt;lang-&gt;words['rd_hits']}&lt;/em&gt;&lt;/li&gt;
			                                                                                &lt;/ul&gt;
			                                                &lt;/td&gt;
			                                            &lt;/tr&gt;
			                                        &lt;else /&gt;
			                                            &lt;tr class='&lt;if test="hasUnreadClass:|:$forum_data['_has_unread']"&gt;unread&lt;else /&gt;notnew&lt;/if&gt;'&gt;
			                                                &lt;td class="col_c_icon"&gt;
			                                                    &lt;if test="hasUnread:|:$forum_data['_has_unread']"&gt;
			                                                        &lt;a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&amp;amp;module=forums&amp;amp;section=markasread&amp;amp;marktype=forum&amp;amp;forumid={$forum_data['id']}&amp;amp;returntoforumid={$this-&gt;request['f']}&amp;amp;i=1" base="public"}" data-tooltip="{$this-&gt;lang-&gt;words['bi_markread']}" class='forum_marker'&gt;                                                    
			                                                        &lt;if test="$this-&gt;settings['customForumIcons']=='yes'"&gt;
			                                                            &lt;php&gt;
			                                                                $imageURL = "{$this-&gt;settings['img_url']}";
			                                                                $imageFolder = basename($imageURL);
			                                                                $forumId = $forum_data['id'];
			                                                            &lt;/php&gt;
			                                                            &lt;if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"&gt;
			                                                                &lt;img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /&gt;
			                                                            &lt;else /&gt;
			                                                                &lt;img src="{style_images_url}/forum_images/default.png" alt="" /&gt;
			                                                            &lt;/if&gt;    
			                                                        &lt;else /&gt;
			                                                            &lt;php&gt;
			$icon = 'fa fa-comments';
			switch( $forum_data['id'] )
			{
			case 2: $icon = 'fa fa-pie-chart'; break;
			case 6: $icon = 'fa fa-street-view'; break;
			case 116: $icon = 'fa fa-server'; break;
			case 117: $icon = 'fa fa-microphone'; break;
			case 118: $icon = 'fa fa-steam'; break;
			case 15: $icon = 'fa fa-shield'; break;
			case 119: $icon = 'fa fa-steam'; break;
			case 42: $icon = 'fa fa-question'; break;
			case 39: $icon = 'fa fa-newspaper-o'; break;
			case 40: $icon = 'fa fa-tags'; break;
			case 41: $icon = 'fa fa-globe'; break;
			case 62: $icon = 'fa fa-picture-o'; break;
			case 63: $icon = 'fa fa-smile-o'; break;
			case 64: $icon = 'fa fa-laptop'; break;
			case 65: $icon = 'fa fa-plug'; break;
			case 66: $icon = 'fa fa-toggle-on'; break;
			case 67: $icon = 'fa fa-shopping-cart'; break;
			case 92: $icon = 'fa fa-shield'; break;
			case 69: $icon = 'fa fa-recycle'; break;
			case 7: $icon = 'fa fa-university'; break;
			case 35: $icon = 'fa fa-gamepad'; break;
			case 103: $icon = 'fa fa-star'; break;
			case 153: $icon = 'fa fa-gamepad'; break;
			// etc
			default: break;
			}
			&lt;/php&gt;				
			&lt;div class="icon_awesome_forum_citit"&gt;&lt;i class="{$icon}"&gt;&lt;/i&gt;&lt;/div&gt;
			                                                        &lt;/if&gt;
			                                                        &lt;/a&gt;
			                                                    &lt;else /&gt;
			                                                        &lt;if test="$this-&gt;settings['customForumIcons']=='yes'"&gt;
			                                                            &lt;php&gt;
			                                                                $imageURL = "{$this-&gt;settings['img_url']}";
			                                                                $imageFolder = basename($imageURL);
			                                                                $forumId = $forum_data['id'];
			                                                            &lt;/php&gt;
			                                                            &lt;if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"&gt;
			                                                                &lt;img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" &lt;if test="$this-&gt;memberData['member_id']"&gt;class='fadedForumIcon'&lt;/if&gt; /&gt;
			                                                            &lt;else /&gt;
			                                                                &lt;img src="{style_images_url}/forum_images/default.png" alt="" &lt;if test="$this-&gt;memberData['member_id']"&gt;class='fadedForumIcon'&lt;/if&gt; /&gt;
			                                                            &lt;/if&gt;
			                                                        &lt;else /&gt;
			                                                            &lt;div class='icon_awesome_forum_citit'&gt;&lt;i class="{$icon}"&gt;&lt;/i&gt;&lt;/div&gt;
			                                                        &lt;/if&gt;
			                                                    &lt;/if&gt;
			                                                &lt;/td&gt;
			                                                &lt;td class='col_c_forum' &lt;if test="in_array($forum_data['id'], array(14, 15, 27))"&gt;colspan='4'&lt;/if&gt;&gt;
			                                                    
			                                                    &lt;h4 class='forum_name'&gt;
			                                                        &lt;if test="hasQueuedAndCanSeeIcon:|:!empty($forum_data['_has_queued_and_can_see_icon'])"&gt;
			                                                            &lt;a href='{parse url="showforum={$forum_data['id']}&amp;amp;modfilter=unapproved" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this-&gt;lang-&gt;words['view_unapproved']}' class='ipsBadge ipsBadge_orange' data-tooltip="{parse expression="sprintf( $this-&gt;lang-&gt;words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}" style='vertical-align: top'&gt;{$this-&gt;lang-&gt;words['f_queued_badge']}&lt;/a&gt;
			                                                        &lt;/if&gt;
			                                                        &lt;strong class='highlight_unread'&gt;&lt;a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'&gt;{$forum_data['name']}&lt;/a&gt;&lt;/strong&gt; &lt;if test="$this-&gt;settings['customForumIcons']=='yes'"&gt;&lt;if test="$forum_data['_has_unread']"&gt;&lt;/if&gt;&lt;/if&gt;
			                                                    &lt;/h4&gt;				
			                                                    &lt;if test="$forum_data['description']"&gt;&lt;if test="$this-&gt;settings['hoverDescriptions']=='yes'"&gt;&lt;span class='forum_desc_pos'&gt;&lt;span class='forum_desc_con'&gt;&lt;span class='forum_description'&gt;{$forum_data['description']}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;else /&gt;&lt;p class='desc forum_desc'&gt;{$forum_data['description']}&lt;/p&gt;&lt;/if&gt;&lt;/if&gt;
			&lt;if test="$this-&gt;settings['removeStatsColumn']=='yes'"&gt;&lt;div class='forum_stats'&gt;&lt;span&gt;{$this-&gt;lang-&gt;words['topics']}:&lt;/span&gt; {$forum_data['topics']}  &amp;nbsp; &lt;span&gt;{$this-&gt;lang-&gt;words['replies']}:&lt;/span&gt; {$forum_data['posts']}&lt;/div&gt;&lt;/if&gt;    				
			                                                    &lt;if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"&gt;
			                                                        &lt;ol class='ipsList_inline ipsType_small subforums2' id='subforums_{$forum_data['id']}' &lt;if test='in_array($forum_data['id'], array(14, 15))'&gt;style='width: 25%;'&lt;/if&gt;&gt;
			&lt;foreach loop="subforums:$forum_data['subforums'] as $__id =&gt; $__data"&gt;
			&lt;/ol&gt; 
			&lt;ol class='ipsList_inline ipsType_small subforums3' id='subforums_{$forum_data['id']}' &lt;if test='in_array($forum_data['id'], array(14, 15))'&gt;style='width: 25%;'&lt;/if&gt;&gt;
			&lt;if test="showSubForumsLit:|:$__data[3]"&gt;
			&lt;li class='unread'&gt;
			&lt;else /&gt;
			&lt;li&gt;
			&lt;/if&gt;
			&lt;/foreach&gt;
			&lt;/ol&gt; 
			&lt;ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}' &lt;if test='in_array($forum_data['id'], array(14, 15))'&gt;style='width: 25%;'&lt;/if&gt;&gt;
			&lt;foreach loop="subforums:$forum_data['subforums'] as $__id =&gt; $__data"&gt;
			&lt;/ol&gt; 
			&lt;ol class='ipsList_inline ipsType_small subforums1' id='subforums_{$forum_data['id']}' &lt;if test='in_array($forum_data['id'], array(14, 15))'&gt;style='width: 25%;'&lt;/if&gt;&gt;
			&lt;if test="showSubForumsLit:|:$__data[3]"&gt;
			&lt;li class='unread'&gt;
			&lt;else /&gt;
			&lt;li&gt;
			&lt;/if&gt;
			&lt;a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this-&gt;lang-&gt;words['go_to_forum']}'&gt;{$__data[1]}&lt;/a&gt;
			&lt;/li&gt;
			&lt;/foreach&gt;
			&lt;/ol&gt;
			                                                    &lt;/if&gt;
			                                                                                    
			                                                &lt;/td&gt;
			 &lt;if test="!in_array($forum_data['id'], array(14, 15))"&gt;				
			&lt;php&gt;
			$total_topics_posts = $days = ereg_replace("[^0-9]", "", $forum_data['topics']) + $days = ereg_replace("[^0-9]", "", $forum_data['posts']);				
			
			/*$total_topics_posts = number_format($total_topics_posts, null, '.', '.');*/
			&lt;/php&gt;				
			                                                &lt;if test="$this-&gt;settings['removeStatsColumn']=='no'"&gt;&lt;td class='col_c_stats ipsType_small'&gt;
			                            &lt;if test="!$forum_data['hide_last_info']"&gt;&lt;ul&gt;				
			&lt;center&gt;&lt;li&gt;&lt;font style="font-weight: bold; font-size: 12px;"&gt;{parse expression="$this-&gt;registry-&gt;getClass('class_localization')-&gt;formatNumber( intval( $total_topics_posts ) )"}&lt;/font&gt;&lt;/li&gt;
			&lt;span class="statsText"&gt;topics&lt;/span&gt;&lt;/center&gt;				
			                                                                                     				
			                                                    &lt;/ul&gt;
			                                                &lt;/td&gt;&lt;/if&gt;
			                                                 &lt;if test="canSeeLastInfo:|:$this-&gt;memberData['gbw_view_last_info']"&gt;
			                                                &lt;td class='col_c_post'&gt;
			                                                    &lt;if test="hideLastInfo:|:$forum_data['hide_last_info']"&gt;				
			                                                    &lt;else /&gt;
			&lt;if test="hideTopicInTitle:|:$forum_data['_hide_last_date']"&gt;
			                                                        {parse template="userSmallPhoto" group="global" params="array('member_id' =&gt; $forum_data['last_poster_id'], 'members_seo_name' =&gt; $forum_data['seo_last_name'], 'pp_small_photo' =&gt; $forum_data['pp_small_photo'], 'alt' =&gt; '' )"}
			                                                        &lt;else /&gt;
			                                                        {parse template="userSmallPhoto" group="global" params="array('member_id' =&gt; $forum_data['last_poster_id'], 'members_seo_name' =&gt; $forum_data['seo_last_name'], 'pp_small_photo' =&gt; $forum_data['pp_small_photo'], 'alt' =&gt; sprintf( $this-&gt;lang-&gt;words['bindex_userphoto_alt'], $forum_data['last_title'], $forum_data['members_display_name'] ) )"}
			&lt;/if&gt;
			                                                        &lt;ul class='last_post ipsType_small'&gt;
			                                                            &lt;if test="!$forum_data['last_id']"&gt;
			                                                                &lt;li class='desc lighter'&gt;&lt;em&gt;{$this-&gt;lang-&gt;words['f_none']}&lt;/em&gt;&lt;/li&gt;
			                                                            &lt;else /&gt;
			                                                                &lt;li&gt;
			                                                                    &lt;span class='highlight_unread'&gt;{$forum_data['last_topic_title']} &lt;i id="colci" class="fa fa-chevron-circle-right"&gt;&lt;/i&gt;&lt;/span&gt;
			                                                                &lt;/li&gt;
			                                                                &lt;li&gt;
			                                                                    &lt;span class='desc lighter blend_links'&gt;
			                                                                    &lt;if test="hideDateUrl:|:$forum_data['_hide_last_date']"&gt;
			                                                                        {parse date="$forum_data['last_post']" format="DATE"}
			                                                                    &lt;else /&gt;
			                                                                        &lt;a href='{parse url="showtopic={$forum_data['last_id']}&amp;amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this-&gt;lang-&gt;words['view_last_post']}'&gt;{parse date="$forum_data['last_post']" format="DATE"}&lt;/a&gt;
			                                                                    &lt;/if&gt;&lt;/span&gt;
			                                                                    &lt;if test="lastPosterID:|:$forum_data['last_poster_id']"&gt;
			                                                                        {$this-&gt;lang-&gt;words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}
			                                                                    &lt;/if&gt;
			                                                                &lt;/li&gt;
			                                                            &lt;/if&gt;
			                                                            
			                                                        &lt;/ul&gt;
			                                                    &lt;/if&gt;
			                                                &lt;/td&gt;&lt;/if&gt;&lt;/if&gt;&lt;/if&gt;
			                                            &lt;/tr&gt;
			                                        &lt;/if&gt;
			                                    &lt;/foreach&gt;
			                                &lt;/table&gt;
			                            &lt;/div&gt;
			                        &lt;/div&gt;{parse replacement="box_end"}
			                        &lt;br /&gt;
			                    &lt;/div&gt;
			                &lt;/if&gt;
			            &lt;/foreach&gt;
			        &lt;/if&gt;
			    &lt;/div&gt;
			    &lt;if test="sideBarEnabled2:|:$this-&gt;templateVars['sidebar_enabled']"&gt;
			        &lt;div id='index_stats' class='ipsLayout_right clearfix' &lt;if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'"&gt;style='display: none'&lt;/if&gt;&gt;
			&lt;div class="ipsSideBlock clearfix __xX20official20partners20 __xXd720official20partners20"&gt;
			&lt;h3 id="anonymous_element_327"&gt;&lt;a href="#" class="ipsSidebar_trigger ipsType_smaller right desc mod_links"&gt;×&lt;/a&gt;&lt;a href="#" class="ipsSidebar_trigger ipsType_smaller right desc mod_links"&gt;×&lt;/a&gt; Official Partners &lt;/h3&gt;				
			&lt;figure class="snip1176"&gt;&lt;img src="http://i.imgur.com/M9hPNIc.png" alt="sample80"&gt;
			  &lt;figcaption&gt;
			    &lt;div class="icon"&gt;&lt;span&gt;&lt;i class="fa fa-microphone"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
			    &lt;h2&gt;RADIO&lt;span&gt;BANDIT&lt;/span&gt;&lt;/h2&gt;
			    &lt;div class="caption"&gt;
			      &lt;p&gt;OFFICIAL  PARTENER&lt;/p&gt;
			    &lt;/div&gt;
			  &lt;/figcaption&gt;&lt;a href="http://www.radiobandit.ro" target="_blank"&gt;&lt;/a&gt;
			&lt;/figure&gt;
			&lt;figure class="snip1176"&gt;&lt;img src="http://i.imgur.com/M9hPNIc.png" alt="sample80"&gt;
			  &lt;figcaption&gt;
			    &lt;div class="icon"&gt;&lt;span&gt;&lt;i class="fa fa-star"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
			    &lt;h2&gt;CLAUS&lt;span&gt;WEB&lt;/span&gt;&lt;/h2&gt;
			    &lt;div class="caption"&gt;
			      &lt;p&gt;OFFICIAL  PARTENER&lt;/p&gt;
			    &lt;/div&gt;
			  &lt;/figcaption&gt;&lt;a href="http://clausweb.ro" target="_blank"&gt;&lt;/a&gt;
			&lt;/figure&gt;				
			  				
			
			&lt;/div&gt;
			            &lt;foreach loop="side_blocks:$side_blocks as $block"&gt;
			                {$block}
			            &lt;/foreach&gt;
			        &lt;/div&gt;
			        &lt;a href='#' id='toggle_sidebar' title='{$this-&gt;lang-&gt;words['toggle_sidebar']}' data-closed="{$this-&gt;lang-&gt;words['_laquo']}" data-open="&amp;times;"&gt;&amp;nbsp;&lt;/a&gt;
			    &lt;/if&gt;
			&lt;/div&gt;
			&lt;script type='text/javascript'&gt;
			//&lt;![CDATA[
			    var markerURL  = ipb.vars['base_url'] + "app=forums&amp;module=ajax&amp;section=markasread&amp;i=1"; // Ajax URL so don't use &amp;amp;
			    var unreadIcon = "&lt;i class='fa fa-comments' style='color: #555; border-color: #555;'&gt;&lt;/i&gt;";
			    
			    &lt;if test="markercatforums:|:is_array( $cat_data ) AND count( $cat_data )"&gt;
			        &lt;foreach loop="markercategories:$cat_data as $_data"&gt;
			            &lt;if test="markerhasforums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"&gt;
			                &lt;foreach loop="markerforums:$_data['forum_data'] as $forum_id =&gt; $forum_data"&gt;
			                    &lt;if test="markernotredirect:|:!$forum_data['redirect_on']"&gt;
			                        &lt;if test="markerhasunread:|:$forum_data['_has_unread']"&gt;
			    ipb.global.registerMarker( "forum_img_{$forum_data['id']}", "{$forum_data['img_new_post']}", markerURL + "&amp;forumid={$forum_data['id']}" );
			                        &lt;/if&gt;
			                    &lt;/if&gt;
			                &lt;/foreach&gt;
			            &lt;/if&gt;
			        &lt;/foreach&gt;
			    &lt;/if&gt;
			//]]&gt;
			&lt;/script&gt;
			&lt;if test="showTotals:|:$this-&gt;settings['show_totals']"&gt;
			    &lt;div id='board_stats'&gt;        
			        &lt;ul class='ipsType_small ipsList_inline'&gt;
			            &lt;li class='clear'&gt;
			                &lt;span class='value'&gt;{$stats['info']['total_posts']}&lt;/span&gt;
			                {$this-&gt;lang-&gt;words['total_posts']}
			            &lt;/li&gt;
			            &lt;li class='clear'&gt;
			                &lt;span class='value'&gt;{$stats['info']['mem_count']}&lt;/span&gt;
			                {$this-&gt;lang-&gt;words['total_members']}
			            &lt;/li&gt;
			            &lt;li class='clear'&gt;
			                {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}
			                {$this-&gt;lang-&gt;words['newest_member']}
			            &lt;/li&gt;
			            &lt;li class='clear' data-tooltip="{$stats['info']['most_time']}"&gt;
			                &lt;span class='value'&gt;{$stats['info']['most_online']}&lt;/span&gt;
			                {$this-&gt;lang-&gt;words['online_at_once']}
			            &lt;/li&gt;
			        &lt;/ul&gt;
			    &lt;/div&gt;
			&lt;/if&gt;
			&lt;div id='board_statistics' class='statistics clearfix'&gt;
			    &lt;h4 class='statistics_head clearfix'&gt;&lt;ul id='stat_links' class='ipsList_inline right ipsType_small'&gt;
			        &lt;if test="statsLinks:|:1==1"&gt; &lt;!-- Hook point --&gt;
			            &lt;li&gt;&lt;a href="{parse url="app=forums&amp;amp;module=extras&amp;amp;section=stats&amp;amp;do=leaders" base="public"}" title="{$this-&gt;lang-&gt;words['sm_forum_leaders_title']}"&gt;{$this-&gt;lang-&gt;words['sm_forum_leaders']}&lt;/a&gt;&lt;/li&gt;
			            &lt;li&gt;&lt;a href="{parse url="app=forums&amp;amp;module=extras&amp;amp;section=stats" base="public"}" title="{$this-&gt;lang-&gt;words['sm_all_posters_title']}"&gt;{$this-&gt;lang-&gt;words['sm_today_posters']}&lt;/a&gt;&lt;/li&gt;
			            &lt;li&gt;&lt;a href="{parse url="app=members&amp;amp;module=list&amp;amp;max_results=20&amp;amp;sort_key=posts&amp;amp;sort_order=desc&amp;amp;filter=ALL" base="public" seotitle="false"}" title="{$this-&gt;lang-&gt;words['sm_overall_posters_title']}"&gt;{$this-&gt;lang-&gt;words['sm_overall_posters']}&lt;/a&gt;&lt;/li&gt;
			            &lt;if test="reputationEnabled:|:$this-&gt;settings['reputation_enabled']"&gt;
			                &lt;li&gt;
			                    &lt;a href="{parse url="app=members&amp;amp;module=reputation&amp;amp;section=most" base="public" template="most_liked" seotitle="most_liked"}"&gt;
			                        &lt;if test="reputationType:|:$this-&gt;settings['reputation_point_types'] == 'like'"&gt;
			                            {$this-&gt;lang-&gt;words['most_rep_likes']}
			                        &lt;else /&gt;
			                            {$this-&gt;lang-&gt;words['most_rep_rep']}
			                        &lt;/if&gt;
			                    &lt;/a&gt;
			                &lt;/li&gt;
			            &lt;/if&gt;
			        &lt;/if&gt;
			    &lt;/ul&gt;
			&lt;if test="showActive:|:$this-&gt;settings['show_active'] &amp;&amp; $this-&gt;memberData['gbw_view_online_lists']"&gt;{parse expression="sprintf( $this-&gt;lang-&gt;words['online_right_now'], $stats['TOTAL'] )"} {$this-&gt;lang-&gt;words['active_users']}&lt;/if&gt;&lt;/h4&gt;
			    &lt;if test="$this-&gt;settings['show_active']"&gt;&lt;p class='statistics_brief desc'&gt;
			        {parse expression="sprintf( $this-&gt;lang-&gt;words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"}
			        &lt;if test="onlineListEnabled:|:$this-&gt;settings['allow_online_list']"&gt;&amp;nbsp;&amp;nbsp;&lt;a href='{parse url="app=members&amp;amp;module=online&amp;amp;sort_order=desc" base="public"}'&gt;({$this-&gt;lang-&gt;words['online_link']})&lt;/a&gt; &lt;/if&gt;
			    &lt;/p&gt;&lt;/if&gt;
			    
			    &lt;if test="activeNames:|:count($stats['NAMES']) &amp;&amp; $this-&gt;settings['show_active']"&gt;
			        &lt;br /&gt;
			        &lt;p&gt;
			            &lt;span class='name'&gt;{parse expression="implode( ",&lt;/span&gt; &lt;span class='name'&gt;", $stats['NAMES'] )"}&lt;/span&gt;                    
			        &lt;/p&gt;
			    &lt;/if&gt;
			&lt;/div&gt;				
			

 

Edited by KoKs

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.