[ Administrators ] [ Global Moderators ] etc
Nu am gasit fisierul care trebuie sa il editez

Am gasit in index decat precizarea de {LEGEND} dar nu mai mult .
Cod: Selectaţi tot
$legend .= (($legend != '') ? ', ' : '') . '<a' . $colour_text . ' href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&g=' . $row['group_id']) . '">' . (($row['group_type'] == GROUP_SPECIAL) ? $user->lang['G_' . $row['group_name']] : $row['group_name']) . '</a>';
Cod: Selectaţi tot
$legend .= (($legend != '') ? ' ' : '') . '[ <a' . $colour_text . ' href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&g=' . $row['group_id']) . '">' . (($row['group_type'] == GROUP_SPECIAL) ? $user->lang['G_' . $row['group_name']] : $row['group_name']) . '</a> ]';
Cod: Selectaţi tot
<td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
Cod: Selectaţi tot
<td class="row1"><b class="gensmall">{LEGEND}</b></td>
Cod: Selectaţi tot
<IF><br><em>{LEGEND}</em><ENDIF></p>
nu am gasit chestia asta, adica sa scrie exact ca aici... semana putin, dar cand am inlocuit codul, mi s-a marit forumu, dar la legenda nu s-a intamplat nimic!Shadow_One scrie:In index.php cauta linia asta (normal ar trebui sa fie linia 74):Cod: Selectaţi tot
$legend .= (($legend != '') ? ', ' : '') . '<a' . $colour_text . ' href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&g=' . $row['group_id']) . '">' . (($row['group_type'] == GROUP_SPECIAL) ? $user->lang['G_' . $row['group_name']] : $row['group_name']) . '</a>';
Cod: Selectaţi tot
$legend[] = '<a' . $colour_text . ' href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&g=' . $row['group_id']) . '">' . $group_name . '</a>';
Cod: Selectaţi tot
$legend[] = '<a' . $colour_text . ' href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&g=' . $row['group_id']) . '">[ ' . $group_name . ' ]</a>';
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 2 vizitatori