K3ny Posted April 11, 2015 Report Posted April 11, 2015 Salut, vreau să modific şi eu lătimea la forum, doar în anumită parte HELP !
+d@niel Posted April 11, 2015 Report Posted April 11, 2015 Se poate prin scoatere sidebar. ACP -» Look & Feel -» Tema ta -» BoardIndex-» BoardIndexTemplate dai search {parse variable="sidebar_enabled" default="$show_side_blocks"} şi înlocuieşti cu {parse variable="sidebar_enabled" default="$hide_side_blocks"} sau
K3ny Posted April 11, 2015 Author Report Posted April 11, 2015 Nu vreau sa scot sidebar, vreau sa latesc aia !
Moderators gadeas Posted April 12, 2015 Moderators Report Posted April 12, 2015 Fara un link spre forumu live e aproape imposibil de aflat, pot fi multe variante, dar cel mai sigur este ca urmatoru cod de la boardIndexTemplate: <div id="board_statistics" class="statistics clearfix"> .. mai mult cod </div> Este bagat in: <div id="categories" class="ipsLayout_content clearfix"> .. mai mult cod </div> Cea ce la un skin normal este chiar afara din bucata aia globala care este: <div id="board_index"> .. mai mult cod </div> PHP Developer - Not available for freelancing right now Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament
K3ny Posted April 13, 2015 Author Report Posted April 13, 2015 gadeas, nu am reuşit, uite aici site www.speciigames.eu/forum şi uită-te jos de tot, vreau să măresc footer-ul
Mitu# Posted April 13, 2015 Report Posted April 13, 2015 În ipb_Styles caută : .statistics_head { și adaugăi float :right(dreapta) sau left(stînga); deci float:left;
Moderators gadeas Posted April 13, 2015 Moderators Report Posted April 13, 2015 Cu float nu va merge lol.. Uitati-va la structura cum e creat inainte sa postati asa random sa incerce sute de solutii. Am văzut mulţi utilizatori care pretind că ştiu ce fac atunci când oferă o soluţie, însă nu fac nimic altceva decât să ofere sfaturi proaste, producând alte erori Exact cum spus mai sus, in boardIndexTemplate, toata bucata de: <div id="board_stats"> .. mai mult cod </div> Si: <div id="board_statistics" class="statistics clearfix"> .. mai mult cod </div> Este bagata in: <div id="board_index"> De aia iti si apare asa. Solutia este sa scoti acele doua div-uri COMPLET in afara lui: <div id="board_index"> Chiar dupa ce se inchide acel div, dai acolo paste la acele doua div-uri si ar trebui sa mearga. PHP Developer - Not available for freelancing right now Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament
K3ny Posted April 16, 2015 Author Report Posted April 16, 2015 gadeas, nu înţeleg ce vrei tu să spui prin alea, am scos alea 2 div-uri şi le-am pus inainte la: <div id="board_index"> Şi am m-ai încercat să pun imediat după <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="category_bp" class="category_block block_wrap"> <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'], IPSText::striptags( IPSText::htmlspecialchars($_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'], IPSText::striptags( IPSText::htmlspecialchars($_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'> </th> <th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th> <if test="$this->settings['removeStatsColumn']=='no'"><th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th></if> <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'> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" /> </if> <else /> <img src='{$this->settings['img_url']}/f_redirect.png' /> </if> </td> <td <if test="$this->settings['removeStatsColumn']=='no'"><if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if></if> class='col_c_forum'> <h4 class='forum_name'><strong class='highlight_unread'><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'] ) )"}'>{$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&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" /> </if> <else /> <img src='{$this->settings['img_url']}/f_icon.png' /> </if> </a> <else /> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" <if test="$this->memberData['member_id']">class='fadedForumIcon'</if> /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" <if test="$this->memberData['member_id']">class='fadedForumIcon'</if> /> </if> <else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /> </if> </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']}&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='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></strong> <if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NOU</span></if> </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="$this->settings['removeStatsColumn']=='yes'"><div class='forum_stats'><span>{$this->lang->words['topics']}:</span> {$forum_data['topics']} <span>{$this->lang->words['replies']}:</span> {$forum_data['posts']}</div> Dar tot nu merge, sunt greu de cap
+Johnny. A. Posted April 16, 2015 Report Posted April 16, 2015 Dupa ma alea 2 le bagi DUPA div-ul de la board_index numa sa nu le mai bagi IN div-ul lui. Dupa ce le-ai bagat DUPA div-ul de la board_index, incearca sa bagi EXACT DEASUPA div-ului de la board_stats un alt </div>
Alexandru C. Posted April 16, 2015 Report Posted April 16, 2015 Dă-mi ce ai în boardindexTemplate , ne-modificat. a lot of bla bla bla...
K3ny Posted April 16, 2015 Author Report Posted April 16, 2015 Uite aici tot boardindexTemplate. <if test="$this->settings['hoverDescriptions']='no'"></if> <if test="$this->settings['removeStatsColumn']='no'"></if> <if test="$this->settings['customForumIcons']='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="category_bp" class="category_block block_wrap"> <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'], IPSText::striptags( IPSText::htmlspecialchars($_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'], IPSText::striptags( IPSText::htmlspecialchars($_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'> </th> <th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th> <if test="$this->settings['removeStatsColumn']=='no'"><th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th></if> <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'> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" /> </if> <else /> <img src='{$this->settings['img_url']}/f_redirect.png' /> </if> </td> <td <if test="$this->settings['removeStatsColumn']=='no'"><if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if></if> class='col_c_forum'> <h4 class='forum_name'><strong class='highlight_unread'><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'] ) )"}'>{$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&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" /> </if> <else /> <img src='{$this->settings['img_url']}/f_icon.png' /> </if> </a> <else /> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" <if test="$this->memberData['member_id']">class='fadedForumIcon'</if> /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" <if test="$this->memberData['member_id']">class='fadedForumIcon'</if> /> </if> <else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /> </if> </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']}&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='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></strong> <if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NOU</span></if> </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="$this->settings['removeStatsColumn']=='yes'"><div class='forum_stats'><span>{$this->lang->words['topics']}:</span> {$forum_data['topics']} <span>{$this->lang->words['replies']}:</span> {$forum_data['posts']}</div></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> <if test="$this->settings['removeStatsColumn']=='no'"><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> <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 /> <if test="hideTopicInTitle:|:$forum_data['_hide_last_date']"> {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' => '' )"} <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'] ) )"} </if> <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']}&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> <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>> <if test="memberbox:|:$this->memberData['member_id']"> <style>.sr{position:absolute;right:15px;}</style> <div class="ipsSideBlock clearfix __xXtwist352statistics"> <h3 id="anonymous_element_352">Bun venit, <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"> <ul class='ipsList_data sb_statistics clearfix'> <center class='desc member_title'> <if test="$this->memberData['title'] != ''"> {$this->memberData['title']}<br /><br /> </if> <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 src='{$this->memberData['pp_main_photo']}'></a> <br /><br /> <span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br /><br /> </center> <li class='clearfix'> <span class='sl'>Mesaje:</span> <span class='sr'>{$this->memberData['posts']}</span> </li> <li class='clearfix'> <span class='sl'>Accesari profil:</span> <span class='sr'>{$this->memberData['members_profile_views']}</span> </li> <li class='clearfix'> <span class='sl'>ID membru:</span> <span class='sr'>{$this->memberData['member_id']}</span> </li> <li class='clearfix'> <span class='sl'>Înregistrat:</span> <span class='sr'>{parse date="$this->memberData['joined']" format="joined"}</span> </li> <li class='clearfix'> <span class='sl'>Reputatie:</span> <span class='sr'><span style='padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px; border-radius: 3px; background: #2b303c; font-size: 10px; color: #fff; '><b>{$this->memberData['pp_reputation_points']}</b></span></span> </li> <li class='clearfix'> <span class='sl'>IP:</span> <span class='sr'>{$_SERVER['REMOTE_ADDR']}</span> </li> </ul> </div> </div> </if> <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> <!-- SIDEBAR BLOCK MANUAL BEGIN --> <div class='ipsSideBlock clearfix'> <h3>Vrei sa donezi?</h3> <div class='_sbcollapsable'> <a href="http://speciigames.eu/forum/index.php?/forum-149/announcement-1-vrei-sa-donezi-pentru-comunitate/'" title="Vrei sa donezi?" target="_blank"><img src="http://i.imgur.com/5Pg0h50.png" width="240"></a> </div> </div> <!-- SIDEBAR BLOCK MANUAL END --> </div> <a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="×"> </a> </if> </div> <script type='text/javascript'> //<![CDATA[ var markerURL = ipb.vars['base_url'] + "app=forums&module=ajax§ion=markasread&i=1"; // Ajax URL so don't use & 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'> {$this->lang->words['total_posts']} <span class='value'>{$stats['info']['total_posts']}</span> </li> <li class='clear'> {$this->lang->words['total_members']} <span class='value'>{$stats['info']['mem_count']}</span> </li> <li class='clear'> {$this->lang->words['newest_member']} {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )} </li> <li class='clear' data-tooltip="{$stats['info']['most_time']}"> {$this->lang->words['online_at_once']} <span class='value'>{$stats['info']['most_online']}</span> </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&module=extras&section=stats&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&module=extras&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&module=list&max_results=20&sort_key=posts&sort_order=desc&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&module=reputation&section=most" base="public" template="most_liked" seotitle="most_liked"}" title="<if test="reputationTypeTitle:|:$this->settings['reputation_point_types'] == 'like'">{$this->lang->words['most_rep_likes']}<else />{$this->lang->words['most_rep_rep']}</if>"> <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']"> <a href='{parse url="app=members&module=online&sort_order=desc" base="public"}' title='{$this->lang->words['online_link']}'>({$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> <div class="ipsAd"><div class="ipsBox_container" style="cursor:auto" title=""> <table class="ipb_table"> <tbody><tr> <td> <table style="background:#222222;height: 85px;margin:0 auto;border-spacing:0;border-collapse:collapse;"> <tr> <right><td id="footer_logo"> <a href="http://speciigames.eu/forum/" target="_blank" title="SpeCiiGameS"><img src="http://i.imgur.com/5KQ5PwP.png" /></a> </td></right> <center> <td id="footer_sites"> <ul> <li><a href="http://speciigames.eu/forum/" title=SpeCiiGameS.Eu>SpeCiiGameS</a></li> <li><a href="http://speciigames.eu/forum/index.php?/members/" title=SpeCiiGameS>Membri</a></li> <li><a href="http://speciigames.eu/forum/index.php?/forum/7-regulament/" title=SpeCiiGameS>Regulament</a></li> <li><a href="http://speciigames.eu/forum/index.php?/forum/6-servere-publice/" title=SpeCiiGameS>Servere Publice</a></li> </ul> </td> </center> <td id="footer_copyright"> <span style="font-size: 10px;color:#ededed;">COPYRIGHT <font color="cf371d">SPECIIGAMES</font> 2015</span><br /> <span style="font-size: 9px;color:#adadad;">TOATE DREPTURILE APARTIN DE <a href="http://speciigames.eu/forum/" title="SpeCiiGameS"><font color="cf371d">SPECIIGAMES.EU</font></a></span><br /> Pentru o vizionare cat mai buna a forum-ului, recomandam utilizarea rezolutiei 1280 x 1024 sau echivalentul in format widescreen si utilizarea browser-ului Google Chrome sau Mozilla Firefox. </td> <td id="footer_social"> <a target="_blank" href="https://www.facebook.com/speciigames"> <img src="http://i.imgur.com/9czBGC6.png"></img> </a> <a target="_blank" href="http://speciigames.eu/forum/"> <img src="http://i.imgur.com/bGI3flo.png"></img> </a> <a target="_blank" href="http://speciigames.eu/forum/"> <img src="http://i.imgur.com/sRMARL9.png"></img> </a> </td> </tr> </table> <div class="ipsAd"><div class="ipsBox_container" style="cursor:auto" title=""> <table class="ipb_table"> <tbody><tr> <td> <center><img src="http://forum.eforienett.ro/parteneri.png"></center> </td></tr></tbody></table></div></div> <div class="error message" style="margin-bottom: 5px"> <marquee onmouseout="this.setAttribute('scrollamount', 6, 0);" onmouseover="this.setAttribute('scrollamount', 0, 0);" direction="left" scrollamount="6"> <span onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=50"style="opacity: 0.6;"> <!-- START PARTENERI --> <!-- LIVE STATS --> <script type="text/javascript" src="http://livestats.ro/monitorizare.php?u=bGs"></script><a href="http://livestats.ro" target="_blank" title="Statistici si Monitorizare Web"><img src="http://livestats.ro/images/brosu.png" width="88" height="31" border="0"></a> <!-- LIVE STATS --> <!-- BALKANPH --> <a href="http://balkanph.ro" target="_blank" title="BalkanPH"><img src="http://i.imgur.com/x9jOHoH.gif" width="88" height="31" border="0"></a> <!-- BALKANPH --> <!-- COMMUNITY --> <a target='_blank' title='Community Fire High Game -FhG.ro' href="http://forum.fhg.ro/" target="_blank"><img src="http://www.groupscomunity.hostgame.ro/images/banners/minibannerfhg.gif" width="88" height="31"></a> </marquee> <!-- STOP PARTENERI --> </span> </div> <style> #footer_logo{ margin-left: 10px; opacity: 0.3; margin-bottom: 7px; transition: opacity 0.5s; } #footer_logo:hover{ opacity: 1; } #footer_sites{ font-size: 12px; color: #a4a5a5; text-transform: uppercase; } #footer_sites ul{ list-style-image: url('http://i.imgur.com/YvLrb5X.png'); } #footer_sites li{ opacity: 0.3; transition: opacity 0.5s; } #footer_sites li:hover{ opacity: 1; } #footer_sites a:link, #footer_sites a:visited{ font-size: 11px; color: #a4a5a5; text-transform: uppercase; text-decoration: none; } #footer_sites a:hover{ color: #d0d0d0; } #footer_copyright{ font-size: 9px; color: #656e6d; font-family: arial; width: 30%; } #footer_copyright a:link, #footer_copyright a:visited{ font-size: 9px; color: #adadad; font-family: arial; text-decoration: none; } #footer_social{ text-align: center; } #footer_social img{ opacity: 0.4; transition: opacity 0.5s; } #footer_social img:hover{ opacity: 1; }
+MadFather Posted April 23, 2015 Report Posted April 23, 2015 S-a gandit cineva ca latimea aia e din cauza banner-ului prea mare din branding ?
Moderators Solution gadeas Posted April 23, 2015 Moderators Solution Report Posted April 23, 2015 S-a gandit cineva ca latimea aia e din cauza banner-ului prea mare din branding ? Nu are legatura pentru ca e din cauza la ce am zis eu. Nu am probat daca ar trebui sa fie asa, doar m-am uitat prin cod, dar na, incercam asa: <if test="$this->settings['hoverDescriptions']='no'"></if> <if test="$this->settings['removeStatsColumn']='no'"></if> <if test="$this->settings['customForumIcons']='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="category_bp" class="category_block block_wrap"> <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'], IPSText::striptags( IPSText::htmlspecialchars($_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'], IPSText::striptags( IPSText::htmlspecialchars($_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'> </th> <th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th> <if test="$this->settings['removeStatsColumn']=='no'"><th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th></if> <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'> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" /> </if> <else /> <img src='{$this->settings['img_url']}/f_redirect.png' /> </if> </td> <td <if test="$this->settings['removeStatsColumn']=='no'"><if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if></if> class='col_c_forum'> <h4 class='forum_name'><strong class='highlight_unread'><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'] ) )"}'>{$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&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" /> </if> <else /> <img src='{$this->settings['img_url']}/f_icon.png' /> </if> </a> <else /> <if test="$this->settings['customForumIcons']=='yes'"> <php> $imageURL = "{$this->settings['img_url']}"; $imageFolder = basename($imageURL); $forumId = $forum_data['id']; </php> <if test="is_file( DOC_IPS_ROOT_PATH . '/' . PUBLIC_DIRECTORY . '/style_images/' . $imageFolder . '/forum_images/' . $forumId . '.png' )"> <img src="{style_images_url}/forum_images/{$forum_data['id']}.png" alt="" <if test="$this->memberData['member_id']">class='fadedForumIcon'</if> /> <else /> <img src="{style_images_url}/forum_images/default.png" alt="" <if test="$this->memberData['member_id']">class='fadedForumIcon'</if> /> </if> <else /> <img src='{$this->settings['img_url']}/f_icon_read.png' /> </if> </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']}&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='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></strong> <if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NOU</span></if> </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="$this->settings['removeStatsColumn']=='yes'"><div class='forum_stats'><span>{$this->lang->words['topics']}:</span> {$forum_data['topics']} <span>{$this->lang->words['replies']}:</span> {$forum_data['posts']}</div></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> <if test="$this->settings['removeStatsColumn']=='no'"><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> <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 /> <if test="hideTopicInTitle:|:$forum_data['_hide_last_date']"> {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' => '' )"} <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'] ) )"} </if> <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']}&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> <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>> <if test="memberbox:|:$this->memberData['member_id']"> <style>.sr{position:absolute;right:15px;}</style> <div class="ipsSideBlock clearfix __xXtwist352statistics"> <h3 id="anonymous_element_352">Bun venit, <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"> <ul class='ipsList_data sb_statistics clearfix'> <center class='desc member_title'> <if test="$this->memberData['title'] != ''"> {$this->memberData['title']}<br /><br /> </if> <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 src='{$this->memberData['pp_main_photo']}'></a> <br /><br /> <span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br /><br /> </center> <li class='clearfix'> <span class='sl'>Mesaje:</span> <span class='sr'>{$this->memberData['posts']}</span> </li> <li class='clearfix'> <span class='sl'>Accesari profil:</span> <span class='sr'>{$this->memberData['members_profile_views']}</span> </li> <li class='clearfix'> <span class='sl'>ID membru:</span> <span class='sr'>{$this->memberData['member_id']}</span> </li> <li class='clearfix'> <span class='sl'>Înregistrat:</span> <span class='sr'>{parse date="$this->memberData['joined']" format="joined"}</span> </li> <li class='clearfix'> <span class='sl'>Reputatie:</span> <span class='sr'><span style='padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px; border-radius: 3px; background: #2b303c; font-size: 10px; color: #fff; '><b>{$this->memberData['pp_reputation_points']}</b></span></span> </li> <li class='clearfix'> <span class='sl'>IP:</span> <span class='sr'>{$_SERVER['REMOTE_ADDR']}</span> </li> </ul> </div> </div> </if> <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> <!-- SIDEBAR BLOCK MANUAL BEGIN --> <div class='ipsSideBlock clearfix'> <h3>Vrei sa donezi?</h3> <div class='_sbcollapsable'> <a href="http://speciigames.eu/forum/index.php?/forum-149/announcement-1-vrei-sa-donezi-pentru-comunitate/'" title="Vrei sa donezi?" target="_blank"><img src="http://i.imgur.com/5Pg0h50.png" width="240"></a> </div> </div> <!-- SIDEBAR BLOCK MANUAL END --> </div> <a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="×"> </a> </if> </div> <script type='text/javascript'> //<![CDATA[ var markerURL = ipb.vars['base_url'] + "app=forums&module=ajax§ion=markasread&i=1"; // Ajax URL so don't use & 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'> {$this->lang->words['total_posts']} <span class='value'>{$stats['info']['total_posts']}</span> </li> <li class='clear'> {$this->lang->words['total_members']} <span class='value'>{$stats['info']['mem_count']}</span> </li> <li class='clear'> {$this->lang->words['newest_member']} {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )} </li> <li class='clear' data-tooltip="{$stats['info']['most_time']}"> {$this->lang->words['online_at_once']} <span class='value'>{$stats['info']['most_online']}</span> </li> </ul> </div> </if> </div> <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&module=extras&section=stats&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&module=extras&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&module=list&max_results=20&sort_key=posts&sort_order=desc&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&module=reputation&section=most" base="public" template="most_liked" seotitle="most_liked"}" title="<if test="reputationTypeTitle:|:$this->settings['reputation_point_types'] == 'like'">{$this->lang->words['most_rep_likes']}<else />{$this->lang->words['most_rep_rep']}</if>"> <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']"> <a href='{parse url="app=members&module=online&sort_order=desc" base="public"}' title='{$this->lang->words['online_link']}'>({$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> <div class="ipsAd"><div class="ipsBox_container" style="cursor:auto" title=""> <table class="ipb_table"> <tbody><tr> <td> <table style="background:#222222;height: 85px;margin:0 auto;border-spacing:0;border-collapse:collapse;"> <tr> <right><td id="footer_logo"> <a href="http://speciigames.eu/forum/" target="_blank" title="SpeCiiGameS"><img src="http://i.imgur.com/5KQ5PwP.png" /></a> </td></right> <center> <td id="footer_sites"> <ul> <li><a href="http://speciigames.eu/forum/" title=SpeCiiGameS.Eu>SpeCiiGameS</a></li> <li><a href="http://speciigames.eu/forum/index.php?/members/" title=SpeCiiGameS>Membri</a></li> <li><a href="http://speciigames.eu/forum/index.php?/forum/7-regulament/" title=SpeCiiGameS>Regulament</a></li> <li><a href="http://speciigames.eu/forum/index.php?/forum/6-servere-publice/" title=SpeCiiGameS>Servere Publice</a></li> </ul> </td> </center> <td id="footer_copyright"> <span style="font-size: 10px;color:#ededed;">COPYRIGHT <font color="cf371d">SPECIIGAMES</font> 2015</span><br /> <span style="font-size: 9px;color:#adadad;">TOATE DREPTURILE APARTIN DE <a href="http://speciigames.eu/forum/" title="SpeCiiGameS"><font color="cf371d">SPECIIGAMES.EU</font></a></span><br /> Pentru o vizionare cat mai buna a forum-ului, recomandam utilizarea rezolutiei 1280 x 1024 sau echivalentul in format widescreen si utilizarea browser-ului Google Chrome sau Mozilla Firefox. </td> <td id="footer_social"> <a target="_blank" href="https://www.facebook.com/speciigames"> <img src="http://i.imgur.com/9czBGC6.png"></img> </a> <a target="_blank" href="http://speciigames.eu/forum/"> <img src="http://i.imgur.com/bGI3flo.png"></img> </a> <a target="_blank" href="http://speciigames.eu/forum/"> <img src="http://i.imgur.com/sRMARL9.png"></img> </a> </td> </tr> </table> <div class="ipsAd"><div class="ipsBox_container" style="cursor:auto" title=""> <table class="ipb_table"> <tbody><tr> <td> <center><img src="http://forum.eforienett.ro/parteneri.png"></center> </td></tr></tbody></table></div></div> <div class="error message" style="margin-bottom: 5px"> <marquee onmouseout="this.setAttribute('scrollamount', 6, 0);" onmouseover="this.setAttribute('scrollamount', 0, 0);" direction="left" scrollamount="6"> <span onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=50"style="opacity: 0.6;"> <!-- START PARTENERI --> <!-- LIVE STATS --> <script type="text/javascript" src="http://livestats.ro/monitorizare.php?u=bGs"></script><a href="http://livestats.ro" target="_blank" title="Statistici si Monitorizare Web"><img src="http://livestats.ro/images/brosu.png" width="88" height="31" border="0"></a> <!-- LIVE STATS --> <!-- BALKANPH --> <a href="http://balkanph.ro" target="_blank" title="BalkanPH"><img src="http://i.imgur.com/x9jOHoH.gif" width="88" height="31" border="0"></a> <!-- BALKANPH --> <!-- COMMUNITY --> <a target='_blank' title='Community Fire High Game -FhG.ro' href="http://forum.fhg.ro/" target="_blank"><img src="http://www.groupscomunity.hostgame.ro/images/banners/minibannerfhg.gif" width="88" height="31"></a> </marquee> <!-- STOP PARTENERI --> </span> </div> <style> #footer_logo{ margin-left: 10px; opacity: 0.3; margin-bottom: 7px; transition: opacity 0.5s; } #footer_logo:hover{ opacity: 1; } #footer_sites{ font-size: 12px; color: #a4a5a5; text-transform: uppercase; } #footer_sites ul{ list-style-image: url('http://i.imgur.com/YvLrb5X.png'); } #footer_sites li{ opacity: 0.3; transition: opacity 0.5s; } #footer_sites li:hover{ opacity: 1; } #footer_sites a:link, #footer_sites a:visited{ font-size: 11px; color: #a4a5a5; text-transform: uppercase; text-decoration: none; } #footer_sites a:hover{ color: #d0d0d0; } #footer_copyright{ font-size: 9px; color: #656e6d; font-family: arial; width: 30%; } #footer_copyright a:link, #footer_copyright a:visited{ font-size: 9px; color: #adadad; font-family: arial; text-decoration: none; } #footer_social{ text-align: center; } #footer_social img{ opacity: 0.4; transition: opacity 0.5s; } #footer_social img:hover{ opacity: 1; } Ar trebui sa fie ok, pare sa fie problema ca ai sters o inchidere de </div> 1 PHP Developer - Not available for freelancing right now Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now