Pagina 1 van 1

Smilie-pagina wordt in eigen venster geopend

Geplaatst: 02 jul 2008, 17:52
door Ger
  • Adres van je forum: http://www.swordfactsbenelux.nl/forums
    Event. modificaties op je forum:Diversen
    Wanneer ontstond het probleem?Nadat ik wat aan het stoeien was met targets voor links
    phpBB versie: 3.0.1

    Heb je onlangs iets veranderd aan je forum?
    Wat is het probleem?
Bij de link "Toon meer smilies" wordt de smilie-pagina in het eigen venster/tab geopend. Da's niet erg handig, ik wil gewoon een popup. Volgens mij is de code toch wel goed. ZIe spoiler voor de source:
Spoiler: bekijk

Code: Selecteer alles

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="nl-nl" xml:lang="nl-nl">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="nl-nl" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="shortcut icon" href="/favicon.ico" />
<title>Sword Facts BeNeLux &bull; Plaats een nieuw bericht</title>
<link rel="stylesheet" href="./styles/sfb/theme/stylesheet.css" type="text/css" />

<script type="text/javascript">
// <![CDATA[
	var jump_page = 'Geef het paginanummer van de pagina waarnaar je wilt gaan:';
	var on_page = '';
	var per_page = '';
	var base_url = '';
	var style_cookie = 'phpBBstyle';
	var onload_functions = new Array();
	var onunload_functions = new Array();

			if (0)
		{
			var url = './ucp.php?i=pm&mode=popup';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=125,resizable=yes,scrollbars=yes, width=400');
		}
	
	/**
	* 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 (i = 0; i <= onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	}

	window.onunload = function()
	{
		for (i = 0; i <= onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	}

/**
* Find a member
*/
function find_username(url)
{
	popup(url, 760, 570, '_usersearch');
	return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
	var parent = document.getElementById(id);
	if (!parent)
	{
		eval('parent = document.' + id);
	}

	if (!parent)
	{
		return;
	}

	var rb = parent.getElementsByTagName('input');
	
	for (var r = 0; r < rb.length; r++)
	{
		if (rb[r].name.substr(0, name.length) == name)
		{
			rb[r].checked = state;
		}
	}
}

// ]]>
</script>
<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}
function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}
function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}
// -->
</script>
<script type="text/javascript"> 
function resizeimg() 
{ 
   if (document.getElementsByTagName) 
   { 
      var img, imgs = document.getElementsByTagName('IMG'), i = imgs.length; 
      while (i--) 
      { 
         img = imgs[i]; 
         if (img.width > 500 && img.src != "http://www.swordfactsbenelux.nl/forums/styles/sfb/imageset/site_logo.gif" && img.src != "http://web05-node02.2uhosting.nl/~swordfac/forums/images/spacer2.gif")
         { 
            img.style.width = '500px'; 
            img.style.border = '1px dashed'; 
            img.onclick = function() { 
                var pop = window.open(this.src, 'fullscale'); 
                pop.focus(); 
              } 
            img.style.cursor = 'pointer'; 
            img.title = 'Klik op de afbeelding om hem op ware grootte te bekijken'; 
            if (img.parentNode.nodeName == 'A') 
            { 
              img.parentNode.onclick = function() { return false; } 
            } 
         } 
      } 
   } 
} 
</script> 

