vForums Support > vForums :: Support :: > sript errors

sript errors - Posted By jonathan (jonathan) on 26th Mar 08 at 12:33am
Forum URL:www.designevolutions.vforums.co.uk
Experienced By:ult1m4t3-h4xx0r™
Browser:IE7, and Mozilla Firefox
Operating System:Windows XP

Problem:When I ever I go to the site its says a scritpt has stopped responding on every page i got to, i undid all the steps that i did before and it still says it

Re: sript errors - Posted By Marc (cr0w) on 26th Mar 08 at 12:37am
Find this code:

Code:
 
  1. <script>
  2. /*Remove :: from buttons
  3. Usual Copyright stuff here!
  4. Wrighty*/
  5.  
  6. for(i=0; i<get('td','tag').length;i  ){
  7.     if(get('td','tag')[i].innerHTML.match(/ :: /) && get('td','tag')[i].className.match(/title(1|2)/)){
  8.         get('td','tag')[i].innerHTML = get('td','tag')[i].innerHTML.replace(/ :: /g,' ');
  9.     }
  10. }
  11. </script>
 


Replace it with this:

Code:
 
  1. <script>
  2. /*Remove :: from buttons
  3. Usual Copyright stuff here!
  4. Wrighty*/
  5.  
  6. for(i=0; i<get('td','tag').length;i++){
  7.     if(get('td','tag')[i].innerHTML.match(/ :: /) && get('td','tag')[i].className.match(/title(1|2)/)){
  8.         get('td','tag')[i].innerHTML = get('td','tag')[i].innerHTML.replace(/ :: /g,' ');
  9.     }
  10. }
  11. </script>
 


{Wink}

Re: sript errors - Posted By nr4life (nr4life) on 26th Mar 08 at 12:58am
where do i look

Re: sript errors - Posted By Marc (cr0w) on 26th Mar 08 at 1:02am
In your admin panel, go to your Headers and Footers. {Smile}

Also, be sure to read the messages on the PM pages as support questions should be left for threads. {Wink}

Re: sript errors - Posted By nr4life (nr4life) on 26th Mar 08 at 1:03am
ok