Page 1 of 1

Need to find the files with this code ... help pls ...

PostPosted: Tue May 22, 2007 12:11 pm
Author: DarkRaver
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?
Trying to add itemstats my forum


What was done to try to solve the problem?




De.scription and Message

I need to find the files that have this code:

Code: Select all
// Helpline messagesb_help = "{L_BBCODE_B_HELP}";i_help = "{L_BBCODE_I_HELP}";u_help = "{L_BBCODE_U_HELP}";q_help = "{L_BBCODE_Q_HELP}";c_help = "{L_BBCODE_C_HELP}";l_help = "{L_BBCODE_L_HELP}";o_help = "{L_BBCODE_O_HELP}";p_help = "{L_BBCODE_P_HELP}";w_help = "{L_BBCODE_W_HELP}";a_help = "{L_BBCODE_A_HELP}";s_help = "{L_BBCODE_S_HELP}";f_help = "{L_BBCODE_F_HELP}";  


so i cand add

j_help = "Wow item name (Alt + j)";
k_help = "Wow item icon (Alt + k)";

and this code ]           <tr>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>             <td><span>               <input>               </span></td>           </tr>           <tr>[/code]
so i can add 2 new buttons :P


<td><span>
<input>
</span></td>
<td><span>
<input>
</span></td>


and the last where i can get:
Code: Select all
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list type=]','[/list]','[flash=,]','[/flash:2dikefnt]','[url]','[/url]');  


Tks in advance :)

Re: Need to find the files with this code ... help pls ...

PostPosted: Tue May 22, 2007 1:07 pm
Author: Helter
the first code your looking for is in
forum root/mods/bbcode_box/bbcode_box.js and
forum root/mods/bbcode_box/bbcode_box_a.js

the last part will have to go into
forum root/templates/your template/bbcode.tpl

Re: Need to find the files with this code ... help pls ...

PostPosted: Tue May 22, 2007 1:14 pm
Author: DarkRaver
tks <img>

Re: Need to find the files with this code ... help pls ...

PostPosted: Tue May 22, 2007 1:51 pm
Author: DarkRaver
need other help :)