phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://goldhabbos.com/forum
PHP Version: Latest stable
MySQL Version: Latest stable
What was done before the problem appeared?
no updates uploaded yet
What was done to try to solve the problem?
Loads of searching
De.scription and Message
I am trying to install activity mod plus and im having trouble finding where i put the following code:
- Code: Select all
---------------------------------------[ OPEN ]---------------------------------------------------------- Root/includes/usercp_viewprofile.php ---------------------------------------[ FIND ]---------------------------------------------------------- //// Generate page// ---------------------------------------[ ADD, BEFORE ]--------------------------------------------------- #======================================================================= |#==== Start]) && ($profiledata['user_trophies'] > '0') && ($profiledata['user_id'] != ANONYMOUS) ) { $template->assign_block_vars('trophy', array( 'PROFILE_TROPHY' => "<a>". $lang['Trohpy'] ."</a>: ". $profiledata['user_trophies'], 'TROPHY_TITLE' => $lang['Trohpy']) ); } $template->assign_vars(array( 'PROFILE_TIME' => DisplayPlayingTime(2, $profiledata['ina_time_playing']), 'PROFILE_TITLE' => $lang['profile_game_time']) ); if ( ($board_config['ina_char_show_viewprofile']) && ($profiledata['ina_char_name']) && ($profile_data['user_id'] != ANONYMOUS) ) { include_once($phpbb_root_path .'includes/bbcode.'. $phpEx); $template->assign_block_vars('profile_char', array( 'CHAR_PROFILE' => AMP_Profile_Char($profiledata['user_id'], '')) ); } $poster_rank .= Amod_Trophy_King_Image($profiledata['user_id']);#====#==== Author: aUsTiN [*************] [**************] === |#==== End: ==== Activity Mod Plus ====================================== | #======================================================================= | ---------------------------------------[ CLOSE & SAVE ]--------------------------------------------------
I am using integramod 141 this is the first time ive used this and it is very diferant to phpbb2.3 any help would be greatly appritiated!
Also <img> what file are the links to the left, top and bottom nav bars?
TY in advanced!