</head>
<body onmouseover="resizeimg()" class="ltr">
<a name="top"></a>
<div id="container">
<div id="wrapheader">
	<div id="logodesc">
		<table width="100%" cellpadding="0" cellspacing="0">
			<tr>
				<td class="header" width="110" valign="top" align="right">
					<a href="http://www.swordfactsbenelux.nl/index.html"><img border="0" id="img1" src="http://www.swordfactsbenelux.nl/buttons/button10.jpg" height="25" width="110" alt="Home" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'http://www.swordfactsbenelux.nl/buttons/button11.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'http://www.swordfactsbenelux.nl/buttons/button10.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'http://www.swordfactsbenelux.nl/buttons/button12.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'http://www.swordfactsbenelux.nl/buttons/button11.jpg')" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #000000; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Home" /></a><br />
					<a href="http://www.swordfactsbenelux.nl/swords.html"><img border="0" id="img2" src="http://www.swordfactsbenelux.nl/buttons/button13.jpg" height="25" width="110" alt="Swords" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #000000; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Swords" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'http://www.swordfactsbenelux.nl/buttons/button14.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'http://www.swordfactsbenelux.nl/buttons/button13.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'http://www.swordfactsbenelux.nl/buttons/button15.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'http://www.swordfactsbenelux.nl/buttons/button14.jpg')" /></a><br />
					<a href="http://www.swordfactsbenelux.nl/artikels.html"><img border="0" id="img3" src="http://www.swordfactsbenelux.nl/buttons/button23.jpg" height="25" width="110" alt="Articles" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #000000; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Artikels" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'http://www.swordfactsbenelux.nl/buttons/button24.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'http://www.swordfactsbenelux.nl/buttons/button23.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'http://www.swordfactsbenelux.nl/buttons/button25.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'http://www.swordfactsbenelux.nl/buttons/button24.jpg')" /></a><br />
					<a href="http://www.swordfactsbenelux.nl/reviews.html"><img border="0" id="img4" src="http://www.swordfactsbenelux.nl/buttons/button32.jpg" height="25" width="110" alt="Reviews" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #000000; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Reviews" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'http://www.swordfactsbenelux.nl/buttons/button33.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'http://www.swordfactsbenelux.nl/buttons/button32.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'http://www.swordfactsbenelux.nl/buttons/button34.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'http://www.swordfactsbenelux.nl/buttons/button33.jpg')" /></a><br />
					<a href="http://www.swordfactsbenelux.nl/arts.html"><img border="0" id="img5" src="http://www.swordfactsbenelux.nl/buttons/button4D.jpg" height="25" width="110" alt="Sword Arts" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'http://www.swordfactsbenelux.nl/buttons/button4E.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'http://www.swordfactsbenelux.nl/buttons/button4D.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'http://www.swordfactsbenelux.nl/buttons/button4F.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'http://www.swordfactsbenelux.nl/buttons/button4E.jpg')" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #000000; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Sword Arts" /></a><br />
					<a href="http://www.swordfactsbenelux.nl/links.html"><img border="0" id="img6" src="http://www.swordfactsbenelux.nl/buttons/button50.jpg" height="25" width="110" alt="Links" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'http://www.swordfactsbenelux.nl/buttons/button51.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'http://www.swordfactsbenelux.nl/buttons/button50.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'http://www.swordfactsbenelux.nl/buttons/button52.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'http://www.swordfactsbenelux.nl/buttons/button51.jpg')" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #343434; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Links" /></a><br />
					<a href="./index.php"><img border="0" id="img7" src="http://www.swordfactsbenelux.nl/buttons/button53.jpg" height="25" width="110" alt="Forum" onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'http://www.swordfactsbenelux.nl/buttons/button54.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'http://www.swordfactsbenelux.nl/buttons/button53.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'http://www.swordfactsbenelux.nl/buttons/button55.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'http://www.swordfactsbenelux.nl/buttons/button54.jpg')" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #343434; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0" fp-title="Forum" /></a><br />
					<a href="http://www.swordfactsbenelux.nl/contact.html"><img border="0" id="img8" src="http://www.swordfactsbenelux.nl/buttons/button3.jpg" height="25" width="110" alt="Contact" fp-style="fp-btn: Simple Text 1; fp-font: Script MT Bold; fp-font-size: 14; fp-font-color-normal: #343434; fp-font-color-hover: #FFFFFF; fp-font-color-press: #808080; fp-bgcolor: #999999; fp-proportional: 0; fp-orig: 0" fp-title="Contact" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'http://www.swordfactsbenelux.nl/buttons/button4.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'http://www.swordfactsbenelux.nl/buttons/button3.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'http://www.swordfactsbenelux.nl/buttons/button5.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'http://www.swordfactsbenelux.nl/buttons/button4.jpg')" /></a><br />
					<img border="0" src="http://www.swordfactsbenelux.nl/forums/styles/sfb/theme/images/onder_menu.jpg" width="110" height="24" alt=""/>
				</td>
				<td class="header" align="left">
					<a href="./index.php"><img src="./styles/sfb/imageset/site_logo.gif" alt="" title="" /></a>
				</td>
			</tr>
		</table>
	</div>
	<div id="menubar">
		<table width="100%" cellspacing="0">
		<tr>
			<td class="genmed">
				<a href="./ucp.php?mode=logout&sid=f02fb4fd1d190c956a05640790195513"><img src="./styles/sfb/theme/images/icon_mini_login.gif" width="12" height="13" alt="*" /> Uitloggen [ Ger ]</a>&nbsp; &nbsp;<a href="./ucp.php?i=pm&folder=inbox"><img src="./styles/sfb/theme/images/icon_mini_message.gif" width="12" height="13" alt="*" /> <strong>0</strong> nieuwe berichten</a>			</td>
			<td class="genmed" align="right">
				<a href="viewtopic.php?t=4"><img src="./styles/sfb/theme/images/icon_mini_members.gif" width="12" height="13" alt="*" /> Regels</a>&nbsp;
				<a href="viewtopic.php?t=3"><img src="./styles/sfb/theme/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> Over SFB</a>&nbsp;
				<a href="./faq.php"><img src="./styles/sfb/theme/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> Help</a>
				&nbsp;<a href="./search.php"><img src="./styles/sfb/theme/images/icon_mini_search.gif" width="12" height="13" alt="*" /> Zoeken</a>&nbsp;<a href="./memberlist.php"><img src="./styles/sfb/theme/images/icon_mini_members.gif" width="12" height="13" alt="*" /> Leden</a>&nbsp;<a href="./ucp.php"><img src="./styles/sfb/theme/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> Gebruikerspaneel</a>			</td>
		</tr>
		</table>
	</div>
</div>
<div id="wrapcentre">
		<p class="searchbar">
		<span style="float: left;"><a href="./search.php?search_id=unanswered">Toon onbeantwoorde berichten</a> | <a href="./search.php?search_id=active_topics">Toon actieve onderwerpen</a></span>
				<span style="float: right;"><a href="./search.php?search_id=newposts">Toon nieuwe berichten</a> | <a href="./search.php?search_id=egosearch">Toon je eigen berichten</a></span>
			</p>
		<br style="clear: both;" />
	<div id="datebar">
	</div>
	<table class="tablebg" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
	<tr>
		<td class="breadcrumbs" valign="middle">
			<p class="breadcrumbs">Navigatie: <a class="breadcrumbs" href="./index.php">Forumoverzicht</a> &#187; <a class="breadcrumbs" href="./viewforum.php?f=17">Over SFB</a> &#187; <a class="breadcrumbs" href="./viewforum.php?f=1">Mededelingen en feedback</a></p>
			
			</td>
	</tr>
<tr><td bgcolor="#fffff0" valign="middle">
<script type="text/javascript"><!--
google_ad_client = "pub-1387695411823252";
/* sfb_forum_768x15 */
google_ad_slot = "6678389363";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
	</td>
	</tr>	</table>	<br />
	
</div>
    <div id="center" style="float: center;">	<div id="pageheader">
		<h2><a class="titles" href="./viewforum.php?f=1">Mededelingen en feedback</a></h2>

			</div>

	<br clear="all" /><br />
	<form action="./posting.php?mode=post&f=1&sid=f02fb4fd1d190c956a05640790195513" method="post" name="postform" enctype="multipart/form-data">

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<th colspan="2"><b>Plaats een nieuw bericht</b></th>
</tr>


