Recent Topics

1 Aug 12, 2005 18:57    

first of all im new to b2e blog and never work on a blog before...

if these questions already been answered somewhere then please reply with a link... it save me the trouble and time to search for it.

questions:

1. after i customize the template, how do i save the style i just made to my desktop? basically how do i export my custom style? so i can use it on my other blog in another server...

2. how do i edit a certain skin/style?

3. i've downloaded a skin. how do i add them in?

4. after i customize the template, how do i make it back to defualt?
like say if i messed up how do i make it back to normal?

2 Aug 12, 2005 19:14

To get your feet wet it's probably best to copy the directory /skins/custom/ to a new directory called /skins/WHATEVERNAME then you can edit the _main.php and styles.css files to mess with the content/styles.

By doing this you won't mess with your original skin that you're altering. To add your new skin to your site just upload your /skins/WHATEVERNAME directory to your site and it will automatically appear in your skin choices.

If the custom skin isn't what you want to start off with you can edit any of the skins by editing the _main.php file and the .css file in the skins' directory. But as I said, it might be wiser to make a copy of it under a different name and then you won't lose the original.

Hope that helps.

3 Aug 25, 2005 18:08

Okay - I'm fully aware that this is a panicked-newbie-I'm-so-overwhelmed-so-I'm-not-getting-it-question... but here it goes...

In doing all these copying and renaming stuff, are you supposed to be doing this through a FTP program? I don't see anywhere you can do it from inside the admin console... Thanks!

4 Aug 25, 2005 18:39

Yeah - FTP the finished product to your server space.

BTW you could copy the custom skin and call it 'custom-original' then use the template tab in the back office to edit the custom skin, but it's so much easier and betterer to use a smart editor on your PC.

5 Aug 25, 2005 19:35

Thanks EdB for getting back to me on this... 2 more "b2ev questions for dummies" comin' atcha...

1) smart editor - what is this? usually when I build pages, I just use notepad. I've never been a huge fan of wysiwyg editors, but will use them if necessary...

2) how do I change the chmod settings so I can edit the css pages? I tried doing it from the back office, and I saw all these messages saying that the chmod settings had to be changed before I could do it...

Many, many thanks! Just a little nervous getting started...

6 Aug 25, 2005 22:04

WYSISYG isn't what I meant. HTML-Kit, among others, will highlight code in different ways so's you see what you are dealing with. Notepad works I guess. As for chmod'ing, that you do at your host. Google it or search these forums for details. I've never used the Template tab for editing anything.

7 Aug 25, 2005 22:18

EdB wrote:

As for chmod'ing, that you do at your host. Google it or search these forums for details. I've never used the Template tab for editing anything.

So, just to make sure I'm on the right path, do you change the file, and upload to replace the one that was there? Sorry for these dumb questions... now that I'm playing with it, I see where it's going...

8 Aug 25, 2005 22:32

chmod'ing is not an internal change to a file, it's most easily done probably through your ftp program (works on mine). I can just right click on the file I want to change permissions for (already on the server) and one of the options is chmod or permissions.

9 Aug 25, 2005 22:45

Nate wrote:

chmod'ing is not an internal change to a file, it's most easily done probably through your ftp program (works on mine)...

Oh yeah! See what happens when I type fast? I reckon any FTP program worth half a buck can chmod programs. It is typically not required if you are editing files locally and uploading them, but it is required if you want to use the Template tab in the back office.

10 Aug 25, 2005 23:19

But I agree with EdB that it's easier to edit your css or _main.php files locally and upload them to the server than to mess with the backoffice templates. It's more flexible at least.

And if you're super adventurous it's even more interesting to setup b2e to run locally on your computer (xampp is an awesome place to get started with setting up a local webserver: http://www.apachefriends.org/en/xampp.html). Then you can make changes on your computer and instantly see how it will affect your website without actually ftp'ing anything at all.

11 Aug 26, 2005 03:24

Thanks guys! I've been playing around, and just uploading, and you are right - that seems to work much better. Also found the chmod option, although now I don't think I'll use it...

I'm seriously considering playing around with installing it locally Nate... sounds like a ton of fun.

Once again, many thanks! You guys rock!


Form is loading...