Jump to content

Leaderboard

  1. kamasek

    kamasek

    Apprentice


    • Points

      2

    • Posts

      52


  2. Courage

    Courage

    Enthusiast


    • Points

      1

    • Posts

      177


  3. xzoex

    xzoex

    Contributor


    • Points

      1

    • Posts

      143


  4. Chance

    Chance

    Explorer


    • Points

      1

    • Posts

      92


Popular Content

Showing content with the highest reputation on 06/17/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>
    1 point
  2. No, the settings only apply to new registrations, unless you would make up some SQL query to run in PHPMyAdmin.
    1 point
  3. Look in disabled hooks and see if its there, if not try clicking reimport applications hooks on the same page.
    1 point
  4. What version of IP.Board are You using? And does Your server supports GD library?
    1 point
  5. I will have an update for this as soon as possible. Thanks for all the comments, even if over two months ago, your support has not gone unnoticed. EDIT: I've kinda pushed expectations with this. I've decided to go on and design the Shoutbox as well, just to get a feel of some more aspects of the design. Next will be the categories, and then the statistics area. The sidebar won't start until below the sidebar. Looking forward to designing the rest of this!!!
    1 point
  6. Hello, Today I will be posting to show you how you can make usernames on your forum flash in a "Rainbow" fashion. This does not require "advanced" knowledge, just access to the Look & Feel section of your community's ACP. Let's begin. Firstly, you are going to navigate to ACP > Look & Feel > Your Skin > globalTemplate This piece of code is to be inserted towards the bottom of the script. For example, you could place it just above where you see something relevant to <!-- ::: Footer ::: --> <script> var speed=80 var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0") var r=1 var g=1 var b=1 var seq=1 function changetext(){ for(i=0;i<document.getElementsByName("Rainbow").length;i++){ var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlight rainbow="#"+hex[r]+hex[g]+hex[b] storetext.style.color=rainbow } } function change(){ if (seq==6){ b-- if (b==0) seq=1 } if (seq==5){ r++ if (r==12) seq=6 } if (seq==4){ g-- if (g==0) seq=5 } if (seq==3){ b++ if (b==12) seq=4 } if (seq==2){ r-- if (r==0) seq=3 } if (seq==1){ g++ if (g==12) seq=2 } changetext() } function starteffect(){ if (document.all||document.getElementById) flash=setInterval("change()",speed) } starteffect() </script>After you have inserted the code, you may save your changes. Now, we will navigate from within the ACP to Members > Member Groups > Manage Member Groups > Click on the group you wish to have the rainbow effect For the group prefix, you are going to enter the following code <span name="Rainbow"> As for the group suffix, you are going to enter </span> Once you are done, press Complete Edit and you should be good to go. Things to note: *This will only work on groups that you add the prefix & suffix to *The rainbow will only show on skins that you add the script to *It does not matter exactly where you place the script, as long as it is there and does not interrupt other code.
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...