Cum fac ca warningurile din viewtopic si viewprofile sa se vada de orice, nu numai de admini si moderatori .... ?
PS: este vorba despre acest mod
Warned users
- thecrewstyle
- Utilizator înregistrat
- Mesaje: 1180
- Membru din: 26-Mar-2007, 09:26:21
- Versiune: 3.0.6
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Localitate: Underground
- Contact:
-- OPEN --
viewtopic.php
-- FIND --
'WARNINGS' => ($user_warnings && $userdata['user_level'] != USER && $user_warnings != MAGIC_NUMBER_BANNED) ? $lang['warnmod_vtitle'] . ': ' . $user_warnings . '<br />' : '',
-- REPLACE WITH --
'WARNINGS' => ($user_warnings && $user_warnings != MAGIC_NUMBER_BANNED) ? $lang['warnmod_vtitle'] . ': ' . $user_warnings . '<br />' : '',
-- OPEN --
includes/usercp_viewprofile.php
-- FIND --
if($profiledata['user_warnings'] && $userdata['user_level'] != USER && $profiledata['user_warnings'] != MAGIC_NUMBER_BANNED)
-- REPLACE WITH --
if($profiledata['user_warnings'] && $profiledata['user_warnings'] != MAGIC_NUMBER_BANNED)
-- SAVE & CLOSE ALL FILES --
viewtopic.php
-- FIND --
'WARNINGS' => ($user_warnings && $userdata['user_level'] != USER && $user_warnings != MAGIC_NUMBER_BANNED) ? $lang['warnmod_vtitle'] . ': ' . $user_warnings . '<br />' : '',
-- REPLACE WITH --
'WARNINGS' => ($user_warnings && $user_warnings != MAGIC_NUMBER_BANNED) ? $lang['warnmod_vtitle'] . ': ' . $user_warnings . '<br />' : '',
-- OPEN --
includes/usercp_viewprofile.php
-- FIND --
if($profiledata['user_warnings'] && $userdata['user_level'] != USER && $profiledata['user_warnings'] != MAGIC_NUMBER_BANNED)
-- REPLACE WITH --
if($profiledata['user_warnings'] && $profiledata['user_warnings'] != MAGIC_NUMBER_BANNED)
-- SAVE & CLOSE ALL FILES --
Comunitatea What's Funny
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator