Note to staff, both questions seem to be coding questions to me, however feel free to move of needed
Question 1 is solved
Thanks in advance for helping!
Question 1 is solved
- Spoiler:
The first is a javascript problem. I have a code for one of my members to have a rainbow username
The code is this
- Code:
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function(){
$('a[href="/u79"] strong').rainbow({
colors: [
'#C80046',
'#C84000',
'#C8B400',
'#53C800',
'#00C744',
'#00C4C8',
'#004CC7',
'#3700C8'
],
animate: false
});
});
~~~~~~~~~~~~~~~~~~~~~
The second is a question about the new toolbar. I think there's the code given that removes the "share" buttons but it also removes the search button. Is there anyway I can get a code that removes the "share" buttons but lets me keep the search option.Thanks in advance for helping!
Last edited by KinzPost on March 4th 2013, 1:48 am; edited 1 time in total