Tragic Posted November 2, 2013 Share Posted November 2, 2013 Hi All of you know how you can add Rainbow to groups now how do you add rainbow text so it'd be like [rain] text here [/rain] or something like that can someone help thanks Link to comment Share on other sites More sharing options...
0 Yuu Posted November 8, 2013 Share Posted November 8, 2013 Part 1: ACP -> Look & Feel -> Your Skin -> globalTemplate. Find this: </body> Add this code above it. <script>var speed=80var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")var r=1var g=1var b=1var seq=1function changetext(){for(i=0;i<document.getElementsByName("Rainbow").length;i++){var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlightrainbow="#"+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> Part 2: ACP -> Look & Feel -> Post Content -> BBCode Management. Click on "Add BBCode". Then set it up like this: Everything else you can leave as default. Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
0 Justin™ Posted November 2, 2013 Share Posted November 2, 2013 Try searching next time. Link to comment Share on other sites More sharing options...
0 Kingy Posted November 2, 2013 Share Posted November 2, 2013 Try searching next time. He is requesting how to do the same rainbow cycle on the forums as you can do on a username. how do you add rainbow text so it'd be like [rain] text here [/rain] or something like that Link to comment Share on other sites More sharing options...
0 Tragic Posted November 7, 2013 Author Share Posted November 7, 2013 He is requesting how to do the same rainbow cycle on the forums as you can do on a username. how do I add it ik it's a BBcode but how do I add the BBcode ? Link to comment Share on other sites More sharing options...
0 Tragic Posted November 8, 2013 Author Share Posted November 8, 2013 Thanks this can be closed Link to comment Share on other sites More sharing options...
0 Kingy Posted November 8, 2013 Share Posted November 8, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Tragic
Hi All of you know how you can add Rainbow to groups now how do you add rainbow text so it'd be like [rain] text here [/rain] or something like that can someone help thanks
Link to comment
Share on other sites
6 answers to this question
Recommended Posts