Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

AbdulaH9

Użytkownik
  • Postów

    86
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi społeczności

  1. AbdulaH9 odpowiedź w Sidebary się rozlały został oznaczony jako odpowiedź   
    Zła edytacja stylu. Grzebałeś coś w pliku .css?
  2. AbdulaH9 odpowiedź w Sidebary się rozlały został oznaczony jako odpowiedź   
    Zła edytacja stylu. Grzebałeś coś w pliku .css?
  3. AbdulaH9 odpowiedź w Moderator został oznaczony jako odpowiedź   
    Wejdź w fora, a następnie wybierz dane forum o które Ci chodzi:

    Wybierz grupę lub wpisz osobę która ma Ci moderować to forum i kliknij "Dodaj moderatora do wszystkich zaznaczonych for", a po kliknięciu będziesz mógł dostosować ustawienia moderacyjne.
  4. AbdulaH9 odpowiedź w Moderator został oznaczony jako odpowiedź   
    Wejdź w fora, a następnie wybierz dane forum o które Ci chodzi:

    Wybierz grupę lub wpisz osobę która ma Ci moderować to forum i kliknij "Dodaj moderatora do wszystkich zaznaczonych for", a po kliknięciu będziesz mógł dostosować ustawienia moderacyjne.
  5. AbdulaH9 odpowiedź w Dodanie rangi widocznej na stronie głównej został oznaczony jako odpowiedź   
    ACP --> Użytkownicy --> Group Name Indicator --> Hidden Groups dodaj sobie plusem te rangi.
     
  6. AbdulaH9 odpowiedź w Dodanie rangi widocznej na stronie głównej został oznaczony jako odpowiedź   
    ACP --> Użytkownicy --> Group Name Indicator --> Hidden Groups dodaj sobie plusem te rangi.
     
  7. AbdulaH9 odpowiedź w Ranga został oznaczony jako odpowiedź   
    Witaj. Tutaj przygotowałem Ci dwa bity. Jeden jest z rangą (.) a drugi bez:
    Z:
    <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> </ul> <ul class='basic_info'> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='user_fields'> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> <if test="membertitle:|:$author['member_title']"> <li> <span class="ft">Tytuł:</span> <span class="fc">{$author['member_title']}</span> </li> </if> <li> <span class="ft">Grupa:</span> <span class="fc">{$author['_group_formatted']}</span> </li> <if test="postCount:|:$author['member_id']"> <li> <span class="ft">Postów:</span> <span class="fc">{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span> </li> <li> <span class="ft">Reputacja:</span> <span class="fc">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span> </li> </if> <li> <span class="ft">Rejestracja:</span> <span class="fc">{parse date="$author['joined']" format="DATE"}</span> </li> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div> Bez (.):
    <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <if test="rankimage:|:$author['member_rank_img']"> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> </ul> <ul class='basic_info'> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='user_fields'> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> <if test="membertitle:|:$author['member_title']"> <li> <span class="ft">Tytuł:</span> <span class="fc">{$author['member_title']}</span> </li> </if> <li> <span class="ft">Grupa:</span> <span class="fc">{$author['_group_formatted']}</span> </li> <if test="postCount:|:$author['member_id']"> <li> <span class="ft">Postów:</span> <span class="fc">{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span> </li> <li> <span class="ft">Reputacja:</span> <span class="fc">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span> </li> </if> <li> <span class="ft">Rejestracja:</span> <span class="fc">{parse date="$author['joined']" format="DATE"}</span> </li> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div>
  8. AbdulaH9 odpowiedź w Ranga został oznaczony jako odpowiedź   
    Witaj. Tutaj przygotowałem Ci dwa bity. Jeden jest z rangą (.) a drugi bez:
    Z:
    <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> </ul> <ul class='basic_info'> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='user_fields'> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> <if test="membertitle:|:$author['member_title']"> <li> <span class="ft">Tytuł:</span> <span class="fc">{$author['member_title']}</span> </li> </if> <li> <span class="ft">Grupa:</span> <span class="fc">{$author['_group_formatted']}</span> </li> <if test="postCount:|:$author['member_id']"> <li> <span class="ft">Postów:</span> <span class="fc">{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span> </li> <li> <span class="ft">Reputacja:</span> <span class="fc">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span> </li> </if> <li> <span class="ft">Rejestracja:</span> <span class="fc">{parse date="$author['joined']" format="DATE"}</span> </li> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div> Bez (.):
    <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <if test="rankimage:|:$author['member_rank_img']"> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> </ul> <ul class='basic_info'> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='user_fields'> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> <if test="membertitle:|:$author['member_title']"> <li> <span class="ft">Tytuł:</span> <span class="fc">{$author['member_title']}</span> </li> </if> <li> <span class="ft">Grupa:</span> <span class="fc">{$author['_group_formatted']}</span> </li> <if test="postCount:|:$author['member_id']"> <li> <span class="ft">Postów:</span> <span class="fc">{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span> </li> <li> <span class="ft">Reputacja:</span> <span class="fc">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span> </li> </if> <li> <span class="ft">Rejestracja:</span> <span class="fc">{parse date="$author['joined']" format="DATE"}</span> </li> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div>
  9. AbdulaH9 odpowiedź w Secondary Groups Indicator nie działa został oznaczony jako odpowiedź   
    http://forum.invisionize.pl/uploads/imgs/pre_1389028893__12121.png ?
    Jeżeli nic nie pomoże odinstaluj ją i zainstaluj na nowo być może był bug jakiś.
  10. AbdulaH9 odpowiedź w ProMenu stopka został oznaczony jako odpowiedź   
    W globalTemplate jest na 100% tylko poszukaj dokładniej. Pod tym np.
    <!-- Copyright Information -->
  11. AbdulaH9 odpowiedź w Spolszczenie angielskiej wiadomości został oznaczony jako odpowiedź   
    Witaj.
    Odszukaj sobie w pliku globalTemplate, zjedź do tej linijki :
    <!-- ::: MAIN CONTENT AREA ::: --> I będziesz miał poniżej:
    <if test="($this->settings['guestMessage']=='yes') AND !($this->memberData['member_id'])"> <div class='guestMessage'> <strong>Welcome to {$this->settings['board_name']}</strong><br /> Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, <a href='{parse url="app=core&module=global&section=login" base="public"}'>login here</a> - otherwise <a href='{parse url="app=core&module=global&section=register" base="public"}'>create an account</a> for free today! </div> </if>
  12. AbdulaH9 odpowiedź w Spolszczenie angielskiej wiadomości został oznaczony jako odpowiedź   
    Witaj.
    Odszukaj sobie w pliku globalTemplate, zjedź do tej linijki :
    <!-- ::: MAIN CONTENT AREA ::: --> I będziesz miał poniżej:
    <if test="($this->settings['guestMessage']=='yes') AND !($this->memberData['member_id'])"> <div class='guestMessage'> <strong>Welcome to {$this->settings['board_name']}</strong><br /> Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, <a href='{parse url="app=core&module=global&section=login" base="public"}'>login here</a> - otherwise <a href='{parse url="app=core&module=global&section=register" base="public"}'>create an account</a> for free today! </div> </if>
  13. AbdulaH9 odpowiedź w Jak zmienic rozmiar avatara w aplikacji został oznaczony jako odpowiedź   
    Wchodzisz w ustawienia/konfigurację aplikacji następnie znajdź sobie: Avatar size? i wybierz wielkość avatara.
  14. AbdulaH9 odpowiedź w Jak zmienic rozmiar avatara w aplikacji został oznaczony jako odpowiedź   
    Wchodzisz w ustawienia/konfigurację aplikacji następnie znajdź sobie: Avatar size? i wybierz wielkość avatara.
  15. AbdulaH9 odpowiedź w Błąd dostępu do forum został oznaczony jako odpowiedź   
    Masz wszystko napisane jasno.
  16. AbdulaH9 odpowiedź w Błąd dostępu do forum został oznaczony jako odpowiedź   
    Masz wszystko napisane jasno.
  17. AbdulaH9 odpowiedź w Problem z @[nick] został oznaczony jako odpowiedź   
    A prefiksy formatowania grup masz takie same przy H@ i userze czy inne?
    Wgraj sobie ten hook: http://community.invisionpower.com/files/file/4914-tb-group-format/
    A także zobacz sobie ten temat: http://forum.invisionize.pl/tutorials/article/37-formatowanie-nicku-po-naci%C5%9Bni%C4%99ciu/
  18. AbdulaH9 odpowiedź w Problem z @[nick] został oznaczony jako odpowiedź   
    A prefiksy formatowania grup masz takie same przy H@ i userze czy inne?
    Wgraj sobie ten hook: http://community.invisionpower.com/files/file/4914-tb-group-format/
    A także zobacz sobie ten temat: http://forum.invisionize.pl/tutorials/article/37-formatowanie-nicku-po-naci%C5%9Bni%C4%99ciu/
  19. AbdulaH9 odpowiedź w Dodatkowa grupa użytkownika został oznaczony jako odpowiedź   
    http://community.invisionpower.com/files/file/5054-secondary-groups-in-member-list-search-results/
  20. AbdulaH9 odpowiedź w Dodatkowa grupa użytkownika został oznaczony jako odpowiedź   
    http://community.invisionpower.com/files/file/5054-secondary-groups-in-member-list-search-results/
  21. AbdulaH9 odpowiedź w Tabelka serwerów HTML został oznaczony jako odpowiedź   
    A spróbuj tą wkleić tak jak pisałeś wyżej tzn. w globalTemplate i przez <!-- ::: MAIN CONTENT AREA ::: --><!-- Skin by FinalPrestige.net -->
    <!-- POCZATEK TABELI SERWEROW --> <div class="category_block block_wrap" id='category_servers'> <h3 id="category_servers" class="maintitle"><a class="toggle right" href="#" title="Zmień widoczność tej kategorii">Zmień widoczność tej kategorii</a>Serwery Twoja Nazwa Sieci</h3> <div class="table_wrap"> <tbody align="center">   <div style='text-align:center'> <tbody><tr class="row2"><td><table class="ipb_table">  <tbody><tr>  <td align="center" class="row1"><b>       ID     </b></td>  <td align="center" class="row1"><b>       Typ</b></td>  <td align="center" class="row1"><b>       Nazwa     </b></td>  <td align="center" class="row1"><b>       IP Serwera     </b></td>  <td align="center" class="row1"><b>       Monitoring     </b></td>  <td align="center" class="row1"><b>                    HLTV</b></td>  <td align="center" class="row1"><b>       GameTracker</b></td>  <td align="center" class="row1"><b>       Połącz</b></td>  </tr>  <tr>  <td align="center" class="row1">1</td>  <td style="white-space:nowrap; text-align:center" class="row1"><img src="http://img708.imageshack.us/img708/8170/rg3m.png"></img>     </td> <td align="center" class="row1">Nazwa sieci     <b>       [Nazwa Moda]</b></td>  <td align="center" class="row1">Adres IP</td>  <td align="center" class="row1"><img width="350" height="20" border="0" alt="" src="http://cache.www.gametracker.com/server_info/IP Serwera/b_350_20_1B1D1C_1B1D1C_FFFFFF_1B1D1C.png"></td>  <td align="center" class="row1"> <p align="left"><a href="Link do demek" class="ipsButton_secondary" style="font-size: 0.8em;padding: 0 5px;"><img src="http://img843.imageshack.us/img843/516/imk0.png" height="16" width="16"> HLTV</a> <td align="center" class="row1"><a href="http://www.gametracker.com/server_info/Adres IP/" class="ipsButton_secondary" style="font-size: 0.8em;padding: 0 5px;"><img src="http://img841.imageshack.us/img841/5056/w63.png" height="16" width="16"> GAMETRACKER</a> <td class="row1" align="center"><a href="steam://connect/Adres IP" class="ipsButton_secondary" style="font-size: 0.8em;padding: 0 5px;"><img src="http://img826.imageshack.us/img826/4109/xaq5.png" height="16" width="16"> STEAM</a> </tr> <tr style="white-space:nowrap">  </tr> </tr>   </tr> </tbody></table></td></tr>   </div> </tbody> </div> </div> </br> <!-- KONIEC TABELI SERWERóW -->
  22. AbdulaH9 odpowiedź w Tabelka serwerów HTML został oznaczony jako odpowiedź   
    A spróbuj tą wkleić tak jak pisałeś wyżej tzn. w globalTemplate i przez <!-- ::: MAIN CONTENT AREA ::: --><!-- Skin by FinalPrestige.net -->
    <!-- POCZATEK TABELI SERWEROW --> <div class="category_block block_wrap" id='category_servers'> <h3 id="category_servers" class="maintitle"><a class="toggle right" href="#" title="Zmień widoczność tej kategorii">Zmień widoczność tej kategorii</a>Serwery Twoja Nazwa Sieci</h3> <div class="table_wrap"> <tbody align="center">   <div style='text-align:center'> <tbody><tr class="row2"><td><table class="ipb_table">  <tbody><tr>  <td align="center" class="row1"><b>       ID     </b></td>  <td align="center" class="row1"><b>       Typ</b></td>  <td align="center" class="row1"><b>       Nazwa     </b></td>  <td align="center" class="row1"><b>       IP Serwera     </b></td>  <td align="center" class="row1"><b>       Monitoring     </b></td>  <td align="center" class="row1"><b>                    HLTV</b></td>  <td align="center" class="row1"><b>       GameTracker</b></td>  <td align="center" class="row1"><b>       Połącz</b></td>  </tr>  <tr>  <td align="center" class="row1">1</td>  <td style="white-space:nowrap; text-align:center" class="row1"><img src="http://img708.imageshack.us/img708/8170/rg3m.png"></img>     </td> <td align="center" class="row1">Nazwa sieci     <b>       [Nazwa Moda]</b></td>  <td align="center" class="row1">Adres IP</td>  <td align="center" class="row1"><img width="350" height="20" border="0" alt="" src="http://cache.www.gametracker.com/server_info/IP Serwera/b_350_20_1B1D1C_1B1D1C_FFFFFF_1B1D1C.png"></td>  <td align="center" class="row1"> <p align="left"><a href="Link do demek" class="ipsButton_secondary" style="font-size: 0.8em;padding: 0 5px;"><img src="http://img843.imageshack.us/img843/516/imk0.png" height="16" width="16"> HLTV</a> <td align="center" class="row1"><a href="http://www.gametracker.com/server_info/Adres IP/" class="ipsButton_secondary" style="font-size: 0.8em;padding: 0 5px;"><img src="http://img841.imageshack.us/img841/5056/w63.png" height="16" width="16"> GAMETRACKER</a> <td class="row1" align="center"><a href="steam://connect/Adres IP" class="ipsButton_secondary" style="font-size: 0.8em;padding: 0 5px;"><img src="http://img826.imageshack.us/img826/4109/xaq5.png" height="16" width="16"> STEAM</a> </tr> <tr style="white-space:nowrap">  </tr> </tr>   </tr> </tbody></table></td></tr>   </div> </tbody> </div> </div> </br> <!-- KONIEC TABELI SERWERóW -->
  23. AbdulaH9 odpowiedź w Urodziny - modyfikacja został oznaczony jako odpowiedź   
    http://community.invisionpower.com/files/file/5640-portal-plugin-upcoming-birthdays/
  24. AbdulaH9 odpowiedź w Urodziny - modyfikacja został oznaczony jako odpowiedź   
    http://community.invisionpower.com/files/file/5640-portal-plugin-upcoming-birthdays/
  25. AbdulaH9 odpowiedź w Tabelka Serwerów IPB został oznaczony jako odpowiedź   
    Czemu próbujesz zdobyć moją tabelkę na siłę. Napisałem Ci na gg, że jedynie Ci mogę ją sprzedać albo możesz sobie ją sam napisać w HTML nic trudnego. 
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.