Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Archived] How to put rank Rainbow Adminstrator?



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  す 愛して いま

す 愛して いま
Punbb Rookie
Punbb Rookie

  • Description:

Help me please post your tutorial here Very Happy



  • Information:




Forum:http://invisionvirus.euro-talk.net/g1-administratorsVersion:PUNBB
Type:Request a codeTags:Rainbow,Adminstrator?

Powered by PunBB
Currently 0 users have thanked す 愛して いま for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
This code should add a rainbow effect on your username.

Code:
[panda=js]    $.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function() {
    var selectMe= ["1"];
    for(var i =0;i<selectMe.length;i++){
    $('a[href="/'+selectMe[i]+'"]').addClass('rainbow');
    }
    $('.rainbow').find('*').andSelf().contents().filter(function(){
    return this.nodeType===3;
    }).parent().text(function() {
    $(this).rainbow({
    colors: [
    '#FF0000',
    '#f26522',
    '#fff200',
    '#00a651',
    '#28abe2',
    '#2e3192',
    '#6868ff'
    ],
    animate:true,
    animateInterval:100,
    pad:false,
    pauseLength:100
    });
    });
    });

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  す 愛して いま

す 愛して いま
Punbb Rookie
Punbb Rookie
Where are put ?

Powered by PunBB
Currently 0 users have thanked す 愛して いま for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
す 愛して いま wrote:[link="/t1002-how-to-put-rank-rainbow-adminstrator#6617"]Where are put ?
Admin panel -> Modules -> Javascript management -> Create new javascript:
Name: rainbow
Placement: In all pages.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  す 愛して いま

す 愛して いま
Punbb Rookie
Punbb Rookie
R wrote:[link="/t1002-how-to-put-rank-rainbow-adminstrator#6621"]
す 愛して いま wrote:[link="/t1002-how-to-put-rank-rainbow-adminstrator#6617"]Where are put ?
Admin panel -> Modules -> Javascript management -> Create new javascript:
Name: rainbow
Placement: In all pages.

fake?
visit [url=]http://invisionvirus.euro-talk.net/g1-administrators[/url] staying red color not rainbow Sad

Powered by PunBB
Currently 0 users have thanked す 愛して いま for this post:

6
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello @す 愛して い,
Try to add the following code in your css stylesheet:

Code:

    a[href="/u1"] strong {
      animation: rainbow_name 3s linear 0s infinite alternate;
      /* Firefox: */
      -moz-animation: rainbow_name 3s linear 0s infinite alternate;
      /* Safari and Chrome: */
      -webkit-animation: rainbow_name 3s linear 0s infinite alternate;
      /* Opera: */
      -o-animation: rainbow_name 3s linear 0s infinite alternate;
      }
      @keyframes rainbow_name
      {
      0%  {color:red;}
      25%  {color:yellow;}
      50%  {color:blue;}
      75%  {color:green;}
      100% {color:red;}
      }
      @-moz-keyframes rainbow_name /* Firefox */
      {
      0%  {color:red;}
      25%  {color:yellow;}
      50%  {color:blue;}
      75%  {color:green;}
      100% {color:red;}
      }
      @-webkit-keyframes rainbow_name /* Safari and Chrome */
      {
      0%  {color:red;}
      25%  {color:yellow;}
      50%  {color:blue;}
      75%  {color:green;}
      100% {color:red;}
      }
      @-o-keyframes rainbow_name /* Opera */
      {
      0%  {color:red;}
      25%  {color:yellow;}
      50%  {color:blue;}
      75%  {color:green;}
      100% {color:red;}
      }

This code is working with /u1 which is admin of forum. If you need to add more then one admins just copy/paste the code in your css and substitute the /u1 with other admins /uX x: is the user number of each admin.


Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

7
Offline

  Shadow

Shadow
Administrator
Administrator
[aviso="Thread Archived"]Original poster seems to be inactive and did not respond within 7 days in this thread. Because of this, the topic has been Archived.

If you have further questions, please open a new topic.[/aviso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

8
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum