Page 1 of 1

Re usercp_viewprofile.php

PostPosted: Sun Mar 30, 2008 3:32 am
Author: anth0ny
Your phpBB Version: Integramod
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!

Re: Re usercp_viewprofile.php

PostPosted: Sun Mar 30, 2008 11:45 am
Author: Helter
for your links look in acp/general admin/qbar

for the file edits, did you dl your activity mod from here, or foundit forum? I think the versions available here and there are modified for PCP, which replaces that file.

Re: Re usercp_viewprofile.php

PostPosted: Mon Mar 31, 2008 8:44 am
Author: anth0ny
Thanks for the reply but i got a answer from ozzys world :)

Is there any way a new page could be added to the profile?
i would like it so it was
Base info---Photo---Groups---Last topics---ADR stats

as adding adr info to base info just makes it look messy

Re: Re usercp_viewprofile.php

PostPosted: Mon Mar 31, 2008 7:10 pm
Author: Helter
it has probably been a few years, but Mr.DSL posted how to do this. I think it may even have been for ADR. search the archive for his post

Re: Re usercp_viewprofile.php

PostPosted: Mon Mar 31, 2008 10:44 pm
Author: anth0ny
ill take a look ty <img>

Re: Re usercp_viewprofile.php

PostPosted: Fri Jul 04, 2008 12:40 pm
Author: Skywalker
"anth0ny";p="32475" wrote:Thanks for the reply but i got a answer from ozzys world :)

Is there any way a new page could be added to the profile?
i would like it so it was
Base info---Photo---Groups---Last topics---ADR stats

as adding adr info to base info just makes it look messy

can you maybe post the solution also for other members with the same problem?

Re: Re usercp_viewprofile.php

PostPosted: Sun Jul 06, 2008 3:05 pm
Author: DjPorkchop
The solution is simple. Follow the instructions here in the KB OR simply visit [url=http]Founditforums[/url] and follow the install exactly like it says.

You can not use the regular install docs from the Activity mod as Integramod uses PCP and activity mod was not written for use with PCP. It has , however, been ported for use on Integramod forums. If you dload the files from Foundit forum, make sure you do NOT use the premodded files.

Simply donwload the regular files and use those instead and do a manual install. Once you are done, read all of the comments on the site for an answer or two that may be there. If follwed correctly your install will run flawless.

And regarding the includes/usercp_register.php, it does not exist when pcp is in use.

Re: Re usercp_viewprofile.php

PostPosted: Sun Jul 06, 2008 3:18 pm
Author: Skywalker
"MWE_001";p="33580" wrote:The solution is simple. Follow the instructions here in the KB OR simply visit [url=http]Founditforums[/url] and follow the install exactly like it says.

You can not use the regular install docs from the Activity mod as Integramod uses PCP and activity mod was not written for use with PCP. It has , however, been ported for use on Integramod forums. If you dload the files from Foundit forum, make sure you do NOT use the premodded files.

Simply donwload the regular files and use those instead and do a manual install. Once you are done, read all of the comments on the site for an answer or two that may be there. If follwed correctly your install will run flawless.

And regarding the includes/usercp_register.php, it does not exist when pcp is in use.

i know this i had it running before on another board, still the install instructions from found it forum or from the activity package available for download here do not have the pcp install instructions included... and i dont know anymore where i found those in the past

Re: Re usercp_viewprofile.php

PostPosted: Wed Jul 09, 2008 6:16 pm
Author: DjPorkchop
The files you need are located [url=http]Here[/url]

And the install instructions for PCP are located [url=http]Here[/url]

Those are the exact files and install instructions I have been using to install to PCP for years now. <img>

Oh and when you dload the files from founditforum, dont use the install doc at all. just follow the instructions in the KB article link that I gave you