iTrader in vBulletin 3.7.2

Discussion in 'vBulletin' started by CarterMarkham, Jul 3, 2008.

  1. #1
    I have installed iTrader 2.1.0 in vBulletin 3.7.2 along with the mod that shows the ratings tab in the users profile. My problem is I cant figure out how to leave feedback. I have put the code:

    <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>

    as stated in the documentation in postbit and postbit_legacy templates but it didnt change a thing. No numbers next to users post counts, no links in usercp, no nothing. Due to the lack of support at vb.org, I was hoping someone here could help me out. Where exactly does the code above go? I put it right after this part of the postbit and postbit_legacy codes:

    <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>

    So it looks like this.....

    <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
    <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>



    Any help would be greatly appreciated.
     
    CarterMarkham, Jul 3, 2008 IP
  2. calum

    calum Peon

    Messages:
    2,821
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you know if your forum uses postbit or postbit_legacy?

    Can you post the url?
     
    calum, Jul 4, 2008 IP
  3. Shazz

    Shazz Prominent Member

    Messages:
    8,395
    Likes Received:
    453
    Best Answers:
    0
    Trophy Points:
    330
    #3
    I don't see why that would matter with the postbit, you said the problem you have is you can't leave feedback, that would lead me to say it would be usergroup permissions.
     
    Shazz, Jul 4, 2008 IP
  4. kevster1

    kevster1 Peon

    Messages:
    747
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    first of all have you enabled itrader in vbulletin options and secondly permissions need to be set for every usergroup have you checked usergroups since installing?
     
    kevster1, Jul 4, 2008 IP
  5. CarterMarkham

    CarterMarkham Greenhorn

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    permissions were fine, I needed to find out where the code went. It went in postbit_legacy, and someone made an XML file that did an auto insert. Thanks for the help!
     
    CarterMarkham, Jul 4, 2008 IP
  6. calum

    calum Peon

    Messages:
    2,821
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Because he was saying he couldn't see the feedback rating next the each users name. This could have been because he had put the iTrader coder in the postbit template, when he uses postbit_legacy.
     
    calum, Jul 5, 2008 IP