Usuniecie rogu tabelki

Inne  Założony przez  myrym.

wersja skryptu MyBB: 1.8.6
adres forum: cs-dreamhack.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):


chcęusunać te rogi od tabelki żeby pod thead nie było tego . nie wiem czy zrozumiał ktoś mnie  tutaj ss

http://scr.hu/12tx/5sxdx

w szybkich linkach to mam w kontakcie z administracja ,i statystykach użytkownika
global.css linijka 242
.thead {
    background: #273a46 url(../../../images/skillgame/thead.jpg) top left repeat-x;
    color: #ffffff;
    border-bottom: 1px solid #1d2b34;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    font-variant: small-caps;
    -webkit-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
Zamień na:
.thead {
    background: #273a46 url(../../../images/skillgame/thead.jpg) top left repeat-x;
    color: #ffffff;
    border-bottom: 1px solid #1d2b34;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    font-variant: small-caps;
    -webkit-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
nie o to mi chodziło ja chce własnie zaokraglane ale pod nimi zostaje taki cien jakiegos diva czy cos takiego


patrz tutaj
http://scr.hu/12tx/5sxdx
a tutaj juz ich nie ma i nie ma tego bocznego obramowania nie wiem jak to fachowo nazwać
http://scr.hu/12tx/9aahz

//
może jak to usunę to bedzie git :

http://scr.hu/12tx/8siim
Mogłeś pisac jaśniej
globsal.css linijka 307
.trow2 {
    background: url(../../../images/skillgame/row_gradient.png) repeat-x top;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #111111;
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
    color: #898989;
    line-height: 17px;
    padding-left: 10px;
    font-weight: normal;
}
Zamień na:
.trow2 {
    background: url(../../../images/skillgame/row_gradient.png) repeat-x top;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #111111;
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
    color: #898989;
    line-height: 17px;
    padding-left: 10px;
    font-weight: normal;
border-radius: 5px 5px 5px 5px;
}
chcesz usunąć border głównych tabeli z sidebaru. Do global.css dodaj
.sidebar .border_table {
 
   bordernone;

„Lecz biorę całą odpowiedzialność na siebie. Być może się pomyliłem. Ale przecież mylić się jest rzeczą ludzką.”
dobra niech zostanie tak jak jest bo zadnego efektu to nie daje .
@myrym dodaj ten mój kod na samą górę global.css i zapisz. Jeśli nie widzisz zmian, to przebuduj pamięć podręczną przeglądarki ;)
„Lecz biorę całą odpowiedzialność na siebie. Być może się pomyliłem. Ale przecież mylić się jest rzeczą ludzką.”
o sory jednak działa , ale w statystykach uzytkownika dalej to jest
http://scr.hu/12tx/8siim
wejdz do szablonu forumteamonline sorki pomylka, to bedzie chyba w index i usun w
<table border="0" cellspacing="0" cellpadding="5" style="width: 100%;
border-left: 1px solid #393939;
border-right: 1px solid #393939;
border-bottom: 1px solid #393939;">
to
border-left: 1px solid #393939;
border-right: 1px solid #393939;
border-bottom: 1px solid #393939;
moj index nic takiego nie ma w nim co pisałeś @up 


<html>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
 
  lang.no_new_posts "{$lang->no_new_posts}";
 
  lang.click_mark_read "{$lang->click_mark_read}";
// -->
</script>
</
head>
<
body>
{
$header}
{
$serversboard}

<
class="buttons" style="float: right;"><class="fa fa-angle-right"></i></a>
<
class="clickedbuttons" style="float: right;"><class="fa fa-angle-left"></i></a>
<
div class="forums" style="float: left;width: 80%;">
{
$dvz_shoutbox}
{
$dvz_stream}
 
 
{$forums}

</
div>
<
div class="sidebar" style="float: right;width: 19%;">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder border_table" style="clear: both;">
<
tr>
<
td class="thead" colspan="2">
<
center>Szybkie linki</center>
</
td>
</
tr>
<
tr>
<
td class="trow2">
<
div class= "slink2"><a href"tutaj link do strony" style"color: white; !important!;">Wstaw tekst</a></div>
<
div class= "slink2"><a href"tutaj link do strony" style"color: white; !important!;">Wstaw tekst</a></div>
<
div class= "slink2"><a href"tutaj link do strony" style"color: white; !important!;">Wstaw tekst</a></div>
<
div class= "slink2"><a href"tutaj link do strony" style"color: white; !important!;">Wstaw tekst</a></div>
<
div class= "slink2"><a href"tutaj link do strony" style"color: white; !important!;">Wstaw tekst</a></div>
<
div class= "slink2"><a href"tutaj link do strony" style"color: white; !important!;">Wstaw tekst</a></div>
</
td>
</
tr>
</
table>
</
div>

<
div class="sidebar" style="float: right;width: 19%;">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder border_table" style="clear: both;">
<
tr>

<
td class="thead" colspan="2">
<
centerKontakt z Administracją  </center>

</
td>
</
tr>
<
tr>
<
td class="trow2">


 
      <img src="http://cs-dreamhack.xaa.pl/uploads/avatars/avatar_1.jpg" alt="" style="border: 1px solid #444;
padding: 1px;float: left;width:50px; height:50px;margin-right: 5px; border-radius: 8px; "
>
 
          <span style="float: left;"><a href="http://cs-dreamhack.xaa.pl/member.php?action=profile&uid=1"><span style="text-shadow: 3px 3px 15px #f60808; color: #f60808; font-weight: bold;">★ Myrym ★</span></a></span><br>
 
         <span style=" float:left; "><img src="http://status.gadu-gadu.pl/users/status.asp?id=7118840&amp;styl=1" alt="GG: 7118840" style="margin-top:2px;width:14px;margin-bottom:-2px;" border="0"GaduGadu:<a href="gg:7118840"7118840</a></span><br <span style=" float:left; "><img src="http://fragzone.pl/images/steam_icon_by_vaksa.png" style="float: left;width: 14px;margin-right: 4px;
margin-top: 2px; style="
floatleft;width14px;margin-right4px;
margin-top2px"> Steam: <a href="https://steamcommunity.com/profiles/76561197967544156/"> Who am I o.O</a></span>

<center><p style="color:#282828;;">_____________________________</p></center>

 
             <img src="http://cs-dreamhack.xaa.pl/uploads/avatars/avatar_2.jpg?" alt="" style="border: 1px solid #444;
padding: 1px;float: left;width:50px; height:50px;margin-right: 5px; border-radius: 8px;"
>
 
          <span style="float: left;"><a href="http://cs-dreamhack.xaa.pl/member.php?action=profile&uid=2"><span style="text-shadow: 3px 3px 15px #f60808; color: #f60808; font-weight: bold;">★ Vegeta ★</span></a></span><br>
 
         <span style=" float:left; "><img src="http://status.gadu-gadu.pl/users/status.asp?id=47084734
&amp;styl=1" 
alt="GG: 47084734
style="margin-top:2px;width:14px;margin-bottom:-2px;" border="0"GaduGadu:<a href="gg:47084734
"
47084734
</a></span><br <span style=" float:left; "><img src="http://fragzone.pl/images/steam_icon_by_vaksa.png" style="float: left;width: 14px;margin-right: 4px;
margin-top: 2px; style="
floatleft;width14px;margin-right4px;
margin-top2px"> Steam: <a href=" http://steamcommunity.com/id/dolnobrzeskijoint/"> Vegeta</a></span>
 
             
              
</td>
{
$forumteamonline}
{
$statsuserlog}
{
$topStats['LastThreads']}
{
$topStats['Posters']}
{
$topStats['Reputation']}
{
$topStats['TimeOnline']}
</
tr>
</
table>
</
div>
 
 


<br class="clear" />
{
$boardstats}
<!--
<
dl class="forum_legend smalltext">
 
  <dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
 
  <dd>{$lang->new_posts}</dd>

 
  <dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
 
  <dd>{$lang->no_new_posts}</dd>

 
  <dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
 
  <dd>{$lang->forum_locked}</dd>

 
  <dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
 
  <dd>{$lang->forum_redirect}</dd>
</
dl>
-->
{
$footer}
</
body>
</
html
//
To tak znalazłem to ale wewnatrz pluginu bo go sam dodawałem i zapisywałem notatnikiem ++   statsuserindex.php zawartosc poprawiona
<?php


if(!defined("IN_MYBB"))
{
   die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

$plugins->add_hook("index_start", "statsuserindex");

function statsuserindex_info()
{
//info
   $website = "https://webboard.pl";
   return array(
       "name"            => "Statystyki użytkownika na stronie głównej",
       "description"    => "---",
       "website"        => "{$website}",
       "author"        => "Snake_",
       "authorsite"    => "{$website}/uzytkownik-snake_19523",
       "version"        => "0.1",
   );
}

function statsuserindex_activate()
{
}
function statsuserindex_deactivate()
{
}

function statsuserindex()
{
   global $mybb, $cache, $statsuserlog, $theme, $groupscache, $lastvisit;
       //ogolna funkcja
       if($mybb->user['uid']) {
           $tekst_wyswietlany_w_thead = "Statystyki użytkownika {$mybb->user['username']}.";
           $nick_usera = build_profile_link(format_name($mybb->user['username'], $mybb->user['usergroup'], $mybb->user['displaygroup']), $mybb->user['uid']);
           $nick_usera = "<span style=\"font-size: 20px;\">{$nick_usera}</span>";
           $avatar_usera = '<img src="' . (empty($mybb->user['avatar']) ? 'images/default_avatar.png' : $mybb->user['avatar']) . '" title="' . $mybb->user['username'] . '" class="avatar_usera"/>';
           $reputacja_usera = $mybb->user['reputation'];        
           $email_usera = "<a href=\"mailto:{$mybb->user['email']}\">{$mybb->user['email']}</a>";
           $postow_usera = $mybb->user['postnum'];
       }
       else {
           $tekst_wyswietlany_w_thead = "Twoje statystyki";
           $nick_usera = "Gość";
           $avatar_usera = '<img src="images/default_avatar.png" class="avatar_usera" />';
           $reputacja_usera = 0;
           $email_usera = "<i>Nie zidentyfikowano</i>";
           $postow_usera = 0;
       }
   

       if(!is_array($groupscache))
                           $groupscache = $cache->read("usergroups");
       
       $grupa_usera = $groupscache[$mybb->user['usergroup']]['title'];

       $ostatnio_tu_bylem = $mybb->user['lastvisit'];
       $ip = $_SERVER['REMOTE_ADDR'];
       
       $statsuserlog = "
<table border=\"0\" cellspacing=\"{$theme['borderwidth']}\" cellpadding=\"{$theme['tablespace']}\"  style=\"width: 100%;\">
<tr>
<td class=\"thead\"><strong>
{$tekst_wyswietlany_w_thead}
</strong></td>
</tr>
<tr>
<td class=\"trow2\">
<div style=\"text-align: center;\">
{$nick_usera}
<br />
<br>
</br>
<div>
{$avatar_usera}
</div>
<br />
<div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Grupa:</div><div class=\"staty_right_a\"> {$grupa_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Reputacja:</div><div class=\"staty_right_a\"> {$reputacja_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Liczba postów:</div><div class=\"staty_right_a\"> {$postow_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">E-mail:</div><div class=\"staty_right_a\"> {$email_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Moje IP:</div><div class=\"staty_right_a\"> {$ip}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Ostatnia wizyta:</div><div class=\"staty_right_a\"> {$lastvisit}</div></div>
</div>
</td>
</tr>
</table>";    
}
?>
co to jest za plugin wyświetlający te statystyki? dodaje on jakiś nowy szablon do Szablony globalne?
Szczerze nie wiem , tu go wyczaiłem https://webboard.pl/thread-58283.html
jak go nie modyfikowałeś to zamien całą zawartość tego pluginu na:
<?php


if(!defined("IN_MYBB"))
{
   die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

$plugins->add_hook("index_start", "statsuserindex");

function statsuserindex_info()
{
//info
   $website = "https://webboard.pl";
   return array(
       "name"            => "Statystyki użytkownika na stronie głównej",
       "description"    => "---",
       "website"        => "{$website}",
       "author"        => "Snake_",
       "authorsite"    => "{$website}/uzytkownik-snake_19523",
       "version"        => "0.1",
   );
}

function statsuserindex_activate()
{
}
function statsuserindex_deactivate()
{
}

function statsuserindex()
{
   global $mybb, $cache, $statsuserlog, $theme, $groupscache, $lastvisit;
       //ogolna funkcja
       if($mybb->user['uid']) {
           $tekst_wyswietlany_w_thead = "Statystyki użytkownika {$mybb->user['username']}.";
           $nick_usera = build_profile_link(format_name($mybb->user['username'], $mybb->user['usergroup'], $mybb->user['displaygroup']), $mybb->user['uid']);
           $nick_usera = "<span style=\"font-size: 20px;\">{$nick_usera}</span>";
           $avatar_usera = '<img src="' . (empty($mybb->user['avatar']) ? 'images/default_avatar.png' : $mybb->user['avatar']) . '" title="' . $mybb->user['username'] . '" class="avatar_usera"/>';
           $reputacja_usera = $mybb->user['reputation'];        
           $email_usera = "<a href=\"mailto:{$mybb->user['email']}\">{$mybb->user['email']}</a>";
           $postow_usera = $mybb->user['postnum'];
       }
       else {
           $tekst_wyswietlany_w_thead = "Twoje statystyki";
           $nick_usera = "Gość";
           $avatar_usera = '<img src="images/default_avatar.png" class="avatar_usera" />';
           $reputacja_usera = 0;
           $email_usera = "<i>Nie zidentyfikowano</i>";
           $postow_usera = 0;
       }
   

       if(!is_array($groupscache))
                           $groupscache = $cache->read("usergroups");
       
       $grupa_usera = $groupscache[$mybb->user['usergroup']]['title'];

       $ostatnio_tu_bylem = $mybb->user['lastvisit'];
       $ip = $_SERVER['REMOTE_ADDR'];
       
       $statsuserlog = "
<table border=\"0\" cellspacing=\"{$theme['borderwidth']}\" cellpadding=\"{$theme['tablespace']}\"  style=\"width: 100%\">
<tr>
<td class=\"tcat\"><strong>
{$tekst_wyswietlany_w_thead}
</strong></td>
</tr>
<tr>
<td class=\"trow1\">
<div style=\"text-align: center;\">
{$nick_usera}
<br />
{$avatar_usera}
</div>
<br />
<div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Grupa:</div><div class=\"staty_right_a\"> {$grupa_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Reputacja:</div><div class=\"staty_right_a\"> {$reputacja_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Liczba postów:</div><div class=\"staty_right_a\"> {$postow_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">E-mail:</div><div class=\"staty_right_a\"> {$email_usera}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Moje IP:</div><div class=\"staty_right_a\"> {$ip}</div></div>
<div class=\"staty_author\"><div class=\"staty_left_a\">Ostatnia wizyta:</div><div class=\"staty_right_a\"> {$lastvisit}</div></div>
</div>
</td>
</tr>
</table>";    
}
?>



Użytkownicy przeglądający ten wątek:

1 gości