Hey admins, I'm a noob to your site and I just have a few questions regarding a few things. Firstly, our guild currently has a website (which I am the creator of) but it does not offer all of the "sweet uber stuff" that you guys do, so we decided to go ahead and buy a dkp slot. Now, I was looking at some of the featured sites, and I am just wondering how they are able to completely re-vamp the entire code. I saw under the admin tab about downloading the template and menu stuff, but for some reason I am unable to do so. Also, I use Adobe Dreamweaver CS3. If and when I can get the full code, will I be able to use it with said program? Any help would be great, thanks!
Where you need to start is this:
Admin > Layout > Advanced Layout OptionsOn that page is a link that says
Generate Layout and Menu Files. Clicking that link will generate the layout.html and menu.html files. After you have done that you need to download the files. To do that right click on the links that says
Current Layout File then click save link as and save it to your local computer as layout.html in whatever folder you want to work with. Also you need to do the same thing for the
Current Menu File if you want to do any customization of how the menus look.
If you want to edit CSS properties I would suggest you click the link
Edit your CSS File on the same page you download the layout files from. This takes you to a css editor of sorts. Is more like just an edit box but contains the full css code. If you are going to be doing a lot of work on it I would suggest you copy all the text into a text editor on your machine and save it as a .css file. The only catch if you do that is that you will have to change the name on your layout.html file for the refering css file.
I don't see any reason why the dreamweaver editor you are using wouldn't work but Chops has always cautioned people that use those. They add a lot of extra code that may not be neccessary to work and may interfere with what you are doing with your site. I would also suggest you read the tutorials about how to customize your site. The contain useful information about the embeded tags that are specifc to DKPSystem.com sites and allow you to correctly display things like the calender, page titles, and forum edit options. Leaving these out will often cause issues that a quick question on these forums can solve.