vForums Support :: vForums :: Support :: sript errors - View Topic
| |
| 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
pmwww | Re: sript errors (26th Mar 08 at 12:37am UTC) | | Find this code:
Code: - <script>
- /*Remove :: from buttons
- Usual Copyright stuff here!
- Wrighty*/
-
- for(i=0; i<get('td','tag').length;i ){
- if(get('td','tag')[i].innerHTML.match(/ :: /) && get('td','tag')[i].className.match(/title(1|2)/)){
- get('td','tag')[i].innerHTML = get('td','tag')[i].innerHTML.replace(/ :: /g,' ');
- }
- }
- </script>
Replace it with this:
Code: - <script>
- /*Remove :: from buttons
- Usual Copyright stuff here!
- Wrighty*/
-
- for(i=0; i<get('td','tag').length;i++){
- if(get('td','tag')[i].innerHTML.match(/ :: /) && get('td','tag')[i].className.match(/title(1|2)/)){
- get('td','tag')[i].innerHTML = get('td','tag')[i].innerHTML.replace(/ :: /g,' ');
- }
- }
- </script>
| |
rroll.to— Shorten a link, rickroll your friends. |
| nr4life New Member
Posts: 6 Status: Offline Joined:
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
pmwww | Re: sript errors (26th Mar 08 at 1:02am UTC) | | In your admin panel, go to your Headers and Footers.
Also, be sure to read the messages on the PM pages as support questions should be left for threads. | |
rroll.to— Shorten a link, rickroll your friends. |
| nr4life New Member
Posts: 6 Status: Offline Joined:
pm | Re: sript errors (26th Mar 08 at 1:03am UTC) | | ok
| |
| |
| |
|