Seite 1 von 1

( Gelöst) BBCodebox3 overall_header Problem

Verfasst: 26.12.2009 18:08
von hupelmann
Nabend.

Ohhhhhh, der schon wieder. :roll:
Ja, der schon wieder :grin:

ich habe ein Problem mit der Overall Header.
Neues Style ClanzDarkness3.

Find

Code: Alles auswählen

<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
Add after

Code: Alles auswählen

<link href="{T_THEME_PATH}/bbcodebox3.css" rel="stylesheet" type="text/css" />
Wohin damit. Kanns nicht finden weil es nicht da ist..............

Code: Alles auswählen

<!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="{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-language" content="{S_USER_LANG}" />
<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="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

<script type="text/javascript">
// <![CDATA[
<!-- 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;
}

function jumpto()
{
   var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
   var perpage = '{PER_PAGE}';
   var base_url = '{A_BASE_URL}';

   if (page !== null && !isNaN(page) && page > 0)
   {
      document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
   }
}

/**
* 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;
      }
   }
}

<!-- IF ._file -->

   /**
   * Play quicktime file by determining it's width/height
   * from the displayed rectangle area
   *
   * Only defined if there is a file block present.
   */
   function play_qt_file(obj)
   {
      var rectangle = obj.GetRectangle();

      if (rectangle)
      {
         rectangle = rectangle.split(',')
         var x1 = parseInt(rectangle[0]);
         var x2 = parseInt(rectangle[2]);
         var y1 = parseInt(rectangle[1]);
         var y2 = parseInt(rectangle[3]);

         var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
         var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
      }
      else
      {
         var width = 200;
         var height = 0;
      }

      obj.width = width;
      obj.height = height + 16;

      obj.SetControllerVisible(true);

      obj.Play();
   }
<!-- ENDIF -->

// ]]>
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">

<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <td width="11"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
  <td width="135"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
  <td width="100%"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
  <td width="11"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
 </tr>
 <tr>
  <td width="11"><img width="11" height="135" border="0" src="{T_THEME_PATH}/images/topside1.jpg" alt="" /></td>
  <td colspan="2" width="100%" class="top">
   <table class="top2" width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <!-- //optional logo// <td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td> -->
     <td width="100%" height="135" class="sitepad"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
     <td height="135"><!-- optional advertisement location --></td>
    </tr>
   </table>
  </td>
  <td width="11"><img width="11" height="135" border="0" src="{T_THEME_PATH}/images/topside2.jpg" alt="" /></td>
 </tr>
 <tr>
  <td width="11" class="side2">
   <table width="11" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="11" height="518"></td>
    </tr>
    <tr>
     <td width="11"><img src="{T_THEME_PATH}/images/side4.jpg" border="0" width="11" height="25" alt="" /></td>
    </tr>
   </table>
  </td>
  <td width="134" class="side1"><img src="{T_THEME_PATH}/images/side1.jpg" width="134" height="518" border="0" alt="" /><br /><img src="{T_THEME_PATH}/images/side1.gif" width="134" height="25" border="0" alt="" /><br /><img src="{T_THEME_PATH}/images/pixel.gif" width="10" height="1" border="0" alt="" /></td>
  <td width="100%" class="side1">
<table width="98%" cellpadding="0" cellspacing="0" border="0" style="margin: 10px;">
 <tr>
  <td width="41"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
  <td width="100%"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
  <td width="41"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" /></td>
 </tr>
 <tr>
  <td width="41"><img src="{T_THEME_PATH}/images/q1.jpg" border="0" width="41" height="7" alt="" /></td>
  <td width="100%" class="q3"></td>
  <td width="41"><img src="{T_THEME_PATH}/images/q1-1.jpg" border="0" width="41" height="7" alt="" /></td>
 </tr>
 <tr>
  <td width="41"><img src="{T_THEME_PATH}/images/q4.jpg" border="0" width="41" height="26" alt="" /></td>
  <td width="100%" class="q5"></td>
  <td width="41"><img src="{T_THEME_PATH}/images/q4-1.jpg" border="0" width="41" height="26" alt="" /></td>
 </tr>
 <tr>
  <td width="41"><img src="{T_THEME_PATH}/images/a1.jpg" border="0" width="41" height="15" alt="" /></td>
  <td width="100%" class="a2"></td>
  <td width="41"><img src="{T_THEME_PATH}/images/a1-1.jpg" border="0" width="41" height="15" alt="" /></td>
 </tr>
 <tr>
  <td width="41" class="aq1"></td>
  <td width="100%" bgcolor="#181818">
