vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] VBulletin Board Mod - View Topic (Page 1 of 2)Page: 1 2
Topic Rating: *****
Printable View
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!! {Smile} 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
***


Reputation: 40%  


pmwww
Re: VBulletin Board Mod (13th Feb 08 at 4:57am UTC)
Posted By dog199200 on 13th Feb 08 at 4:26am
 
bump


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. {Unsure}

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
***


Reputation: 40%  


pmwww
Re: VBulletin Board Mod (13th Feb 08 at 11:49pm UTC)
Posted By dog199200 on 13th Feb 08 at 11:34pm
 
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. {Tongue Out}

I'll see if I can get this for you by tomorrow. {Smile}

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
***


Reputation: 40%  


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. {Unsure}

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)
{Smile} bump
dog199200
Guest
Re: VBulletin Board Mod (18th Feb 08 at 1:27pm UTC)
bump
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: VBulletin Board Mod (18th Feb 08 at 6:02pm UTC)
So you want:

On/Off IconName & Description & Mods & Sub-boardsLast PostThreadsPosts


Just like that? {Smile}
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]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: VBulletin Board Mod (18th Feb 08 at 7:59pm UTC)
try this.... {Unsure}

Code:
 
  1. <style>
  2. .boardtotals{
  3.     display: none;
  4. }
  5. </style>
  6.  
  7. <script>
  8. /*Board Mod
  9. Created By Wrighty*/
  10.  
  11.  
  12. for(i=0; i<get('td','tag').length; i++){
  13.     if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
  14.         get('td','tag')[i+1].width = '55%';
  15.         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:/)){
  16.             get('td','tag')[i+1].getElementsByTagName('span')[3].innerHTML += ' | ' + get('td','tag')[i+1].getElementsByTagName('span')[4].innerHTML
  17.             get('td','tag')[i+1].getElementsByTagName('span')[4].style.display='none';
  18.         }
  19.         var a = get('td','tag')[i].parentNode.insertCell(3);
  20.         with(a){
  21.             className = 'window1';
  22.             width= '50px';
  23.             align= 'center';
  24.             innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
  25.         }
  26.         var b = get('td','tag')[i].parentNode.insertCell(3);
  27.         with(b){
  28.             className = 'window1';
  29.             width= '50px';
  30.             align= 'center';
  31.             innerHTML = (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
  32.         }
  33.     }
  34.     if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
  35.         get('td','tag')[i].colSpan = '5';
  36.     }
  37. }
  38. </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?
 Printable View
Page: 1 2

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