Aeterno
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Saving wp_config changes HELPnope, you’re all sorted! Well done! I remember my first wp install, before the 5minute installer!
Forum: Installing WordPress
In reply to: Saving wp_config changes HELPcreate a new file called index.php and place it where the current index.html file is. Delete the .html file and place the code given to you previously into the index.php file. You will end up with:
clipart
myphp
wordpress
index.phpForum: Installing WordPress
In reply to: Upgrade error, need help.if you’re still having problems disable all your plugins from phpMyAdmin, there could be a possibility of them trying to call a removed function
Forum: Installing WordPress
In reply to: Upgrade error, need help.have you tried to run upgrade.php?
Forum: Themes and Templates
In reply to: Theme Problems!I’ve had to compromise, it’d take a re-write of the theme to use div tags for the layout. looks like it’d be easier to make the forum white to the bottom!
Forum: Themes and Templates
In reply to: Theme Problems!since tried setting the same bg.gif image as background on the footer div – to no avail!
Forum: Themes and Templates
In reply to: Talian Header ImageEdit: Shadow’s solution is more accurate – I haven’t looked at the theme.
Forum: Installing WordPress
In reply to: Upgrade error, need help.If that fails, re-download and re-upload again. and if THAT doesn’t work, cry lol! Or ask again and someone’ll take a look at it I’m sure!
Forum: Installing WordPress
In reply to: Upgrade error, need help.try re-uploading everything, keeping your .htaccess, config, data (uploads) and plugin/theme files safe.
Forum: Fixing WordPress
In reply to: How do I customize the icon next to my URLplace it into Header.php, after creating your xxx.ico file (it HAS to be a .ico file) place it in the root directory or amend the line to
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />and place it into the /images/ folder.Forum: Themes and Templates
In reply to: Theme Problems!Help!! I’m really quite stuck with this, all I’ve found out is that the bbPress theme is div. based for the white “container” and that the WordPress theme uses the “body” html tag for the white container, I’ve tried wrapping a div around the area I want white but it creates a small white box at the top of the page and nothing more! It’s very frustrating! I’m not a themer I’m a hardware/management orientated person! Please theme guru’s lend a hand!
Forum: Fixing WordPress
In reply to: using wordpress in an already made layout/site..?What you want to do then is to have wordpress running as a separate application in a frame?