<div id="wrapheader">
   <div id="menubar">
      <table width="100%" cellspacing="0">
      <tr>
         <td class="genmed">
            <!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
            <!-- IF U_RESTORE_PERMISSIONS --> &nbsp;<a href="{U_RESTORE_PERMISSIONS}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
            <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
            <!-- IF not S_IS_BOT -->
               <!-- IF S_USER_LOGGED_IN -->
                  <!-- IF S_DISPLAY_PM --> &nbsp;<a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
               <!-- ELSEIF S_REGISTER_ENABLED --> &nbsp;<a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="*" /> {L_REGISTER}</a>
               <!-- ENDIF -->
            <!-- ENDIF -->
         </td>
         <td class="genmed" align="{S_CONTENT_FLOW_END}">
            <a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
            <!-- IF S_DISPLAY_SEARCH -->&nbsp; &nbsp;<a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF -->
            <!-- IF not S_IS_BOT -->
               <!-- IF S_DISPLAY_MEMBERLIST -->&nbsp; &nbsp;<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF -->
               <!-- IF S_USER_LOGGED_IN -->&nbsp; &nbsp;<a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> {L_PROFILE}</a><!-- ENDIF -->
            <!-- ENDIF -->
         </td>
      </tr>
      </table>
   </div>

   <div id="datebar">
      <table width="100%" cellspacing="0">
      <tr>
         <td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
         <td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
      </tr>
      </table>
   </div>

</div>

<div id="wrapcentre">

   <!-- IF S_DISPLAY_SEARCH -->
   <p class="searchbar">
      <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
      <!-- IF S_USER_LOGGED_IN -->
      <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
      <!-- ENDIF -->
   </p>
   <!-- ENDIF -->

   <br style="clear: both;" />

   <!-- INCLUDE breadcrumbs.html -->

   <br />
Gruß

Re: BBCodebox3 overall_header Problem

Verfasst: 26.12.2009 18:17
von Luuq
Hi,

füg es doch nach:

Code: Alles auswählen

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
ein. ;)

Gruß,
Luuq

Re: BBCodebox3 overall_header Problem

Verfasst: 26.12.2009 18:29
von hupelmann
Und in der Posting button kann ich auch nur die beiden ersten sachen ändern.
Find

Code: Alles auswählen

<div id="colour_palette" style="display: none;">
	<dl style="clear: left;">
		<dt><label>{L_FONT_COLOR}:</label></dt>
		<dd>
		<script type="text/javascript">
		// <![CDATA[
			function change_palette()
			{
				dE('colour_palette');
				e = document.getElementById('colour_palette');
				
				if (e.style.display == 'block')
				{
					document.getElementById('bbpalette').value = '{LA_FONT_COLOR_HIDE}';
				}
				else
				{
					document.getElementById('bbpalette').value = '{LA_FONT_COLOR}';
				}
			}

			colorPalette('h', 15, 10);
		// ]]>
		</script>
		</dd>
	</dl>
</div>
Replace with

Code: Alles auswählen

<!-- /removed-by-BBCodeBox3/
<div id="colour_palette" style="display: none;">
	<dl style="clear: left;">
		<dt><label>{L_FONT_COLOR}:</label></dt>
		<dd>
		<script type="text/javascript">
		// <![CDATA[
			function change_palette()
			{
				dE('colour_palette');
				e = document.getElementById('colour_palette');
				
				if (e.style.display == 'block')
				{
					document.getElementById('bbpalette').value = '{LA_FONT_COLOR_HIDE}';
				}
				else
				{
					document.getElementById('bbpalette').value = '{LA_FONT_COLOR}';
				}
			}

			colorPalette('h', 15, 10);
		// ]]>
		</script>
		</dd>
	</dl>
</div>
/removed-by-BBCodeBox3/ -->

wohin damit

Code: Alles auswählen

<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
	<td colspan="2">
		<script type="text/javascript">
		// <![CDATA[
		
		// Define the bbCode tags
		var bbcode = new Array();
			var bbtags = new Array(
//0
'[b]','[/b]'
//2
,'[i]','[/i]'
//4
,'[u]','[/u]'
//6
,'[quote]','[/quote]'
//8
,'[code]','
'
//10
,'
  • ','
'
//12
,'
  • ','
'
//14 Listenpunkt [*]
,'[img]','[/img]'
//16
,'',''
//18 Flash phpbb3-intern
,'[flash=]','[/flash]'
//20 Font - Size - phpbb3-intern
,'[size=]','[/size]'
//22
,'[align=center]','[/align]'
//24
,'[align=right]','[/align]'
//26
,'[spoil]','[/spoil]'
//28
,'[spoil=]','[/spoil]'
//30
,'[img_l]','[/img_l]'
//32
,'[flash_i]','[/flash_i]'
//34
,'[img_r]','[/img_r]'
//36
,'[br]','[/br]'
//38
,'[youtube]','[/youtube]'
//40
,'[gvideo]','[/gvideo]'
//42
,'[myspace]','[/myspace]'
//44
,'[myvideo]','[/myvideo]'
//46
,'[clipfish]','[/clipfish]'
//48
,'[flv]','[/flv]'
//50
,'[stream]','[/stream]'
//52
,'[mov]','[/mov]'
//54
,'[sup]','[/sup]'
//56
,'[sub]','[/sub]'
//58
,'[marq=down]','[/marq]'
//60
,'[marq=up]','[/marq]'
//62
,'[marq=left]','[/marq]'
//64
,'[marq=right]','[/marq]'
//66
,'[strike]','[/strike]'
//68
,'[align=justify]','[/align]'
//70
,'[rm]','[/rm]'
//72
,'[wmv]','[/wmv]'
//74
,'[hr]','[/hr]'
//76
,'[mail=]','[/mail]'
//77 Font - Type
//79 Font - Color
//78
,'[dailymotion]','[/dailymotion]'
//80
,'[gamespot]','[/gamespot]'
//82
,'[gametrailers]','[/gametrailers]'
//84
,'[gotgame]','[/gotgame]'
//86
,'[gamevideos]','[/gamevideos]'
//88
,'[streetfire]','[/streetfire]'
//90
,'[xfire]','[/xfire]'
//92
,'[ebay=]','[/ebay]'
//94
,'[ot]','[/ot]'
//96
,'[search=]','[/search]'
//98
,'[wiki=]','[/wiki]'
//100
,'[divx]','[/divx]'
//102
,'[warning]','[/warning]'
//104
,'[col]','[/col]'
//106
,'[indent]','[/indent]'
//108
,'[outdent]','[/outdent]'
//110
,'[megavideo]','[/megavideo]'
//112
,'[metacafe]','[/metacafe]'
//114
,'[veoh]','[/veoh]'
//116
,'[vimeo]','[/vimeo]'
//118
,'[soundcloud]','[/soundcloud]'
//120
,'[slide]','[/slide]'
//122
,'[pbslide]','[/pbslide]'
//124
,'[flickr]','[/flickr]'
//126
,'[picasa]','[/picasa]'
//128
,'[user]','[/user]'
//130
,'[web_thumb]','[/web_thumb]'
//132
,'[copyright]','[/copyright]'
//134
,'[copyright=]','[/copyright]'
//136 Begin Custom: ,'[bbcode]','[/bbcode]'

<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
var imageTag = false;

// Helpline messages
var help_line = {
b: '{LA_BBCODE_B_HELP}',
i: '{LA_BBCODE_I_HELP}',
u: '{LA_BBCODE_U_HELP}',
q: '{LA_BBCODE_Q_HELP}',
c: '{LA_BBCODE_C_HELP}',
l: '{LA_BBCODE_L_HELP}',
o: '{LA_BBCODE_O_HELP}',
p: '{LA_BBCODE_P_HELP}',
w: '{LA_BBCODE_W_HELP}',
s: '{LA_BBCODE_S_HELP}',
f: '{LA_BBCODE_F_HELP}',
e: '{LA_BBCODE_E_HELP}',
d: '{LA_BBCODE_D_HELP}',
,center: '{LA_BBCODE_CENTER_HELP}'
,right: '{LA_BBCODE_RIGHT_HELP}'
,flash_i: '{LA_BBCODE_FLASH_I_HELP}'
,spoil: '{LA_BBCODE_SPOIL_HELP}'
,textflow_l: '{LA_BBCODE_TEXTFLOW_L_HELP}'
,textflow_r: '{LA_BBCODE_TEXTFLOW_R_HELP}'
,textflow_break: '{LA_BBCODE_TEXTFLOW_BREAK_HELP}'
,flash_i: '{LA_BBCODE_FLASH_I_HELP}'
,youtube: '{LA_BBCODE_YOUTUBE_HELP}'
,gvideo: '{LA_BBCODE_GVIDEO_HELP}'
,myspace: '{LA_BBCODE_MYSPACE_HELP}'
,myvideo: '{LA_BBCODE_MYVIDEO_HELP}'
,clipfish: '{LA_BBCODE_CLIPFISH_HELP}'
,flv: '{LA_BBCODE_FLV_HELP}'
,stream: '{LA_BBCODE_STREAM_HELP}'
,mov: '{LA_BBCODE_MOV_HELP}'
,sup: '{LA_BBCODE_SUP_HELP}'
,sub: '{LA_BBCODE_SUB_HELP}'
,marqd: '{LA_BBCODE_MARQD_HELP}'
,marqu: '{LA_BBCODE_MARQU_HELP}'
,marql: '{LA_BBCODE_MARQL_HELP}'
,marqr: '{LA_BBCODE_MARQR_HELP}'
,ft: '{LA_BBCODE_FT_HELP}'
,fc: '{LA_BBCODE_FC_HELP}'
,strike: '{LA_BBCODE_STRIKE_HELP}'
,justify: '{LA_BBCODE_JUSTIFY_HELP}'
,rm: '{LA_BBCODE_RM_HELP}'
,wmv: '{LA_BBCODE_WMV_HELP}'
,hr: '{LA_BBCODE_HR_HELP}'
,mail: '{LA_BBCODE_MAIL_HELP}'
,tip: '{L_STYLES_TIP}'
,dailymotion: '{LA_BBCODE_DAILYMOTION_HELP}'
,gamespot: '{LA_BBCODE_GAMESPOT_HELP}'
,gametrailers: '{LA_BBCODE_GAMETRAILERS_HELP}'
,gotgame: '{LA_BBCODE_GOTGAME_HELP}'
,gamevideos: '{LA_BBCODE_GAMEVIDEOS_HELP}'
,streetfire: '{LA_BBCODE_STREETFIRE_HELP}'
,xfire: '{LA_BBCODE_XFIRE_HELP}'
,ebaylink: '{LA_BBCODE_EBAYLINK_HELP}'
,ot: '{LA_BBCODE_OFFTOPIC_HELP}'
,searchlink: '{LA_BBCODE_SEARCH_HELP}'
,wiki: '{LA_BBCODE_WIKI_HELP}'
,divx: '{LA_BBCODE_DIVX_HELP}'
,table: '{LA_BBCODE_TABLE_HELP}'
,warning: '{LA_BBCODE_WARNING_HELP}'
,col: '{LA_BBCODE_COLLUMN_HELP}'
,indent: '{LA_BBCODE_INDENT_HELP}'
,outdent: '{LA_BBCODE_OUTDENT_HELP}'
,megavideo: '{LA_BBCODE_MEGAVIDEO_HELP}'
,metacafe: '{LA_BBCODE_METACAFE_HELP}'
,veoh: '{LA_BBCODE_VEOH_HELP}'
,vimeo: '{LA_BBCODE_VIMEO_HELP}'
,soundcloud: '{LA_BBCODE_SOUNDCLOUD_HELP}'
,slide: '{LA_BBCODE_SLIDE_HELP}'
,pbslide: '{LA_BBCODE_PBSLIDE_HELP}'
,flickr: '{LA_BBCODE_FLICKR_HELP}'
,picasa: '{LA_BBCODE_PICASA_HELP}'
,user: '{LA_BBCODE_USER_HELP}'
,web_thumb: '{LA_BBCODE_WEBTHUMB_HELP}'
,copyright: '{LA_BBCODE_COPYRIGHT_HELP}'
t: '{LA_BBCODE_T_HELP}',
tip: '{L_STYLES_TIP}'
<!-- BEGIN custom_tags -->
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'
<!-- END custom_tags -->
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

<!-- IF S_BBCODE_ALLOWED -->
<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')" />
<!-- IF S_BBCODE_QUOTE -->
<input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<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')" />
<!-- IF S_BBCODE_IMG -->
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
<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')" />
<!-- ENDIF -->
<!-- IF S_BBCODE_FLASH -->
<input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<span class="genmed nowrap">{L_FONT_SIZE}: <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">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
<option value="150">{L_FONT_LARGE}</option>
<option value="200">{L_FONT_HUGE}</option>
</select></span>
<!-- ENDIF -->
</td>
</tr>
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
<td colspan="2">
<!-- BEGIN custom_tags -->
<input type="button" class="btnbbcode" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />
<!-- END custom_tags -->
</td>
</tr>
<!-- ENDIF -->
<!-- IF S_BBCODE_ALLOWED -->
<tr>
<td<!-- IF $S_SIGNATURE or S_EDIT_DRAFT --> colspan="2"<!-- ENDIF -->><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="{L_STYLES_TIP}" /></td>
<!-- IF not $S_SIGNATURE and not S_EDIT_DRAFT -->
<td class="genmed" align="center">{L_FONT_COLOR}</td>
<!-- ENDIF -->
</tr>
<!-- ENDIF -->
[/code]

Und der letzte Block geht auch nicht

Code: Alles auswählen

<div id="format-buttons">
	<input type="button" class="button2" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" />
	<input type="button" class="button2" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />
	<input type="button" class="button2" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" />
	<!-- IF S_BBCODE_QUOTE -->
		<input type="button" class="button2" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" />
	<!-- ENDIF -->
	<input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" />
	<input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" />

Re: ( Gelöst) BBCodebox3 overall_header Problem

Verfasst: 27.12.2009 13:28
von hupelmann
Mahlzeit

Habe nach Recherche bemerkt das das Template Clazdarkness Subsilver2 based ist.
Somit hat sich das Problem von selber gelöst.
Dennoch vielen Dank für die bisherigen Hilfen auch in anderen Bereichen.