[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.
Post Reply
User avatar
Jadestone
Registered User
Posts: 630
Joined: Tue May 24, 2005 12:54 am
Location: Juno Beach, FL
Contact:

[BETA] MPS Community MOD

Post by Jadestone »

MOD Title: MPS (My Profile Space)
MOD Description: A myspace inspired community MOD for phpbb
MOD Version: 1.0.2b

Demo: http://www.mpsmod.com
Username: Test
Password: test
***People keep on changing the test accounts password so if you have any problem pm me here***


MOD Download: Click Here
Last Stable version: 1.0.2b


Updates: Click here to see the updates
Pre-Modded Files: Click here to see the pre-modded files

**MAKE NOTE**
BACK UP ALL YOUR FILES!!!!!!!!

**IMPORTANT**
You must run the mps_db_update.php before you try to install this MOD.
Even if you are using EasyMOD you must still do this.
If you install MPS first you will not be able to update your database by running the mps_db_update.php file
you will have to manually run the queries that i have included in the mps_sql folder.
Simply run that if you installed MPS before running the mps_db_update.php update file.


**MAKE NOTE**
If you are going to update... there is no un-install script for the older versions of MPS.
You wont lose any database info when you update the database

The CSS Tool and the Layout Tool are on hold, for now. I did fix a lot of issues with the CSS, the layout will be the next step.
There should be no more CSS bleeds with custom templates

**MODS Already Integrated**
TheBlogMod
birthday mod
online/offline/hidden
FAP 1.4.1
More to come over time...

Code: Select all

############################################################## 
## MOD Title:  My Profile Space
## MOD Author: Jadestone < [email protected] > (Jeremy) http://www.mpsmod.com
## MOD Description:  A myspace inspired community MOD for phpbb
## MOD Version: 1.0.2b
## 
## Installation Level: Easy
## Installation Time:  10 Minutes 
## Files To Edit:  16
##	index.php
##	login.php
##	profile.php
##	viewonline.php
##	viewtopic.php
##	admin/admin_users.php
##  admin/index.php
##	includes/constants.php
##	includes/page_header.php
##	includes/usercp_register.php
##  language/lang_english/lang_admin.php
##	templates/subSilver/overall_header.tpl
##	templates/subSilver/profile_add_body.tpl
##	templates/subSilver/subSilver.cfg
##	templates/subSilver/viewtopic_body.tpl
##  templates/subSilver/admin/user_edit_body.tpl
##
## Included Files: 208
############################################################## 
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: 
##
##  This is a Recode of the MPS System, There will be no support for
##  older(0.4.0d and less) versions of MPS. The point of this recode was to eliminate 
##  old code from previous MODs. This version has many features and all 
##  known bugs are fixed.
##
##  For tech support please go to my site: http://mpsmod.com or use phpbb's site.
##  I am not always on phpbb's site, to get a fast response to an issue please
##  use my site.
##
##  This is not the version for phpbb3, that is in DEV and will have it's own 
##  site dedicated to suppport. It is not complete, nor is it near a demo yet.
##  Please no emails about phpbb3, atleast until i post a demo link on phpbb's site.
##
##  Thanks to all who have been around since the beginning of MPS, I have come
##  along way with this MOD and i have big plans for the future development of MPS.
##
##  Please keep in mind that MPS is written in my own time and i make no profit from it, 
##  If you can, please consider a donation to help support the site and keep MPS in DEV
##  You can refer to http://mpsmod.com for donations as well as input, suggestions, or just for fun
##
##  Again, just wanted to say thanks to everyone and sorry it took so long ot get this recode out.
## 
############################################################## 
## MOD History: 
## 
##   2008-06-04 - Version 1.0.2b
##      - Smarter filter to clean out meta tags
##      - Fixed deletions of usergroup buletins and replies from the ACP cat management
##      - Fix bug with MPS category management with zero categories
##      - Fixed display issue with only 1 MPS category
##      - Fixed display issue with paganation with 0 results in categories
##      - Fixed error page being displayed when someone refreshes an add query on profile creation. Now they get a message stating what they did
##      - Fixed bug with view all on group bulletins
##      - Fixed bug with preview on both regular bulletins and group bulletins
##      - Fixed Bug with report profile system
##      - Fixed misc Bugs
##      - Optimized MPS Layout (make sure to delete the 2 laout files in the includes/mps folder, read DIY instructions first)
##      - Added Recent Public Pic to the profile page (thanks to Pete1)
## 
##   2008-05-14 - Version 1.0.2a
##      - Added extra filter in music code to clean out meta tags
##      - Bug fix for sig with html off
## 
##   2008-05-07 - Version 1.0.2
##      - Added auto creation to the personal galleries of FAP with new user registration
##      - Added polls to the bulletins
## 
##   2008-04-26 - Version 1.0.1c
##      - Fixed missing pagination on friends comments
##      - Fixed duplicate lang entry
##      - Changed lang entry due to new feature
##      - Moved Header seletion to edit profile instead of mps settings (by request)
## 
##   2008-04-21 - Version 1.0.1b
##      - Fixed missing text from the users management page
##      - Fixed deletion of MPS data when deleting a user
##      - Fixed declared headers bug
##
##   2008-04-14 - Version 1.0.1a
##      - Bug fix for the viewtopic only showing MPS users
## 
##   2008-04-11 - Version 1.0.1
##      - Added MPS Settings to the ACP MPS user list
##      - Created an ACP interface for adding new headers to the Header selection for MPS
##      - Modified mps_db_update.php to update SQL Tables as well as a fresh install
## 
##   2008-04-10 - Version 1.0.0d
##      - Tweaks some queries to MPS 
##      - Cleaned the Database Structure
## 
##   2008-04-08 - Version 1.0.0c
##      - Fixed bug with preview in comments (can now view a video on comment preview)
##
##   2008-04-08 - Version 1.0.0b
##      - Fix for allowing <b> <i> <u> <strong> on the MPS home page comments
##      - Fix for missing table and a few changes to the mps_db_update.php file
##      - Fix mps notices when removing bulletins and replies (groups also)
## 
##   2008-04-07 - Version 1.0.0a 
##      - Forgot to include the new colorpicker in the package
## 
##   2008-04-07 - Version 1.0.0 
##      - Full Recode of the Beta MPS
##      - CSS issue is now fixed with custom themes
##      - Added Many Features and tweaked the code to run faster
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
Last edited by Jadestone on Thu Jun 05, 2008 12:36 am, edited 66 times in total.
My Mods In Development: MPS Mod

MPS Support Site: Click Here
zappbravo
Registered User
Posts: 196
Joined: Sat Oct 16, 2004 11:29 pm
Location: Boston, Massachusetts
Name: Nathan Dentzau

Post by zappbravo »

Interesting, I suggest you read this though, http://www.phpbb.com/phpBB/viewtopic.php?t=266307. ;)
User avatar
Jadestone
Registered User
Posts: 630
Joined: Tue May 24, 2005 12:54 am
Location: Juno Beach, FL
Contact:

Post by Jadestone »

fixed
My Mods In Development: MPS Mod

MPS Support Site: Click Here
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Post by Peter77sx »

That's pretty cool. I think my members will appreciate this MOD. :)
Last edited by Peter77sx on Thu Jan 18, 2007 4:08 pm, edited 1 time in total.
User avatar
MHobbit
Former Team Member
Posts: 4761
Joined: Thu Mar 18, 2004 5:32 pm
Location: There and Back Again

Post by MHobbit »

Hello,

Please edit your topic title with a prefix as outlined in MOD Development forum rules, section 3.a. This will allow people to see the development status of your MOD at a glance.

Thank you,
The phpBB MOD Team
Former phpBB MOD Team member
No private support is offered.
"There’s too many things to get done, and I’m running out of days..."
OTmaster
I've Been Banned!
Posts: 465
Joined: Wed Feb 18, 2004 5:54 pm

Post by OTmaster »

It's looking good we will be able to change the personal space text right?
User avatar
Jadestone
Registered User
Posts: 630
Joined: Tue May 24, 2005 12:54 am
Location: Juno Beach, FL
Contact:

Post by Jadestone »

yes everything will be able to be customized.

as for the page header, already working on that part right now^^
My Mods In Development: MPS Mod

MPS Support Site: Click Here
sasa10456
Registered User
Posts: 19
Joined: Fri Feb 10, 2006 12:23 am

Post by sasa10456 »

interesting mod.. so this mod will need the friends mod and the weblog mod to work... or it will have its own blog/friends system ?



idea:

Make it so people can add their own html code.. that will allow them to use music code.. already available from many other sites... instead of having them to upload stuff to your server..
User avatar
Jadestone
Registered User
Posts: 630
Joined: Tue May 24, 2005 12:54 am
Location: Juno Beach, FL
Contact:

Post by Jadestone »

unfortunatly it will require the friends mod and hyperions webblog and also full album pack.

it would be too difficult for me to write all of these features myslef.

as of right now it does allow html.

also i was going to make it so the admin can set wether a user can upload or hotlink to music, i am going to create a player for it so you can control the music.
My Mods In Development: MPS Mod

MPS Support Site: Click Here
sasa10456
Registered User
Posts: 19
Joined: Fri Feb 10, 2006 12:23 am

Post by sasa10456 »

Jadestone wrote: unfortunatly it will require the friends mod and hyperions webblog and also full album pack.

it would be too difficult for me to write all of these features myslef.

as of right now it does allow html.

also i was going to make it so the admin can set wether a user can upload or hotlink to music, i am going to create a player for it so you can control the music.


Yeah.. thats not a bad idea.. alot people already use the other 3 mods.. :o
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Post by Peter77sx »

Why would we need the full album pack for?
sasa10456
Registered User
Posts: 19
Joined: Fri Feb 10, 2006 12:23 am

Post by sasa10456 »

Peter77sx wrote: Why would we need the full album pack for?


for the more pics thingy(users personal album) i guess....
OTmaster
I've Been Banned!
Posts: 465
Joined: Wed Feb 18, 2004 5:54 pm

Post by OTmaster »

I don't believe those mods should be required but optional via the admincp.
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Post by Peter77sx »

OTmaster wrote: I don't believe those mods should be required but optional via the admincp.


I agree... I really have no use for the friends MOD and I already am using a mx bb portal version of the smator gallery.


::edit:: Alright, I can see why the Friends MOD would be essential to the Myspace MOD.
Infamy
Registered User
Posts: 21
Joined: Mon Jan 16, 2006 11:24 pm
Location: Illinois
Contact:

Post by Infamy »

Well why do you need hyperions weblog and album pack? Myspace does not have fully featured blogs and pictures.

In my opinion, you should leave those two out and create something smaller that are not such big mods.

Custom Profile Fields is also need for this mod. And a way to arrange the blocks, MySpace is coming out with a new profile thing where u can re arrage the blocks so it can also be usefull for this.

This is a big mod to be worked on, hope you know that :)
~One Love.
Post Reply

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