PHP Web Host - Quality Web Hosting For All PHP Applications Graphic Tees & Gifts For Everyone. Free Personalization!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
ominae
New Member
New Member


Joined: Sep 16, 2008
Posts: 21

PostPosted: Tue Sep 23, 2008 7:46 am Reply with quote Back to top

Hi there guys Smile

i want to add 2 things to my forum options for posters and i lack the know how to do this. i want to add 2 buttons into my posters options
1. i wish to add a you tube button that will alow them to post you tube video in teh forums
2. i want to use the wowhead widget provided here
Only registered users can see links on this board!
Get registered or login to the forums!
with a button on the post options...

iff you get what i mean Smile this as yu may gather is a wow guild site any help would be good Smile

many thanx from
Only registered users can see links on this board!
Get registered or login to the forums!


Last edited by ominae on Sat Sep 27, 2008 12:15 pm; edited 1 time in total
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15311
Location: Kansas

PostPosted: Sat Sep 27, 2008 11:09 am Reply with quote Back to top

Please change the subject line to something more meaningful Wink

See
Only registered users can see links on this board!
Get registered or login to the forums!
under the section

Now for some general rules of order and conduct:
- Make the subject/title of your post meaningful. A subject like I have a problem, HELP or something similar, is likely to be skipped over by most people. Think about it - Why else would you be posting here ROTFL ?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
ominae
New Member
New Member


Joined: Sep 16, 2008
Posts: 21

PostPosted: Sat Sep 27, 2008 12:15 pm Reply with quote Back to top

better raven
View user's profile Send private message
warren-the-ape
Worker
Worker


Joined: Nov 19, 2007
Posts: 177
Location: Netherlands

PostPosted: Sat Sep 27, 2008 1:39 pm Reply with quote Back to top

1- There are a couple of mods specifically designed for phpBB but im not sure how well they work with bbtonuke (inside RavenNuke), they'll probably need to be converted.

2- Adding that script is fairly easy, add it to your head or footer (footer is an alternative when loading the external script turns out to be slow).

I would suggest adding it to includes/javascript.php with a simple echo;

Code:
echo '<script type="text/javascript" src="http://www.wowhead.com/widgets/power.js"></script>'."\n";


Just add it above;

Code:
?>


P.s. I dont use RavenNuke myself so there might be better places to include it Wink
View user's profile Send private message
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sat Sep 27, 2008 1:44 pm Reply with quote Back to top

warren-the-ape wrote:
1- There are a couple of mods specifically designed for phpBB but im not sure how well they work with bbtonuke (inside RavenNuke), they'll probably need to be converted.

2- Adding that script is fairly easy, add it to your head or footer (footer is an alternative when loading the external script turns out to be slow).

I would suggest adding it to includes/javascript.php with a simple echo;

Code:
echo '<script type="text/javascript" src="http://www.wowhead.com/widgets/power.js"></script>'."\n";


Just add it above;

Code:
?>


P.s. I dont use RavenNuke myself so there might be better places to include it Wink

He wants to add it to the bbcode I assume.
View user's profile Send private message Visit poster's website
warren-the-ape
Worker
Worker


Joined: Nov 19, 2007
Posts: 177
Location: Netherlands

PostPosted: Sat Sep 27, 2008 1:49 pm Reply with quote Back to top

Well he didnt link to;
Only registered users can see links on this board!
Get registered or login to the forums!


or
Only registered users can see links on this board!
Get registered or login to the forums!


so i figured he just wants to have it server wide Very Happy
View user's profile Send private message
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sat Sep 27, 2008 2:10 pm Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!


Install this Mod and we can go from there. It has the youtube bbcode among others. After you get that working we will see what we can do with the widget thing.
View user's profile Send private message Visit poster's website
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sat Sep 27, 2008 2:15 pm Reply with quote Back to top

Ok I wasn't sure what this wowheadt thing was, but what do you mean by "adding a button to the post options"?

