1

Topic: duplicating profile sub menu

I am trying to create a page like the profile page with the sub menu, I know that that menu is generated in functions.php but I cant find in profile.php how it is called in, could somebody help me with this?
http://i100.photobucket.com/albums/m12/arthurvandelay_2006/profilemenu.gif

Re: duplicating profile sub menu

I have searched functions.php and I see that that menu is called function generate_profile_menu($page = '') So when you search profile.php for generate_profile_menu than you should find it.

If that is what you mean?!

3

Re: duplicating profile sub menu

generate_profile_menu('categoryname'); where category name is is currently displayed section of the profile

4 (edited by werny 2008-01-05 20:12)

Re: duplicating profile sub menu

nvm i see it now, I am going to mess around with it again and post back later

Re: duplicating profile sub menu

search for generate_profile_menu

6

Re: duplicating profile sub menu

ok i have I tried just copy and paste the div from functions.php, it worked somewhat, it moved my left hand nav way down
http://i100.photobucket.com/albums/m12/arthurvandelay_2006/profilemenu-1.gif