Topic: How to remove (Moderated by blablabla, blalabla etc)
Is there any way to do that.
MyFootballCafe.com is Now Online!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → How to remove (Moderated by blablabla, blalabla etc)
Is there any way to do that.
http://upit.cc/files/2f9f7fb4e9fa961e51 … 14bec6.rar
A quick extension I wrote that you can use to remove it.
or:
// \|/
// (0 0)
//=[ knyshow ]========oo0===(_)===0oo====================
// не нужен нам список модераторов разделов
//
// if ($cur_forum['moderators'] != '')
// {
// $forum_page['mods_array'] = unserialize($cur_forum['moderators']);
// $forum_page['item_mods'] = array();
//
// foreach ($forum_page['mods_array'] as $mod_username => $mod_id)
// $forum_page['item_mods'][] = ($forum_user['g_view_users'] == '1') ? '<a href="'.forum_link($forum_url['user'], $mod_id).'">'.forum_htmlencode($mod_username).'</a>' : forum_htmlencode($mod_username);
//
// ($hook = get_hook('in_row_modify_modlist')) ? eval($hook) : null;
//
// $forum_page['item_subject']['modlist'] = '<span class="modlist">('.sprintf($lang_index['Moderated by'], implode(', ', $forum_page['item_mods'])).')</span>';
// }
//=======================================================
in index.php
Thanks alot guys. it worked.
PunBB Forums → PunBB 1.3 troubleshooting → How to remove (Moderated by blablabla, blalabla etc)
Powered by PunBB, supported by Informer Technologies, Inc.