ok ho trovato install.xml ma non trovo nesssun istruzione c'è scritto questo:
Codice:
http://opensource.org/licenses/gpl-license.php GNU General Public License v2
AJAX TAG BOARD 4 phpBB3
Add ajax tagboard to a phpBB3 board
This installer is MySQL-only. FIX TIP, WARNING!, NOTE, FAIL (tHx to A_Jelly_Doughnut, TerraFrost, eviL<3, DavidIQ, platinum_2007, Derky, RMcGirr83, A_O_C, MPV ^^)
Vincenzo Langella
bx67212
http://bx67212.netsons.org
3.0.7
easy
600
3.0.7
2009-12-27
3.0.6
[Fix] Double post on submit
[+] Language de (tHx to Highway311)
2009-08-22
3.0.5
[Fix] Smilies
[Fix] Color palette
[Fix] Online version checker
[Fix] Cookie settings for sound and unread post icon
[Fix] Users without permission can't view posts with link to hidden internal forum
[+] Ajax support
[+] Quote button
[+] Users denied
[+] Groups allowed
[+] Settings on ACP
[+] Unread post icon
[+] Sound on new posts
[+] Custom BBCodes button
[+] Users can set audio on/off
[+] Online/Inactive/Offline image
2009-05-15
3.0.4
[Fix] Delete/Edit tags
[Change] Allow BBCode, Allow Smilies and Allow Urls
[+] Guestname
[+] FloodControl
[+] Delete all tags bottom
[+] Online version checker
[+] Tags stored in database control
2008-12-12
3.0.3
[Fix] Remote Blind SQL Injection Exploit (tHx to j_gielgud ^^)
2008-07-26
3.0.2
1st release
subsilver2
italian
german
Message System Plugin
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
'TB_URL' => append_sid("{$phpbb_root_path}tag_board.$phpEx"),
'TB_AUTH' => isset($config['tb_auth']) ? $config['tb_auth'] : '',
'TB_GROUPS' => isset($config['tb_groups']) ? (($config['tb_groups'] && !$auth->acl_get('a_')) ? preg_match('/([^0-9]*' . $user->data['group_id'] . '[^0-9]*)/', $config['tb_groups']) : 1) : 1,
'TB_DENIED' => (isset($config['tb_denied']) && !$auth->acl_get('a_')) ? preg_match('/([^0-9]*' . $user->data['user_id'] . '[^0-9]*)/', $config['tb_denied']) : 0,
'TB_REFRESH' => isset($config['tb_refresh']) ? $config['tb_refresh'] * 1000 : '',
'TB_HEIGTH' => isset($config['tb_heigth']) ? $config['tb_heigth'] : '',
'TB_MAXLENGTH' => isset($config['tb_maxlength']) ? $config['tb_maxlength'] : '',
'TB_BUTTONS' => isset($config['tb_buttons']) ? $config['tb_buttons'] : '',
'TB_BBCODE' => isset($config['tb_bbcode']) ? $config['tb_bbcode'] : '',
'TB_IMG' => isset($config['tb_img']) ? $config['tb_img'] : '',
'TB_FLASH' => isset($config['tb_flash']) ? $config['tb_flash'] : '',
'TB_SMILIES' => isset($config['tb_smilies']) ? $config['tb_smilies'] : '',
'TB_CUSTOM' => isset($config['tb_custom']) ? $config['tb_custom'] : '',
'TB_FONT' => isset($config['tb_fsize']) ? $config['tb_fsize'] : '',
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
<!-- INCLUDE tag_board.html -->
.clear {
display: block;
clear: both;
font-size: 1px;
line-height: 1px;
background: transparent;
}
/* Tag Board
------------ */
.tb_style1,.tb_style2{
background-color:#D4E1EC;
border-bottom:#00608F 1px solid;
border-top:#FFFFFF 1px solid;
padding:3px;
font-size:1em;
}
.tb_post_time{
color:#666666;
}
.tb_post_username{
/* usr's span */
}
.tb_post_text{
color:#333333;
}
.tb_pointer{
cursor:pointer;
}
Go to YOUR_SITE/FORUM_ROOT/tb_install.php in your web browser. Purge the cache.
poi lk'ho tradotto ma non sòquali sono le modifiche a apportare e a che file apportarle, i file nella cartella oltre a install.xml sono : subsilver2.xml,modx.xml,prosilver.xml,en.xml,licen se,it.xml,install.xml,de.xml,cartelle: root che contiene : tb_install.php,tag_board.php,styles:cartella,langu age:cartella,includes:cartella .
e ci sono tante altre cose se serve qualcosa in partcolare dimmi cosa e guardo se c'è.
Alla fine le mie domande sono con le istruzioni di install.xml che file devo modificare, quali sono le modifiche da aapportare che sarebbero scritte in install.xml , edopo apportate le modifiche che file devo inserire in quale template????