[BETA] MPS Community MOD

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
leelo_x
Registered User
Posts: 59
Joined: Tue Oct 11, 2005 4:17 pm

Re: [BETA] Myspace Clone Mod

Post by leelo_x »

Hi.
I get this error message when I try to register as a new user...can anyone tell me what the problem is?
An Error Occurred

DEBUG MODE

INSERT INTO phpbb_mps (mps_id) VALUES ('8')

Line : 645
File : usercp_register.php
leelo_x
Registered User
Posts: 59
Joined: Tue Oct 11, 2005 4:17 pm

Re: [BETA] Myspace Clone Mod

Post by leelo_x »

I cannot find the support forum for the profile photo mod so I am posting here..If this is not the right place can someone direct me to the right place?

anywayz..here's my question..
I recently downloaded the profile photo mod and I am having trouble with turning it on. I modified the files correctly and ran the mod_table_inst.php file. Problem is, I cannot find the place in the admin panel to turn on the mod so that the users can upload pics. Ialso have the mps mod installed and the auto cookies mod installed. Can you give me an idea about what I am doing wrong?

Thanks,
-l.
oacblack
Registered User
Posts: 61
Joined: Tue Mar 27, 2007 6:33 am

Re: [BETA] Myspace Clone Mod

Post by oacblack »

If I am not mistaken you have to turn on avatar uploading. The users upload the avatar (photo) and it shows in MPS profile. I initially used this mod but switched to FAP a long while ago cause it was more of what I wanted.
thedahaka88
Registered User
Posts: 59
Joined: Sat Nov 25, 2006 5:45 pm

Re: [BETA] Myspace Clone Mod

Post by thedahaka88 »

is there anyway to make this work with the cash mod, so that when people click on user cp, they can see how much points they have

here is the cash mod

http://www.zarath.com/mods.php?action=mods

in the others list
RedTrinity
Registered User
Posts: 1327
Joined: Sat May 06, 2006 3:32 am

Re: [BETA] Myspace Clone Mod

Post by RedTrinity »

thedahaka88 wrote:is there anyway to make this work with the cash mod, so that when people click on user cp, they can see how much points they have

here is the cash mod

http://www.zarath.com/mods.php?action=mods

in the others list
There has been quite a few posts made about the adding of other MODs to this one now, if you will only look back a few pages to find the info ;) In fact the previous page has about it as well.

Regards,

Niki.
User avatar
Jadestone
Registered User
Posts: 630
Joined: Tue May 24, 2005 12:54 am
Location: Juno Beach, FL
Contact:

Re: [BETA] Myspace Clone Mod

Post by Jadestone »

Before i can release v0.4.0 i will need to do a lil testing.

read this for more info.
http://mpsmod.com/viewtopic.php?p=4583#4583

there is still a few features that are missing from this update (ie: prunning options) i will be working on them for the next update as well as the new layout and css tools.

i will start working on MPS for phpbb 3 after July because of work.
this topic is for MPS on phpbb3
http://www.phpbb.com/community/viewtopi ... 5#p2990635

More info when it comes available.

on a side note: I am sorry for the lack of support for MPS. I have been busy and getting everything back on track. After July i plan to have full support for MPS again. I am also sorry for not being able to respond to posts with support questions on my site and phpbb. I don't have the files i need at work to compare to and i can't remember every line of code ;) After July you should expect to see support like it was before. Until then i will continue to apologize for my absence. Thanks for all your support and all the help everyone has contributed to MPS. Soon enough the ball will be rolling again. 8-)
My Mods In Development: MPS Mod

MPS Support Site: Click Here
antisa33
Registered User
Posts: 21
Joined: Thu Jun 29, 2006 12:07 pm

Re: [BETA] Myspace Clone Mod

Post by antisa33 »

Hello
Thanks a lot for this mod i am waiting for it!!
I would reply to this message but the post reply button dont work :
http://www.mpsmod.com/viewtopic.php?t= ... highlight=

I need in the Advanced Karma Mod a user to be able to rate an other user in his profil.

I hope to install your mod ASAP :P

Thanks a lot !!!
User avatar
BlackburnRavers
Registered User
Posts: 693
Joined: Sat Aug 12, 2006 1:03 pm
Location: Blackburn
Contact:

Re: [BETA] Myspace Clone Mod

