Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[CM] Floating Sidebar (Custom + Shine Effect) Details »»
[CM] Floating Sidebar (Custom + Shine Effect)
Version: 2.00, by ChiNa ChiNa is offline
Developer Last Online: Feb 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.2.0 Rating:
Released: 08-06-2012 Last Update: 08-13-2012 Installs: 22
Template Edits
Additional Files Translations  
No support by the author.


This was brought to you by ChiNa-Man


First of all I am a free soul, So if one of you guys decided to post this on another forum or a website, I would be appreciated if you give some CREDITs to the Developer simply typing his name: Credits to: ChiNa-Man, and do not CHANGE or DELETE the ORIGINAL CONTENT! Thank you!

:::::::::::::::::::::::::::::::::::::::::::::

NEW UPDATE
: 11 August 2012

Get this mod for vBulletin 3.x. CLICK HERE!


Hey everyone, This is a great SideBar that I have used while I as using MYBB Board, I have used lots of time to turn this to a vBulletin mod A great mod for you to decide where you want your users to visit, and can be fully customized by yourself!



------------------------------------------
Credits:
Yaldaram.com as Support & Co-Author
------------------------------------------
Only 1 Template Edit!
------------------------------------------

Transparent background added!
Shine Effect by Hovering
(With Drop Shadow / Gradient
Shine)
7 new Codes added in the Background.txt (With and Without Gradient Effect with 7 Different Colors, All codes are ready to COPY & PAST!


There are 2 Different Tutorials and 2 differen styles

A good advice will be "not to just JUMP in it", but look at both of the Tutorials, and If were YOU, I would def go for Tutorial 2 because it has the Shine and Gradient effect.


Tutorial 1: Image "Drop Shadow & Gradient effect!

Example Image

(Shines when hover)






Tutorial 2
NO "Drop Shadow & NO Gradient effect!


Example Image






Also Other Colors Available:



(Purple)




(Black)



(Red)




Tutorial 1 (With Shadow & Shine Effect)

Step 1: Go to your AdminCP, Click on Styles and Templates, then Style Manager, and on your right side in the dropdown sidebar, you choose Edit Templates!

Now you are in the Templates area! You can either add the following code in your "footer" or your "header" template! But start with your header. Click and open your header template, and add the following code below everything else!

Code to add in "header" template:

Code:
<style type="text/css">
#SideBar{
list-style:none;
position:fixed;
z-index:5;
right:0;
top:130px;
width:24px;
padding:8px 5px;
border:2px solid #fff;
border-right:none;
-moz-border-radius:10px 0 0 10px;
-webkit-border-radius:10px 0 0 10px;
border-radius:10px 0 0 10px;
-moz-box-shadow:0 0 7px rgba(0,0,0,.6);
-webkit-box-shadow:0 0 7px rgba(0,0,0,.6);
box-shadow:0 0 7px rgba(0,0,0,.6);
background: rgb(0,0,0);
background:-moz-linear-gradient(top,rgba(255, 255, 255),rgb(0,0,0));
background:-webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255)),to(rgb(0,0,0)));
background:linear-gradient(top,rgba(255, 255, 255),rgb(0,0,0))
}
.img:hover {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 6px 1px rgb(255-255-255);
}
#SideBar li{
margin:9px 0 0 0;
line-height:0
}
#SideBar li:first-child{
margin-top:0
}
#SideBar a{
display:block;
width:24px;
}
#SideBar a span{
position:absolute;
top:-999em
}
</style>
<ul id="SideBar">
<a href="index.php" title="Home"><div class="img"><img src="images/sidebar/home.png"></a></div></li>
<li><a href="usercp.php" title="UserCP"><div class="img"><img src="images/sidebar/profile.png"></a></div></li><li><a href="search.php" title="Search"><div class="img"><img src="images/sidebar/search.png"></a></div></li>
<li><a href="profile.php?do=editavatar" title="Edit  Avatar"><div class="img"><img src="images/sidebar/avatar.png"></a></div></li>
<li><a href="http://facebook.com" title="Facebook"><div  class="img"><img src="images/sidebar/facebook.png"></a></div></li>
<li><a href="http://twitter.com" title="Twitter"><div class="img"><img src="images/sidebar/twitter.png"></a></div></li>
<li><a href="http://youtube.com" title="Youtube"><div class="img"><img src="images/sidebar/youtube.png"></a></div></li>
</ul>


Click SAVE!
Dont forget to download the SideBar.zip from the attachments. And upload the images folder to your root!


The path should be --> YOURFORUM/images/sidebar

We are now done, with Tutorial 1:


======================================

Notice, the next tutorial has NO shine and NO gradient effect:

Lets Start with Tutorial 2:
(Without Shadow & Shining Effect)

Step 1: Go to your AdminCP, Click on Styles and Templates, then Style Manager, and on your right side in the dropdown sidebar, you choose Edit Templates!

Now you are in the Templates area! You can either add the following code in your "footer" or your "header" template! But start with your header. Click and open your header template, and add the following code below everything else!

Code to Add in "header" Template:
PHP Code:
<style type="text/css">
#SideBar{
list-style:none;
position:fixed;
z-index:5;
right:0;
top:130px;
width:24px;
padding:8px 5px;
border:2px solid #fff;
border-right:none;
-
moz-border-radius:10px 0 0 10px;
-
webkit-border-radius:10px 0 0 10px;
border-radius:10px 0 0 10px;
-
moz-box-shadow:0 0 7px rgba(0,0,0,.6);
-
webkit-box-shadow:0 0 7px rgba(0,0,0,.6);
box-shadow:0 0 7px rgba(0,0,0,.6);
backgroundrgb(0,0,0);
background:-moz-linear-gradient(top,rgba(255255255),rgb(0,0,0));
background:-webkit-gradient(linear,left top,left bottom,from(rgba(255255255)),to(rgb(0,0,0)));
background:linear-gradient(top,rgba(255255255),rgb(0,0,0))
}
#SideBar li{
margin:9px 0 0 0;
line-height:0
}
#SideBar li:first-child{
margin-top:0
}
#SideBar a{
display:block;
width:24px;
}
#SideBar a span{
position:absolute;
top:-999em
}
</
style>
<
ul id="SideBar">
<
a href="index.php" title="Home"><img src="images/sidebar/home.png"></a></li>
<
li><a href="usercp.php" title="UserCP"><img src="images/sidebar/profile.png"></a></li><li><a  href="search.php" title="Search"><img src="images/sidebar/search.png"></a></li>
<
li><a href="profile.php?do=editavatar" title="Edit  Avatar"><img src="images/sidebar/avatar.png"></a></li>
<
li><a href="http://facebook.com" title="Facebook"><img src="images/sidebar/facebook.png"></a></li>
<
li><a href="http://twitter.com" title="Twitter"><img src="images/sidebar/twitter.png"></a></li>
<
li><a href="http://youtube.com" title="Youtube"><img src="images/sidebar/youtube.png"></a></li>
</
ul


Click save, and lets go to the last step.


Step 2: Unzip the SideBar.zip file which is below in the Attachments with the Icons inside! And simply upload the "image" folder to your root!

The path should be --> YOURFORUM/images/sidebar

We are DONE, And your SideBar should be ready! I prefer you use Tutorial 1!

Plz. Click Installed, if you use like or use this mod! Its for later support!

Extra Notice:
There are 14 icons inside the file! We only use 7 for the sidebar, The others are Extra! Make sure to Download the new ones! These fits perfectly for the Gradient & Drop Shadow!
:::::::::::: DONE :::::::::::::

Extra Optional Options

If you wanna change the "Shine Effect Color", Change the line I have marked in red, like the one below, and only change the blue diggit numbers. Go to this site to choose your rgb color: http://www.tayloredmktg.com/rgb/

Code to Change:
Code:
box-shadow: 0 0 6px 1px rgb(255,250,250);


Change only the numbers in "
BLUE COLOR". Which is in RGB COLOR CODE!!


For more, Check the Tutorial below for the RGB colors!



:::::::::::::::: >>>> Optional Info & Color Options <<<< ::::::::::::::::

NEW UPDATE: 09 - 08 - 2012


