One Other Thing I Need To Change - NBS






 

 

One Other Thing I Need To Change - NBS

View Full Version : One Other Thing I Need To Change


ShadowXOR
10-Jan-2003, 02:59 AM
I'm making a skin and would like to change the look of the Bold, Italics, Underline, http://, etc. tag buttons. How would I do this?

AjRap2
10-Jan-2003, 10:57 PM
Well you could try editing
ACP Home -> Template Control Home -> Invision Ball Z (Set Import).1 -> skin_post -> postbox_buttons
Scroll down until you find the following code
<script language='Javascript' src='html/ibfcode.js'></script>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td class='row1' width="100%" valign="top">
&nbsp; <table cellpadding='2' cellspacing='2' width='100%' align='center'>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td nowrap width='10%'>
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='b' value=' B ' &nbsp; &nbsp; &nbsp; onClick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onMouseOver="hstat('bold')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='i' value=' I ' &nbsp; &nbsp; &nbsp; onClick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onMouseOver="hstat('italic')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='u' value=' U ' &nbsp; &nbsp; &nbsp; onClick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onMouseOver="hstat('under')">
&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedInde x].value, 'FONT')" &nbsp;onMouseOver="hstat('font')">
&nbsp; &nbsp; &nbsp; &nbsp; <option value='0'>{ibf.lang.ct_font}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='Optima' style='font-family:Optima'>Optima</option>
&nbsp; &nbsp; &nbsp; &nbsp; </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedInde x].value, 'SIZE')" onMouseOver="hstat('size')">
&nbsp; &nbsp; &nbsp; &nbsp; <option value='0'>{ibf.lang.ct_size}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='1'>{ibf.lang.ct_sml}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='7'>{ibf.lang.ct_lrg}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='14'>{ibf.lang.ct_lest}</option>
&nbsp; &nbsp; &nbsp; &nbsp; </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedInde x].value, 'COLOR')" onMouseOver="hstat('color')">
&nbsp; &nbsp; &nbsp; &nbsp; <option value='0'>{ibf.lang.ct_color}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
&nbsp; &nbsp; &nbsp; &nbsp; <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
&nbsp; &nbsp; &nbsp; &nbsp; </select>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='javascript:closeall();' onMouseOver="hstat('close')">{ibf.lang.js_close_al l_tags}</a>
&nbsp; &nbsp; &nbsp; </td>
&nbsp; &nbsp; &nbsp; </tr>
&nbsp; &nbsp; &nbsp; <tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td align='left'>
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='h' value=' http:// ' onClick='tag_url()' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;class='codebuttons' name='url' onMouseOver="hstat('url')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='g' value=' IMG ' &nbsp; &nbsp; onClick='tag_image()' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;class='codebuttons' name='img' onMouseOver="hstat('img')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='e' value=' &nbsp;@ &nbsp;' &nbsp; &nbsp; onClick='tag_email()' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;class='codebuttons' name='email' onMouseOver="hstat('email')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='q' value=' QUOTE ' &nbsp; onClick='simpletag("QUOTE")' &nbsp; class='codebuttons' name='QUOTE' onMouseOver="hstat('quote')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='p' value=' CODE ' &nbsp; &nbsp;onClick='simpletag("CODE")' &nbsp; &nbsp;class='codebuttons' name='CODE' onMouseOver="hstat('code')">
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='l' value=' LIST ' &nbsp; &nbsp; onClick='tag_list()' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;class='codebuttons' name="LIST" onMouseOver="hstat('list')">
&nbsp; &nbsp; &nbsp; &nbsp; <!--<input type='button' accesskey='l' value=' SQL ' &nbsp; &nbsp; onClick='simpletag("SQL")' &nbsp; &nbsp; class='codebuttons' name='SQL'>
&nbsp; &nbsp; &nbsp; &nbsp; <input type='button' accesskey='t' value=' HTML ' &nbsp; &nbsp;onClick='simpletag("HTML")' &nbsp; &nbsp;class='codebuttons' name='HTML'>-->
&nbsp; &nbsp; &nbsp; </td>
&nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp;<!-- Help Box -->
&nbsp; &nbsp; &nbsp; <td align='left' valign='middle'>
&nbsp; &nbsp; &nbsp; {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly class='row1' value="0">
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:80%;font-size:10px;font-family:verdana,arial;border:0px' readonly class='row1' value="{ibf.lang.hb_start}">
&nbsp; &nbsp; &nbsp; </td>
&nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; </table>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>
&nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td class="postfoot" colspan="2">{ibf.lang.post}</td>
&nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td class='row1'>(<a href='javascript:CheckLength()'>{ibf.lang.check_le ngth}</a>)<br><br><!--SMILIE TABLE--><img src="{ibf.vars.img_url}/spacer.gif" alt="" width="180" height="1"></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td class='row1' width="100%" valign="top"><textarea cols='60' style='width:95%' rows='15' wrap='soft' name='Post' tabindex='3' class='textinput'>$data</textarea><table width="100%" border="0" cellspacing="0" cellpadding="0">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td><input type='checkbox' name='enableemo' value='yes' checked></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td width="100%">{ibf.lang.enable_emo}</td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<!--IBF.SIG_CLICK-->
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td><input type='checkbox' name='enablesig' value='yes' checked></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td width="100%">{ibf.lang.enable_sig}</td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<!--IBF.END_SIG_CLICK-->
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</table></td>
&nbsp; &nbsp; &nbsp; &nbsp;</tr>

Fierce Deity
10-Jan-2003, 11:43 PM
I have a tutorial on how to change it somewhat here (http://www.ibfskinned.co.uk/index.php?act=ST&f=13&t=517).