When you log in to Prosper202, by default, your start page is your202domain.com/202-account/ This mod will let you change the default start page to anything you want and help streamline your workflow.
The Start Page Mod
To do this mod you only need to edit one file: 202-login.php
This file is located in your Prosper202 root directory. Here is the change you need to make…
Original Version
//redirect to account scree header('location: /202-account');
Changed Start Page Group Overview Page
//redirect to account scree header('location: /tracking202/overview/group-overview.php');
The code above sets your start page to be the Group Overview page. I find this page to be the handiest.
To choose a different page, just navigate to the page you want in Prosper202 and grab the last part of the url after “https://your202domain.com”. For example, to make the Spy tab your default, you can do this:
Change Start Page to Spy Tab
//redirect to account scree header('location: /tracking202/spy/');
Your Home link at the top will still get you to the normal start page. Make sure you check this from time to time as it includes important announcements.
Enjoy!
Nice sharing, thanks 🙂
Glad you liked it. Thanks for reading.
been wanted to do this for a long time but never got around to looking into this. Very simple and now will save me a few seconds a day.
Yeah I’ve been wanting to do this for a long time to. Finally got around to it. Thanks for reading!
Been doing this for a while – the original one bugs the shit out of me.
I also changed the header image to http://prosper.tracking202.com/apps/img/prosper202.png instead of the iframe with ads.
I’ve seen people remove ads. I feel kinda bad doing that since this is free software and all 😉
Thanks for reading!
cool mod,
I also use browser url alias for different p202 pages once i’m logged in, for added speed
Cool tip. I’ve never used browser url aliases myself. Thanks for reading!
much better than the old redirect mod that I’ve seen floating around. Thanks!!
I haven’t seen that one. Thanks for reading!
Another solid time-saving trick. Will probably save 15 minutes per week –> 13 hrs / yr.
Much appreciated!
Thanks for reading!
I’ve been doing this for a bit… I do feel bad but… meh
LOL. Yeah, you’d feel worse if you’d happened to run into someone at a meetup who actually works at 202…. like I did. Doh! Luckily, no one reads this blog, so no harm done 😉
Thanks for commenting!
Does this work with the new 1.7 version as well?
I believe so, but I have not tested it yet.
Wow, I just did this on my 1.7.2 version and it works perfect! Thanks, you’re awesome!
Love this trick! Just did a fresh install of prosper202 & added this lil tweak. Thanks for the great post! <3
You’re welcome. Thanks for letting me know you found it useful.