We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12684
    • 118 Posts
    I am having the same problem that others are having, and so far there has been no solution presented.

    When you click on a members name in the User list, it is supposed to take you to a profile page. However mine just redirects to the error page.

    Please some one help me. I can not figure out why it is doing this.
      • 25551 ☆ A M B ☆
      • 1,231 Posts
      Have you put the &profileHomeId=`id` parameter in your call and created a profile page with a webloginpe call using the &type=`profile` parameter?
        Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
        AugmentBLU - MODX Partner

        BLUcart - MODX Revolution E-Commerce & Shopping Cart
        • 12684
        • 118 Posts
        Does not work. Below is what I have

        Here is the user listing page with your suggestion added...

        [!WebLoginPE? &type=`users` &profileHomeID=`36` &viewProfileTpl=`my_profile_tpl` 
        &UsersTpl=`defaultUsersTpl` &usersList=`Bridal Shops:default:default:internalKey:
        ASC:webgroup(Vendors),state(17),category(1)`!] 
        


        Here is the Users profile page...
        [!WebLoginPE? &type=`users`!] 
          • 12684
          • 118 Posts
          Besides. I do not think that &profileHomeId is used in this manner.

          It is described below...
          The document ID of the page containing the WebLoginPE snippet call for type profile. 
          This is useful if you have WebLoginPE in the sidebar but you want to use a full page 
          of input forms, etc... that will not fit in a narrow side bar. 


          The call I posted in my last post should simply work as

          [!WebLoginPE? &type=`users` &viewProfileTpl=`my_profile_tpl` 
          &UsersTpl=`defaultUsersTpl` &usersList=`Bridal Shops:default:default:
          internalKey:ASC:webgroup(Vendors),state(17),category(1)`!] 


          And the single Users profile should show on the same page as
          www.site.com/index.php?id=36?service=viewprofile&username=blah


            • 25803 ☆ A M B ☆
            • 721 Posts
            This is my snippet call for a profile page:

            [!WebLoginPE? &type=`profile`&profileTpl=`profileform`&customFields=`businessname`!]


            I link to this page with a direct link like this:

            <a href="[~13~]&service=profile" title="Profile">View Profile</a>


            But this parameter on the page with Profile button should also work:

            &profileHomeID=`xx`


            I’m also using the patched code for WebLoginPE, which you can get here: http://modxcms.com/forums/index.php/topic,25821.0.html
              • 12684
              • 118 Posts
              I don’t think we are on the same page here. I am not talking about the webusers profile page where they can go log in and change their profile values. I am talking about if you are looking at the list of webusers on the site and then you click on their name/image to look at their profile.

              Follow the link to Scotty’s site to see what page I am talking about.

              http://demo.scottydelicious.com/users.html
                • 25551 ☆ A M B ☆
                • 1,231 Posts
                I know what you mean now, sorry! When you look at the userlist, you can click an individuals name and it takes you to a page with there image and it allows you to email them via the website right?

                Have you tried taking out some of your parameters in your call and using the default Tpls to see if it works then build up from there?
                  Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
                  AugmentBLU - MODX Partner

                  BLUcart - MODX Revolution E-Commerce & Shopping Cart
                  • 867
                  • 241 Posts
                  I had the same issu and found no solution.
                  But i saw that there is a modificated version with adds and modifications (uprades i guess). Maybe you could try this one..
                    • 25663 MODX Staff
                    • 12,272 Posts
                    Is the call actually split across multiple lines? I don’t think that will work.
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 25551 ☆ A M B ☆
                      • 1,231 Posts
                      I have my webloginpe setup that you can click a members name on the list and it will take you to a page that only shows the persons details and allows you to email them. I am using my own Tpl for everything on webloginpe but I’m using the default template for the single profile view option....
                        Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
                        AugmentBLU - MODX Partner

                        BLUcart - MODX Revolution E-Commerce & Shopping Cart