Changing header

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Changing header

Post by Solidjeuh »

Ellooow all,

I would like to change my header shortcut links..
Right now all the links are on the same line, next to each other
But I would like to place the links that are on the right side under the other ones..
Don't know if I'm explaining this very good.. So i'm gonna show you how I want it :lol:
Image1.png
I already tried myself, But all I'm doing is raping my forum :oops:
Can someone help me with this please? :)

This is my overal_header:

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>

            <link type="text/css" rel="stylesheet" media="all" href="/cometchat/cometchatcss.php?version=100044" />
            <script type="text/javascript" src="/cometchat/cometchatjs.php?version=100044" charset="utf-8"></script>

            <link rel="shortcut icon" href='http://www.presents4you.net/images/icon.ico' />
            <meta name="robots" content="noindex, nofollow" />
            <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="copyright" content="presents4you.net" />
            <meta name="keywords" content="" />
            <meta name="description" content="" />
            <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
<!-- IF S_ARCADE_FB -->
<meta property="og:site_name" content="{SITENAME}" />
<meta property="og:title"	  content="{ARCADE_FB_GN}" />
<meta property="og:image"	  content="{ARCADE_FB_GI}" />
<!-- ENDIF -->                       
            {META}
            <title>&bull; {SITENAME} &bull;  {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 -->

            <!-- MOD : MSSTI RSS Feeds (V1.2.1) - Start //-->
            <!-- IF S_FEEDS -->
            <link rel="alternate" type="application/rss+xml" title="{L_RSS_FEEDS} - {SITENAME}" href="{U_RSS}" />
            <!-- IF U_FEEDS_NEWS --><link rel="alternate" type="application/rss+xml" title="{L_RSS_FEEDS} - {L_RSS_NEWS}" href="{U_FEEDS_NEWS}" /><!-- ENDIF -->
            <!-- ENDIF -->
            <!-- MOD : MSSTI RSS Feeds (V1.2.1) - End //-->

            <!--
               phpBB style name: proFormell
               Based on style:   prosilver
               Inspired by:     Formell (Joomla Style)
               Original author:  Tom Beddard ( http://www.subBlue.com/ )
               Modified by:       Marc Alexander
               
               NOTE: This page was generated by phpBB, the free open-source bulletin board package.
                     The phpBB Group is not responsible for the content of this page and forum. For more information
                     about phpBB please visit http://www.phpbb.com
            -->

            <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();
               var is_ie6 = false;

                  window.onbeforeunload = loader;

       onunload_functions.push('loader()');

       function loader()
       {
          var l = document.getElementById('loader');
          if (l)
          {
             l.style.display = 'block';
          }            
       }
			   /**
               * 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>
            <!--[if lt IE 7]>
            <script type="text/javascript">
            // <![CDATA[
            var is_ie6 = true;
            // ]]>
            </script>
            <![endif]-->
            <!-- INCLUDE mods/reimg_content.html -->
            <!-- IF U_PRINT_TOPIC -->

            <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
            <!-- ENDIF -->
            <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

            <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
               <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
            <!-- ENDIF -->
            <!-- IF S_IN_ARCADE -->
               <link href="{T_THEME_PATH}/arcade.css" rel="stylesheet" type="text/css" media="screen, projection" />
            <!-- ENDIF -->

    <!-- YOUTUBE VIDEOS MOD BEGIN -->
    <script type="text/javascript" src="youtube/swfobject.js"></script>
    <script type="text/javascript" src="youtube/quvic.js"></script>
    <script type="text/javascript" src="youtube/jquery.js"></script>
    <link href="youtube/quvic.css" type="text/css" rel="stylesheet"/>
    <!-- YOUTUBE VIDEOS MOD END -->
    <script type="text/javascript">
    function brokenImage(img)
    {
        img.src='{ROOT_PATH}images/notfound.png';
    }
    </script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
    <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/tabs.js"></script>
    <!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->

<!-- IF S_TS_JSSCROLL and not S_TS_TICKER -->
<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$('#vertical-ticker').totemticker({
				row_height	:	'43px',
				max_items   :   3,
				speed       :   {JSSCROLL_SPEED},
				interval    :   {JSSCROLL_INTERVAL},
				<!-- IF TS_JSSCROLL_NAVIGATION -->
				next		:	'#ticker-next',
				previous	:	'#ticker-previous',
				stop		:	'#stop',
				start		:	'#start',
				<!-- ENDIF -->
				mousestop	:	true,
				direction	:	'<!-- IF TS_JSSCROLL_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->'
	});
});
// ]]>
</script>
<!-- ELSEIF S_TS_TICKER and not S_TS_JSSCROLL -->
<script src="{ROOT_PATH}script/jquery.newsticker.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$("#news").newsTicker();
});
// ]]>
</script>
<!-- ENDIF -->
<!-- ENDIF -->

    <script type="text/javascript">
    // <![CDATA[
            /**
            * New pop-up functions
            * based on  http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/
            */

            //SETTING UP OUR POPUP
            //0 means disabled; 1 means enabled;
            var popupStatus = 0;
            var openPopup = '';

            //loading popup with jQuery magic!
            function loadPopup()

            {
               //loads popup only if it is disabled
               if(popupStatus==0)
               {
                  $('#backgroundPopup').css({'opacity': '0.7'});
                  // Now let's make sure we actually see the image
                  var scroll = $(window).scrollTop();
                  $('#popupPM').animate({marginTop: scroll}, 'fast', function() {
                     // Animation complete.
                     });
                  $('#backgroundPopup').fadeIn('slow');
                  $('#popupPM').fadeIn('slow');
                  popupStatus = 1;
                  openPopup = 'PM';
               }
            }

            //disabling popup with jQuery magic!
            function disablePopup()
            {
               //disables popup only if it is enabled
               if(popupStatus==1 && openPopup == 'PM')
               {
                  $('#backgroundPopup').fadeOut('slow');
                  $('#popupPM').fadeOut('slow');
                  popupStatus = 0;
                  openPopup = '';
               }
            }

            //centering popup
            function centerPopup()
            {
               //request data for centering
               var windowWidth = document.documentElement.clientWidth;
               var windowHeight = document.documentElement.clientHeight;
               var popupHeight = $('#popupPM').height();
               var popupWidth = $('#popupPM').width();
               //centering
               $('#popupPM').css({
               'position': 'absolute',
               'top': windowHeight/2-popupHeight/2,
               'left': windowWidth/2-popupWidth/2
               });
               //only need force for IE6
               $('#backgroundPopup').css({'height': windowHeight});
            }

            $(document).ready(function(){
               <!-- IF S_USER_PM_POPUP -->   
               if({S_NEW_PM})
               {
                  //centering with css
                  centerPopup();
                  //load popup
                  loadPopup();
               }
               <!-- ENDIF -->
               <!-- IF S_VIEWTOPIC -->
               resize_images();
               <!-- ENDIF -->
               
               // IE6 and below PNG fix (not really)
               if(is_ie6)
               {
                  replace_png();
               }
               
               //CLOSING POPUP
               //Click the x event!
               $('#popupPMClose').click(function(){
                  disablePopup();
               });
               //Click out event!
               $('#backgroundPopup').click(function(){
                  disablePopup();
                  disableImage();
               });
               //Press Escape event!
               $(document).keypress(function(e){
                  if(e.keyCode==27 && popupStatus==1)
                  {
                     disablePopup();
                     disableImage();
                  }
               });
               
               <!-- IF S_VIEWTOPIC -->
               // Image popup
               $('img', 'dt.attach-image').click(function(){
                  image_load($(this).attr('src'), $(this).attr('alt'));
                  centerImage();
               });
               
               $('.content img').click(function(){
                  var check = $(this).parent().hasClass('content');
                  if(check)
                  {
                     image_load($(this).attr('src'), $(this).attr('alt'));
                     centerImage();
                  }
               });
               
               // Closing Image popup
               //Click the x event!
               $('#popupImageClose').click(function(){
                  disableImage();
               });
               
               //Click image box event
               $('#popupImage').click(function(){
                  disableImage();
               });
               
               //Click image event
               $('#ImagePopup img').click(function(){
                  disableImage();
               });
               <!-- ENDIF -->

            });

            /**
            * Replaces weird looking PNG files with the respectie GIF file
            * Only run this if the browser is IE6 or below
            */
            function replace_png()
            {
               // Fix Logo
               var str = $('#logo img').attr('src');
               $('#logo img').attr('src', str.substring(0, str.length - 3) + 'gif');
               
               // Fix forum icons
               $('dl.icon').each(function() {
                  var str = $(this).css('background-image');
                  if(str != '')
                  {
                     $(this).css('background-image', str.substring(0, str.length - 5) + 'gif")');
                  }
               });
            }

            <!-- IF S_VIEWTOPIC -->
            /**
            * Image resizer
            */
            function resize_images()
            {
               var hello = $('dl.attachbox dd dl.file dt.attach-image img').innerWidth();
               var maxWidth = $('div.content').innerWidth() - 30;
               
               // resize the attached images
               $('img', 'dt.attach-image').each(function(i){
                  // check the width of the image
                  if ($(this).width() > maxWidth)
                  {
                     // calculate new image dimensions
                     newWidth = maxWidth;
                     newHeight = $(this).height() / ( $(this).width() / maxWidth );
                       
                     // set new image dimensions
                     $(this).height(newHeight).width(newWidth);
                  }
               });
               
               // resize the images that were added via [img] bbcode
               $('img', 'div.content').each(function(i){
                  // check the width of the image
                  $(this).css('max-width', maxWidth); // fix for IE
                  if ($(this).width() > maxWidth)
                  {
                     // calculate new image dimensions
                     newWidth = maxWidth;
                     newHeight = $(this).height() / ( $(this).width() / maxWidth );
                       
                     // set new image dimensions
                     $(this).height(newHeight).width(newWidth);
                  }
               });
            }

            /**
            * Image pop-up
            */
            function image_load(src, alt)
            {
               //loads popup only if it is disabled
               if(popupStatus==0)
               {
                  $('#ImagePopup').html('<img id="imgpopup" src="' + src + '" alt="' + alt + '" />');
                  var windowWidth = document.documentElement.clientWidth;
                  var windowHeight = document.documentElement.clientHeight;
                  var maxWidth = windowWidth * 0.85;
                  var maxHeight = windowHeight * 0.85;
                  $('#popupImage img').css('max-width', maxWidth);
                  $('#popupImage img').css('max-height', maxHeight);
                  $('#backgroundPopup').css({'opacity': '0.7'});
                  // Now let's make sure we actually see the image
                  var scroll = $(window).scrollTop();
                  $('#popupImage').animate({marginTop: scroll}, 'fast', function() {
                     // Animation complete.
                     });
                  $('#backgroundPopup').fadeIn('slow');
                  $('#popupImage').fadeIn('slow');
                  popupStatus = 1;
                  openPopup = 'Image';
               }
            }

            //centering popup
            function centerImage()
            {
               //request data for centering
               var windowWidth = document.documentElement.clientWidth;
               var windowHeight = document.documentElement.clientHeight;
               var popupHeight = $('#popupImage').height();
               var popupWidth = $('#popupImage').width();
               var newTop = windowHeight/2-popupHeight/2;
               var newLeft = windowWidth/2-popupWidth/2;
               //centering
               $('#popupImage').css({
               'position': 'absolute',
               'top': newTop,
               'left': newLeft
               });
               
               //only need force for IE6
               $('#backgroundPopup').css({'height': windowHeight});
            }

            //disabling popup with jQuery magic!
            function disableImage()
            {
               //disables popup only if it is enabled
               if(popupStatus==1 && openPopup == 'Image')
               {
                  $('#backgroundPopup').fadeOut('slow');
                  $('#popupImage').fadeOut('slow');
                  popupStatus = 0;
                  openPopup = '';
               }
            }
            <!-- ENDIF -->
    // ]]>

    </script>

	<!-- effortless script below -->
	<script type="text/javascript">
	    jQuery(document).ready(function(){
	        jQuery('#backtotop a').click(function(){
	            jQuery('html, body').animate({scrollTop:0}, 'slow');
	            return false;
	        });
	    });
	</script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/move.js"></script>
    <!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->
    
    <script type="text/javascript" src="{ROOT_PATH}mchat/jquery.titlealert.min.js"></script>
    <script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
    <!-- ENDIF -->
    <script type="text/javascript" src="src/swfobject.js"></script>
<!-- // START jQuery Live Character Counter // -->
<!-- IF (SCRIPT_NAME == 'ucp' or SCRIPT_NAME == 'posting' or SCRIPT_NAME == 'viewtopic') -->
<script type="text/javascript">
// <![CDATA[
	if (window.jQuery === undefined) {
		document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-latest.min.js" type="text/javascript"%3E%3C/script%3E'));
	}
// ]]>
</script>
<script type="text/javascript" src="{ROOT_PATH}script/jquery.maxlength.min.js"></script>
<!-- ENDIF -->
<!-- // END jQuery Live Character Counter // -->

 <!-- IF S_INDEX_PAGE-->
<script type="text/javascript">

this.randomquotes = function(){

	var pause = 9999; // define the pause for each tip (in milliseconds) Feel free to make the pause longer so users can have time to read the tips :)
	var length = $("#quotes li").length;
	var temp = -1;

	this.getRan = function(){
		// get the random number
		var ran = Math.floor(Math.random()*length) + 1;
		return ran;
	};
	this.show = function(){
		var ran = getRan();
		// to avoid repeating tips we need to check
		while (ran == temp){
			ran = getRan();
		};
		temp = ran;
		$("#quotes li").hide();
		$("#quotes li:nth-child(" + ran + ")").fadeIn("fast");
	};
	// initiate the script and also set an interval
	show();
	setInterval(show,pause);

};

$(document).ready(function(){
	randomquotes();
});
</script>
<!-- ENDIF -->
<!-- Start Highslide -->
<script type="text/javascript" src="{ROOT_PATH}highslide/highslide-full.js"></script>
<link rel="stylesheet" href="{ROOT_PATH}highslide/highslide.css" type="text/css" />
<!-- End Highslide -->

    </head>

            <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
                <div id="loader">
       <span>Laden van pagina.. Even geduld aub..</span>
    </div>

            <!--- box border START -->
            <div id="box">
            <div class="top-left"></div><div class="top-center"></div><div class="top-right"></div>
            <div id="left-border">
            <div id="right-border">

            <!--- box border END -->
            
            <div class="inside">
            <div class="notopgap">
            <div id="wrap">
               <a id="top" name="top" accesskey="t"></a>
               <div id="page-header">
                  <div class="headerbar">
                     <div class="inner"><span class="corners-top"><span></span></span>
                            <div class="menu-block" style="float: {S_CONTENT_FLOW_END}; width: 19%;">
                            
                          <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
                         <div class="menu-row-first"><a class="left menu-link" href="http://www.presents4you.net/arcade.php">Spelletjes</a> / 				<!-- IF S_DM_ARCADE_STATS -->
					<!-- Start DM Arcade Stats -->
						<a href="http://www.presents4you.net/dm_arcade_stats.php"><strong>Statistieken</strong></a>
					<!-- End DM Arcade Stats -->
				<!-- ENDIF --></div>
                         
                         <div class="menu-row"><a class="left menu-link" href="http://www.presents4you.net/knuffel.php">yahtzee</a></div>
                         <div class="menu-row"><a class="left menu-link" href="http://www.presents4you.net/youtube.php">Youtube</a></div>
                         <div class="menu-row"><a class="left menu-link" href="http://www.presents4you.net/donate.php" title="Lotto">Doneer P4Y</a></div>
                         <div class="menu-row"><a class="left menu-link" href="{U_RANKSPAGE}" title="{L_RARANKS}">{L_RARANKS}</a></div>
                         <!-- ENDIF -->
                         <div class="menu-row-last"><a class="left menu-link" href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></div>
                      </div>
                      <div style="float: {S_CONTENT_FLOW_BEGIN}; width: 79.5%;">
                     <div style="height: 140px ;">
                     <div id="site-description">
                        <div class="header-pad"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a></div>
                     
                        <p class="site-desc">{SITE_DESCRIPTION}</p>
                        <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
                     </div>

            </div>
                </div>

                     <span class="corners-bottom"><span></span></span></div>
                  </div>

                  <div class="navbar">
                     <div class="inner"><span class="corners-top"><span></span></span>

                     <ul class="linklist navlinks">

                        <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
                                  <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
                        <li class="rightside">
                        <form action="{U_SEARCH}" method="post" id="search">
                        <fieldset>
            <input name="search_id" id="search_id" type="hidden" value="speedsearch" />
                           <input name="zoekwoorden" id="zoekwoorden" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
            <br />
                            {S_SEARCH_HIDDEN_FIELDS}
                        </fieldset>
                        </form>
            </li>
                  <!-- ENDIF -->
                         
                     </ul>

                     <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
                     <ul class="linklist leftside">

                        <li class="icon-ucp">
                           [<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>]
                              <!-- IF S_DISPLAY_PM --> [<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>]<!-- ENDIF -->
                           <!-- IF U_RESTORE_PERMISSIONS --> &bull;
                           <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
                           <!-- ENDIF -->
                        </li>
                     </ul>
                     <!-- ENDIF -->


    <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
    <ul class="linklist rightside">
    				<!-- Start Ultimate Points -->
				<!-- IF S_POINTS_ENABLE -->
				<li class="icon-points"><a href="{U_POINTS}" title="{L_POINTS_EXPLAIN}">{POINTS_LINK}<!-- IF S_USER_LOGGED_IN and S_USE_POINTS --> [ {USER_POINTS} ] <!-- ENDIF --></a></li>
				<!-- ENDIF -->
				<!-- End Ultimate Points -->
    <li class="icon-shop"><a href="{U_SHOP}" title="{L_UPS_EASY_SHOP}">{SHOP_LINK}</a></li>
    <li class="icon-hangman"><a href="{U_HANGMAN}" title="{L_HANGMAN}">{L_HANGMAN}</a></li>
    <li class="icon-faq"><a href="http://www.solidjeuhforumradio.be/forum/audioplayer.php" onclick="window.open('http://www.solidjeuhforumradio.be/forum/audioplayer.php','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=370, height=310, left=150, top=200'); return false;">P4Y Ultratop Player</a></li>
    <li class="icon-rss"><a href="radio.php" onclick="window.open('radio.php','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=450, height=415, left=50, top=50'); return false;">{L_RADIO}</a></li>
       <!-- IF S_DISPLAY_INVITE -->                                                 
       <li class="icon-faq"><a href="{U_INVITE_A_FRIEND}">{L_ACP_INVITE}</a></li>
       <!-- ENDIF -->

       <li class="icon-rss"><a class="Zoeken" href="http://www.presents4you.net/search.php"><span>Zoeken</span></a></li>
       <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-faq"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->

    </ul>
    <!-- ENDIF -->

                     <span class="corners-bottom"><span></span></span></div>
                  </div>
                           

               </div>


               <a name="start_here"></a>
               <div id="page-body">
                           <!-- IF S_USER_UNREAD_PRIVMSG -->
                      <div id="message" class="rules">
                         <div class="inner"><span class="corners-top"><span></span></span>
                            <strong>{L_INFORMATION}:</strong> {L_NEW_PM_NOTICE} - <a href="{U_PRIVATEMSGS}">Klik hier om naar je inbox te gaan</a>.
                         <span class="corners-bottom"><span></span></span></div>
                      </div>
                      <!-- ENDIF -->
                  <!-- 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 -->
                  <!-- INCLUDE count_down.html -->	
		<!-- INCLUDE arcade/info_body.html -->

                    <!-- INCLUDE announcement_centre.html -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<script type="text/javascript">
<!-- Begin
var message = new Array();
// verander hieronder de teksten.
// wil je meer teksten, gewoon opvolgend doornummeren.
message[0] = " | Film ";
message[1] = " | Muziek ";
message[2] = " | Games ";
message[3] = " | Software ";
message[4] = " | Prive Chat ";
message[5] = " | RSS Systeem ";
message[6] = " | NL Forum ";
message[7] = " | The Place 2 Be ";
var reps = 1;
var speed = 200;  // snelheid (lager nummer = langzamere wissel).

// verander hieronder niets
var p = message.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (reps < 1) reps = 1;
function doTheThing() {
T = message[mC];
A();
}
function A() {
s++;
if (s > 23) { s = 1;}
// you can fiddle with the patterns here...
if (s == 1) { document.title = ' '+T; }
if (s == 2) { document.title = ' P'+T; }
if (s == 3) { document.title = ' PR'+T; }
if (s == 4) { document.title = ' PRE'+T; }
if (s == 5) { document.title = ' PRES'+T; }
if (s == 6) { document.title = ' PRESE'+T; }
if (s == 7) { document.title = ' PRESENT'+T; }
if (s == 8) { document.title = ' PRESENTS'+T; }
if (s == 9) { document.title = ' PRESENTS 4'+T; }
if (s == 10) { document.title = ' PRESENTS 4 Y'+T; }
if (s == 11) { document.title = ' PRESENTS 4 YO'+T; }
if (s == 12) { document.title = ' PRESENTS 4 YOU '+T; }
if (s == 13) { document.title = ' PRESENTS 4 YO'+T;}
if (s == 14) { document.title = ' PRESENTS 4 Y'+T; }
if (s == 15) { document.title = ' PRESENTS 4'+T; }
if (s == 16) { document.title = ' PRESENTS'+T; }
if (s == 17) { document.title = ' PRESENT'+T; }
if (s == 18) { document.title = ' PRESEN'+T; }
if (s == 19) { document.title = ' PRESE'+T; }
if (s == 20) { document.title = ' PRES'+T; }
if (s == 21) { document.title = ' PRE'+T; }
if (s == 22) { document.title = ' PR'+T; }
if (s == 23) { document.title = ' P'+T; }

if (C < (23 * reps)) {
sT = setTimeout("A()", speed);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > p - 1) mC = 0;
sT = null;
doTheThing();
   }
}
doTheThing();
//  End -->
</script>
<!-- ENDIF -->
You do not have the required permissions to view the files attached to this post.

Changing header

Post by martin123456 »

Sorry solid but none of that makes any sense also the pic is the same top and bottom line.

Changing header

Post by Solidjeuh »

Bl4d3 x wrote:Sorry solid but none of that makes any sense also the pic is the same top and bottom line.
No, look..
The P4Y euros and everything else at the right side is lower.. below the Forumindex
And that's how I want it.. ( made that with paint show ) :D

Changing header

Post by Stoker »

Find: <ul class="linklist leftside">
Replace with: <ul class="linklist navlinks" style="font-weight:normal;">

Changing header

Post by Solidjeuh »

Yesssss that's it!
Thank you stoker!! :D