Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.219
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ?This sh...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriousl...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Bbcode box v6.0 - issue with installation
Bbcode box v6.0 - issue with installation

2 Replies / 558 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » PHPBB

View previous topic :: View next topic


xavier_152
Reputation: 493.1 Add RepSubtract Rep
Local time: 3:46 AM


Noob
Noob

0.01 posts per day
Medals: 0

Joined: Aug 05, 2007
Last Visit: 06 Jun 2010
Posts: 16
Points: 1496 

Post Bbcode box v6.0 - issue with installation Posted: Wed Apr 21, 2010 10:04 pm

Shop Purchases:
Multi-T3 Multi Gaming Theme

Hello,

using the Multi-ts theme

I was trying to update my forums with BBcode Box v6.0. All was going well untill I was going to update the themes/yourtheme/posting_body.tpl by finding the below code...
Code:
 <td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span>
    <table width="450" border="0" cellspacing="0" cellpadding="2">
      <tr align="center" valign="middle">
      <td><span class="genmed">
        <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px"  onClick="bbstyle(14)" onMouseOver="helpline('p')" />
        </span></td>
      <td><span class="genmed">
        <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
        </span></td>
      </tr>
      <tr>
      <td colspan="9">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><span class="genmed">  {L_FONT_COLOR}:
          <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
            <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option>
            <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{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>  {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
            <option value="7" class="genmed">{L_FONT_TINY}</option>
            <option value="9" class="genmed">{L_FONT_SMALL}</option>
            <option value="12" selected class="genmed">{L_FONT_NORMAL}</option>
            <option value="18" class="genmed">{L_FONT_LARGE}</option>
            <option  value="24" class="genmed">{L_FONT_HUGE}</option>
          </select>
          </span></td>
          <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td>
        </tr>
        </table>
      </td>
      </tr>
      <tr>
      <td colspan="9"> <span class="gensmall">
        <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" />
        </span></td>
      </tr>
      <tr>
      <td colspan="9"><span class="gen">
        <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
        </span></td>
      </tr>
    </table>
    </span></td>

and replace it with
Code:
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== v5.1.0 ========================================================== |
//====
-->
<td class="row2" valign="top">
  <table id="posttable" style="border-collapse:collapse;border-style:none;padding:0;margin:0;width:100%;vertical-align:top;">
    <tr style="vertical-align:middle;text-align:left">
      <td>
        <table style="border-collapse:collapse;border-style:none;padding:3px;margin:0;width:100%;">
          <tr>
            <td style="background-image: url('modules/Forums/bbcode_box/images/bg.gif');"><img src="modules/Forums/bbcode_box/images/dots.gif" style="padding-left: 4px;" alt="" /></td>
            <td style="background-image: url('modules/Forums/bbcode_box/images/bg.gif');" colspan="2">
              <table style="border-collapse:collapse;border-style:none;padding:0;margin:0;width:100%;">
                <tr>
                  <td style="text-align:left;width:70%">
                    <select style="height:20px;" name="ft" onchange="BBCft()" 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()" 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()" onmouseover="helpline('fc')">
                      <option style="font-weight:bold;" selected="selected">Font Color</option>
                      <option style="color:black;" 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 style="text-align:right;width:30%"><a href="http://hvmdesign.com/" class="gensmall" title="BBCode Box MOD - by Disturbed One - www.HVMDesign.com" target="_blank">Advanced BBCode Box v5.1.0</a></td>
                </tr>
              </table>
            </td>
          </tr>
          <tr style="height:28px;">
            <td style="vertical-align:middle;background-image: url('modules/Forums/bbcode_box/images/bg.gif');"><img src="modules/Forums/bbcode_box/images/dots.gif" style="padding-left: 4px;" alt="" /></td>
            <td style="width:70%;vertical-align:middle;white-space:nowrap;background-image: url('modules/Forums/bbcode_box/images/bg.gif');">
              <img class="postimage" src="modules/Forums/bbcode_box/images/justify.gif" name="justify" onclick="BBCjustify()" onmouseover="helpline('justify')" alt="justify" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/right.gif" name="right" onclick="BBCright()" onmouseover="helpline('right')" alt="right" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/center.gif" name="center" onclick="BBCcenter()" onmouseover="helpline('center')" alt="center" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/left.gif" name="left" onclick="BBCleft()" onmouseover="helpline('left')" alt="left" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/sup.gif" name="supscript" onclick="BBCsup()" onmouseover="helpline('sup')" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/sub.gif" name="subs" onclick="BBCsub()" onmouseover="helpline('sub')" alt="" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/bold.gif" name="bold" onclick="BBCbold()" onmouseover="helpline('b')" alt="bold" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/italic.gif" name="italic" onclick="BBCitalic()" onmouseover="helpline('i')" alt="italic" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/under.gif" name="under" onclick="BBCunder()" onmouseover="helpline('u')" alt="under line" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/strike.gif" name="strik" onclick="BBCstrike()" onmouseover="helpline('strike')" alt="" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/fade.gif" name="fade" onclick="BBCfade()" onmouseover="helpline('fade')" alt="fade" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/grad.gif" name="grad" onclick="BBCgrad()" onmouseover="helpline('grad')" alt="gradient" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/rtl.gif" name="dirrtl" onclick="BBCdir('rtl')" onmouseover="helpline('rtl')" alt="Right to Left" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/ltr.gif" name="dirltr" onclick="BBCdir('ltr')" onmouseover="helpline('ltr')" alt="Left to Right" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/marqd.gif" name="marqd" onclick="BBCmarqd()" onmouseover="helpline('marqd')" alt="Marque to down" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/marqu.gif" name="marqu" onclick="BBCmarqu()" onmouseover="helpline('marqu')" alt="Marque to up" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/marql.gif" name="marql" onclick="BBCmarql()" onmouseover="helpline('marql')" alt="Marque to left" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/marqr.gif" name="marqr" onclick="BBCmarqr()" onmouseover="helpline('marqr')" alt="Marque to right" />
              </td>
              <td style="width:30%;vertical-align:middle;text-align:right;middle;background-image: url('modules/Forums/bbcode_box/images/bg.gif');"><a href="http://www.clan-themes.co.uk" target="_blank" title="BBtoNuke Conversion by Clan Themes">Nuked by Clan Themes</a></td>
          </tr>
          <tr style="height:28px;">
            <td style="vertical-align:middle;background-image: url('modules/Forums/bbcode_box/images/bg.gif');" colspan="1"><img src="modules/Forums/bbcode_box/images/dots.gif" style="padding-left: 4px;" alt="" /></td>
            <td style="vertical-align:middle;background-image: url('modules/Forums/bbcode_box/images/bg.gif');" colspan="2">
              <img class="postimage" src="modules/Forums/bbcode_box/images/code.gif" name="code" onclick="BBCcode()" onmouseover="helpline('code')" alt="Code" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/quote.gif" name="quote" onclick="BBCquote()" onmouseover="helpline('quote')" alt="Quote" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/spoil.gif" name="spoil" onclick="BBCspoil()" onmouseover="helpline('spoil')" alt="" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/url.gif" name="url" onclick="BBCurl()" onmouseover="helpline('url')" alt="URL" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/email.gif" name="email" onclick="BBCmail()" onmouseover="helpline('mail')" alt="Email" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/web.gif" name="web" onclick="BBCweb()" onmouseover="helpline('web')" alt="Web Page" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/img.gif" name="img" onclick="BBCimg()" onmouseover="helpline('img')" alt="Image" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/flash.gif" name="flash" onclick="BBCflash()" onmouseover="helpline('flash')" alt="Flash" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/video.gif" name="video" onclick="BBCvideo()" onmouseover="helpline('video')" alt="Video" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/sound.gif" name="stream" onclick="BBCstream()" onmouseover="helpline('stream')" alt="Stream" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/ram.gif" name="ram" onclick="BBCram()" onmouseover="helpline('ram')" alt="Real Media" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/googlevid.gif" name="GVideo" onclick="BBCGVideo()" onmouseover="helpline('googlevid')" alt="GoogleVid" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/youtube.gif" name="youtube" onclick="BBCyoutube()" onmouseover="helpline('youtube')" alt="Youtube" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/list.gif" name="listdf" onclick="BBClist()" onmouseover="helpline('list')" alt="List" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/hr.gif" name="hr" onclick="BBChr()" onmouseover="helpline('hr')" alt="H-Line" />
              <img class="postbbsep" src="modules/Forums/bbcode_box/images/blackdot.gif" alt="" />
              <img class="postimage" src="modules/Forums/bbcode_box/images/plain.gif" name="plain" onclick="BBCplain()" onmouseover="helpline('plain')" alt="Remove BBcode" />
            </td>
          </tr>
          <!-- Following code was put back in as original Advanced BBCode Box MOD had removed these and it does not work -->
          <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>
          <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>
          <!-- End of code added back in -->
        </table>
      </td>
    </tr>
  </table>
</td>
<!--
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
-->


the problem is that the first pice of code does not show in the posting _body.tpl in the multi-t3 theme....anyone else have this issue or know how to resolve it.

Cheers,
Xav
 

 
View user's profileSend private message Reply with quote

DreAdeDcoRpSE
Reputation: 2221.6 Add RepSubtract Rep
votes: 28
Local time: 3:46 AM
Location: Back of your Mind
usa.gif

Forums Moderator
Forums Moderator

1.53 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Site Admin
Site Admin
Joined: Sep 22, 2007
Last Visit: 10 Feb 2012
Posts: 2459
Points: 128885 

Post Re: Bbcode box v6.0 - issue with installation Posted: Wed Apr 21, 2010 10:43 pm

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

There is no quick fix for this type of mod for it rely on all the themes to be the same, which is not going to happen. It's more of finding that code that needs to be replaced is more of a "figure it out" type deals. If you upload file you need edited here, i'm sure I or someone with the staff can help out.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Noto
Reputation: 1043.9 Add RepSubtract Rep
votes: 13
Local time: 9:46 AM
Location: Sunny UK !
uk.gif

Site Admin
Site Admin

0.56 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Theme Guru
Theme Guru
Joined: May 03, 2007
Last Visit: 10 Feb 2012
Posts: 979
Points: 61147 

Post Bbcode box v6.0 - issue with installation Posted: Wed Apr 21, 2010 10:46 pm

You will get that alot with some mods you have to have a stab at where to add it and go by trial and error.

search for {MESSAGE} and work your way up, remembering to keep the table structure.
 

Tactical Combat Evolved - Sig Showcase  
View user's profileSend private messageVisit poster's website Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » PHPBB


 
2 Replies / 558 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum