I’ve just updated my blog.
Went from b2evolution to wordpress
Had some problem getting add media bar in admin to work and there was no reel good way to swap, hope I havn’t missed some posts and links. If you notice anything please tell me.
When I get some time I will update so it looks a little better.
If anyone has any good plugin pointers please let me know, cool features or embeding flash, galleries e.g.
Life
blog, wordpress
Tried to look at AMFPHP and by doing that I need to learn some basics in PHP. So with that I did a little image header swap for my blog. Did 4 small images.
The PHP looks like this.
// Change this to the total number of images in the folder
$total = "4";
// Change to the type of files to use eg. .jpg or .gif
$file_type = ".jpg";
// Change to the location of the folder containing the images
$image_folder = "images";
// You do not need to edit below this line
$start = "1";
$random = mt_rand($start, $total);
$image_name = $random . $file_type;
echo "<div id=\"header\" style=\"background-image: URL($image_folder/header-bg$image_name);background-repeat:no-repeat\">";
Life
blog, header, image, php, random
Just had some time over and installed b2evolution.
So now it’s just to keep this baby updated.
Will as well look over the art, having some trouble getting the skins working.
Interested? Look at their site: http://b2evolution.net/
Life
b2evolution, blog