Jump to content

Leaderboard

  1. iluvipb

    iluvipb

    Newbie


    • Points

      1

    • Posts

      1


  2. TJ.

    TJ.

    Retired Staff


    • Points

      1

    • Posts

      268


  3. Kingy

    Kingy

    Retired Staff


    • Points

      1

    • Posts

      1,134


Popular Content

Showing content with the highest reputation on 12/12/2015 in all areas

  1. 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 point
  2. Version 2.1.8

    127 downloads

    This application will allow admins to create and manage raffles and giveaways on your board. [b]Features[/b]: [list] [*]Intregrate with IP.Nexus/PayPal, so you can sell raffles [*]Ability to create an automatic topic when the raflle is completed (admin can choose the forum, the topic author, topic title and topic (post) content) [*]Send a PM to the winner(s) of every raflle when is completed [*]Notifications when the payment is recognized and when the raffle is completed [*]Global hook inviting users to the raffle [*]FURL [*]Tabs on Admin CP raffle form [*]Added a description field on Admin CP raffle form [*]Added a "raffle page" where will display all information about the raffle, including the description [*]Added an upload field to the raffle image prizwes (Admin CP raffle form) [*]Raffle comments [*]Comments management (aprove, edit or delete) on Moderator CP [*]Raffle announcements: you can show active raffles on all or specific pages (option to members dismiss the announcements) [*]Filter per raffle type on main screen (active or completed) [*]Added countdown to the raffle deadline on main screen [*]Currency setting [*]PayPal Integration: all the payment history is logged (completed, denied, pending, etc). [*]Queued Items Integration [*]Restrict by number of posts [*]Restrict by number of reputation points/like [*]Restrict by number of participants [*]Share Links [*]Share Media (BBCode) [*]Stats on main page [*]Admin CP Dashboard notification (to warn about expired raffles) [*]RSS Feed on Active Raffles [*]Quick Navigation listing Active and Completed Raffles [*]Portal Plugin [*]Multiple prizes per raffle (1st Place, 2nd Place, 3rd Place, etc.) [*]Multiple participants per raffle (participants can buy more than one ticket per raffle to increase their odds) [*]Better Nexus integration: Admin will can choose a specific payment gateway on Raffles settings [*]Multiple purchases [*]Show/hide odds for member [/list] [b]Per Raffle/Giveaway Settings[/b]: [list] [*]Title [*]Number of items to be raffled [*]Price (if enabled IP.Nexus/PayPal setting) [*]Allow multiple participations [*]Multiple prizes: title, upload field for image, image URL and description for each prize [*]Deadline: (date/hour) to raffle ends [*]Restrictions: number of participants, posts and number of reputation points/likes [*]Groups allowed to participate [*]Show this raffle in Announcements (global hook) [*]Show this raffle in Portal (Portal app required) [/list] What's New in Version 2.1.8 ([url="http://community.invisionpower.com/index.php?app=downloads&module=display&section=changelog&file=5963"]See full changelog[/url])[list] [*]fix: Updating Countdown and jQuery to latest version [*]fix: SQL error [*]notice: demo board updated [/list]
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...