<tr>
	<td class="row1" width="22%"><b class="genmed">Onderwerp:</b></td>
	<td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="60" tabindex="2" value="" /></td>
</tr>
<tr>
	<td class="row1" valign="top"><b class="genmed">Bericht inhoud:</b><br /><span class="gensmall">Geef je bericht hier, het mag niet meer bevatten dan <strong>60000</strong> tekens.&nbsp;</span><br /><br />
			<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
		<tr>
			<td class="gensmall" align="center"><b>Smilies</b></td>
		</tr>
		<tr>
			<td align="center">
									<a href="#" onclick="insert_text(':D', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':)', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':(', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':o', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':shock:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':?', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text('8)', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':lol:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':x', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_mad.gif" width="15" height="15" alt=":x" title="Mad" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':P', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':oops:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':cry:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':evil:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':twisted:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_twisted.gif" width="15" height="15" alt=":twisted:" title="Twisted Evil" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':roll:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':wink:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':!:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_exclaim.gif" width="15" height="15" alt=":!:" title="Exclamation" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':?:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':idea:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':arrow:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':|', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':mrgreen:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':stom:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/dope.gif" width="22" height="16" alt=":stom:" title="Stom" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':thup:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_thumbup.gif" width="26" height="20" alt=":thup:" title="Thumbsup" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':clap:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/icon_klap.gif" width="19" height="16" alt=":clap:" title="klap" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':wall:', true); return false;" style="line-height: 20px;"><img src="./images/smilies/wall.gif" width="25" height="15" alt=":wall:" title="wall" hspace="2" vspace="2" /></a>
									<a href="#" onclick="insert_text(':kgt', true); return false;" style="line-height: 20px;"><img src="./images/smilies/knight.gif" width="15" height="21" alt=":kgt" title="Ridder" hspace="2" vspace="2" /></a>
							</td>
		</tr>

					<tr>
				<td align="center"><a href="./posting.php?mode=smilies&f=1" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;"><strong>Toon meer smilies</strong></a></td>
			</tr>
		
		</table>
		</td>
	<td class="row2" valign="top">
		<script type="text/javascript">
		// <![CDATA[
			var form_name = 'postform';
			var text_name = 'message';
		// ]]>
		</script>
		<table width="100%" cellspacing="0" cellpadding="0" border="0">
		<tr valign="middle" align="left">
	<td colspan="2">
		<script type="text/javascript">
		// <![CDATA[
		
		// Define the bbCode tags
		var bbcode = new Array();
		var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
','
  • ','
','
  • ','
','[img]','[/img]','','','[flash=]', '[/flash]','[size=]','[/size]', '[boek]', '[/boek]', '[dfn=]', '[/dfn]', '[dvd]', '[/dvd]', '[youtube]', '[/youtube]');
var imageTag = false;

// Helpline messages
var help_line = {
b: 'Vette tekst: tekst',
i: 'Cursieve tekst: tekst',
u: 'Onderstreepte tekst: tekst',
q: 'Citeer tekst: [quote]tekst[/quote]',
c: 'Code weergave:

Code: Selecteer alles

code
',
l: 'Lijst:
  • tekst
',
o: 'Geordende lijst:
  • tekst
',
p: 'Afbeelding: [img]http://www.phpbb.nl/fotos/foto.jpg[/img]',
w: 'URL: http://url of URL tekst',
s: 'Tekstkleur: tekst Tip: je kan ook dit gebruiken: #FF0000',
f: 'Letter grootte: kleine tekst',
e: 'Lijst: voeg lijstelement toe',
d: 'Flash: [flash=height,width]http://url[/flash]',
t: '{ BBCODE_T_HELP }',
tip: 'Tip: opmaak kan je snel toepassen op de geselecteerde tekst.'
,cb_22: '[boek]ISBN-nummer[/boek]'
,cb_24: 'Geef uitleg, [dfn=uitleg]begrip[/dfn]'
,cb_26: '[dvd]EAN-code[/dvd]'
,cb_28: 'Youtube invullen met de code achter watch?v=, bijv. [youtube]ouU19zvF9xk[/youtube]'
}

// ]]>
</script>
<script type="text/javascript" src="./styles/sfb/template/editor.js"></script>

<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
<span class="genmed nowrap">Lettergrootte: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="50">Extra klein</option>
<option value="85">Klein</option>
<option value="100" selected="selected">Normaal</option>
<option value="150">Groot</option>
<option value="200">Extra groot</option>
</select></span>
</td>
</tr>

<tr valign="middle" align="left">
<td colspan="2">
<input type="button" class="btnbbcode" name="addbbcode22" value="boek" onclick="bbstyle(22)" onmouseover="helpline('cb_22')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" name="addbbcode24" value="dfn=" onclick="bbstyle(24)" onmouseover="helpline('cb_24')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" name="addbbcode26" value="dvd" onclick="bbstyle(26)" onmouseover="helpline('cb_26')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" name="addbbcode28" value="youtube" onclick="bbstyle(28)" onmouseover="helpline('cb_28')" onmouseout="helpline('tip')" />
</td>
</tr>
<tr><td><div align="left"><a href="bol.html" class="postlink" target="_new">Zoeken naar DVD's en boeken</a></div></td></tr>
<tr>
<td><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="Tip: opmaak kan je snel toepassen op de geselecteerde tekst." /></td>
<td class="genmed" align="center">Tekstkleur</td>
</tr>
<tr>
<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;"></textarea></td>
<td width="80" align="center" valign="top">
<script type="text/javascript">
// <![CDATA[
colorPalette('v', 7, 6)
// ]]>
</script>
</td>
</tr>
</table>
</td>
</tr>


