I went into the overall_header.tpl file and changed the colors there.Chris24 wrote: Hi there,
I've installed the Profile control Panel and it doesn't seem to have any major issues. However, there is one problem which I have found.
I have a user colour groups modification on the board, which still appears to be working everywhere else except for at the bottom where it tells you who is online. Now all names are showing in black, instead of in their usergroup colours.
http://www.dj-slim.net/board <<< there's the link if you want to take a look. Can anyone help me with this???
Code: Select all
.foundercolor, a.foundercolor, a.foundercolor:link, a.foundercolor:active, a.foundercolor:visited {
Code: Select all
#
#
--- Open langauge/lang_english/lang_extend_profile_control_panel ---
#
#
#
#
--- FIND ---
#
#
= '%sBoard Founder%s';
#
#
***---REPLACE WITH---***
#
#
# Change it to whatever you want it to say, making sure you leave the
# %s on either side. For example:
= '%sChief Administrator%s';
Warning: main(): Unable to access ././includes/functions_mods_settings.php in /srv/www/htdocs/web4/html/phpBB2/includes/mods_settings/mod_profile_control_panel.php on line 28
Warning: main(././includes/functions_mods_settings.php): failed to open stream: No such file or directory in /srv/www/htdocs/web4/html/phpBB2/includes/mods_settings/mod_profile_control_panel.php on line 28
Warning: main(): Failed opening '././includes/functions_mods_settings.php' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web4/html/phpBB2/includes/mods_settings/mod_profile_control_panel.php on line 28
Fatal error: Call to undefined function: init_board_config() in /srv/www/htdocs/web4/html/phpBB2/includes/mods_settings/mod_profile_control_panel.php on line 105
Code: Select all
#
#-----[ COPY ]------------------------------------------------
#
# -- mod-mods_settings --
#
copy mod-mods_settings/lang_extend_mods_settings.php to language/lang_english/lang_extend_mods_settings.php
copy mod-mods_settings/functions_mods_settings.php to includes/functions_mods_settings.php
copy mod-mods_settings/admin_board_extend.php to admin/admin_board_extend.php
copy mod-mods_settings/board_config_extend_body.tpl to templates/subSilver/admin/board_config_extend_body.tpl
#
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home2/mummybra/public_html/phpBB/profile.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home2/mummybra/public_html/phpBB/profile.php:99) in /home2/mummybra/public_html/phpBB/includes/page_header.php on line 622
Warning: Cannot modify header information - headers already sent by (output started at /home2/mummybra/public_html/phpBB/profile.php:99) in /home2/mummybra/public_html/phpBB/includes/page_header.php on line 624
Warning: Cannot modify header information - headers already sent by (output started at /home2/mummybra/public_html/phpBB/profile.php:99) in /home2/mummybra/public_html/phpBB/includes/page_header.php on line 625
Code: Select all
'L_MOD_NAME' => mods_settings_get_lang($menu_name) . ' - ' . mods_settings_get_lang($mod_name) . ( !empty($sub_name) ? ' - ' . mods_settings_get_lang($sub_name) : '' ),