vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] Support On This Code Please - View Topic
Topic Rating: *****
Printable View
CåñåÐå™
Full Member
***

[Avatar]

Posts: 427
Status: Offline
Gender: Male
Location: Toronto Ontario
Joined:  
Reputation: 7%  


pmwww
[F] Support On This Code Please (18th Feb 08 at 3:37pm UTC)
As of 5mins ago this code was working fine .
Code:
 
  1. <script type="text/javascript">
  2. for(i=0; i<get('td','tag').length; i++){
  3.     if(get('td','tag')[i].className=='title2' && get('td','tag')[i].colSpan=='3'){
  4.         get('td','tag')[i].getElementsByTagName("a")[1].removeAttribute("href");
  5.         get('td','tag')[i].getElementsByTagName("font")[0].innerHTML = "[" + get('td','tag')[i].getElementsByTagName("font")[0].innerHTML + "]";
  6.     }
  7. }
  8. </script>
 

and now it doesn't work at all, all i did was to make an new Category (with one main board and 5 sub-boards), I have no idea why it stop working,
Forum http://tropolis.virtualforums.co.uk/

Edit : It seems to work when i logout (which means it works for guest) but once i login its on the default Category title setting ??

Image
click here We have 15 Different Skins/Templates for your vForum
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Support On This Code Please (18th Feb 08 at 4:04pm UTC)
Can you try removing your shoutbox code to see if that is conflicting? {Smile}

Or the Adv. PM Area.
CåñåÐå™
Full Member
***

[Avatar]

Posts: 427
Status: Offline
Gender: Male
Location: Toronto Ontario
Joined:  
Reputation: 7%  


pmwww
Re: Support On This Code Please (18th Feb 08 at 5:41pm UTC)
Yeah it was the shoutbox code that was conflicting Wrighty i removed it and or code is fine {Grin} .


But can you work it so i can use the shoutbox please .



Image
click here We have 15 Different Skins/Templates for your vForum
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Support On This Code Please (18th Feb 08 at 5:56pm UTC)
try:

Code:
 
  1. <script type="text/javascript">
  2. for(i=0; i<get('td','tag').length; i++){
  3.     if(get('td','tag')[i].className=='title2' && get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan=='3'){
  4.         get('td','tag')[i].getElementsByTagName("a")[1].removeAttribute("href");
  5.         get('td','tag')[i].getElementsByTagName("font")[0].innerHTML = "[" + get('td','tag')[i].getElementsByTagName("font")[0].innerHTML + "]";
  6.     }
  7. }
  8. </script>
 
CåñåÐå™
Full Member
***

[Avatar]

Posts: 427
Status: Offline
Gender: Male
Location: Toronto Ontario
Joined:  
Reputation: 7%  


pmwww
Re: Support On This Code Please (18th Feb 08 at 6:00pm UTC)
Yes sir {Grin} that did it thank you very much Wrighty {Smile} .

Image
click here We have 15 Different Skins/Templates for your vForum
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Support On This Code Please (18th Feb 08 at 6:01pm UTC)
Welcome! {Smile}
 Printable View

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