<tr>
<td class="row1" valign="top"><b class="genmed">Opties:</b><br />
<table cellspacing="2" cellpadding="0" border="0">
<tr>
<td class="gensmall"><a href="./faq.php?mode=bbcode">BBCode</a> staat <em>AAN</em></td>
</tr>
<tr>
<td class="gensmall">[img] staat <em>AAN</em></td>
</tr>
<tr>
<td class="gensmall">[flash] staat <em>UIT</em></td>
</tr>
<tr>
<td class="gensmall">[url] staat AAN</td>
</tr>
<tr>
<td class="gensmall">Smilies staan <em>AAN</em></td>
</tr>
</table>
</td>
<td class="row2">
<table cellpadding="1">
<tr>
<td><input type="checkbox" class="radio" name="disable_bbcode" /></td>
<td class="gen">Schakel BBCode uit</td>
</tr>
<tr>
<td><input type="checkbox" class="radio" name="disable_smilies" /></td>
<td class="gen">Schakel smilies uit</td>
</tr>
<tr>
<td><input type="checkbox" class="radio" name="disable_magic_url" /></td>
<td class="gen">URL's niet automatisch omzetten</td>
</tr>
<tr>
<td><input type="checkbox" class="radio" name="attach_sig" checked="checked" /></td>
<td class="gen">Voeg mijn onderschrift toe (te wijzigen via het gebruikerspaneel)</td>
</tr>
<tr>
<td><input type="checkbox" class="radio" name="notify" /></td>
<td class="gen">Breng mij op de hoogte van nieuwe reacties</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="gen">Onderwerptype: <input type="radio" class="radio" name="topic_type" value="0" checked="checked" />Normaal&nbsp;&nbsp;<input type="radio" class="radio" name="topic_type" value="1" />Sticky&nbsp;&nbsp;<input type="radio" class="radio" name="topic_type" value="2" />Mededeling&nbsp;&nbsp;<input type="radio" class="radio" name="topic_type" value="3" />Globaal&nbsp;&nbsp;</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="row1"><b class="genmed">Maak dit onderwerp sticky voor:</b><br /><span class="gensmall">Sticky/Mededeling tijdslimiet</span></td>
<td class="row2"><input class="post" type="text" name="topic_time_limit" size="3" maxlength="3" value="0" />&nbsp;<b class="gen">Dagen</b> <span class="gensmall">Typ 0 in of laat het veld leeg als je de sticky/mededeling oneindig wilt laten duren.</span></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">
<input class="btnlite" type="submit" tabindex="5" name="preview" value="Voorbeeld" />
&nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="Bevestig" />
&nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="7" name="save" value="Opslaan" /> &nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="9" name="cancel" value="Annuleren" />
</td>
</tr>

<tr>
<th colspan="2">
<script type="text/javascript">
// <![CDATA[
/**
* Show upload progress bar
*/
function popup_progress_bar()
{
close_waitscreen = 0;
// no scrollbars
popup('./posting.php?f=1&mode=popup', 400, 200, '_upload');
}
// ]]>
</script>


Bijlage toevoegen </th>
</tr>
<tr>
<td class="row3" colspan="2"><span class="gensmall">Als je geen bijlage wilt toevoegen aan je bericht, laat deze velden dan leeg. <br />
Wil je afbeeldingen toevoegen? <a href="addimage.html" class="postlink" target="_new">Klik dan hier</a> om ze extern te hosten zodat het je geen bijlageruimte kost.</span></td>
</tr>

<tr>
<td class="row1"><b class="genmed">Bestandsnaam</b></td>
<td class="row2"><input type="file" name="fileupload" size="40" maxlength="1048576" value="" class="btnfile" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">Opmerkingen bij bestand</b></td>
<td class="row2">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td><textarea class="post" name="filecomment" rows="3" cols="35"></textarea>&nbsp;</td>
<td valign="top">
<table border="0" cellspacing="4" cellpadding="0">
<tr>
<td><input class="btnlite" type="submit" style="width:150px" name="add_file" value="Voeg bestand toe" onclick="popup_progress_bar();" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<tr>
<th colspan="2">Voeg poll toe</th>
</tr>
<tr>
<td class="row3" colspan="2"><span class="gensmall">Als je geen poll wilt toevoegen aan je onderwerp, laat deze velden dan leeg.</span></td>
</tr>
<tr>
<td class="row1"><b class="genmed">Poll vraag:</b></td>
<td class="row2"><input class="post" type="text" name="poll_title" size="50" maxlength="255" value="" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">Poll opties:</b><br /><span class="gensmall">Plaats elke optie op een nieuwe regel. Je mag <strong>10</strong> opties ingeven.</span></td>
<td class="row2"><textarea style="width:450px" name="poll_option_text" rows="5" cols="35"></textarea></td>
</tr>
<tr>
<td class="row1"><b class="genmed">Opties per gebruiker:</b><br /><span class="gensmall">Het aantal opties dat een gebruiker mag aanvinken als hij/zij een stem uitbrengt.</span></td>
<td class="row2"><input class="post" type="text" name="poll_max_options" size="3" maxlength="3" value="1" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">Poll geldig tot:</b></td>
<td class="row2"><input class="post" type="text" name="poll_length" size="3" maxlength="3" value="0" />&nbsp;<b class="gen">Dagen</b> <span class="gensmall">Typ 0 of laat het veld leeg als de poll nooit eindigt.</span></td>
</tr>
<tr>
<td class="row1"><b class="genmed">Sta stemmen opnieuw toe:</b><br /><span class="gensmall">Als het ingeschakeld is kunnen gebruikers hun stem herzien en opnieuw stemmen.</span></td>
<td class="row2"><input type="checkbox" class="radio" name="poll_vote_change" /></td>
</tr>

