Forum Replies Created
-
In reply to: IE 6 breaking tables.
That worked. Thanks.
In reply to: Hidden forums?Just tested it, and it works.
In reply to: Error when deleting entire topic…Here is config.php:
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘*********’); // The name of the database
define(‘BBDB_USER’, ‘********’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘*********’); // …and password
define(‘BBDB_HOST’, ‘**********’); // 99% chance you won’t need to change these last few
define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old bb-config.php does
define(‘BBDB_COLLATE’, ”);
define(‘BB_LANG’, ”); // not have these two contstants in them, DO NOT define them
// If you are installing for the first time, leave them here
// Change BB_SECRET_KEY to a unique phrase. You won’t have to remember it later,
// so make it long and complicated. You can visit https://www.grc.com/passwords.htm
// to get a phrase generated for you, or just make something up.
// If you are integrating logins with WordPress, you will need to match the value
// of the “SECRET_KEY” in the WordPress file wp-config.php
define(‘BB_SECRET_KEY’, ”); // Change this to a unique phrase.
// If you are running multiple bbPress installations in a single database,
// you will probably want to change this.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BB_LANG to ‘de’
// to enable German language support.
define(‘BB_LANG’, ”);
/* Stop editing */
if ( !defined(‘BB_PATH’) )
define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );
require_once( BB_PATH . ‘bb-settings.php’ );
?>
Yes, I use PHPMyAdmin…
I’m also still getting this problem…
In reply to: Error when deleting entire topic…If anyone can help, here is my forum.
In reply to: Error when deleting entire topic…I have the latest MySQL, or, my host company, at least, does. They’re very good that way. I’ve tried the above fixes, and nothing works. I’ve adjusted nothing in my config file.
Also, I’m not Swedish, so I’m not sure why anything needs to be Swedish…
In reply to: IE: error on page.Sorry, here it is.
I think it’s in topic.php…
In reply to: IE: error on page.In fact, the error is also in Firefox. I’ve just noticed now. The CSS definitely messes up, for some reason. But only when I’m logged in. It works perfectly when I’m logged out.
In reply to: Working as a Page in my theme.Fatal error: Call to undefined function: bloginfo() in /usr/www/users/trashm/wp-content/themes/comicpress/header.php on line 22
What is this? I get it when I go to my forums page in the URL.
In reply to: Working as a Page in my theme.Thanks, but I don’t understand what you’re saying
Can you try say it again, simpler? I don’t understand #2 onwards…