Donating

Discussion in 'Gaming' started by MythicX, May 13, 2006.

  1. MythicX

    MythicX Senior Member

    Posts:
    1,682
    Likes Received:
    0
    Joined:
    Aug 15, 2005
    Location:
    London, UK
    Hey,
    i have my own forums with IBStore installed, however i need a dontate button, or text link even like on here so that credits can be sent to other members to buy stuff etc.

    Can anyone help me with this please?

    Thanks.
    Myth.
     
  2. TheBrotherhood

    TheBrotherhood Well-Known Member

    Posts:
    2,029
    Likes Received:
    0
    Joined:
    May 28, 2005
    Sure :)

    Go to your AdminCP > skin manager > {select skin} > Root Skin Html > TopicView > RenderRow

    Find:
    '{$author['member_points']}
    '
    Add Below:
    Donate Credits</br>

    Change "yourforum" to the link of your forum.
     
  3. HydrogeN

    HydrogeN Well-Known Member

    Posts:
    2,532
    Likes Received:
    0
    Joined:
    Sep 7, 2004
    Add this one to automatically add the users name to the TO field when they click the donate link.

    Code:
    [url="http://www.yourlinkhere/forums/index.php?act=store&CODE=donate_money&name={$author['author_name']}"][u]Donations[/u][/url]
     

Share This Page