<tr>
<td class="cat" colspan="2" align="center"><input type="hidden" name="lastclick" value="1215017285" /> <input class="btnlite" type="submit" tabindex="10" name="preview" value="Voorbeeld" />
&nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="11" name="post" value="Bevestig" />
&nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="Annuleren" />
</td>
</tr>
</table>

<input type="hidden" name="creation_time" value="1215017285" />
<input type="hidden" name="form_token" value="9e7f4a4ae3b168d6e592ccd0ce741ea01f732576" />
</form>

<br clear="all" />

<table class="tablebg" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="breadcrumbs" valign="middle">
<p class="breadcrumbs">Navigatie: <a class="breadcrumbs" href="./index.php">Forumoverzicht</a> &#187; <a class="breadcrumbs" href="./viewforum.php?f=17">Over SFB</a> &#187; <a class="breadcrumbs" href="./viewforum.php?f=1">Mededelingen en feedback</a></p>

</td>
</tr>
<tr><td bgcolor="#fffff0" valign="middle">
<script type="text/javascript"><!--
google_ad_client = "pub-1387695411823252";
/* sfb_forum_768x15 */
google_ad_slot = "6678389363";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr> </table> <br clear="all" />

<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4>Wie is er online</h4></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">Gebruikers op dit forum: <a href="./memberlist.php?mode=viewprofile&u=2" style="color: #AA0000;" class="username-coloured">Ger</a> en 0 gasten</span></td>
</tr>
</table>

<br clear="all" />

<table width="100%" cellspacing="1">
<tr>
<td align="right"> <form method="post" name="jumpbox" action="./viewforum.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">

<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span class="gensmall">Ga naar:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">

<option value="-1">Selecteer een forum</option>
<option value="-1">------------------</option> <option value="16">Verborgen</option>
<option value="26">&nbsp; &nbsp;Team overleg</option>
<option value="15">&nbsp; &nbsp;Artikelschrijvers</option>
<option value="22">&nbsp; &nbsp;&nbsp; &nbsp;Archief</option>
<option value="27">&nbsp; &nbsp;&nbsp; &nbsp;Wetten en regels</option>
<option value="11">&nbsp; &nbsp;Moderator overleg</option>
<option value="21">&nbsp; &nbsp;&nbsp; &nbsp;Gebruikers en topics</option>
<option value="13">&nbsp; &nbsp;Alleen beheerders</option>
<option value="23">&nbsp; &nbsp;Bijeenkomst</option>
<option value="17">Over SFB</option>
<option value="1">&nbsp; &nbsp;Mededelingen en feedback</option>
<option value="10">&nbsp; &nbsp;Hoofdpagina - Reacties en ideeën</option>
<option value="18">Aanschaf</option>
<option value="3">&nbsp; &nbsp;Ik wil een zwaard...</option>
<option value="4">&nbsp; &nbsp;Kijk eens wat ik hier heb!</option>
<option value="12">&nbsp; &nbsp;Producenten, producten en winkels</option>
<option value="9">&nbsp; &nbsp;Zwaardenmarkt</option>
<option value="24">&nbsp; &nbsp;&nbsp; &nbsp;Verkocht</option>
<option value="25">&nbsp; &nbsp;&nbsp; &nbsp;3 maanden of ouder</option>
<option value="19">Interesses en achtergronden</option>
<option value="5">&nbsp; &nbsp;De technische hoek</option>
<option value="14">&nbsp; &nbsp;Historische achtergronden</option>
<option value="7">&nbsp; &nbsp;Martial arts en zwaardgebruik</option>
<option value="20">Ontspanning</option>
<option value="6">&nbsp; &nbsp;Media</option>
<option value="8">&nbsp; &nbsp;SFB Café</option>

</select>&nbsp;<input class="btnlite" type="submit" value="Ga" /></td>
</tr>
</table>

</form>
</td>
</tr>
</table>

</div>

<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.

The phpBB Group : 2006
//-->
<div id="wrapfooter">
<span class="gensmall">[ <a href="./adm/index.php?sid=f02fb4fd1d190c956a05640790195513">Beheerderspaneel</a> ]</span><br /><br /> <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
<br /><a href="http://www.phpbb.nl">phpBB.nl Vertaling</a> <br />Stijl &copy; <a href="http://www.swordfactsbenelux.nl">Sword Facts Benelux</a>
</span>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2826436-1";
urchinTracker();
</script>
</body>
</html>[/code]
Wat is de fout?

..

Re: Smilie-pagina wordt in eigen venster geopend

Geplaatst: 02 jul 2008, 18:44
door Bee
Kan je niet beter even posting_body.html geven van de stijl die je gebruikt?

Overigens bevat het codeblok zelf al een scrollbarmechanisme dus is het niet nodig hem nog in een spoiler te plaatsen.

Re: Smilie-pagina wordt in eigen venster geopend

Geplaatst: 02 jul 2008, 18:57
door Ger
Zie onder. Wederom in een spoiler, aangezien niet iedereen het IE6-stadium te boven is (helaas).
Spoiler: bekijk

Code: Selecteer alles

<!-- IF S_PRIVMSGS -->
	<!-- INCLUDE ucp_header.html -->
<!-- ELSE -->
	<!-- INCLUDE overall_header.html -->
<!-- ENDIF -->

<!-- IF S_FORUM_RULES -->
	<div class="forumrules">
		<!-- IF U_FORUM_RULES -->
			<h3>{L_FORUM_RULES}</h3><br />
			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
		<!-- ELSE -->
			<h3>{L_FORUM_RULES}</h3><br />
			{FORUM_RULES}
		<!-- ENDIF -->
	</div>

	<br clear="all" />
