- Joined
- May 16, 2007
- Messages
- 20
- Reaction score
- 0
Quite simply this is a vbulletin style to go with the 'Web Release' CP
Screenshot:
Instructions:
This style assumes that the ROIICP is in your root folder.
1. Open your header.jpg file from the CP into your favorite image editing software,
2. Add your title in the whited area.
3. Save-As the file into - (your vb folder)=>images=>misc As header.png .
4. Go into your ACP (Administrative Control Panel) in vB and select Styles & Templates=>Download / Upload Styles.
5. Click the Browse button and select vbulletin-style-Ro2.xml .
6. Fill in the Name you wish to give the style, it's parent style, and if it can be selected by users.
7. Hit Import
For those of you who are not using the ROIICP in your root folder, you have a bit more work to do.
1. Find the path to the CP.
2. Goto ACP=>Styles & Templates=>Style Manager
3. Click on the drop-down that says "All Style Options" in the row with your new style.
4. Select Main CSS
5. You need to replace all of the " ../../../../" with the path to your CP folder.
The places you need to edit are:
Body - It is in the box on the right
Category Strips - Background Box
Table Header - Background Box
Table Footer - Background Box
6. Click any of the Save CSS buttons when you are done.
If you need any help, just ask. As far as I know, it will work with 3.6.x-.>3.8.x as I only changed css settings. But if it doesn''t work, let me know, I'll try to help.
EDIT:: My first mod to go with it is a simple one.
A server status display message.
I placed it in the under the header and before the navbar. So here is how:
1. ACP=>Styles & Templates=><style name>=>Edit Templates=>Navigation / Breadcrumbs=>navbar
2. Search for:
(the </if> and </td> are on their own lines
3. Under the </td> paste:
Now to import the product.
1. ACP => Plugins & Products => Manage Products
2. Click Add / Import Product
3. Browse to the product-serverstatus.xml file and hit open
It is now installed.
It is Disabled by default. Enable it in ACP => vBulletin Options => vBulletin Options => Server Status.
Now you need to go to ACP => Plugins & Products => Plugin Manager => serverstat
In the php box you will see:
$sIP = "127.0.0.1"; //Server Ip
$Port = "64000"; // Server Port
include('../inc/Functions.php'); //Replace ../ With path if ROCP isn't in the root location.
Edit them to match your settings. then save. Any problems, I'm here to help.
Screenshot:
Instructions:
This style assumes that the ROIICP is in your root folder.
1. Open your header.jpg file from the CP into your favorite image editing software,
2. Add your title in the whited area.
3. Save-As the file into - (your vb folder)=>images=>misc As header.png .
4. Go into your ACP (Administrative Control Panel) in vB and select Styles & Templates=>Download / Upload Styles.
5. Click the Browse button and select vbulletin-style-Ro2.xml .
6. Fill in the Name you wish to give the style, it's parent style, and if it can be selected by users.
7. Hit Import
For those of you who are not using the ROIICP in your root folder, you have a bit more work to do.
1. Find the path to the CP.
2. Goto ACP=>Styles & Templates=>Style Manager
3. Click on the drop-down that says "All Style Options" in the row with your new style.
4. Select Main CSS
5. You need to replace all of the " ../../../../" with the path to your CP folder.
The places you need to edit are:
Body - It is in the box on the right
Category Strips - Background Box
Table Header - Background Box
Table Footer - Background Box
6. Click any of the Save CSS buttons when you are done.
If you need any help, just ask. As far as I know, it will work with 3.6.x-.>3.8.x as I only changed css settings. But if it doesn''t work, let me know, I'll try to help.
EDIT:: My first mod to go with it is a simple one.
A server status display message.
I placed it in the under the header and before the navbar. So here is how:
1. ACP=>Styles & Templates=><style name>=>Edit Templates=>Navigation / Breadcrumbs=>navbar
2. Search for:
Code:
<strong>$vboptions[bbtitle]</strong></div></if></td>
3. Under the </td> paste:
Code:
<if condition="$vbulletin->options['serverstat_enable'] == true">$serverstatus</if>
Now to import the product.
1. ACP => Plugins & Products => Manage Products
2. Click Add / Import Product
3. Browse to the product-serverstatus.xml file and hit open
It is now installed.
It is Disabled by default. Enable it in ACP => vBulletin Options => vBulletin Options => Server Status.
Now you need to go to ACP => Plugins & Products => Plugin Manager => serverstat
In the php box you will see:
$sIP = "127.0.0.1"; //Server Ip
$Port = "64000"; // Server Port
include('../inc/Functions.php'); //Replace ../ With path if ROCP isn't in the root location.
Edit them to match your settings. then save. Any problems, I'm here to help.
Attachments
Last edited:

