+Mixlight Posted April 15, 2014 Report Posted April 15, 2014 Salut am urmat un tutorial in care sa-mi arate subforumul in trei coloane , a mers numa si si la HOOK (Recent Topics) imi apar in trei coloane si arata oribil, stiti cum as putea rezolva ?
+Al3x Posted April 15, 2014 Report Posted April 15, 2014 AdminCP > Look & Feel > (choose skin) > ipb_styles.css Adaga jos de tot table.ipb_table ol.subforums1 {margin-top: 3px;float: left;width: 33%;}table.ipb_table ol.subforums1 li{background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;padding: 0 15px 0 15px;margin: 0;float: left;}table.ipb_table .subforums1 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }table.ipb_table ol.subforums2 {width: 33%;overflow: hidden;}table.ipb_table ol.subforums2 li {background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;padding: 0 15px 0 15px;margin: 0;float: left;}table.ipb_table .subforums2 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); }table.ipb_table ol.subforums3 {width: 33%;overflow: hidden;}table.ipb_table ol.subforums3 li {background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%;padding: 0 15px 0 15px;margin: 0;float: left;}table.ipb_table .subforums3 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); } AdminCP > Look & Feel > (choose skin) > Board Index > boardIndexTemplate Inlocuieste <ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'> <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data"> <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='{$__data[1]}'>{$__data[1]}</a> <if test="isNotLast:|: empty($__data[4] )">, </if> </li> </foreach> </ol> Cu <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> DevilArena.Ro | Live The Game With Us Gazduire WebHost Free acum alaturi de noi.
+Mixlight Posted April 15, 2014 Author Report Posted April 15, 2014 Mai lasati topicul putin ca am observat ca ele se modifica in timp
+Al3x Posted April 15, 2014 Report Posted April 15, 2014 dami add pe cs_prowinter te ajut eu sa rezolvi!! DevilArena.Ro | Live The Game With Us Gazduire WebHost Free acum alaturi de noi.
Moderators Courage Posted April 16, 2014 Moderators Report Posted April 16, 2014 Ai adaugat codul in ipb_styles.css ?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now