Default Tab in User Profiles?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kaelon
    Senior Member
    • Jan 2002
    • 346
    • 3.6.x

    Default Tab in User Profiles?

    Is there a way to change the default tab which is displayed upon page load of the User Profiles from the "Public Messages" instead to the "About" tab?

    Thanks!
  • Sychev_S
    Senior Member
    • Oct 2005
    • 122
    • 3.7.x

    #2
    Yes, just go to MEMBERINFO template and change this:

    <div id="profile_tabs">
    $template_hook[profile_left_first]
    $blocks[visitor_messaging]
    $blocks[aboutme]
    $blocks[stats]
    $blocks[friends]
    $blocks[infractions]
    $blocks[contactinfo]
    $template_hook[profile_left_last]
    </div>
    to this:


    <div id="profile_tabs">
    $template_hook[profile_left_first]
    $blocks[aboutme]
    $blocks[visitor_messaging]
    $blocks[stats]
    $blocks[friends]
    $blocks[infractions]
    $blocks[contactinfo]
    $template_hook[profile_left_last]
    </div>

    Comment

    • Ohiosweetheart
      Senior Member
      • Dec 2005
      • 1965
      • 3.8.x

      #3
      oohhh that's good information, thanks Sy!
      Peggy
      ~ normal is overrated ~

      One Buzy Mama!

      Comment

      • nxvc
        Banned
        • Oct 2007
        • 266
        • 3.7.x

        #4
        How to add the blog tab like its shown here? I got the blog module installed and I tried to add $blocks[blog] but doesnt work

        Comment

        • Sychev_S
          Senior Member
          • Oct 2005
          • 122
          • 3.7.x

          #5
          I am pretty sure it should be added automatically using the template hook:
          $template_hook[profile_left_last]

          Comment

          • nxvc
            Banned
            • Oct 2007
            • 266
            • 3.7.x

            #6
            Seems this auto-add doesnt work for me, that's why I ask here how to get the tab working, manually perhaps.

            I also wrote already some blogs, so I can not be because of there aren't blogs yet.


            Edit: Re-Imported the blog.xml and now it's shown , but how to move the tab? It's not possible in the way above
            Last edited by nxvc; Wed 19 Dec '07, 4:05pm.

            Comment

            • Sychev_S
              Senior Member
              • Oct 2005
              • 122
              • 3.7.x

              #7
              Why not? Its the same way. Just move the hook one.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...