| |||||||
This is a discussion on vBulletin 4.0 question within the vBulletin section, part of the Internet Forum Softwares category; i think this is a simple question. I have currently 3.8.4 vbulletin. If I switch to vbulletin 4.0, DO I ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
i think this is a simple question. I have currently 3.8.4 vbulletin. If I switch to vbulletin 4.0, DO I HAVE TO REDESIGN my FORUM?? AM I GOING TO DELETE EVERYTHING? from my LOGO to FORUM LAYOUT to ADVERTISEMENT PLACEMENTS? Will Shifting to vbulletin 4.0 be just like (for example) upgrading from 3.8.4 PL1 to 3.8.4 PL2? Just download the files then upload to my public html through FTP, and replace everything, and the "Look" of my forum will stay the same. Does it work like that? |
|
#2
| ||||
| ||||
|
In short, Yes, you'll have to work on your CUSTOM DESIGN from scratch if you upgrade to vb4 from 3.8.4. All your custom templates have to be rewritten from scratch in the all-new CSS style. And all your mods/addons needs to be updated too.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#3
| ||||
| ||||
|
aaww. that ****s. ![]() got no time to be "re-making" my forum again. whew. maybe webwizzy if you convert your forums to 4.0, i'll think about converting mine. haha. your "follower" here. |
|
#4
| ||||
| ||||
|
lol yeah, I got no time right now. I guess by the time I'll be free, vb5 will be out.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#5
| ||||
| ||||
|
hey webwizzy,my idol. may i ask a few of your tricks. ![]() i already installed this mod from vbulletin.org http://www.vbulletin.org/forum/showt...t=color+scheme you also have this mod. ![]() i was wondering, how in the world did you edit the mod, so that even the header, change color as i select a color of my choice in your "try another color scheme" scheme. ![]() and how did you do your navbar? its BEAUTIFUL!!!! |
|
#6
| ||||
| ||||
|
At first, NO I am not using that mod. ![]() The author of that mod is an old member of this site (now banned), and he copied a lot of stuff from here. Worse thing he did was to publish MY mod under his name. WTF! Then later I remade this mod from beginning. You'll notice that I am not even using colorchooser.js anymore.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#7
| ||||
| ||||
|
wow, that S*cks. well anyway, looking at the bright side, "Imitation is one of the biggest form of flattery" ![]() and uhm, no, i didn't notice that you're not using colorchooser.js , because, uhm, I don't know where to find that., ![]() ohh, i'm such a noob. ![]() what can i do then to my problem? how can i also make the header choose its color? |
|
#8
| ||||
| ||||
|
You need to have your header code wrapped within a DIV, like <div id="header"> and then have the header class change its background color in respective CSS files.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#9
| ||||
| ||||
|
whew, let's see if i can pull this off. |
|
#10
| ||||
| ||||
|
hey, i'm lost. so lost. where will i insert the div command on my header? or how will i wrap my header with a DIV? and what line will i insert in the colorchooser code. CSS Code:
What i added in the header:
|
|
#11
| ||||
| ||||
|
hey, i'm lost. so lost. where will i insert the div command on my header? or how will i wrap my header with a DIV? and what line will i insert in the colorchooser code. CSS Code:
What i added in the header:
and how can i include the color of the background in the colorchooser, just like in vbulletin.org thank=s. |
|
#12
| ||||
| ||||
|
i think i'm getting a hold of this. i just don't know how to wrap the header with a DIV. ![]() in css, .tcat and .vbmenucontrol change color. i was looking at your vBulletin Variables List and there was no ".header" or ".background" in the list. how can i make that? so i can add it to the css file for color chooser. |
|
#13
| ||||
| ||||
|
This is the header code I am talking about which has to wrapped within a div. Code: <div id="header"> <table border="0" width="96%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><h1><a href="/">TECH6.0</a></h1></td> <td align="right" id="header_right_cell"> </td> </tr> </table> </div> HTML Code: #header {
background: #FF9900;
}
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#14
| ||||
| ||||
|
huhu. didn't work for me. i followed your way very carefully. still, a fail. ![]() |
|
#15
| ||||
| ||||
|
when i did what you said webwizzy, the background changes, not the header. background of the whole page. why oh why? |
|
#16
| ||||
| ||||
|
you can close this thread now. I've done it!!!! |
|
#17
| ||||
| ||||
|
Congrats!
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |