vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Support :: sript errors - View Topic
Topic Rating: *****
Printable View
jonathan
Guest
sript errors (26th Mar 08 at 12:33am UTC)
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
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 32
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: sript errors (26th Mar 08 at 12:37am UTC)
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}

rroll.to— Shorten a link, rickroll your friends.
nr4life
New Member
*

Posts: 6
Status: Offline
Joined:  
Reputation: 0%  


pm
Re: sript errors (26th Mar 08 at 12:58am UTC)
where do i look
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 32
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: sript errors (26th Mar 08 at 1:02am UTC)
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}

rroll.to— Shorten a link, rickroll your friends.
nr4life
New Member
*

Posts: 6
Status: Offline
Joined:  
Reputation: 0%  


pm
Re: sript errors (26th Mar 08 at 1:03am UTC)
ok
 Printable View

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