Liste des fichiers à modifier :
- template/ajax.js
- template/ucp_groups_manage.html
- style.cfg
template/ajax.js
- Trouver (vers ligne 3) :
- Code: Tout sélectionner
if (typeof res.success !== 'undefined') { phpbb.markNotifications($('#notification_list li.bg2'), 0); phpbb.closeDarkenWrapper(3000); }
Remplacer par :- Code: Tout sélectionner
if (typeof res.success !== 'undefined') { phpbb.markNotifications($('#notification_list li.bg2'), 0); phpbb.toggleDropdown.call($('#notification_list_button')); phpbb.closeDarkenWrapper(3000); }
template/ucp_groups_manage.html
- Trouver (vers ligne 102) :
- Code: Tout sélectionner
<h2<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR};"<!-- ENDIF -->>{L_USERGROUPS}<!-- IF GROUP_NAME --> :: {GROUP_NAME}<!-- ENDIF --></h2>
Remplacer par :- Code: Tout sélectionner
<h2<!-- IF GROUP_COLOUR --> style="color:#{GROUP_COLOUR};"<!-- ENDIF -->>{L_USERGROUPS}<!-- IF GROUP_NAME --> :: {GROUP_NAME}<!-- ENDIF --></h2>
style.cfg
- Trouver (vers ligne 21) :
- Code: Tout sélectionner
# General Information about this style name = prosilver copyright = © phpBB Limited, 2007 style_version = 3.3.9 phpbb_version = 3.3.9
Remplacer par :- Code: Tout sélectionner
# General Information about this style name = prosilver copyright = © phpBB Limited, 2007 style_version = 3.3.10 phpbb_version = 3.3.10