solved Is it possible to rearrange the module tabs?

Isleander
Isleander
@isleander
7 years ago
545 posts
Is it possible to rearrange the module tabs on the user profile/interface pages?
I've looked in the documentation for this but can't see anything.
They appear to be in alphabetical order.
updated by @isleander: 11/13/17 12:02:06AM
douglas
@douglas
7 years ago
2,767 posts
Yes, you can use the order parameter in your jrProfile_menu function which should be in your skins profile_header.tpl.

Example:
{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrCombinedVideo,jrVideo,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Isleander
Isleander
@isleander
7 years ago
545 posts
Thank you as always Douglas!
douglas
@douglas
7 years ago
2,767 posts
Your welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos