[SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Forumas skirtas klausimams/pamokoms susijusioms su PHP, SQL (MySQL), web technologijomis, HTML, CSS, javascript, turinio valdymo sistemomis ir kita.
User avatar
yangan
Jau po truputį tampa savu
Posts: 116
Joined: 2013 Feb 19 21:08
Skype: cs_compadre
Location: Prienai
Contact:

[SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Post by yangan »

Sveiki, noriu paklausti kaip į PHPBB3 temą Alpha įsidėti papildomų nuorodų į navigacijos meniu? Gal ir neaiškiai paklausiau, bet iš fotografijos tikrai suprasit kas ir kaip:

Image

Google'je radau tik defaultinės temos Prosilver pamoką kaip prisidėti daugiau nuorodų. Reikia ir AmxBans nuorodos, ir paslaugų, o į forumą patį tikrai nenoriu dėti, nors šiuo metu be pasirinkimo esu įdėjęs AmxBans.. :/ gal yra išmanančių šitą dalyką?

Stai headeris:

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"><head> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /><meta http-equiv="content-style-type" content="text/css" /><meta http-equiv="content-language" content="{S_USER_LANG}" /><meta http-equiv="imagetoolbar" content="no" /><meta name="resource-type" content="document" /><meta name="distribution" content="global" /><meta name="keywords" content="" /><meta name="description" content="" />{META}<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title> <!-- IF S_ENABLE_FEEDS -->    <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->    <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->    <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->    <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->    <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->    <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->    <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF --><!-- ENDIF --> <!--    phpBB style name: prosilver    Based on style:   prosilver (this is the default phpBB3 style)    Original author:  Tom Beddard ( http://www.subBlue.com/ )    Modified by:--> <script type="text/javascript">// <![CDATA[    var jump_page = '{LA_JUMP_PAGE}:';    var on_page = '{ON_PAGE}';    var per_page = '{PER_PAGE}';    var base_url = '{A_BASE_URL}';    var style_cookie = 'phpBBstyle';    var style_cookie_settings = '{A_COOKIE_SETTINGS}';    var onload_functions = new Array();    var onunload_functions = new Array();     <!-- IF S_USER_PM_POPUP and S_NEW_PM -->        var url = '{UA_POPUP_PM}';        window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');    <!-- ENDIF -->     /**    * Find a member    */    function find_username(url)    {        popup(url, 760, 570, '_usersearch');        return false;    }     /**    * New function for handling multiple calls to window.onload and window.unload by pentapenguin    */    window.onload = function()    {        for (var i = 0; i < onload_functions.length; i++)        {            eval(onload_functions[i]);        }    };     window.onunload = function()    {        for (var i = 0; i < onunload_functions.length; i++)        {            eval(onunload_functions[i]);        }    }; // ]]></script><script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script><script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript">    $(document).ready(function() {        $('.navigation li:has(> ul)').addClass('parent');    });</script> <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /><link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" /> <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" /><link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" /><link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" /> <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->    <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /><!-- ENDIF --> </head> <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> <div id="wrap">    <a id="top" name="top" accesskey="t"></a>        <div id="banner">            <div class="fl">            <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>        </div>                <div class="fr">            <ul class="userlinks">                <!-- IF S_USER_LOGGED_IN -->                    <li><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li>                    <li><a href="{U_PROFILE}">{L_READ_PROFILE}</a></li>                    <li><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></li>                <!-- ELSE -->                    <li><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></li>                    <!-- IF S_REGISTER_ENABLED -->                        <li><a href="{U_REGISTER}">{L_REGISTER}</a></li>                    <!-- ENDIF -->                       <!-- ENDIF -->            </ul>         </div>                <div class="cb"></div>        </div>        <div class="navigation">        <ul>            <li<!-- IF SCRIPT_NAME neq 'faq' and SCRIPT_NAME neq 'search' and SCRIPT_NAME neq 'memberlist' --> class="active"<!-- ENDIF -->><a href="{U_INDEX}">{L_FORUM}</a></li>            <li<!-- IF SCRIPT_NAME eq 'faq' --> class="active"<!-- ENDIF -->><a href="{U_FAQ}">{L_FAQ}</a></li>            <!-- IF S_DISPLAY_SEARCH -->                <li<!-- IF SCRIPT_NAME eq 'search' --> class="active"<!-- ENDIF -->>                    <a href="{U_SEARCH}">{L_SEARCH}</a>                    <!-- IF S_USER_LOGGED_IN -->                        <ul>                            <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>                            <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>                            <!-- IF S_LOAD_UNREADS -->                                <li><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a></li>                            <!-- ENDIF -->                            <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>                            <li><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>                        </ul>                    <!-- ENDIF -->                </li>            <!-- ENDIF -->            <!-- IF S_DISPLAY_MEMBERLIST -->                <li<!-- IF SCRIPT_NAME eq 'memberlist' --> class="active"<!-- ENDIF -->><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a></li>            <!-- ENDIF -->            <!-- IF U_RESTORE_PERMISSIONS -->                <li><a href="{U_RESTORE_PERMISSIONS}"><span>{L_RESTORE_PERMISSIONS}</span></a></li>            <!-- ENDIF -->             <!-- <li><a href="#">Custom menu item 1</a></li>            <li>                <a href="#">Custom menu item 2</a>                <ul>                    <li><a href="#">drop item 1</a></li>                    <li><a href="#">drop item 2</a></li>                    <li><a href="#">a really long drop item 3</a></li>                    <li><a href="#">drop item 4</a></li>                </ul>            </li> -->                    </ul>        <div class="cb"></div>      </div>     <a name="start_here"></a>    <div id="page-body">        <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->        <div id="information" class="rules">            <div class="inner"><span class="corners-top"><span></span></span>                <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}            <span class="corners-bottom"><span></span></span></div>        </div>        <!-- ENDIF -->                <!-- IF SCRIPT_NAME neq 'index' -->            <div class="breadcrumbs">                <a href="{U_INDEX}">{L_INDEX}</a>                <!-- IF SCRIPT_NAME eq 'viewforum' or SCRIPT_NAME eq 'viewtopic' or SCRIPT_NAME eq 'faq' or SCRIPT_NAME eq 'search' or SCRIPT_NAME eq 'ucp' or SCRIPT_NAME eq 'memberlist' or SCRIPT_NAME eq 'mcp' or SCRIPT_NAME eq 'posting' or SCRIPT_NAME eq 'report' -->                    <!-- BEGIN navlinks -->                        <!-- IF SCRIPT_NAME neq 'posting' and SCRIPT_NAME neq 'report' -->                            <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a>                        <!-- ENDIF -->                    <!-- END navlinks -->                                        <!-- IF SCRIPT_NAME eq 'viewtopic' -->                        <strong>&#8249;</strong> {TOPIC_TITLE}                    <!-- ELSEIF SCRIPT_NAME eq 'faq' -->                        <strong>&#8249;</strong> {L_FAQ}                    <!-- ELSEIF SCRIPT_NAME eq 'search' -->                        <strong>&#8249;</strong> {L_SEARCH}                    <!-- ELSEIF SCRIPT_NAME eq 'ucp' -->                        <strong>&#8249;</strong> {L_PROFILE}                    <!-- ELSEIF SCRIPT_NAME eq 'memberlist' -->                        <strong>&#8249;</strong> {L_MEMBERLIST}                    <!-- ELSEIF SCRIPT_NAME eq 'mcp' -->                        <strong>&#8249;</strong> {L_MCP}                    <!-- ELSEIF SCRIPT_NAME eq 'posting' -->                        <strong>&#8249;</strong> {L_POST}                    <!-- ELSEIF SCRIPT_NAME eq 'report' -->                        <strong>&#8249;</strong> {L_REPORTING_POST}                    <!-- ENDIF -->                 <!-- ENDIF -->            </div>        <!-- ENDIF -->
Image

Image

Image

Image

OriGinal
O taip. Jis jau surinko 50 žinučių!
Posts: 81
Joined: 2011 Mar 12 23:27
Skype: aurintas2

Re: [SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Post by OriGinal »

Susirask

Code: Select all

 <!-- <li><a href="#">Custom menu item 1</a></li><li> 
ir pakeisk į

Code: Select all

 <li><a href="http://since.lt/amxbans">AmxBans</a></li><li><a href="http://since.lt/sms">Paslaugos</a></li><li><a href="#">...</a></li><!-- <li> 

User avatar
yangan
Jau po truputį tampa savu
Posts: 116
Joined: 2013 Feb 19 21:08
Skype: cs_compadre
Location: Prienai
Contact:

Re: [SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Post by yangan »

Įterpiau kaip pasakei, bet nieko neatsirado.

Code: Select all

<!-- <li><a href="http://77.241.192.215/amxbans/ban_list.php">AmxBans</a></li>
Image

Image

Image

Image

User avatar
beast
AMX Mod X ekspertai
Posts: 509
Joined: 2011 Jan 08 18:44
Skype: thefurious4
Contact:

Re: [SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Post by beast »

<!-- nutrink.

User avatar
yangan
Jau po truputį tampa savu
Posts: 116
Joined: 2013 Feb 19 21:08
Skype: cs_compadre
Location: Prienai
Contact:

Re: [SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Post by yangan »

didelis ačiū:)

dar paklaust noriu, ar įmanoma tą tekstą padaryt raudonai ar kokia nors kita spalva?
Image

Image

Image

Image

User avatar
nuodas159
Flooderis arba specialistas
Posts: 522
Joined: 2010 Sep 03 15:30
Skype: nuodas159
Location: SunCity

Re: [SVARBU] PHPBB3 - Navigacijos meniu prasipletimas

Post by nuodas159 »

Įmanomą..

Code: Select all

a {  color: red;} a:hover {  color: red;}
Image

FrankJScott
Gana aktyvus vartotojas
Posts: 415
Joined: 2024 Apr 04 22:28
Skype: asfasf

New Product Website

Post by FrankJScott »

Please try Google before asking about Excellent Product Blog 5e13_59

FrankJScott
Gana aktyvus vartotojas
Posts: 415
Joined: 2024 Apr 04 22:28
Skype: asfasf

Useful Product Website

Post by FrankJScott »

Please try Google before asking about New Product Tips 2675e11

FrankJScott
Gana aktyvus vartotojas
Posts: 415
Joined: 2024 Apr 04 22:28
Skype: asfasf

Recommended Botox Treatment Tips

Post by FrankJScott »

In response to the lady inquiring about how much are botox injections for face, botox natural look, difference in botox and fillers, how often do you need botox for wrinkles, best areas to get botox on face, average amount of botox, best places to get botox on face, average cost per unit for botox, botox cosmetic review, how long has botox been around, I highly suggest this the full details about botox treatment site or what is the use of botox injection, botox care before and after, can botox be used for medical purposes, how much does botox injections cost, botox how many times a year, what can botox do for your face, how much is a typical botox treatment, what is botox and how long does it last, botox injection sites for forehead, botox injections on forehead, not to mention this awesome botox treatment tips as well as botox and botox cosmetic, best botox for forehead, how many days botox take effect, difference botox and fillers, what does botox do to the skin, where in your face can you get botox, what do botox injections cost, what is the difference between botox and dermal fillers, botox forehead lines cost, what happens if you get too much botox, on top of this cool botox treatment forum which is also great. Also, have a look at this had me going about botox treatment site and don't forget what is difference between botox and fillers, how much is one botox shot, fillers vs botox, best brand of botox, does botox help with forehead wrinkles, botox treatment, is botox cheaper than fillers, what is botox procedure, after botox, cost of botox cosmetic injections, not to mention this updated botox treatment site with botox woman, botox can be used for, another name for botox injections, how many units for forehead lines, what is the average units used for botox, how long does forehead botox last, botox long lasting, how much does botox cost in florida, cost of botox injections in face, cheaper than botox, for good measure. Check more @ Top Botox Treatment Site 48d6c1b

FrankJScott
Gana aktyvus vartotojas
Posts: 415
Joined: 2024 Apr 04 22:28
Skype: asfasf

Top Gampang Menang Maxwin Info

Post by FrankJScott »

To the people inquiring about website judi slot online, web judi slot, game online jackpot, judi online 777, selamat judi rtp, bandar cuan slot, golden wild slot, agen play, indo judi slot, rtp mpo slot, I highly recommend this awesome link slot gacor tips or situs bandar judi slot online, agen slot mpo, link slot games, judi depo, slot judi gacor hari ini, yg gacor, agen cuan slot, slot 777 online, thr 777 slot, promo game slot, on top of this article source on link slot gacor advice and don't forget bandar slot vip, slot online indonesia, click slot, guide slot, gacor judi slot, game slot web, mega bet slot, xyz slot login, mobile slot, bandar cuan slot, on top of this more hints about link slot gacor blog which is also great. Also, have a look at this high rated link slot gacor site not to mention link slot yang lagi gacor hari ini, web judi gacor, game deposit, situs judi slot habanero, indonesia slot game, slot casino online, go gacor slot login, raja casino online, slot jackpot, game slot online yang lagi gacor, and don't forget this new MPO007 advice with game online gacor, web gacor online, slot mob, slot yg gacor, slot virtual, game slot apa yang lagi gacor, slot game online indonesia, login slot games, mpo slot dana, web slot online, for good measure. Check more @ Top Botox Treatment Info 4c6e84b

Post Reply

Who is online

Users browsing this forum: FrankJScott and 22 guests