1. Extract ZIP folder.
2. Upload folder found within Upload folder into your forum images directory (eg for Chestnut, upload the chestnut folder into your vBulletin 3.6 images folder).
3. Log into your admin control panel.
4. Choose Styles -> Download/Upload Styles
5. Under Import Style XML File, click on "Browse..."
6. Find the Upload folder (from the ZIP you downloaded). Select the file the file that ends with .xml (there should be only one file).
Include file .xml for vB3.6, vB3.6.1, vB3.6.2,vB3.6.3 and vB3.6.4
Include .psd files
Style extensible
Screen in french, but buttons english in .zip files
when I installed it, the lay out is all tweaked. Everything (like the buttons, posts in thread and new topics) all sit to the left and the right side of the forum is blank. also the category bars are gone. Its all white and the forum looks all mixed together.
The navbar buttons are added in header for this style though. I honestly haven't got a clue where I'd even put your code at..
Then the rollover, I already have the buttons made and the ajax stuff in place. But the closest I've managed to get to adding a 2nd dropdown menu is just copying the quick links code
This is what the code for quick links is (i already have the buttons made and in place so that all works. it's just getting this to work with the mod)
The navbar buttons are added in header for this style though. I honestly haven't got a clue where I'd even put your code at..
Then the rollover, I already have the buttons made and the ajax stuff in place. But the closest I've managed to get to adding a 2nd dropdown menu is just copying the quick links code
ahh, i was thinking you might be using the default navbar. if you do want that navbar back, just revert your navbar template. if you want to create the new buttons along the top like in this style, you're gonna have to edit them for each link you want.
I think I'm getting somewhere... Even if I'm just making a big mess.
The attached image is what I've gotten so far. The Mall button is the button I made for it. So now, I guess how do I get the style's navbutton to work and hide the one the mod displays?
I think I'm getting somewhere... Even if I'm just making a big mess.
The attached image is what I've gotten so far. The Mall button is the button I made for it. So now, I guess how do I get the style's navbutton to work and hide the one the mod displays?
The template warning in my acp drove me crazy, but you can get rid of the notices without reverting. Just go open the templates it's telling you are out of date and save them without making changes
That works. Although you should keep this in mind in the future should vb add something to a template that's needed for future functionality. I do know that with 3.6.6 they've added a bunch of template hooks to the templates.
I just manually went through comparing templates and adding the stuff for this style into each template. It's a long arduous process but worth it in the long run.