Reputation points on posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maozao
    New Member
    • Sep 2012
    • 7
    • 4.2.X

    [vB4] Reputation points on posts

    Hello.

    I want to show the user reputation POINTS in the Threads/posts, nowadays it shows:

    Nickname
    Usergroup description
    Reputation 'bar'(The green one)
    Avatar photo
    User location, etc
    Reputation Power

    I want to add the rep points like this:

    Nickname
    Rep Points: XX
    Usergroup
    ...
    ...
    Reputation Power

    Probably it's a simple template change, but I'm not that good and I won't to destroy my forum hahahaha

    Ps: I hope it's in the correct board.

    Thanks
  • maozao
    New Member
    • Sep 2012
    • 7
    • 4.2.X

    #2
    Nothing ? ;s

    I tought that it would be easy for those how knows how to work with vB xD

    Comment

    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #3
      {vb:raw user.reputation}

      Should show the number of points.

      Comment

      • maozao
        New Member
        • Sep 2012
        • 7
        • 4.2.X

        #4
        What is the template file that hold the threads/posts informations ?

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          If you want to include this for each user, edit the postbit_legacy template.

          Comment

          • maozao
            New Member
            • Sep 2012
            • 7
            • 4.2.X

            #6
            Hmm, I'm trying to add it here to test, not sure if it's the correct place:

            PHP Code:
            <vb:if condition="$show['reputation']">
                            <
            span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
                                <
            vb:each from="reputationdisplay" value="row">

                                    <
            img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
                                </
            vb:each>
            {
            vb:raw user.reputation}
                            </
            span>
                        </
            vb:if> 
            Shouldn't it be there?

            Comment

            • maozao
              New Member
              • Sep 2012
              • 7
              • 4.2.X

              #7
              Still not working, someone ? :s

              Comment

              • maozao
                New Member
                • Sep 2012
                • 7
                • 4.2.X

                #8
                Can I create a support ticket for that? Cuz it sucks to spend all this money and don't get a simple support, I'm sure that it is a simple edit, but I'm not a PHP or whatever programmer.

                And yes, I already tried vbulleting.org that nobody posted too.

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  Customization support isnt provided with the software. What exactly isnt working

                  Comment

                  • maozao
                    New Member
                    • Sep 2012
                    • 7
                    • 4.2.X

                    #10


                    No error, but it doesn't who the Reputation value.

                    Comment

                    • control1110
                      Member
                      • Sep 2006
                      • 93
                      • 3.6.x

                      #11
                      Not sure if you figured this out yet since it is a few months old but I was trying to do the same thing. You need to change {vb:raw user.reputation} to {vb:raw post.reputation} move it below the </span> tag as the css for that class is font-size: 0px;
                      http://www.pegym.com
                      vb 4.2.0 Patch 2

                      Comment

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