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 :)