|
Post by Wormopolis on Sept 22, 2009 22:30:17 GMT -8
|
|
|
Post by tunescool on Sept 22, 2009 23:06:08 GMT -8
ok that is all cool now, sorry for the hassle. so i cant just have css to change the color of the description? i found a code
|
|
|
Post by Wormopolis on Sept 23, 2009 1:06:25 GMT -8
if you found a code (and it can be reposted) go ahead an post it. if it cant be reposted, leave it your footer but tell me what its called.
The problem I forsee involves adding a class to the description text without affecting the listing of moderators. moderators in INSIDE that font tag so they will be affected by whatever you do to the description.
|
|
|
Post by tunescool on Sept 23, 2009 1:29:34 GMT -8
<script> // Change Board Description Font Color by CD // Do not redistribute without permission
and the rename code changes the names but puts it back in the center with the forums original font size
<script type="text/javascript"> <!-- /* Change Info Center Titles */
var TD = document.getElementsByTagName("td"); if(location.href.match(/action=home$/i) || !location.href.match(/(action|board|logout)=/i)){ for(i=0;i<TD.length;i++){ if(TD.className=="catbg" && TD.innerHTML.match(/Forum\sStatistics/i)){ TD.innerHTML = "Statistics"; } if(TD.className=="catbg" && TD.innerHTML.match(/Users\sOnline/i)){ TD.innerHTML = "Active Members"; } if(TD.className=="catbg" && TD.innerHTML.match(/Active\sUsers\sIn\sThe\sPast\s24\sHours/i)){ TD.innerHTML = "Last 24 Hours"; } if(TD.className=="catbg" && TD.innerHTML.match(/Today's\sBirthdays/i)){ TD.innerHTML = "Birthdays"; } if(TD.className=="catbg" && TD.innerHTML.match(/Events\sThis\sMonth/i)){ TD.innerHTML = "Events"; } } } --> </script>
|
|
|
Post by Wormopolis on Sept 23, 2009 4:54:57 GMT -8
/* Change Info Center Titles */
completely ruins what the other code does and how it works. those 2 codes wont be compatible. I suggest using the switchit code from PS to change info center labels. I will look at the other code, but Im going to have to put a pause on requests or I will never get skinView done.
|
|