I have added extra Background codes inside a txt file. Now a new code for TRANSPARENT background added inside the file "Background.txt"! And there are codes ready for 7 different Backgrouds, Like the image below! With and Without Shining effect! All in the Background.txt. Download the file and open it with a NOTEPAD or TEXT EDITOR, and get copy the code from there!

SideBars from Background.txt Example:




Choice of a Custom URL Path and Image
If you decided to change the code and Icons and make your own icons, then let me show you how to change the code! Below you will see what every COLOR stands for!

Blue Color = URL to the Exact Page
Red Color = Icon Path and Name
Green = Title when you HOVER over the icon

Short Code Example:
<a href="FULL URL" title="GIVE A TITILE"><img src="ICON PATH"></a></li>


Full code:
Code:
<ul id="SideBar">
<a href="index.php" title="Home"><img src="images/sidebar/home.png"></a></li>
<li><a href="usercp.php" title="UserCP"><img src="images/sidebar/profile.png"></a></li><li><a  href="search.php" title="Search"><img src="images/sidebar/search.png"></a></li>
<li><a href="profile.php?do=editavatar" title="Edit  Avatar"><img src="images/sidebar/avatar.png"></a></li>
<li><a href="http://facebook.com" title="Facebook"><img src="images/sidebar/facebook.png"></a></li>
<li><a href="http://twitter.com" title="Twitter"><img src="images/sidebar/twitter.png"></a></li>
<li><a href="http://youtube.com" title="Youtube"><img src="images/sidebar/youtube.png"></a></li>
</ul>



Custom Choice of Color

(4 LINES with the word Background)

Code:
background:rgb(0,0,0);
background:-moz-linear-gradient(top,rgba(243,52,8,.75),rgb(0,0,0);
background:-webkit-gradient(linear,left top,left,bottom,from(rgba(243,52,8,.75),to(rgb(0,0,0);
background:linear-gradient(top,rgba(243,52,8,.75),rgb(0,0,0);
Only change the RED code at the end --> (0,0,0)
These 3 --> (0,0,0) stands for BLACK (The RGB NR and COLORCODE!)

You can use this color Generator: http://www.colorschemer.com/online.html

Here are some Extra RGB Colors Ready:

Black (0,0,0)
White (255,255,255)
Dark Blue (255,25,255)
Orange (255,102,51)
Dark Green (26,51,0)
Green (0,204,0)
Red (255,0,0)
Aqua (0.255.255)
Light Blue (51,153,255)
Purple (153,0,153)

Download Now

File Type: txt Backgrounds.txt (27.4 KB, 48 views)
File Type: zip SideBar.zip (39.3 KB, 73 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 08-13-2012, 11:04 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please Notice: This message has nothing to do with the POST, this is a message about another SlideMenu. Just in case some of you may get confused reading this..

To LgsOfChampions:

I will help you out if anything with the Left SlideMenu Navigation..... Waiting for your reply! Makes sure to change the colors and the path to the Slider on vBCoderz.. You only need to edit one file "ssmItems.js" and do not touch the other! After edit, Upload them both to your forum root. And then put the extra code that you got from vBcoders in your header template!
Reply With Quote
  #33  
Old 08-13-2012, 11:20 PM
LgsOfChampions's Avatar
LgsOfChampions LgsOfChampions is offline
 
Join Date: Feb 2011
Location: Leagues Of Champions
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea I can add it, just need the upload file lol

also whats the code for the icons next to user groups? I add link to show what I mean.

click here
Reply With Quote
  #34  
Old 08-13-2012, 11:58 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ohh I see You can simply right click and copy them...
Reply With Quote
  #35  
Old 08-14-2012, 06:28 AM
DeadlyDuckling's Avatar
DeadlyDuckling DeadlyDuckling is offline
 
Join Date: Jul 2012
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChiNa-Man View Post
DeadlyD.... I tried very hard to Edit the my Flash Header, and I am kinda good in Flash Scripts and etc, but lets just say forget that one, I tried for almost 2 ours, WIth Adobe Flash CS4 and CS4, and I did even make another Flash Script, Still was not working out,,


I found a few, Maybe later this week I will setup a few up, for testing, but I dont promising! But if you like this one, its very easy and css is very good and can be costumized!

Anyways the Link you provided me, Clanvision.org, they are using a Wordpress Theme from YooTheme, and they are using a WidgetKit, so thats also out of options......But I have found a few others, the problem will be that I suck at codings, I mean I am not able to make it as an ADD ON, but I can make a good HTML tutorial, but we will look into that....

LgsOfChampions, about the Left Navigation Menu, visit vBcoderz.com, my favorit vBulletin Forum, and here is the link http://www.vbcoderz.com/showthread.php?t=10464
yea a html/css one would be good i hope to be able to test something soon, maybe dbtech could do something with this
Reply With Quote
  #36  
Old 08-14-2012, 11:15 AM
LgsOfChampions's Avatar
LgsOfChampions LgsOfChampions is offline
 
Join Date: Feb 2011
Location: Leagues Of Champions
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChiNa-Man View Post
Ohh I see You can simply right click and copy them...
Yes I know that bro lol. How would I go about adding them to the usergroup? Is there a code?
Reply With Quote
  #37  
Old 08-14-2012, 04:24 PM
DeadlyDuckling's Avatar
DeadlyDuckling DeadlyDuckling is offline
 
Join Date: Jul 2012
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LgsOfChampions View Post
Yes I know that bro lol. How would I go about adding them to the usergroup? Is there a code?
like this? http://puu.sh/VgCq

i just put <img src="images/example.png"> before the html markup http://puu.sh/VgDD

and if you want more space you could put <img src="images/example.png">&nbsp;
Reply With Quote
  #38  
Old 08-14-2012, 04:28 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lgs, Go to your usergroups in your admincp and in the html markup put the code in the first FIELD to your right, the code the deadlyduckling provided,,, Good luck thats should do the job..

DeadlyDuckling thanks for explaining, Good job.
Reply With Quote
Благодарность от:
DeadlyDuckling
  #39  
Old 08-14-2012, 07:32 PM
LgsOfChampions's Avatar
LgsOfChampions LgsOfChampions is offline
 
Join Date: Feb 2011
Location: Leagues Of Champions
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get it to work with the glow I have. It makes my name vanish. This is my current code

first box
Quote:
<span style='font-weight: bold; font: 16px verdana; color:#B18904; text-shadow: red 0px 0px 7px;'>
second box
Quote:
</span>
Where would I put the
Quote:
<img src="images/example.png">
to work with it?
I tried putting it in the front no luck
Reply With Quote
  #40  
Old 08-15-2012, 06:16 AM
DeadlyDuckling's Avatar
DeadlyDuckling DeadlyDuckling is offline
 
Join Date: Jul 2012
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LgsOfChampions View Post
I can't get it to work with the glow I have. It makes my name vanish. This is my current code

first box


second box


Where would I put the to work with it?
I tried putting it in the front no luck
you have to put an image link in the code <img src="images/example.png"> so you would upload the image to your image directory in ftp and rename the Example part

heres an example of what i have

html markup
first box:
HTML Code:
<img src="images/ef.png">&nbsp;<span class='ecmem'><span style='color:#E1E1E1;'>
second box:
HTML Code:
</span></span>
then i have this in additional.css

HTML Code:
.admin {
text-decoration:  none !important;
text-shadow:  0 0 0.5em red,  0 0 0.5em red,  0 0 0.5em red;
background:  url("http://i47.servimg.com/u/f47/17/17/22/24/fire_o10.gif");
font-weight:bold;
}
Reply With Quote
  #41  
Old 08-15-2012, 07:32 AM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is my css code, Just make sure to change the "RED" field for your image! The image beside your username!


First Field (Left)

<span class="administrator"><img src="images/YOURIMAGE.png" alt="Administrator" border="0"/>


Second Field (Right)
</span>

CSS Code:
.admin {
color: #FF0000;
font-weight: bold;
text-shadow: 0px 0px 7px #FF0000;
}
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05951 seconds
  • Memory Usage 2,414KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_html
  • (1)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete