Log in

View Full Version : Tabs is custom UserCP page


Christos Teriakis
04-29-2012, 08:27 AM
Hello all,

I'll appreciate a lot if someone point me to the right direction on how to add tabs (like in Profile page), in a custom page which uses USERCP SHELL. In my php file I've included the following css:

// Stylesheets
$includecss = array();
$includecss['forsale'] = 'forsale/incldues/forsale.css';
$includecss['member'] = 'member.css';
$includecss['userprofile'] = 'userprofile.css';
$includecss['container'] = 'container.css';


My template is:

<div class="member_tabs">
<div class="tabbackground">
<div class="floatleft">
<dl class="tabslight">
<dt>Tab Content</dt>
<dd class="userprof_module"><a href="">Tab 1</a></dd>
<dd class="userprof_moduleinactive"><a href="">Tab 2</a></dd>
</dl>
</div>
<div class="memberprofiletabunder"></div>
</div>
<div class="profile_content userprof">
<div class="selected_view_section">
Sample content..........
</div>
</div>
</div>


As for the ouput you can see in the attachment. Somehow ....good :D

Thank you
Chris

LifesGreatestGift
04-29-2012, 04:33 PM
I'd be more than happy to assist. I sent you a PM.