dog199200 Guest | [F] VBulletin Board Mod (12th Feb 08 at 12:44am UTC) | | Can someone please make me a code for a board mod to make it look like a vbulletin forum. PLEASE!! and if there are different styles the id like it to look like this at least to the best as possible.
http://bleachpower.com/forums/ | |
|
dog199200 Guest | Re: VBulletin Board Mod (13th Feb 08 at 4:26am UTC) | | bump | |
|
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: VBulletin Board Mod (13th Feb 08 at 4:57am UTC) | |
Your last post was hardly 4 hours ago; why the need for the bump? There wasn't even anything else posted in this board since.
Someone will get to your post when they have the time. Unfortunately I can't right now as it is midnight and I have school in a few hours. | |
rroll.to— Shorten a link, rickroll your friends. |
|
dog199200 Guest | Re: VBulletin Board Mod (13th Feb 08 at 11:34pm UTC) | | in it was really 1 day and a little under 4 hours under i posted, the first one was on the 11th the last one was yesterday.. well either way ok i'll wait.. | |
|
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: VBulletin Board Mod (13th Feb 08 at 11:49pm UTC) | | in it was really 1 day and a little under 4 hours under i posted, the first one was on the 11th the last one was yesterday.. well either way ok i'll wait..
Ahh, you'll have to forgive me, I can be a bit blind sometimes.
I'll see if I can get this for you by tomorrow. | |
rroll.to— Shorten a link, rickroll your friends. |
|
dog199200 Guest | Re: VBulletin Board Mod (13th Feb 08 at 11:53pm UTC) | | ah ok cool thank you every much, and as for the blind this np, we all can be blind at times. | |
|
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: VBulletin Board Mod (15th Feb 08 at 2:52am UTC) | | Today came and went way too fast, and tomorrow I've got prior engagements to attend to. So, unless if Wrighty or someone else takes this on, I won't be able to get it for you until Saturday.
Sorry. | |
rroll.to— Shorten a link, rickroll your friends. |
|
dog199200 Guest | Re: VBulletin Board Mod (15th Feb 08 at 2:54am UTC) | | well thats ok, i'll be busy till then as well. | |
|
dog199200 Guest | Re: VBulletin Board Mod (16th Feb 08 at 2:56am UTC) | | bump | |
|
dog199200 Guest | Re: VBulletin Board Mod (17th Feb 08 at 5:38am UTC) | | bump | |
|
dog199200 Guest | Re: VBulletin Board Mod (18th Feb 08 at 1:27pm UTC) | | bump | |
|
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: VBulletin Board Mod (18th Feb 08 at 6:02pm UTC) | | So you want:
On/Off Icon | Name & Description & Mods & Sub-boards | Last Post | Threads | Posts |
Just like that? | |
|
dog199200 Guest | Re: VBulletin Board Mod (18th Feb 08 at 6:26pm UTC) | | yes and then i'd like the moderator of the board to remain under the description area like it is normally plz. | |
|
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: VBulletin Board Mod (18th Feb 08 at 7:59pm UTC) | | try this....
 Code: - <style>
- .boardtotals{
- display: none;
- }
- </style>
-
- <script>
- /*Board Mod
- Created By Wrighty*/
-
-
- for(i=0; i<get('td','tag').length; i++){
- if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
- get('td','tag')[i+1].width = '55%';
- if(get('td','tag')[i+1].getElementsByTagName('span')[3] && get('td','tag')[i+1].getElementsByTagName('span')[4] && get('td','tag')[i+1].getElementsByTagName('span')[4].innerHTML.match(/Led By:/) && get('td','tag')[i+1].getElementsByTagName('span')[3].innerHTML.match(/Sub-Boards:/)){
- get('td','tag')[i+1].getElementsByTagName('span')[3].innerHTML += ' | ' + get('td','tag')[i+1].getElementsByTagName('span')[4].innerHTML
- get('td','tag')[i+1].getElementsByTagName('span')[4].style.display='none';
- }
- var a = get('td','tag')[i].parentNode.insertCell(3);
- with(a){
- className = 'window1';
- width= '50px';
- align= 'center';
- innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
- }
- var b = get('td','tag')[i].parentNode.insertCell(3);
- with(b){
- className = 'window1';
- width= '50px';
- align= 'center';
- innerHTML = (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
- }
- }
- if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
- get('td','tag')[i].colSpan = '5';
- }
- }
- </script>
| |
|
dog199200 Guest | Re: VBulletin Board Mod (18th Feb 08 at 9:36pm UTC) | | hey thanks it looks great but, could you also add in the areas above it where it say what each area is? | |
|