PDA

View Full Version : template for re-arranging user profile


rockon
01-20-2010, 04:22 PM
What's the base template for re-arranging how the user profile looks? All I can find is user profile fields etc.

Lynne
01-20-2010, 07:32 PM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

rockon
01-20-2010, 07:43 PM
Hi Lynne. I already have that on and all it says is:

<!-- begin user css -->

Does that literally mean the whole thing is arrange with css?

If not, might it be a php page?

Lynne
01-20-2010, 07:46 PM
That's not it. You should see lines like this (unless you have a modification that 'breaks' this feature):
<!-- BEGIN TEMPLATE: USERCP_SHELL -->

rockon
01-20-2010, 07:55 PM
It doesn't show that but I found the USERCP_SHELL. Where all the content would be it just shows:

<!-- main page contents -->
$HTML
<!-- / main page contents -->

--------------- Added 1264026726 at 1264026726 ---------------

I believe I've found it.

It's the MEMBERINFO template inside Member Info Templates.