Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default [GUIDE] Basic editing of vBulletins

    Howdy!

    I often visit this forum, and see many people wanting to know the same thing over and over, which they clearly dont SEARCH, peh, silly people! So hopefully if this gets stickied, (with your help) it will stop many threads asking the same thing, mainly this thread is STEP BY STEP, it will NOT include images, unless others make them (Y). the STEP BY STEP will be clearly stated and will help you alot if you READ carefully.

    STYLE EDITING:
    - Removing Banner
    - Moving Banner
    - Margin Editing
    - Adding Copyright To Footer
    - Adding Reputation Power To Postbit
    - Changing Postbit To Legacy


    Removing Banner;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "common templates"
    5. Top box "header" (ONLY) delete ALL coding
    6. Replace with the following codes and SAVE (bottom of page)
    HTML Code:
    <!-- logo -->
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output

    Margin Editing;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "Main CSS"
    5. Top box "Body" (ONLY) find "margin: 5px 10px 10px 10px;"
    6. Replace with "0px" (left to right - top, right, bottom, left)
    7. Save and reload index.php (forum home)
    Adding Copyright To Footer;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "common templates"
    5. Bottom box "footer" (ONLY) delete ALL coding
    6. Replace with the following codes
    7. Find (ctrl & f) "NAME HERE" replace with company name
    8. Save and reload index.php (forum home) and scroll to bottom.
    HTML Code:
    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
    
    $spacer_close
    <!-- /content area table -->
    
    <form action="$vboptions[forumhome].php" method="get">
        
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
    <tr>
        <if condition="$show['quickchooser']">
            <td class="tfoot">
                <select name="styleid" onchange="switch_id(this, 'style')">
                    <optgroup label="$vbphrase[quick_style_chooser]">
                        $quickchooserbits
                    </optgroup>
                </select>
            </td>
        </if>
        <if condition="$show['languagechooser']">
            <td class="tfoot">
                <select name="langid" onchange="switch_id(this, 'lang')">
                    <optgroup label="$vbphrase[quick_language_chooser]">
                        $languagechooserbits
                    </optgroup>
                </select>
            </td>
        </if>
        <td class="tfoot" align="$stylevar[right]" width="100%">
            <div class="smallfont">
                <strong>
                    <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
                    <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                    <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                    <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                    <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                    <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                    <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                </strong>
            </div>
        </td>
    </tr>
    </table>
    
    <br />
    
    <div align="center">
        <div class="smallfont" align="center">
        <!-- Do not remove this copyright notice -->
        $vbphrase[powered_by_vbulletin]<br>
    Copyrighted 2007 - NAME HERE
        <!-- Do not remove this copyright notice -->
        </div>
        
        <div class="smallfont" align="center">
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        $cronimage
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        
        $vboptions[copyrighttext]
        </div>
    </div>
    
    </form>
    
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php?do=dst" method="post" name="dstform">
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
        var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
        var utcOffset = new Date().getTimezoneOffset() / 60;
        if (Math.abs(tzOffset + utcOffset) == 1)
        {    // Dst offset is 1 so its changed
            document.forms.dstform.submit();
        }
    //-->
    </script>
    <!-- / auto DST correction code -->
    
    </if>
    <script type="text/javascript">
    <!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
    //-->
    </script>

    Adding Reputation Power To Postbit;
    1. Enter your AdminCP (See Quick Links)
    2. Click "vBulltin Options" tab
    3. Click "User Reputation Options" (from drop down)
    4. Click the box "Enable User Reputation"
    5. SAVE (bottom of page)
    Changing Postbit To Legacy;
    1. Enter your AdminCP (See Quick Links)
    2. Click "vBulltin Options" tab
    3. Click "Style & Language Settings" (from drop down)
    4. Click the box "Use Legacy (Vertical) Postbit Template"
    5. SAVE (bottom of page)
    If you require anymore help then please reply here or private message myself and i'll help you with any prolems you may have. If you got any ideas to inprove this guide then please feel free to reply with your comments and views!

  2. #2
    Join Date
    Feb 2007
    Posts
    286
    Tokens
    0

    Default

    Really Nice
    +rep If I Have Some
    I Owe You.
    - AppleMod.com
    - Visit & Join

  3. #3
    Join Date
    May 2007
    Posts
    971
    Tokens
    1,516
    Habbo
    Jabbaboy

    Latest Awards:

    Default

    Quote Originally Posted by Hollywood View Post
    Howdy!

    Adding Copyright To Footer;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "common templates"
    5. Bottom box "footer" (ONLY) delete ALL coding
    6. Replace with the following codes
    7. Find (ctrl & f) "NAME HERE" replace with company name
    8. Save and reload index.php (forum home) and scroll to bottom.
    HTML Code:
    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
    
    $spacer_close
    <!-- /content area table -->
    
    <form action="$vboptions[forumhome].php" method="get">
        
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
    <tr>
        <if condition="$show['quickchooser']">
            <td class="tfoot">
                <select name="styleid" onchange="switch_id(this, 'style')">
                    <optgroup label="$vbphrase[quick_style_chooser]">
                        $quickchooserbits
                    </optgroup>
                </select>
            </td>
        </if>
        <if condition="$show['languagechooser']">
            <td class="tfoot">
                <select name="langid" onchange="switch_id(this, 'lang')">
                    <optgroup label="$vbphrase[quick_language_chooser]">
                        $languagechooserbits
                    </optgroup>
                </select>
            </td>
        </if>
        <td class="tfoot" align="$stylevar[right]" width="100%">
            <div class="smallfont">
                <strong>
                    <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
                    <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                    <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                    <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                    <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                    <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                    <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                </strong>
            </div>
        </td>
    </tr>
    </table>
    
    <br />
    
    <div align="center">
        <div class="smallfont" align="center">
        <!-- Do not remove this copyright notice -->
        $vbphrase[powered_by_vbulletin]<br>
    Copyrighted 2007 - NAME HERE
        <!-- Do not remove this copyright notice -->
        </div>
        
        <div class="smallfont" align="center">
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        $cronimage
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        
        $vboptions[copyrighttext]
        </div>
    </div>
    
    </form>
    
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php?do=dst" method="post" name="dstform">
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
        var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
        var utcOffset = new Date().getTimezoneOffset() / 60;
        if (Math.abs(tzOffset + utcOffset) == 1)
        {    // Dst offset is 1 so its changed
            document.forms.dstform.submit();
        }
    //-->
    </script>
    <!-- / auto DST correction code -->
    
    </if>
    <script type="text/javascript">
    <!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
    //-->
    </script>
    Couldn't you just do that step by using the option which is in General Options about a copyright text.
    Email: [email protected] | Don't Have Skype or anything else.

  4. #4
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    You can indeed but i also try and help peple to edit coding I also always use common temps to do copyright so it doesnt appear on all styles.

  5. #5
    Join Date
    Jun 2007
    Location
    Look behind you.
    Posts
    1,289
    Tokens
    0

    Latest Awards:

    Default

    Someone beat you to it.

    http://www.habboxforum.com/showthread.php?t=371904

    But his doesn't include most that yours does. Maybe they should be merged.

  6. #6
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    Quote Originally Posted by Criminal View Post
    Someone beat you to it.

    http://www.habboxforum.com/showthread.php?t=371904

    But his doesn't include most that yours does. Maybe they should be merged.
    You'll find Jabba's has mainly information regarding links and plugins, mods.

    Mine is editing coding only.

    Though both together would be a good idea.

  7. #7
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Really good guide. Helped me especially

    +Rep

    Edit: Says I must spread first

  8. #8
    Join Date
    Mar 2005
    Location
    Kidlington, Oxford.
    Posts
    7,274
    Tokens
    0

    Latest Awards:

    Default

    very good guide pinkeh! i'd rep but i gotta spread.

  9. #9
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    LOL. i ent pinkeh thats u m8

    and thanks Lily

  10. #10
    Join Date
    Jul 2007
    Posts
    293
    Tokens
    0

    Wink

    Quote Originally Posted by Hollywood View Post
    Howdy!

    I often visit this forum, and see many people wanting to know the same thing over and over, which they clearly dont SEARCH, peh, silly people! So hopefully if this gets stickied, (with your help) it will stop many threads asking the same thing, mainly this thread is STEP BY STEP, it will NOT include images, unless others make them (Y). the STEP BY STEP will be clearly stated and will help you alot if you READ carefully.

    STYLE EDITING:
    - Removing Banner
    - Moving Banner
    - Margin Editing
    - Adding Copyright To Footer
    - Adding Reputation Power To Postbit
    - Changing Postbit To Legacy


    Removing Banner;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "common templates"
    5. Top box "header" (ONLY) delete ALL coding
    6. Replace with the following codes and SAVE (bottom of page)
    HTML Code:
    <!-- logo -->
    HTML Code:
    [size=1]<!-- content table -->[/size]
    [size=1]$spacer_open[/size]
    [size=1][/size]
    [size=1]$_phpinclude_output[/size]
    Margin Editing;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "Main CSS"
    5. Top box "Body" (ONLY) find "margin: 5px 10px 10px 10px;"
    6. Replace with "0px" (left to right - top, right, bottom, left)
    7. Save and reload index.php (forum home)
    Adding Copyright To Footer;
    1. Enter your AdminCP (See Quick Links)
    2. Click "Styles & Templates" tab (to open)
    3. Click "Styles Manager" (opens a new page)
    4. Click drop down menu, "common templates"
    5. Bottom box "footer" (ONLY) delete ALL coding
    6. Replace with the following codes
    7. Find (ctrl & f) "NAME HERE" replace with company name
    8. Save and reload index.php (forum home) and scroll to bottom.
    HTML Code:
    <br />
    HTML Code:
    [size=1]<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>[/size]
    [size=1]<br />[/size]
    [size=1][/size]
    [size=1]$spacer_close[/size]
    [size=1]<!-- /content area table -->[/size]
    [size=1][/size]
    [size=1]<form action="$vboptions[forumhome].php" method="get">[/size]
    [size=1]    [/size]
    [size=1]<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">[/size]
    [size=1]<tr>[/size]
    [size=1]    <if condition="$show['quickchooser']">[/size]
    [size=1]        <td class="tfoot">[/size]
    [size=1]            <select name="styleid" onchange="switch_id(this, 'style')">[/size]
    [size=1]                <optgroup label="$vbphrase[quick_style_chooser]">[/size]
    [size=1]                    $quickchooserbits[/size]
    [size=1]                </optgroup>[/size]
    [size=1]            </select>[/size]
    [size=1]        </td>[/size]
    [size=1]    </if>[/size]
    [size=1]    <if condition="$show['languagechooser']">[/size]
    [size=1]        <td class="tfoot">[/size]
    [size=1]            <select name="langid" onchange="switch_id(this, 'lang')">[/size]
    [size=1]                <optgroup label="$vbphrase[quick_language_chooser]">[/size]
    [size=1]                    $languagechooserbits[/size]
    [size=1]                </optgroup>[/size]
    [size=1]            </select>[/size]
    [size=1]        </td>[/size]
    [size=1]    </if>[/size]
    [size=1]    <td class="tfoot" align="$stylevar[right]" width="100%">[/size]
    [size=1]        <div class="smallfont">[/size]
    [size=1]            <strong>[/size]
    [size=1]                <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>[/size]
    [size=1]                <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>[/size]
    [size=1]                <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>[/size]
    [size=1]                <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>[/size]
    [size=1]                <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>[/size]
    [size=1]                <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>[/size]
    [size=1]                <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>[/size]
    [size=1]            </strong>[/size]
    [size=1]        </div>[/size]
    [size=1]    </td>[/size]
    [size=1]</tr>[/size]
    [size=1]</table>[/size]
    [size=1][/size]
    [size=1]<br />[/size]
    [size=1][/size]
    [size=1]<div align="center">[/size]
    [size=1]    <div class="smallfont" align="center">[/size]
    [size=1]    <!-- Do not remove this copyright notice -->[/size]
    [size=1]    $vbphrase[powered_by_vbulletin]<br>[/size]
    [size=1]Copyrighted 2007 - NAME HERE[/size]
    [size=1]    <!-- Do not remove this copyright notice -->[/size]
    [size=1]    </div>[/size]
    [size=1]    [/size]
    [size=1]    <div class="smallfont" align="center">[/size]
    [size=1]    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->[/size]
    [size=1]    $cronimage[/size]
    [size=1]    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->[/size]
    [size=1]    [/size]
    [size=1]    $vboptions[copyrighttext][/size]
    [size=1]    </div>[/size]
    [size=1]</div>[/size]
    [size=1][/size]
    [size=1]</form>[/size]
    [size=1][/size]
    [size=1]<if condition="$show['dst_correction']">[/size]
    [size=1]<!-- auto DST correction code -->[/size]
    [size=1]<form action="profile.php?do=dst" method="post" name="dstform">[/size]
    [size=1]    <input type="hidden" name="s" value="$session[sessionhash]" />[/size]
    [size=1]    <input type="hidden" name="do" value="dst" />[/size]
    [size=1]</form>[/size]
    [size=1]<script type="text/javascript">[/size]
    [size=1]<!--[/size]
    [size=1]    var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];[/size]
    [size=1]    var utcOffset = new Date().getTimezoneOffset() / 60;[/size]
    [size=1]    if (Math.abs(tzOffset + utcOffset) == 1)[/size]
    [size=1]    {    // Dst offset is 1 so its changed[/size]
    [size=1]        document.forms.dstform.submit();[/size]
    [size=1]    }[/size]
    [size=1]//-->[/size]
    [size=1]</script>[/size]
    [size=1]<!-- / auto DST correction code -->[/size]
    [size=1][/size]
    [size=1]</if>[/size]
    [size=1]<script type="text/javascript">[/size]
    [size=1]<!--[/size]
    [size=1]    // Main vBulletin Javascript Initialization[/size]
    [size=1]    vBulletin_init();[/size]
    [size=1]//-->[/size]
    [size=1]</script>[/size]
    Adding Reputation Power To Postbit;
    1. Enter your AdminCP (See Quick Links)
    2. Click "vBulltin Options" tab
    3. Click "User Reputation Options" (from drop down)
    4. Click the box "Enable User Reputation"
    5. SAVE (bottom of page)
    Changing Postbit To Legacy;
    1. Enter your AdminCP (See Quick Links)
    2. Click "vBulltin Options" tab
    3. Click "Style & Language Settings" (from drop down)
    4. Click the box "Use Legacy (Vertical) Postbit Template"
    5. SAVE (bottom of page)
    If you require anymore help then please reply here or private message myself and i'll help you with any prolems you may have. If you got any ideas to inprove this guide then please feel free to reply with your comments and views!
    I just wanna say... fantastic formating with your text! I just wanna take this oppurtunity to share a bit of formatting one last time, Btw your the most brainist member of habbo to write all this.... If I wanted to I would just copy and paste ;s

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •