PDA

View Full Version : SOMEONE please be kind enough to help - USERCP question


toolblast
09-16-2006, 08:14 PM
Hi Coders

Hopefully a vb coder will be kind enough to take a minute of their time to help me out here. Everyone I've asked have been to busy to listen, so hopefully by posting it as a thread someone might be able to give me some insight.

VBulletin's USERCP system, by default, when the user logs in and goes to their USERCP, it simply loads up the 'thread subscriptions' page.

For brand new users to my site, on their first visit to their usercp... they see a "There are no subscribed threads to display in this folder for this time period." message. Nothing else, just that message and blank space.

=I'd like to make my usercp homepage a lot more welcoming and inviting, showing the user links to other sections of my site, stuff like that.

The request:
Can a coder please explain to me how I would go about setting up a custom templated page that would load up when the user visits 'usercp.php'. The page would look like this:
[see attached screenshot]

I believe it would end up using the 'USERCP_SHELL' to load the usercp navigation and stuff... and then load my custom template, called "USERCP_HOME" for example... on the right side.

Can anyone please show me how to set this up?

Thanks!

peterska2
09-16-2006, 09:53 PM
just simply edit the template USERCP as that is the first template loaded on entry to the usercp. The other pages in there are all controlled by different individual templates, so you don't need to worry about them.

SuperFly
09-16-2006, 10:42 PM
I rewrote it, if you want you can try it, links in my sig.

toolblast
09-16-2006, 11:30 PM
@peterska2

Thanks man, silly me I didn't even think to look in the 'usercp' template. It seems to be what I was looking for all along ;)

THANKS!

Thanks Superfly, your rewrite is nice, but not exactly what I'm looking for. I want to try and stay away from myspace as much as I can lol.