<!-- ENDIF -->

<!-- IF not S_PRIVMSGS -->
	<div id="pageheader">
		<h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ENDIF --></h2>

		<!-- IF MODERATORS -->
			<p class="moderators">{L_MODERATORS}: {MODERATORS}</p>
		<!-- ENDIF -->
		<!-- IF U_MCP -->
			<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
		<!-- ENDIF -->
	</div>

	<br clear="all" /><br />
<!-- ENDIF -->

<!-- IF not S_SHOW_PM_BOX -->
	<form action="{S_POST_ACTION}" method="post" name="postform"{S_FORM_ENCTYPE}>
<!-- ENDIF -->

<!-- IF S_DRAFT_LOADED -->
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<th align="center">{L_INFORMATION}</th>
	</tr>
	<tr>
		<td class="row1" align="center"><span class="gen"><!-- IF S_PRIVMSGS -->{L_DRAFT_LOADED_PM}<!-- ELSE -->{L_DRAFT_LOADED}<!-- ENDIF --></span></td>
	</tr>
	</table>

	<br clear="all" />
<!-- ENDIF -->

<!-- IF S_SHOW_DRAFTS -->
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<th colspan="3" align="center">{L_LOAD_DRAFT}</th>
	</tr>
	<tr>
		<td class="row1" colspan="3" align="center"><span class="gen">{L_LOAD_DRAFT_EXPLAIN}</span></td>
	</tr>
	<tr>
		<th>{L_SAVE_DATE}</th>
		<th>{L_DRAFT_TITLE}</th>
		<th>{L_OPTIONS}</th>
	</tr>
	<!-- BEGIN draftrow -->

		<!-- IF draftrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

		<td class="postdetails" style="padding: 4px;">{draftrow.DATE}</td>
		<td style="padding: 4px;"><b class="gen">{draftrow.DRAFT_SUBJECT}</b>
			<!-- IF draftrow.S_LINK_TOPIC --><br /><span class="gensmall">{L_TOPIC}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span>
			<!-- ELSEIF draftrow.S_LINK_FORUM --><br /><span class="gensmall">{L_FORUM}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span>
			<!-- ELSEIF draftrow.S_LINK_PM --><br /><span class="gensmall">{L_PRIVATE_MESSAGE}</span>
			<!-- ELSE --><br /><span class="gensmall">{L_NO_TOPIC_FORUM}</span><!-- ENDIF -->
		</td>
		<td style="padding: 4px;" align="center"><span class="gen"><a href="{draftrow.U_INSERT}">{L_LOAD_DRAFT}</a></span></td>
	</tr>
	<!-- END draftrow -->
	</table>

	<br clear="all" />
<!-- ENDIF -->


<!-- IF S_POST_REVIEW --><!-- INCLUDE posting_review.html --><!-- ENDIF -->
<!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->


<!-- IF not S_PRIVMSGS and S_UNGLOBALISE -->
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<th>{L_MOVE}</th>
	</tr>
	<tr>
		<td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<tr>
		<td class="row2" align="center"><span class="gen">{L_UNGLOBALISE_EXPLAIN}<br /><br />{L_SELECT_DESTINATION_FORUM}&nbsp;&nbsp;</span><select name="to_forum_id">{S_FORUM_SELECT}</select><br /><br /><input class="btnmain" type="submit" name="post" value="{L_CONFIRM}" />&nbsp;&nbsp; <input class="btnlite" type="submit" name="cancel_unglobalise" value="{L_CANCEL}" /></td>
	</tr>
	</table>

	<br clear="all" />
<!-- ENDIF -->

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<th colspan="2"><b>{L_POST_A}</b></th>
</tr>

<!-- IF ERROR -->
	<tr>
		<td class="row2" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
	</tr>
<!-- ENDIF -->

<!-- IF S_DELETE_ALLOWED -->
	<tr>
		<td class="row1"><b class="genmed">{L_DELETE_POST}:</b></td>
		<td class="row2"><input type="checkbox" class="radio" name="delete" /> <span class="gensmall">[ {L_DELETE_POST_WARN} ]</span></td>
	</tr>
<!-- ENDIF -->

<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
	<tr>
		<td class="row1"><b class="genmed">{L_ICON}:</b></td>
		<td class="row2">
			<table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td><input type="radio" class="radio" name="icon" value="0"{S_NO_ICON_CHECKED} /><span class="genmed"><!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></span> <!-- BEGIN topic_icon --><span style="white-space: nowrap;"><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"{topic_icon.S_ICON_CHECKED} /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /></span> <!-- END topic_icon --></td>
			</tr>
			</table>
		</td>
	</tr>
<!-- ENDIF -->

<!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME -->
	<tr>
		<td class="row1"><b class="genmed">{L_USERNAME}:</b></td>
		<td class="row2"><input class="post" type="text" tabindex="1" name="username" size="25" value="{USERNAME}" /></td>
	</tr>
<!-- ENDIF -->

<!-- IF S_PRIVMSGS -->
	<tr>
		<td class="row1"><b class="genmed">{L_TO}:</b></td>
		<td class="row2">
			{S_HIDDEN_ADDRESS_FIELD}
		<!-- BEGIN to_recipient -->
			<span style="display: block; float: {S_CONTENT_FLOW_BEGIN};" class="nowrap genmed"><strong>
			<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><span class="sep">{to_recipient.NAME}</span></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
			</span>
		<!-- BEGINELSE -->
			<span class="genmed">{L_NO_TO_RECIPIENT}</span>
		<!-- END to_recipient -->
		</td>
	</tr>
	<!-- IF S_ALLOW_MASS_PM -->
	<tr>
		<td class="row1"><b class="genmed">{L_BCC}:</b></td>
		<td class="row2">
		<!-- BEGIN bcc_recipient -->
			<span class="genmed nowrap"><strong>
			<!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><span class="sep">{bcc_recipient.NAME}</span></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;<!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
			</span>
		<!-- BEGINELSE -->
			<span class="genmed">{L_NO_BCC_RECIPIENT}</span>
		<!-- END bcc_recipient -->
		</td>
	</tr>
	<!-- ENDIF -->
