vForums Support :: Programming & Coding :: Code Requests & Support :: Boards Duplicate - View Topic
 |  |
| This topic was locked 3rd Apr 08 at 12:34am by Michael | Fel!x Full Member
  
[AVATAR] Posts: 171 Status: Offline Gender: Male Location: Sydney Age: 31 Joined:
pmmsn | Boards Duplicate (17th Mar 08 at 8:43am UTC) A totally different board is mirroring another. | | Forum URL: http://stopthetragedy.vforums.co.uk/ Browser: IE7 Operating System: Windows XP
Problem: One of the boards on my forum is showing the same information as another (Howlers). It may have something to do with the Board Mod, but still wondering why it's happening =/
(if it's code maybe this should be moved =]) | |
|
| Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Boards Duplicate (17th Mar 08 at 8:46am UTC) | | As this is a code error, I've moved it to Code Support. | |
rroll.to— Shorten a link, rickroll your friends. |
| Fel!x Full Member
  
[AVATAR] Posts: 171 Status: Offline Gender: Male Location: Sydney Age: 31 Joined:
pmmsn | Re: Boards Duplicate (18th Mar 08 at 5:17am UTC) | |  Code: - <div id='w_bm' style="display:none">
- <table cellspacing=0 cellpadding=3 width=100% border=0 class='bm'>
- <tr>
- <td class = "window1 right" width="5%" align="center" id='icon_hold'><div id='bm_icon'></div></td>
- <td class='window1 right' valign="top" width="60%" align="left"><span id='bm_title' style='float: left'></span> <span id='bm_mods' style='float: right; vertical-align: top'></span><br /><div id='bm_desc'></div></div></td>
- <td class='window1 right' width="10%" align='center'><div id='bm_posts'></div><div id='bm_topics'></div></td>
- <td class='window1' valign="top" width="25%"><div id='bm_lp'></div></td>
- </tr>
- <tr id='sub_hold' style='display:none'>
- <td colspan=3 class = 'window2 top' align="left"><span id='bm_sub'></span></td>
- </tr>
- </table>
- </div>
-
- <script>
- function bm_swap(id, value){
- get(id,'id').innerHTML = value;
- }
-
- for(i=0;i<get('tr','tag').length;i++){
- if(get('tr','tag')[i].cells[0].innerHTML.match(/(No )?New Posts/i) && get('tr','tag')[i].cells[0].className == 'window1'){
-
- bm_swap('bm_icon', get('tr','tag')[i].cells[0].innerHTML);
- bm_swap('bm_title', get('tr','tag')[i].cells[1].getElementsByTagName('span')[1].innerHTML);
- bm_swap('bm_desc', get('tr','tag')[i].cells[1].getElementsByTagName('span')[3].innerHTML.split(/Sub-Boards:/)[0]);
- if(get('tr','tag')[i].cells[1].getElementsByTagName('span')[3].innerHTML.match(/Sub-Boards/)){
- bm_swap('bm_sub',get('tr','tag')[i].cells[1].getElementsByTagName('span')[3].getElementsByTagName('font')[0].innerHTML);
- get('sub_hold','id').style.display = '';
- get('icon_hold','id').rowSpan = '2';
- }else{
- bm_swap('bm_sub','<i>None</i>');
- get('sub_hold','id').style.display = 'none';
- get('icon_hold','id').rowSpan = '1';
- }
-
- if(get('tr','tag')[i].cells[1].getElementsByTagName('span')[4]){
- bm_swap('bm_mods',get('tr','tag')[i].cells[1].getElementsByTagName('span')[4].innerHTML.replace(/Led By/,'Moderator'));
- }
-
- bm_swap('bm_topics',get('tr','tag')[i].cells[1].getElementsByTagName('span')[2].firstChild.innerHTML.split(/-/)[0]);
- bm_swap('bm_posts',get('tr','tag')[i].cells[1].getElementsByTagName('span')[2].firstChild.innerHTML.split(/-/)[1]);
-
- bm_swap('bm_lp',get('tr','tag')[i].cells[2].firstChild.innerHTML.replace(/\sby/,'<br />by'));
- get('tr','tag')[i].firstChild.innerHTML = get('w_bm','id').innerHTML;
- get('tr','tag')[i].cells[1].style.display = get('tr','tag')[i].cells[2].style.display='none';
- get('tr','tag')[i].firstChild.colSpan='3';
- get('tr','tag')[i].parentNode.parentNode.cellPadding = '0';
-
- }
- }
- </script>
- <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>
I removed it from my headers, but here it is =] | |
|
| Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Boards Duplicate (18th Mar 08 at 7:23pm UTC) | | I'm going to be 100% truthful and tell you that I have absolutely no idea what the hell is causing that.
I'll recode it sometime soon! | |
| Fel!x Full Member
  
[AVATAR] Posts: 171 Status: Offline Gender: Male Location: Sydney Age: 31 Joined:
pmmsn | Re: Boards Duplicate (19th Mar 08 at 6:49am UTC) | | Hehe, thanks Wrighty xD
No hurry though | |
|
| |
 |  |
|