Post by BlackburnRavers »

little help please! people in my forum can't register are edit there profile, you get this error message, here's the error message plus the coding it says is wrong, please can some1 point us in right direction, Cheers:-

Code: Select all

Fatal error: Call to undefined function: birthday_interface() in /home/l13blac/public_html/blackburnraversforum/includes/usercp_register.php on line 1319
This is from line 1311 to 1326:-

Code: Select all

	);
//-- mod : calendar ------------------------------------------------------------
//-- add
	$calendar_form->display(true);
//-- fin mod : calendar --------------------------------------------------------
	if ( !$board_config['bday_lock'] || $userdata['user_birthday'] == 0 )
	{
		$block = ( $board_config['bday_require'] == TRUE ) ? 'birthday_required' : 'birthday_optional';
		$template->assign_block_vars($block, array());
      		$template->birthday_interface();
	}

	//
	// This is another cheat using the block_var capability
	// of the templates to 'fake' an IF...ELSE...ENDIF solution
	// it works well :)
i'm getting this as line 1319:-

Code: Select all

		$template->assign_block_vars($block, array());
cavallino
Registered User
Posts: 317
Joined: Thu Aug 04, 2005 7:06 am

Re: [BETA] Myspace Clone Mod

Post by cavallino »

BlackburnRavers,
the problem you have has nothing to do with this mod...
It is related to the Birthday mod by TerraFrost.
So, make sure you copied all the files of birthday mod in your webspace and also make sure you made the correct edits in the birthday mod installation file especially check the file /includes/template.php

Anyway, check the thread of Birthday MOD, and eventually ask help there.
User avatar
BlackburnRavers
Registered User
Posts: 693
Joined: Sat Aug 12, 2006 1:03 pm
Location: Blackburn
Contact:

Re: [BETA] Myspace Clone Mod

Post by BlackburnRavers »

cheers mate!
User avatar
BlackburnRavers
Registered User
Posts: 693
Joined: Sat Aug 12, 2006 1:03 pm
Location: Blackburn
Contact:

Re: [BETA] Myspace Clone Mod

Post by BlackburnRavers »

sorted mate, it was in includes/template, thanks alot!
User avatar
Jadestone
Registered User
Posts: 630
Joined: Tue May 24, 2005 12:54 am
Location: Juno Beach, FL
Contact:

Re: [BETA] Myspace Clone Mod

Post by Jadestone »

I now have the v0.4.0 update released. I will work on the fresh install after i moved this weekend.

please read this post for more details.


thanks!

not too much longer to i can provide full support again :D
My Mods In Development: MPS Mod

MPS Support Site: Click Here
User avatar
BlackburnRavers
Registered User
Posts: 693
Joined: Sat Aug 12, 2006 1:03 pm
Location: Blackburn
Contact:

Re: [BETA] Myspace Clone Mod

Post by BlackburnRavers »

Jadestone wrote:I now have the v0.4.0 update released. I will work on the fresh install after i moved this weekend.

please read this post for more details.


thanks!

not too much longer to i can provide full support again :D
Cool! i'll ave a go now and let you know what happens! :D
User avatar
BlackburnRavers
Registered User
Posts: 693
Joined: Sat Aug 12, 2006 1:03 pm
Location: Blackburn
Contact:

Re: [BETA] Myspace Clone Mod

Post by BlackburnRavers »

I've installed this upgrade now and all is working fine :D :D :D
DynoGT
Registered User
Posts: 397
Joined: Fri Jan 13, 2006 10:06 pm
Location: Jacksonville, Fl

Re: [BETA] Myspace Clone Mod

Post by DynoGT »

Hey Jadestone,

I have two questions. Sometimes when I click on a person's profile, it times out and gives me this message.

Fatal error: Maximum execution time of 30 seconds exceeded in forum/includes/usercp_viewprofile.php on line 132

Here's line 131 - 135

Code: Select all

         for ($x=0 ; $x<=count($u1_friends)-1 ; $x++){
             if(!in_array($u1_friends[$x],$scanned)){
                $scanned[] = $u1_friends[$x];
                $tofindmore[] = $u1_friends[$x];
             }
And also, since updating to 4.0, the profile link on my site now leads to the edit profile page instead of MPS Home. What can I do to fix it?
Post Reply

Return to “[2.0.x] MODs in Development”