<!-- ENDIF -->

<tr>
	<td class="row1" width="22%"><b class="genmed">{L_SUBJECT}:</b></td>
	<td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}" /></td>
</tr>
<tr>
	<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN}&nbsp;</span><br /><br />
	<!-- IF S_SMILIES_ALLOWED -->
		<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
		<tr>
			<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
		</tr>
		<tr>
			<td align="center">
				<!-- BEGIN smiley -->
					<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
				<!-- END smiley -->
			</td>
		</tr>

		<!-- IF S_SHOW_SMILEY_LINK -->
			<tr>
				<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
			</tr>
		<!-- ENDIF -->

		</table>
	<!-- ENDIF -->
	</td>
	<td class="row2" valign="top">
		<script type="text/javascript">
		// <![CDATA[
			var form_name = 'postform';
			var text_name = 'message';
		// ]]>
		</script>
<!-- INCLUDE posting_topic_tags.html -->
		<table width="100%" cellspacing="0" cellpadding="0" border="0">
		<!-- INCLUDE posting_buttons.html -->
		<tr>
			<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;">{MESSAGE}</textarea></td>
			<!-- IF S_BBCODE_ALLOWED -->
			<td width="80" align="center" valign="top">
				<script type="text/javascript">
				// <![CDATA[
					colorPalette('v', 7, 6)
				// ]]>
				</script>
			</td>
			<!-- ENDIF -->
	 	</tr>
		</table>
	</td>
</tr>

<!-- IF S_INLINE_ATTACHMENT_OPTIONS -->
	<tr>
		<td class="row1"><b class="genmed">{L_ATTACHMENTS}:</b></td>
		<td class="row2"><select name="attachments">{S_INLINE_ATTACHMENT_OPTIONS}</select>&nbsp;<input type="button" class="btnbbcode" accesskey="a" value="{L_PLACE_INLINE}" name="attachinline" onclick="attach_form = document.forms[form_name].elements['attachments']; attach_inline(attach_form.value, attach_form.options[attach_form.selectedIndex].text);" onmouseover="helpline('a')" onmouseout="helpline('tip')" />
		</td>
	</tr>
<!-- ENDIF -->

<tr>
	<td class="row1" valign="top"><b class="genmed">{L_OPTIONS}:</b><br />
		<table cellspacing="2" cellpadding="0" border="0">
		<tr>
			<td class="gensmall">{BBCODE_STATUS}</td>
		</tr>
		<!-- IF S_BBCODE_ALLOWED -->
		<tr>
			<td class="gensmall">{IMG_STATUS}</td>
		</tr>
		<tr>
			<td class="gensmall">{FLASH_STATUS}</td>
		</tr>
		<tr>
			<td class="gensmall">{URL_STATUS}</td>
		</tr>
		<tr>
			<td class="gensmall">{SMILIES_STATUS}</td>
		</tr>
		<!-- ENDIF -->
		</table>
	</td>
	<td class="row2">
		<table cellpadding="1">
		<!-- IF S_BBCODE_ALLOWED -->
			<tr>
				<td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
				<td class="gen">{L_DISABLE_BBCODE}</td>
			</tr>
		<!-- ENDIF -->

		<!-- IF S_SMILIES_ALLOWED -->
			<tr>
				<td><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
				<td class="gen">{L_DISABLE_SMILIES}</td>
			</tr>
		<!-- ENDIF -->

		<!-- IF S_LINKS_ALLOWED -->
		<tr>
			<td><input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /></td>
			<td class="gen">{L_DISABLE_MAGIC_URL}</td>
		</tr>
		<!-- ENDIF -->

		<!-- IF S_SIG_ALLOWED -->
			<tr>
				<td><input type="checkbox" class="radio" name="attach_sig"{S_SIGNATURE_CHECKED} /></td>
				<td class="gen">{L_ATTACH_SIG}</td>
			</tr>
		<!-- ENDIF -->

		<!-- IF S_NOTIFY_ALLOWED -->
			<tr>
				<td><input type="checkbox" class="radio" name="notify"{S_NOTIFY_CHECKED} /></td>
				<td class="gen">{L_NOTIFY_REPLY}</td>
			</tr>
		<!-- ENDIF -->

		<!-- IF not S_PRIVMSGS -->
			<!-- IF S_LOCK_TOPIC_ALLOWED -->
				<tr>
					<td><input type="checkbox" class="radio" name="lock_topic"{S_LOCK_TOPIC_CHECKED} /></td>
					<td class="gen">{L_LOCK_TOPIC}</td>
				</tr>
			<!-- ENDIF -->

			<!-- IF S_LOCK_POST_ALLOWED -->
				<tr>
					<td><input type="checkbox" class="radio" name="lock_post"{S_LOCK_POST_CHECKED} /></td>
					<td class="gen">{L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</td>
				</tr>
			<!-- ENDIF -->

			<!-- IF S_TYPE_TOGGLE -->
				<tr>
					<td>&nbsp;</td>
					<td class="gen"><!-- IF S_EDIT_POST -->{L_CHANGE_TOPIC_TO}<!-- ELSE -->{L_POST_TOPIC_AS}<!-- ENDIF -->: <!-- BEGIN topic_type --><input type="radio" class="radio" name="topic_type" value="{topic_type.VALUE}"{topic_type.S_CHECKED} />{topic_type.L_TOPIC_TYPE}&nbsp;&nbsp;<!-- END topic_type --></td>
				</tr>
			<!-- ENDIF -->
		<!-- ENDIF -->
		</table>
	</td>
</tr>

<!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
	<tr>
		<td class="row1"><b class="genmed">{L_STICK_TOPIC_FOR}:</b><br /><span class="gensmall">{L_STICKY_ANNOUNCE_TIME_LIMIT}</span></td>
		<td class="row2"><input class="post" type="text" name="topic_time_limit" size="3" maxlength="3" value="{TOPIC_TIME_LIMIT}" />&nbsp;<b class="gen">{L_DAYS}</b> <span class="gensmall">{L_STICK_TOPIC_FOR_EXPLAIN}</span></td>
	</tr>
<!-- ENDIF -->

<!-- IF S_EDIT_REASON -->
	<tr>
		<td class="row1" valign="top"><b class="genmed">{L_EDIT_REASON}:</b></td>
		<td class="row2"><input class="post" type="text" name="edit_reason" size="50" value="{EDIT_REASON}" /></td>
	</tr>
<!-- ENDIF -->

<!-- IF S_CONFIRM_CODE -->
	<tr>
		<th colspan="2" valign="middle">{L_POST_CONFIRMATION}</th>
	</tr>
	<tr>
		<td class="row3" colspan="2"><span class="gensmall">{L_POST_CONFIRM_EXPLAIN}</span></td>
	</tr>
	<tr>
		<td class="row1" colspan="2" align="center">
			<input type="hidden" name="confirm_id" value="{CONFIRM_ID}" />
			{CONFIRM_IMAGE}
		</td>
	</tr>
	<tr>
		<td class="row1"><b class="genmed">{L_CONFIRM_CODE}: </b><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
		<td class="row2"><input class="post" type="text" name="confirm_code" size="8" maxlength="8" /></td>
	</tr>
<!-- ENDIF -->

<!-- IF S_SHOW_ATTACH_BOX or S_SHOW_POLL_BOX -->
	<tr>
		<td class="cat" colspan="2" align="center">
			<input class="btnlite" type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" />
			&nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" />
			<!-- IF S_SAVE_ALLOWED -->&nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="7" name="save" value="{L_SAVE}" /><!-- ENDIF -->
			<!-- IF S_HAS_DRAFTS -->&nbsp; <input class="btnlite" type="submit" accesskey="d" tabindex="8" name="load" value="{L_LOAD}" /><!-- ENDIF -->
			&nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="9" name="cancel" value="{L_CANCEL}" />
		</td>
	</tr>

	<!-- IF S_SHOW_ATTACH_BOX --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->

	<!-- IF S_SHOW_POLL_BOX -->
		<!-- INCLUDE posting_poll_body.html -->
	<!-- ELSEIF S_POLL_DELETE -->
		<tr>
			<td class="row1"><span class="genmed"><b>{L_POLL_DELETE}:</b></span></td>
			<td class="row2"><input type="checkbox" class="radio" name="poll_delete" /></td>
		</tr>
	<!-- ENDIF -->
<!-- ENDIF -->

<tr>
	<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}
		<input class="btnlite" type="submit" tabindex="10" name="preview" value="{L_PREVIEW}" />
		&nbsp; <input class="btnmain" type="submit" accesskey="s" tabindex="11" name="post" value="{L_SUBMIT}" />
		<!-- IF not S_SHOW_ATTACH_BOX and not S_SHOW_POLL_BOX -->
			<!-- IF S_SAVE_ALLOWED -->&nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="12" name="save" value="{L_SAVE}" /><!-- ENDIF -->
			<!-- IF S_HAS_DRAFTS -->&nbsp; <input class="btnlite" type="submit" accesskey="d" tabindex="13" name="load" value="{L_LOAD}" /><!-- ENDIF -->
		<!-- ENDIF -->
		&nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="{L_CANCEL}" />
	</td>
</tr>
</table>

<!-- IF not S_PRIVMSGS -->
   {S_FORM_TOKEN}
   </form>
<!-- ENDIF -->

<br clear="all" />
  
<!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF -->
<!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->

<!-- IF S_PRIVMSGS -->
	<!-- INCLUDE ucp_footer.html -->
<!-- ELSE -->

	<!-- INCLUDE breadcrumbs.html -->


	<!-- IF S_DISPLAY_ONLINE_LIST -->
		<br clear="all" />

		<table class="tablebg" width="100%" cellspacing="1">
		<tr>
			<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
		</tr>
		<tr>
			<td class="row1"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
		</tr>
		</table>
	<!-- ENDIF -->

	<br clear="all" />

	<table width="100%" cellspacing="1">
	<tr>
		<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
	</tr>
	</table>

	<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->

Re: Smilie-pagina wordt in eigen venster geopend

Geplaatst: 02 jul 2008, 19:57
door Raimon
Je overall_header is niet erg up-to-date.

open overall_header.html

zoek:

Code: Selecteer alles

<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=125,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->

vervang met:

Code: Selecteer alles

<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}
<!-- ENDIF -->

function popup(url, width, height, name)
{
	if (!name)
	{
		name = '_popup';
	}

	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
	return false;
}

Re: Smilie-pagina wordt in eigen venster geopend

Geplaatst: 02 jul 2008, 20:30
door Ger
Dat deed 't hem, thanks! :D
Beetje vreemd, aangezien ik daar niet in heb zitte klooien hiervoor, maar goed. Blij zijn dat het werkt. :)

Je zegt "is niet up to date". Daaruit begrijp ik dat er ergens een templatewijziging is geweest hiervoor? Heb je topic op phpBB.com over templatewijzigingen voor 3.0.1 volgens mij helemaal doorgefietst toen. Is er tussentijds nog ergens iets aangekondigd wat ik gemist heb dan?