11 May 2025 23:23:19
Good Night!

  Strony: [1] 2  Wszystkie   Bottom Do dołu
   Drukuj   
ico Autor    
[EN] [ES] [PT] [IT] [DE] [FR] [NL] [TR] [SR] [RU]
     Topic: Nowe przyciski theme Urban  [Przeczytany 14924 razy]
0 użytkowników i 1 Gość przegląda ten wątek.
Customer
*
Offline
26.02.2011 19:59:04
Topic Starter
 Poland Mężczyzna
Poland
  WWW
DATA: [14.07.2009 18:17:57] Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg879#msg879  
Witam mam problem z  przyciskami niemoge dodać przycisku Forum i Galeria moze ktoś mi by pomógł pozdro.

Oto kawałek kodu



Code: [select]
// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
   global $context, $settings, $options, $scripturl, $txt;

   // Work out where we currently are.
   $current_action = 'home';
   if (in_array($context['current_action'], array('admin', 'managegames', 'arcadesettings', 'arcadecategory', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers')))
      $current_action = 'admin';
   if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
      $current_action = $context['current_action'];
   if ($context['current_action'] == 'search2')
      $current_action = 'search';
   if ($context['current_action'] == 'theme')
      $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';

   // Are we using right-to-left orientation?
   if ($context['right_to_left'])
   {
      $first = 'last';
      $last = 'first';
   }
   else
   {
      $first = 'first';
      $last = 'last';
   }

   // Show the start of the tab section.
      echo '
         <div id="horiz-menu">
            <ul class="topnav" style="overflow: visible; float: left;">
               <li' , $current_action=='home' ? ' class="active"' : '' , '><a href="', $scripturl, '">' , $txt[103] , '</a>';

                  

               echo '<ul style="overflow: hidden; visibility: visible; opacity: 1;">
                     <li><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>';


                     if ($context['allow_search'])
                  echo '<li' , $current_action=='search' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

                     if ($context['allow_admin'])
                  echo '<li><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>';

                     if ($context['allow_edit_profile'])
                  echo '<li><a href="', $scripturl, '?action=profile">' , $txt[79] , '</a></li>';

                     if ($context['user']['is_logged'] && $context['allow_pm'])
                  echo '<li><a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a></li>';

                     if ($context['allow_calendar'])
                  echo '<li><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';

                     if ($context['allow_memberlist'])
                  echo '<li><a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a></li>';
               echo '</ul>
               </li>';

            echo '<li' , $current_action=='#' ? ' class="active"' : '' , '><a href="#">link</a>
                  <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                     <li><a href="#">Link</a></li>

                     <li><a href="#">Dummy Item 2</a></li>
                   </ul>
               </li>';

            echo '<li' , $current_action=='#' ? ' class="active"' : '' , '><a href="#">przycisk</a>
                  <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                    
                     <li><a href="#">link2</a></li>

                     <li><a href="#">Dummy Item 3</a></li>
                  </ul>
               </li>';

               if ($context['user']['is_logged'])
            echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a></li>';

               if ($context['user']['is_guest'])
               {
                   echo '<li' , $current_action=='login' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=login">' , $txt[34] , '</a>
                              <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                                  <li><a href="', $scripturl, '?action=register">' , $txt[97] , '</a></li>
                              </ul>
               </li>';
               }
         echo '
            </ul>
         </div>';

}


Przy okazji Roco jak zrobiłes w galeri że tak fajnie sie fotka powiększa jakiś mod do tego jest??
Pozdrowionka



Attention! Testing modifications - Steam Profile

IP IP Zapisane

-= Najlepszą obroną jest Atak =-
Administrator
*****
Imagination is more Important than Knowledge
Offline
08.05.2017 21:24:16
 United States Mężczyzna
United States
  WWW
DATA: [14.07.2009 18:32:32] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg880#msg880 Post #1 
Emka!

Nie ma sprawy, tylko jak wyglądają przywiązane akcje? Normalnie button Home to akcja "index.php", jeśli masz stronę główną, to powinno się dopisać akcje do Home i do buttona Forum. Nie wiem czy o to chodzi, ale będę mógł Ci pomóc z tym kodem, dopiero wtedy, kiedy będę wiedział o co chodzi, ok? To samo z Galerią?
Jaka to Galeria, czy jej akcja to ="gallery" ? Bo może to media gallery? Są różne galerie i też nie wiem o jaką chodzi.

Napisz dokładniej jakie mają być buttony i co ma się wydarzać po kliknięciu na te buttony.

Pozdrawiam
roco



Attention! Testing modifications - Steam Profile

IP IP Zapisane
Customer
*
Offline
26.02.2011 19:59:04
Topic Starter
 Poland Mężczyzna
Poland
  WWW
DATA: [14.07.2009 19:03:57] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg881#msg881 Post #2 
tak akcja to gallery i na forum akcja =forum  galerie mam SMF Gallery Lite niewiem czy tobie to wystarczy jak coś to pisz
pozdro



Attention! Testing modifications - Steam Profile

IP IP Zapisane

-= Najlepszą obroną jest Atak =-
Administrator
*****
Imagination is more Important than Knowledge
Offline
08.05.2017 21:24:16
 United States Mężczyzna
United States
  WWW
DATA: [14.07.2009 19:58:39] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg882#msg882 Post #3 
Jeszcze pytanie.. skoro Forum ma akcję forum, to jaka akcję ma Home?

- index.php? (czyli w linku tylko: ', $scripturl, ')
- czy ation=home ? (czyli w linku: ', $scripturl, '?action=home)

Co widzisz w pasku przeglądarki, kiedy jesteś na stylu w którym masz jak powinno być, tj. interesuje mnie co widzisz na końcu linka czyli po "?" po kliknięciu na button Home, a co po kliknięciu na button Forum?

To żaden problem, jednak potrzebne mi dokładne info, dlatego pytam.

Narka
roco



Attention! Testing modifications - Steam Profile

IP IP Zapisane
Customer
*
Offline
26.02.2011 19:59:04
Topic Starter
 Poland Mężczyzna
Poland
  WWW
DATA: [14.07.2009 20:14:52] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg883#msg883 Post #4 
zerknij bo jest tylko index.php          to stronka niewiem czy mozna pokazywac jak cos to usun adres tu            
http://portal.matrixelite.pl/index.php



Attention! Testing modifications - Steam Profile

IP IP Zapisane

-= Najlepszą obroną jest Atak =-
Administrator
*****
Imagination is more Important than Knowledge
Offline
08.05.2017 21:24:16
 United States Mężczyzna
United States
  WWW
DATA: [14.07.2009 21:28:44] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg885#msg885 Post #5 
Spoko, żebyś chociaż coś reklamował.. hehe a Ty pytasz tylko to linka w menu nie? Mozna wsio co się chce ok? przynajmniej na razie, chyba, żeby jacyś ludzie zaczęli się żreć, to insza inszość..

Dobra sorki, ale dziś wszystko robię na raty..

Masz bardzo wygodne menu, gdzie łatwo można dopisywać różne linki.. Ale rozumiem, że chodziło tu o stronę główną, ponieważ masz tam portal.

Link na główną zostawiłem jako Home, natomiast dopisałem Forum.

Podmień sobie kod i sprawdź czy działa, czy nie ma errorów, pisze to z ręki, sadzę, że tak powinno być, ale w tej chwili nie mogę sprawdzić, ponieważ mam włączony inny server, (produkcyjny) i w tej chwili nie mogę swojej testowalni, ok?

Tu podaję Ci kod, pamiętaj, żeby robić wszystko uważnie i pracowac wyłącznie na kopiach.

GeSHi -› Code: [select]
// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
    global $context, $settings, $options, $scripturl, $txt;

    // Work out where we currently are.
    $current_action = 'home';
    if (in_array($context['current_action'], array('admin', 'managegames', 'arcadesettings', 'arcadecategory', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers')))
        $current_action = 'admin';
    if (in_array($context['current_action'], array('search', 'home', 'forum', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
        $current_action = $context['current_action'];
    if ($context['current_action'] == 'search2')
        $current_action = 'search';
    if ($context['current_action'] == 'theme')
        $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
    if ($context['current_action'] == 'home')
        $current_action = 'home';
        if ($context['current_action'] == 'forum')
        $current_action = 'forum';

    // Are we using right-to-left orientation?
    if ($context['right_to_left'])
    {
        $first = 'last';
        $last = 'first';
    }
    else
    {
        $first = 'first';
        $last = 'last';
    }

    // Show the start of the tab section.
    echo '
        <div id="horiz-menu">
            <ul class="topnav" style="overflow: visible; float: left;">
                <li'
, $current_action=='home' ? ' class="active"' : '' , '><a href="', $scripturl, '">' , $txt[103] , '</a></li>
                <li'
, $current_action=='home' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=forum">Forum</a>';

            echo '<ul style="overflow: hidden; visibility: visible; opacity: 1;">
                        <li><a href="'
, $scripturl, '?action=help">' , $txt[119] , '</a></li>';

            if ($context['allow_search'])
                echo '<li' , $current_action=='search' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

            if ($context['allow_admin'])
                echo '<li><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>';

            if ($context['allow_edit_profile'])
                echo '<li><a href="', $scripturl, '?action=profile">' , $txt[79] , '</a></li>';

            if ($context['user']['is_logged'] && $context['allow_pm'])
                echo '<li><a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a></li>';

            if ($context['allow_calendar'])
                echo '<li><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';

            if ($context['allow_memberlist'])
                echo '<li><a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a></li>';
            echo '</ul>
                </li>'
;

        // Drugie menu
        echo '<li' , $current_action=='#' ? ' class="active"' : '' , '><a href="#">link</a>
                    <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                        <li><a href="#">Link</a></li>
                        <li><a href="#">Dummy Item 2</a></li>
                    </ul>
                </li>'
;

        // Trzecie menu
        echo '<li' , $current_action=='#' ? ' class="active"' : '' , '><a href="#">przycisk</a>
                    <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                        <li><a href="#">link2</a></li>
                        <li><a href="#">Dummy Item 3</a></li>
                    </ul>
                </li>'
;

        if ($context['user']['is_logged'])
        echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a></li>';

        if ($context['user']['is_guest'])
        {
            echo '<li' , $current_action=='login' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=login">' , $txt[34] , '</a>
                        <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                            <li><a href="'
, $scripturl, '?action=register">' , $txt[97] , '</a></li>
                        </ul>
                    </li>'
;
        }
        echo '
                </ul>
            </div>'
;

}
// Created by GeSHi 1.0.8.10 | code: -› [code=PHP] | load:0.047s | speed:84.90 KB/s



Załatw to i coś napisz, jak będzie źle to poprawię. Opiszę co zrobiłem również wtedy kiedy będzie na stewke ok.

Pozdrówka
roco



Attention! Testing modifications - Steam Profile

IP IP Zapisane
Customer
*
Offline
26.02.2011 19:59:04
Topic Starter
 Poland Mężczyzna
Poland
  WWW
DATA: [14.07.2009 21:56:58] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg887#msg887 Post #6 
Działa super dzięki wielkie tylko zapomiałeś dodac gallery  Galeria
Pozdrówka



Attention! Testing modifications - Steam Profile

IP IP Zapisane

-= Najlepszą obroną jest Atak =-
Administrator
*****
Imagination is more Important than Knowledge
Offline
08.05.2017 21:24:16
 United States Mężczyzna
United States
  WWW
DATA: [14.07.2009 22:06:38] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg889#msg889 Post #7 
siax! fakt niezaprzeczalny!

Napisz w którym miejscu może zostawić te wolne, rozwijane i dać oddzielnie przed "Link" ?

Napisz gdzie ma być link?

Jestem on-line, to zmienię zaraz..



Attention! Testing modifications - Steam Profile

IP IP Zapisane
Administrator
*****
Imagination is more Important than Knowledge
Offline
08.05.2017 21:24:16
 United States Mężczyzna
United States
  WWW
DATA: [14.07.2009 22:16:47] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg890#msg890 Post #8 
OK, tam jednak było źle, ponieważ powinienem jeszcze ustawic akcję dla forum, a tak jest 2x powtórzone, (w samych linkach), akcja = home..

Dopisałem Ci przed Link, a po Forum, ok?

Oto kod:

GeSHi -› Code: [select]
// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
    global $context, $settings, $options, $scripturl, $txt;

    // Work out where we currently are.
    $current_action = 'home';
    if (in_array($context['current_action'], array('admin', 'managegames', 'arcadesettings', 'arcadecategory', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers')))
        $current_action = 'admin';
    if (in_array($context['current_action'], array('search', 'home', 'forum', 'gallery', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
        $current_action = $context['current_action'];
    if ($context['current_action'] == 'search2')
        $current_action = 'search';
    if ($context['current_action'] == 'theme')
        $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
    if ($context['current_action'] == 'home')
        $current_action = 'home';
    if ($context['current_action'] == 'forum')
        $current_action = 'forum';
    if ($context['current_action'] == 'gallery')
        $current_action = 'gallery';

    // Are we using right-to-left orientation?
    if ($context['right_to_left'])
    {
        $first = 'last';
        $last = 'first';
    }
    else
    {
        $first = 'first';
        $last = 'last';
    }

    // Show the start of the tab section.
    echo '
        <div id="horiz-menu">
            <ul class="topnav" style="overflow: visible; float: left;">
                <li'
, $current_action=='home' ? ' class="active"' : '' , '><a href="', $scripturl, '">' , $txt[103] , '</a></li>
                <li'
, $current_action=='forum' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=forum">Forum</a>';

            echo '<ul style="overflow: hidden; visibility: visible; opacity: 1;">
                        <li><a href="'
, $scripturl, '?action=help">' , $txt[119] , '</a></li>';

            if ($context['allow_search'])
                echo '<li' , $current_action=='search' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>';

            if ($context['allow_admin'])
                echo '<li><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>';

            if ($context['allow_edit_profile'])
                echo '<li><a href="', $scripturl, '?action=profile">' , $txt[79] , '</a></li>';

            if ($context['user']['is_logged'] && $context['allow_pm'])
                echo '<li><a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a></li>';

            if ($context['allow_calendar'])
                echo '<li><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';

            if ($context['allow_memberlist'])
                echo '<li><a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a></li>';
            echo '</ul>
                </li>'
;

        // [Galeria]
        echo '
                <li'
, $current_action=='gallery' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=gallery">Galeria</a></li>';

        // Drugie menu
        echo '<li' , $current_action=='#' ? ' class="active"' : '' , '><a href="#">link</a>
                    <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                        <li><a href="#">Link</a></li>
                        <li><a href="#">Dummy Item 2</a></li>
                    </ul>
                </li>'
;

        // Trzecie menu
        echo '<li' , $current_action=='#' ? ' class="active"' : '' , '><a href="#">przycisk</a>
                    <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                        <li><a href="#">link2</a></li>
                        <li><a href="#">Dummy Item 3</a></li>
                    </ul>
                </li>'
;

        if ($context['user']['is_logged'])
        echo '<li><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a></li>';

        if ($context['user']['is_guest'])
        {
            echo '<li' , $current_action=='login' ? ' class="active"' : '' , '><a href="', $scripturl, '?action=login">' , $txt[34] , '</a>
                        <ul style="overflow: hidden; visibility: visible; opacity: 1;">
                            <li><a href="'
, $scripturl, '?action=register">' , $txt[97] , '</a></li>
                        </ul>
                    </li>'
;
        }
        echo '
                </ul>
            </div>'
;

}
// Created by GeSHi 1.0.8.10 | code: -› [code=PHP] | load:0.049s | speed:86.41 KB/s



Może się okazać, że galleria wymaga czegoś jeszcze, podmień kod, podmień plik i napisz czy jest ok?

Narka
roco



Attention! Testing modifications - Steam Profile

IP IP Zapisane
Customer
*
Offline
26.02.2011 19:59:04
Topic Starter
 Poland Mężczyzna
Poland
  WWW
DATA: [14.07.2009 22:29:52] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg891#msg891 Post #9 
teraz jest super niechcę być natretny ale powiedz mi tylko jeszcze jak zrobiłeś u siebie w galeri ze jak klikne na fotke to się tak fajnie powieksza fotka
Pozdro



Attention! Testing modifications - Steam Profile

IP IP Zapisane

-= Najlepszą obroną jest Atak =-
Administrator
*****
Imagination is more Important than Knowledge
Offline
08.05.2017 21:24:16
 United States Mężczyzna
United States
  WWW
DATA: [14.07.2009 22:34:52] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg892#msg892 Post #10 
Zastosowałem efekt Lightboxa, jednak ostatnia wersja ..jego skrypty gryzą się ze skryptami smf.

W chwili obecnej brak mi na to czasu, ale przypomnij się to pomyśle, co można u Ciebie, ok?

Teraz jest ok? Akcja w linkach powoduje, ze jak np. jesteś na Forum, to link forum jest wyróżniony.. Chciałem się rozpisac, ale to jest tak proste, i wszystko tu jest w tym topie, wystarczy porównać.. Oczywiście w razie niejasności, rozwieje je.

Pozdrawiam
roco



Attention! Testing modifications - Steam Profile

IP IP Zapisane
Customer
*
Offline
26.02.2011 19:59:04
Topic Starter
 Poland Mężczyzna
Poland
  WWW
DATA: [14.07.2009 22:41:58] Odp: Nowe przyciski theme Urban
Link:  http://poligon.ricoroco.com/fora/smf/index.php?topic=311.msg893#msg893 Post #11 
Przypomne sie napewno, teraz wszystko ładnie działa dzieki jeszcze raz za pomoc  drinks zimny browar sie należy
Pozdro



Attention! Testing modifications - Steam Profile

IP IP Zapisane

-= Najlepszą obroną jest Atak =-
Strony: [1] 2  Wszystkie   TOP^Do góry
   Drukuj   
On-Line: 121 Gości, 0 Użytkowników
 
Skocz do:  

Podobne Tematy
  Temat Zaczęty przez Odpowiedzi Wyświetleń Ostatnia wiadomość
normal_post RSS theme z phpBB cieplutki 3 5077 Ostatnia wiadomość 24.06.2009 23:01:47
Autor roco
normal_post RSS Znikające przyciski Sandra 1 3511 Ostatnia wiadomość 07.06.2010 12:03:08
Autor Sandra
* Share this topic...
In a forum
[BBCode]
Code: [select]  -› [ Topic: Nowe przyciski theme Urban ]
[url=http://poligon.ricoroco.com/fora/smf/index.php?topic=311.0]Nowe przyciski theme Urban[/url]
In a site/blog
[xHTML]
Code: [select]  -› [ Topic: Nowe przyciski theme Urban ]
<a href="http://poligon.ricoroco.com/fora/smf/index.php?topic=311.0" target="_blank">Nowe przyciski theme Urban</a>
Geo Visitors Map