vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] is it possible - View Topic (Page 2 of 2)Page: 1 2
Topic Rating: *****
Printable View
This topic was locked 6th Mar 08 at 5:24pm by Michael
goldigga
Guest
Re: is it possible (5th Mar 08 at 6:57pm UTC)
 
Code:
 
  1. <style>
  2. .boardtotals{
  3.     display: none;
  4. }
  5. </style>
  6. <script>
  7. /*Board Mod
  8. Created By Wrighty*/
  9.  
  10. for(i=0; i<get('td','tag').length; i++){
  11.     if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
  12.         var a = get('td','tag')[i].parentNode.insertCell(2);
  13.         with(a){
  14.             className = 'window1';
  15.             width= '8%px';
  16.             align= 'center';
  17.             innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
  18.             innerHTML += ' Posts<br>'
  19.             innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
  20.             innerHTML += ' Topics'
  21.         }
  22.     }
  23.     if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
  24.         get('td','tag')[i].colSpan = '4';
  25.         get('td','tag')[i-1].colSpan = '4';
  26.     }
  27. }
  28. </script>
 



tried that one and its no differant
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: is it possible (5th Mar 08 at 7:01pm UTC)
Code:
 
  1. <style>
  2. .boardtotals{
  3.     display: none;
  4. }
  5. </style>
  6. <script>
  7. /*Board Mod
  8. Created By Wrighty*/
  9.  
  10. for(i=0; i<get('td','tag').length; i++){
  11.     if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
  12.         var a = get('td','tag')[i].parentNode.insertCell(2);
  13.         with(a){
  14.             className = 'window1';
  15.             width= '8%px';
  16.             align= 'center';
  17.             innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
  18.             innerHTML += ' Posts<br>'
  19.             innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
  20.             innerHTML += ' Topics'
  21.         }
  22.     }
  23.     if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
  24.         get('td','tag')[i].colSpan = '4';
  25.     }
  26.     if(get('td','tag')[i].className == 'title1 forumname' && get('td','tag')[i].colSpan == '3'){
  27.         get('td','tag')[i].colSpan = '4';
  28.     }
  29. }
  30. </script>
 


{Grin}
goldigga
Guest
Re: is it possible (5th Mar 08 at 7:09pm UTC)
thanks that ones seems to have done the trick {Grin}
goldigga
Guest
Re: is it possible (5th Mar 08 at 7:25pm UTC)
{Unsure}
spoke to soon have this at bottom of forum

Code corrupted. Insert fresh copy.
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: is it possible (5th Mar 08 at 7:27pm UTC)
That's your statcounter code, please just recopy the code for it! {Smile}
 Printable View
Page: 1 2

All times are GMT+0 :: The current time is 6:21pm
Page generated in 0.2981 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums