Jump to content

Cum pot face un subforum sa se schimbe culoarea. SI cum pot face sa apara "Current Mood" la profiliu


Recommended Posts

Posted (edited)

Pentru schimbatul culorilor foloseste codul acesta, o sa fie ca in poze (la mine pe forum)

<span name="Rainbow">NUME TEXT</span>

Iar pentru problema 2

Este un hook. revin cu edit.

+1 daca te-am ajutat.

Edited by † Quίηη™
  • Upvote 1

wWw.UltraPhase.Ro

UltraPhase Romania

Y!M: marianstefan09@yahoo.com

Skype: marianstefan123

Sau PM pe forum la † Twίηη™

Posted (edited)

Ms Twin, am rezolvat aia cu hook-u. Dar nu stiu unde sa pun scriptu ala... in ACP -> Forum Tab -> la o categorie de`a mea si adaog codu ala?

Edited by Sp1dey
Posted

Pentru schimbatul culorilor foloseste codul acesta, o sa fie ca in poze (la mine pe forum)

<span name="Rainbow">NUME TEXT</span>

Iar pentru problema 2

Este un hook. revin cu edit.

+1 daca te-am ajutat.

​nu mere scriptu ..

  • Moderators
Posted

Lipseste codu JavaScript acolo.

Adauga in globalTemplate, inainte de:

<!-- ::: Footer ::: -->

Urmatoru cod JS:

<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>

 

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Lipseste codu JavaScript acolo.

Adauga in globalTemplate, inainte de:

<!-- ::: Footer ::: -->

Urmatoru cod JS:

Hidden Content

Cand adaug la nume  ce este mai jos! Imi apare in stanga Numele Categoriei si >

<span name="Rainbow">NUME TEXT</span>

Poti sa-mi dai -1 pana turbezi! ;)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.