Because I don't see the point of a button (not sure what it would do), but what warren-the-ape posted above would work.

Sorry warren-the-ape you were correct, I did not understand exactly what this thing did.
View user's profile Send private message Visit poster's website
ominae
New Member
New Member


Joined: Sep 16, 2008
Posts: 21

PostPosted: Sat Sep 27, 2008 3:24 pm Reply with quote Back to top

i want a button in the post options like the code an url ones yu get for the pl that use me forums that arent soo good Razz an need it to know it is there or how to use it
View user's profile Send private message
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sat Sep 27, 2008 7:10 pm Reply with quote Back to top

Well the mod I posted above will give you bbcode for youtube andstuff, but you can't really do a button for this widget thing. Just add it site wide as was suggested above.
View user's profile Send private message Visit poster's website
warren-the-ape
Worker
Worker


Joined: Nov 19, 2007
Posts: 177
Location: Netherlands

PostPosted: Sun Sep 28, 2008 4:28 am Reply with quote Back to top

Palbin wrote:
but you can't really do a button for this widget thing.


The 2 links i posted above should explain how to integrate that widget into phpBB as bbcode.
View user's profile Send private message
ominae
New Member
New Member


Joined: Sep 16, 2008
Posts: 21

PostPosted: Sun Sep 28, 2008 11:26 am Reply with quote Back to top

warren-the-ape wrote:
Well he didnt link to;
Only registered users can see links on this board!
Get registered or login to the forums!


or
Only registered users can see links on this board!
Get registered or login to the forums!


so i figured he just wants to have it server wide Very Happy
I woulda linked them ones iff i had known about them mate Razz but i did not this is the first time i have tryed ither of these to mods :S an i am a lill lost Razz

Palbin thanx for the mod link
Palbin wrote:
http://www.phpnuke-clan.net/BBCodeBox.zip

Install this Mod and we can go from there. It has the youtube bbcode among others. After you get that working we will see what we can do with the widget thing.


i installed this mod following the instructions to the letter an it seems to have messed up my forum it fills the posting box with Grey theme an loads of buttons :S

this is how firefox sees the mod
Image

IE is the same but all the buttons are lined up the way they should be but still no posting box so you carnt see any txt that you write or even iff you are writing
this has complely stopped any posting abbility that i had Razz
View user's profile Send private message
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sun Sep 28, 2008 2:35 pm Reply with quote Back to top

I need you to post your template file
View user's profile Send private message Visit poster's website
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sun Sep 28, 2008 2:43 pm Reply with quote Back to top

Below I am posting a piece of code from a template that I am working on for another project. You will have to kind of figure out how to fit it in. If you post your template I can help you with it.

The code below will also have a colorbar mod installed when we get it working I will give you the javascript file that goes with it. It is a cool little mod.

Code:

