Activity Stream
48,167 MEMBERS
61101 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1.     
    #1
    Member
    Website's:
    Pirates-W.org AdultBB.net AmateurBB.com Forbishare.com

    Default [vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)

    Hello Guys!

    I've fixxed the Code of Moderated Message BB Code!!

    There was already a code posted by ghetto_man in phpBB with it but if you use it, it would brake the forum layout/topic/thread/reply

    I've took the code and done a few changes on it and now it works perfect without braking any layout/theme

    Here's the preview:


    For those who are licensed in vBulletin.org:
    Code: 
    http://www.vbulletin.org/forum/showthread.php?p=1766553
    and for those who aren't here's the code

    Installation:
    Log in to your ACPCustom BB CodesAdd New BB Code

    Title: Staff BBCode
    BB Code Tag Name: mod
    Replacement:
    Code: 
    <style>
    .moderator{color: #465584;
       background-color: #FAFCFE;
       border-left: 4px solid #b28383;
       border-right: 1px dotted #000;
       border-top: 1px dotted #000;
       border-bottom: 1px dotted #000;
       padding: 4px;
       padding-left: 25px;
       background: #FAFCFE url(http://s5.tinypic.com/2pzguf5.jpg) center left no-repeat;
       margin: 0px auto 8px auto;}
    </style>
    <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
    <tr>
    <td><span class="smallfont"><strong>Moderated Message:</strong></span></td>
    </tr>
    <tr>
    <td class="moderator"><span style="font-weight: bold;"><span style="font-style: italic;"><span style="color: orange;">{param}</span></span></span></td>
    </tr>
    </table>
    Example:
    Code: 
    
    
    Moderated Message:
    Please Code your Links!
    It can be used in other Forum Software too Like phpBB... simply change the "{param} to "{TEXT}"!

    Enjoy (It took me just 10 mins to fix it lol)
    Ghost Dog 13 Reviewed by Ghost Dog 13 on . [vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!) Hello Guys! I've fixxed the Code of Moderated Message BB Code!! There was already a code posted by ghetto_man in phpBB with it but if you use it, it would brake the forum layout/topic/thread/reply :) I've took the code and done a few changes on it and now it works perfect without braking any layout/theme :D Here's the preview: http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/03/28.jpg Rating: 5

    | AdultBB.net | Pirates-W.org | PornoDDL.net |
    Want to Affiliate with any ? PM me..

  2.   Sponsored Links

  3.     
    #2
    Member
    Good work mate


    Thank you,
    Kind regards,
    TsWarez

  4.     
    #3
    Member
    Website's:
    Pirates-W.org AdultBB.net AmateurBB.com Forbishare.com
    No Problem Enjoy

    (Man where are you???? lol are you ever going to log into MSN????)

    | AdultBB.net | Pirates-W.org | PornoDDL.net |
    Want to Affiliate with any ? PM me..

  5.     
    #4
    Member
    Website's:
    Mac-Reports.org Hustedesigns.info Transversedesigns.com
    LOL let me guess you highlighted the W-BB code. Then right clicked then press "View Selection Source" and then copied and pasted the code. Edited some basic HTML and add the "{param}" tag. Not that hard buddy.

  6.     
    #5
    Member
    Nice one looks really good

    i dont sopose you could play around with this one because when using it on phpbb it looks all cut up

    link (its the second post by Hoxxy
    : http://www.vbteam.info/vb-3-7-x-addo...nload-box.html

    <table border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td height="39" colspan="3">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="113" background="images/misc/down1.gif" height="39">
    &nbsp;</td>
    <td background="images/misc/down2.gif">&nbsp;</td>
    <td width="48" background="images/misc/down3.gif" height="39">
    &nbsp;</td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td bgcolor="#C0DDFF" width="10">&nbsp;</td>
    <td bgcolor="#C0DDFF">
    <table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #007FD8" bgcolor="#FFFFFF">
    <tr>
    <td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
    <p style="margin: 5px">{TEXT}</td>
    </tr>
    </table>
    </td>
    <td bgcolor="#C0DDFF" width="10">&nbsp;</td>
    </tr>
    <tr>
    <td colspan="3">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td background="images/misc/down4.gif" height="11" width="11">
    <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
    <td bgcolor="#C0DDFF" height="11">
    <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
    <td background="images/misc/down5.gif" height="11" width="11">
    <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    Preview on my forum:
    Signature too big, removed by staff.

  7.     
    #6
    Member
    Website's:
    Mac-Reports.org Hustedesigns.info Transversedesigns.com
    Those download tags suck, they require some extra addon or extra CSS to be added..

    Also this just means more warez sites copying warez-bb. You need to come up with your own ideas.

  8.     
    #7
    Member
    Website's:
    Pirates-W.org AdultBB.net AmateurBB.com Forbishare.com
    Quote Originally Posted by michigan033 View Post
    LOL let me guess you highlighted the W-BB code. Then right clicked then press "View Selection Source" and then copied and pasted the code. Edited some basic HTML and add the "{param}" tag. Not that hard buddy.
    Nope.... got it from phpBB... there was a post made by ghetto_man with the source of it... it was a litle bit broken and i fixxed it

    Quote Originally Posted by shadow.prx View Post
    Nice one looks really good

    i dont sopose you could play around with this one because when using it on phpbb it looks all cut up

    link (its the second post by Hoxxy
    : http://www.vbteam.info/vb-3-7-x-addo...nload-box.html

    Preview on my forum:
    Man the BB Code i posted is for Staff and not for Download loool

    | AdultBB.net | Pirates-W.org | PornoDDL.net |
    Want to Affiliate with any ? PM me..

  9.     
    #8
    Member
    Yea i know i was just wondering if you could fix this one like you did with the 1st one you posted
    Signature too big, removed by staff.

  10.     
    #9
    Member
    Website's:
    Pirates-W.org AdultBB.net AmateurBB.com Forbishare.com
    looool I had already fixxed that one for AdultBB but we lost it after we changed server... our database was off... we had to do some changes in it to make it work again... so we had to remove a lot stuff, including BB Codes,some options from ACP,all thanked posts/topics from "thank you (ajax)" mod... and some other.... I'll try to re-find it though, hehe it won't be that difficult


    Quote Originally Posted by michigan033 View Post
    Those download tags suck, they require some extra addon or extra CSS to be added..

    Also this just means more warez sites copying warez-bb. You need to come up with your own ideas.
    michigan033@ This was not created by W-BB... it was a mod in phpBB... but seems like the creator's site which had the files of that mod is down so no-body can download it anymore...

    | AdultBB.net | Pirates-W.org | PornoDDL.net |
    Want to Affiliate with any ? PM me..

  11.     
    #10
    Member
    [QUOTE=Ghost Dog 13;36049]looool I had already fixxed that one for AdultBB but we lost it after we changed server... our database was off... we had to do some changes in it to make it work again... so we had to remove a lot stuff, including BB Codes,some options from ACP,all thanked posts/topics from "thank you (ajax)" mod... and some other.... I'll try to re-find it though, hehe it won't be that difficult

    Ok thanks man you are the best it looks really cool and great for a warezsite
    Signature too big, removed by staff.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 3rd Apr 2012, 09:50 AM
  2. Need someone to code vBulletin 4 skin
    By Nickk96 in forum Web Development Area
    Replies: 0
    Last Post: 13th Sep 2011, 07:38 PM
  3. Replies: 1
    Last Post: 27th Aug 2011, 01:45 PM
  4. Recruting Staff at Code-Projects.Com
    By ProtoWorker in forum Community Cooperative
    Replies: 22
    Last Post: 21st Jul 2010, 05:50 PM

Tags for this Thread

BE SOCIAL