1 warpdog212 Mar 10, 2008 09:08
3 warpdog212 Mar 11, 2008 08:22
Thanks for the reply. I will work on it. I thought for sure I had downloaded and installed ver 2.4. I am experimenting to an extent but am really just wanting to add a few comsmetic touches and move on. I did notice that when I installed I did not have a "blog" folder. All was installed at the root of the web server so folders like "skins" and others are right under the public/html folder. Is that ok? Should I re-install? Much thanks again!
4 afwas Mar 11, 2008 14:39
Hi warpdog212,
You can have the blog in the root. If you want it in a folder, like /blog/, then you move all B2evo related folders and files form the root to that folder and then change $baseurl in /blogs/conf/_basic_config.php
Good luck
Hi warpdog22,
Welcome to the forums.
You are currently on the "custom" skin. This means that you want to edit the files in the /skins/custom/ folder. You work on the file style.css mainly. Adding or removing elements can be done in the index.main.php file.
Currently there is an error on the blog. The ?> is a closing tag statement for a php statement. I think it's a left over from you removing the dat. It's probably the ?> that's half way the code you posted.
You can change the header in style.css. If you have an image of correct size (740px wide ??px high) you can use it in the div.pageheader. Furthermore you can choose if you want the text generated by the blog or not. To disable the text, put a statement like:
in div.pageheader h1
You can do something similar with the post titles.
Do ask if you have subsequent questions.
Good luck
What version of B2evo are you using? I saw an 1.10 when the blog was up, but you are talking about a 2.4. Are you still experimenting?