<!-- BEGIN switch_smilies_extra -->
<tr align="center">
<td colspan="{S_SMILIES_COLSPAN}" class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=325,resizable=yes,scrollbars=yes,WIDTH=800');return false;" target="_phpbbsmilies">{L_MORE_SMILIES}</a></td>
</tr>
<!-- END switch_smilies_extra -->
</table>
</td>
</tr>
</table>
</td>
<!--
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== v5.1.0 ========================================================== |
//====
-->
   <td class="row2" valign="top"><span class="gen"><span class="row1"></span>
      <table id="posttable" width="100%" border="0" bordercolor="#FFFFFF" style="border-collapse: collapse;" cellspacing="0" cellpadding="0" valign="top">
        <tr align="left" valign="middle">
         <td width="475" valign="center">
            <table cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
               <tr>
                  <td background="modules/Forums/bbcode_box/images/bg.gif" valign="middle"><img src="modules/Forums/bbcode_box/images/dots.gif" style="padding-left: 4px;"></td>
                  <td background="modules/Forums/bbcode_box/images/bg.gif">
                              <select style="height: 20px;" name="ft" onChange="BBCft('[font=' + this.form.ft.options[this.form.ft.selectedIndex].value + ']', '[/font]');this.selectedIndex=0;" onMouseOver="helpline('ft')">
                                 <option style="font-weight : bold;" selected="selected">Font type</option>
                                 <option value="Arial">Default font</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Arial;" value="Arial" class="genmed">Arial</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Arial Black;" value="Arial Black" class="genmed">Arial Black</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Century Gothic;" value="Century Gothic" class="genmed">Century Gothic</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Comic Sans MS;" value="Comic Sans MS" class="genmed">Comic Sans MS</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Courier New;" value="Courier New" class="genmed">Courier New</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Georgia;" value="Georgia" class="genmed">Georgia</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Lucida Console;"value="Lucida Console">Lucida Console</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Microsoft Sans Serif;" value="Microsoft Sans Serif" class="genmed">Microsoft Sans Serif</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Symbol;" value="Symbol" class="genmed">Symbol</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Tahoma;" value="Tahoma" class="genmed">Tahoma</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Trebuchet;" value="Trebuchet" class="genmed">Trebuchet</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Times New Roman;" value="Times New Roman" class="genmed">Times New Roman</option>
                                 <option style="color:black; background-color: #FFFFFF; font-family: Verdana;" value="Verdana" class="genmed">Verdana</option>
                              </select>
                              <select style="height: 20px;" name="fs" onChange="BBCfs('[size=' + this.form.fs.options[this.form.fs.selectedIndex].value + ']', '[/size]');this.selectedIndex=0;" onMouseOver="helpline('fs')">
                                 <option style="font-weight : bold;" selected="selected">Font Size</option>
                                 <option style="color:black; font-size: 8;" value="8" class="genmed">{L_FONT_TINY}</option>
                                 <option style="color:black; font-size: 10;" value="10" class="genmed">{L_FONT_SMALL}</option>
                                 <option style="color:black; font-size: 12;" value="12" class="genmed">{L_FONT_NORMAL}</option>
                                 <option style="color:black; font-size: 18;" value="18" class="genmed">{L_FONT_LARGE}</option>
                                 <option style="color:black; font-size: 24;" value="24" class="genmed">{L_FONT_HUGE}</option>
                              </select>
                              <select style="height: 20px;" name="fc" onChange="BBCfc('[color=' + this.form.fc.options[this.form.fc.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('fc')">
                                 <option style="font-weight : bold;" selected>Font Color</option>
                                 <option style="color:black; value="{T_FONTCOLOR1}" value="{T_FONTCOLOR1}">{L_COLOR_DEFAULT}</option>
                                 <option value="darkred">{L_COLOR_DARK_RED}</option>
                                 <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option>
                                 <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option>
                                 <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option>
                                 <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option>
                                 <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option>
                                 <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option>
                                 <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option>
                                 <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option>
                                 <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option>
                                 <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option>
                                 <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option>
                                 <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option>
                                 <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option>
                              </select>
                  </td>
                  <td background="modules/Forums/bbcode_box/images/bg.gif" align="left"><a href="http://hvmdesign.com/" class="gensmall" title="BBCode Box MOD - by Disturbed One -
Only registered users can see links on this board!
Get registered or login to the forums!
target="blank">BBCode Box v5.1.0</a></td>
               </tr>
               <tr height="28">
                  <td background="modules/Forums/bbcode_box/images/bg.gif" valign="middle"><img src="modules/Forums/bbcode_box/images/dots.gif" style="padding-left: 4px;"></td>
                  <td background="modules/Forums/bbcode_box/images/bg.gif" valign="middle" colspan="2">
                     <img border="0" src="modules/Forums/bbcode_box/images/justify.gif" class="postimage" name="justify" type="image" onClick="BBCjustify()" onMouseOver="helpline('justify')" style="border-style: outset; border-width: 1" alt="justify"><img border="0" src="modules/Forums/bbcode_box/images/right.gif" name="right" type="image" onClick="BBCright()" onMouseOver="helpline('right')" class="postimage" alt="right"><img border="0" src="modules/Forums/bbcode_box/images/center.gif" name="center" type="image" onClick="BBCcenter()" onMouseOver="helpline('center')" class="postimage" alt="center"><img border="0" src="modules/Forums/bbcode_box/images/left.gif" name="left" type="image" onClick="BBCleft()" onMouseOver="helpline('left')" class="postimage" alt="left"><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/sup.gif" class="postimage" name="supscript" type="image" onClick="BBCsup()" onMouseOver="helpline('sup')" alt="" /><img border="0" src="modules/Forums/bbcode_box/images/sub.gif" name="subs" class="postimage" type="image" onClick="BBCsub()" onMouseOver="helpline('sub')" alt="" /><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/bold.gif" name="bold" type="image" onClick="BBCbold()" onMouseOver="helpline('b')" class="postimage" alt="bold"><img border="0" src="modules/Forums/bbcode_box/images/italic.gif" name="italic" type="image" onClick="BBCitalic()" onMouseOver="helpline('i')" class="postimage" alt="italic"><img border="0" src="modules/Forums/bbcode_box/images/under.gif" name="under" type="image" onClick="BBCunder()" onMouseOver="helpline('u')" class="postimage" alt="under line"><img border="0" src="modules/Forums/bbcode_box/images/strike.gif" class="postimage" name="strik" type="image" onClick="BBCstrike()" onMouseOver="helpline('strike')" alt="" /><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/fade.gif" name="fade" type="image" onClick="BBCfade()" onMouseOver="helpline('fade')" class="postimage" alt="fade"><img border="0" src="modules/Forums/bbcode_box/images/grad.gif" name="grad" type="image" onClick="BBCgrad()" onMouseOver="helpline('grad')" class="postimage" alt="gradient"><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/rtl.gif" name="dirrtl" type="image" onClick="BBCdir('rtl')" onMouseOver="helpline('rtl')" class="postimage" alt="Right to Left"><img border="0" src="modules/Forums/bbcode_box/images/ltr.gif" name="dirltr" type="image" onClick="BBCdir('ltr')" onMouseOver="helpline('ltr')" class="postimage" alt="Left to Right"><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/marqd.gif" name="marqd" type="image" onClick="BBCmarqd()" onMouseOver="helpline('marqd')" class="postimage" alt="Marque to down"><img border="0" src="modules/Forums/bbcode_box/images/marqu.gif" name="marqu" type="image" onClick="BBCmarqu()" onMouseOver="helpline('marqu')" class="postimage" alt="Marque to up"><img border="0" src="modules/Forums/bbcode_box/images/marql.gif" name="marql" type="image" onClick="BBCmarql()" onMouseOver="helpline('marql')" class="postimage" alt="Marque to left"><img border="0" src="modules/Forums/bbcode_box/images/marqr.gif" name="marqr" type="image" onClick="BBCmarqr()" onMouseOver="helpline('marqr')" class="postimage" alt="Marque to right">
                  </td>
               </tr>
               <tr height="28">
                  <td background="modules/Forums/bbcode_box/images/bg.gif" valign="middle"><img src="modules/Forums/bbcode_box/images/dots.gif" style="padding-left: 4px;"></td>
                  <td background="modules/Forums/bbcode_box/images/bg.gif" valign="middle" colspan="2">
                     <img border="0" src="modules/Forums/bbcode_box/images/code.gif" name="code" type="image" onClick="BBCcode()" onMouseOver="helpline('code')" class="postimage" alt="Code"><img border="0" src="modules/Forums/bbcode_box/images/quote.gif" name="quote" type="image" onClick="BBCquote()" onMouseOver="helpline('quote')" class="postimage" alt="Quote"><img border="0" src="modules/Forums/bbcode_box/images/expand.gif" class="postimage" name="expand" type="image" onClick="BBCexpand()" onMouseOver="helpline('expand')" alt="" /><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/url.gif" name="url" type="image" onClick="BBCurl()" onMouseOver="helpline('url')" class="postimage" alt="URL"><img border="0" src="modules/Forums/bbcode_box/images/email.gif" name="email" type="image" onClick="BBCmail()" onMouseOver="helpline('mail')" class="postimage" alt="Email"><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="20" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/img.gif" name="img" type="image" onClick="BBCimg()" onMouseOver="helpline('img')" class="postimage" alt="Image"><img border="0" src="modules/Forums/bbcode_box/images/flash.gif" name="flash" type="image" onClick="BBCflash()" onMouseOver="helpline('flash')" class="postimage" alt="Flash"><img border="0" src="modules/Forums/bbcode_box/images/video.gif" name="video" type="image" onClick="BBCvideo()" onMouseOver="helpline('video')" class="postimage" alt="Video"><img border="0" src="modules/Forums/bbcode_box/images/sound.gif" name="stream" type="image" onClick="BBCstream()" onMouseOver="helpline('stream')" class="postimage" alt="Stream"><img border="0" src="modules/Forums/bbcode_box/images/googlevid.gif" name="GVideo" type="image" onClick="BBCGVideo()" onMouseOver="helpline('googlevid')" class="postimage" alt="GoogleVid"><img border="0" src="modules/Forums/bbcode_box/images/youtube.gif" name="youtube" type="image" onClick="BBCyoutube()" onMouseOver="helpline('youtube')" class="postimage" alt="Youtube"><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/list.gif" name="listdf" type="image" onClick="BBClist()" onMouseOver="helpline('list')" class="postimage" alt="List" /><img border="0" src="modules/Forums/bbcode_box/images/hr.gif" name="hr" type="image" onClick="BBChr()" onMouseOver="helpline('hr')" class="postimage" alt="H-Line"><img style="padding-left: 5px; padding-right: 5px;" src="modules/Forums/bbcode_box/images/blackdot.gif" width="1" height="100%" border="0" alt=""><img border="0" src="modules/Forums/bbcode_box/images/plain.gif" name="plain" type="image" onClick="BBCplain()" onMouseOver="helpline('plain')" class="postimage" alt="Remove BBcode">
                  </td>
               </tr>
               
      <SCRIPT language=JavaScript
      src="modules/Forums/color.js">
      </SCRIPT>

              <SCRIPT language=JavaScript>
      var height1 = 10;//define the height of the color bar
      var pas = 28;// define the number of color in the color bar
      var width1=Math.floor(-2/15*pas+6);//define the width of the color bar here automatic ajust for subsilver template.
      var text1=s_help.substring(0,search(s_help,"="));
      var text2=s_help.substring(search(s_help,"]"),search(s_help,"/"));
      </SCRIPT>

              <TR>
                <TD colSpan=12>
                  <TABLE id=ColorPanel cellSpacing=0 cellPadding=0 align=center
                  border=0>
                    <TBODY>
                    <TR>
                      <TD id=ColorUsed onmouseover="helpline('s')"
                      onclick="if(this.bgColor.length > 0) insertTag(this.bgColor)"
                      vAlign=center align=middle BORDER-RIGHT: BORDER-TOP:
                      BORDER-LEFT: ridge; CURSOR: default; BORDER-BOTTOM: 2px
                      ridge?>
                        <SCRIPT language=JavaScript>
         document.write('<IMG height='+height1+' src="modules/Forums/templates/subSilver/images/spacer.gif" width=10 border=1></TD>');</SCRIPT>
         <TD width=5>
                        <SCRIPT language=JavaScript>
         document.write('<IMG height='+height1+' src="modules/Forums/templates/subSilver/images/spacer.gif" width=5 border=0></TD>');</SCRIPT>

         <TD id=ColorUsed1 onmouseover="helpline('s')"
                      onclick="if(this.bgColor.length > 0) insertTag(this.bgColor)"
                      vAlign=center align=middle BORDER-RIGHT: BORDER-TOP:
                      BORDER-LEFT: ridge; CURSOR: default; BORDER-BOTTOM: 2px
                      ridge?>
                        <SCRIPT language=JavaScript>
         document.write('<IMG height='+height1+' src="modules/Forums/templates/subSilver/images/spacer.gif" width=10 border=1></TD>');</SCRIPT>

                      <TD width=5>
                        <SCRIPT language=JavaScript>
         document.write('<IMG height='+height1+' src="modules/Forums/templates/subSilver/images/spacer.gif" width=5 border=0></TD>');</SCRIPT>

                        <SCRIPT language=JavaScript>
                      <!--
                         rgb(pas,width1,height1,text1,text2)
                      // -->
                      </SCRIPT>
                      </TD></TR></TBODY></TABLE></TD></TR>
            </table>
<!--
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
-->
<td class="row2"></td>
<tr>
<td colspan="9">
<input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" />
</td>
</tr>
        <!-- Canned MOD Begin -->
        <tr>
         <td colspan="9">{S_CANNED_SELECT}</td>
        </tr>
        <!-- Canned MOD End -->
<tr>
<td colspan="9">
<textarea name="message" rows="15" cols="35" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1" valign="top"><strong>{L_OPTIONS}</strong><br />
<span class="gensmall">{HTML_STATUS}<br />
{BBCODE_STATUS}<br />
{SMILIES_STATUS}</span></td>
<td class="row2">
<table cellspacing="0" cellpadding="1" border="0">
View user's profile Send private message Visit poster's website
ominae
New Member
New Member


Joined: Sep 16, 2008
Posts: 21

PostPosted: Sun Sep 28, 2008 2:49 pm Reply with quote Back to top

what oone is the template file mate

yu need to be a bit more spesific on what file yu need from em please


Last edited by ominae on Sun Sep 28, 2008 2:52 pm; edited 1 time in total
View user's profile Send private message
Palbin
Moderator


Joined: Mar 30, 2006
Posts: 309
Location: Pennsylvania

PostPosted: Sun Sep 28, 2008 2:50 pm Reply with quote Back to top

posting_body.tpl in your theme under forums.
View user's profile Send private message Visit poster's website
ominae
New Member
New Member


Joined: Sep 16, 2008
Posts: 21

PostPosted: Sun Sep 28, 2008 3:12 pm Reply with quote Back to top

okay here is the posting_body.tpl file yu needed mate

Code:

<script language="javascript" type="text/javascript" src="modules/Forums/bbcode_box/bbcode_box.js"></script>

<!-- BEGIN privmsg_extensions -->
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
  <tr>
   <td valign="top" align="center" width="100%">
     <table height="40" cellspacing="2" cellpadding="2" border="0">
      <tr valign="middle">
        <td>{INBOX_IMG}</td>
        <td><span class="cattitle">{INBOX_LINK}&nbsp;&nbsp;</span></td>
        <td>{SENTBOX_IMG}</td>
        <td><span class="cattitle">{SENTBOX_LINK}&nbsp;&nbsp;</span></td>
        <td>{OUTBOX_IMG}</td>
        <td><span class="cattitle">{OUTBOX_LINK}&nbsp;&nbsp;</span></td>
        <td>{SAVEBOX_IMG}</td>
        <td><span class="cattitle">{SAVEBOX_LINK}&nbsp;&nbsp;</span></td>
      </tr>
     </table>
   </td>
  </tr>
</table>

<br clear="all" />
<!-- END privmsg_extensions -->

<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)">

{POST_PREVIEW_BOX}
{ERROR_BOX}