Jump to content

Leaderboard

  1. Courage

    Courage

    Enthusiast


    • Points

      4

    • Posts

      177


  2. Skreamzja

    Skreamzja

    Community Regular


    • Points

      4

    • Posts

      579


  3. -Cookie-

    -Cookie-

    Community Regular


    • Points

      1

    • Posts

      771


  4. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


Popular Content

Showing content with the highest reputation on 06/07/2014 in all areas

  1. Preview: AdminCP > Look and Feel > [your skin] -> Board Index -> boardIndexTemplate Find <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> Add before: <if test="memberbox:|:$this->memberData['member_id']"> <div class='ipsSideBlock clearfix'> <h3>Welcome, <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> {$this->memberData['members_display_name']}</a></h3> <div class='_sbcollapsable'> <center class='desc member_title'> <if test="$this->memberData['title'] != ''"> {$this->memberData['title']}<br /> </if> <br /> <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> <img src='{$this->memberData['pp_main_photo']}'></a> <br /><br /> <center> <span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br /><br /> Posts: {$this->memberData['posts']}<br /> Profile views: {$this->memberData['members_profile_views']}<br /> Member No.: {$this->memberData['member_id']}<br> Joined: {parse date="$this->memberData['joined']" format="joined"} <br /><br /> Your IP: {$_SERVER['REMOTE_ADDR']} <br /><br /> <div style='background:#0f2437 ;padding: 7px; color: #fff; font-weight: bold'>{$this->memberData['pp_reputation_points']} </div> </center> </div> </div> </if> To change background color from Reputaton, just edit: <div style='background:#0f2437 ;padding: 7px; color: #fff; font-weight: bold'>{$this->memberData['pp_reputation_points']}</div>
    4 points
  2. You can mark me as solved, If all your questions are answered ;p
    1 point
  3. But you would more likely get away with used donation tracker from here, saves purchasing IP.Nexus.
    1 point
  4. If you want something free then I suggest using Subscription Manager. That's what I use.
    1 point
  5. third party hooks/applications yes there is a chance you can get away with it. But when it comes to stuff like the following. IP.Content IP.Blog IP.Nexus so on, they can check your license and see if they have been purchased or not.
    1 point
  6. Cool tuto Courage !!! Thank you !! I made just an one update for background change if member have 0 rep or negative rep. I change this: <div style='background:#0f2437 ;padding: 7px; color: #fff; font-weight: bold'>{$this->memberData['pp_reputation_points']}</div> To this: <if test="$this->memberData['pp_reputation_points'] == 0"> <div style='background: #505050 ; padding: 7px; color: #fff; font-weight: bold'> </if> <if test="$this->memberData['pp_reputation_points'] > 0"> <div style='background: #8DB13E ; padding: 7px; color: #fff; font-weight: bold'> </if> <if test="$this->memberData['pp_reputation_points'] < 0"> <div style='background: #B82929 ; padding: 7px; color: #fff; font-weight: bold'> </if> {$this->memberData['pp_reputation_points']} </div> Regards
    1 point
  7. I would if you are going to purchase it now, because when 4.0 comes out the price is going to rise from all there hard work and more functionality they have put into the upgrade. Also you won't be able to use nulled IP.Nexus or anything on your board because if they find out they will revoke your license without a second thought or letting you know.
    1 point
  8. You meanpublic_html/admin/sources/classes/member/notifications.phpbut i still understood lol
    1 point
  9. Apologies, but I've updated the application format. Please adjust your submissions accordingly and take note of the Additional Notes! Thank you!
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...