Search Results for '\"wordpress\"'
-
Search Results
-
Fatal error: Call to undefined function: _e() in /home/virtual/site122/fst/var/www/html/bbpress/bb-admin/install.php on line 17
Here’s my config:
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘edited’); // The name of the database
define(‘BBDB_USER’, ‘out’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘ok’); // …and password
define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ‘http://www.cjgavin.com’; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/bbpress/’; // Example: ‘/forums/’
// What are you going to call me?
$bb->name = ‘CJGAVIN.com’;
// This must be set before running the install script.
$bb->admin_email = ‘edited@out.com’;
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = 0;
// 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 BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = false;
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave the rest as it is.
// $bb->wp_table_prefix = false; // WordPress table prefix. Example: ‘wp_’;
// $bb->wp_home = ‘http://www.cjgavin.com’; // WordPress – Options->General: Blog address (URL) // No trailing slash
// $bb->wp_siteurl = ‘http://www.cjgavin.com’; // WordPress – Options->General: WordPress address (URL) // No trailing slash
/* Stop editing */
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
I get this error even if I dont comment out the wp integration stuff.
I have no idea why, I have checked to make sure the permissions are correct.
It isnt working and I dont know why – more worrying – I can’t find anyone else who’s experienced this issue.
Topic: Theme – Bloody Gray
This is a wordpress/bbpress integrated theme. This theme will work only when you have integrated wordpress and bbpress. for details visit
http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/
Screenshots
http://www.adityanaik.com/projects/themes/bloody-gray-theme/#bbpress-ss
download the bbpress theme from here
http://www.adityanaik.com/download/bb-my-template.zip
download the wordpress theme here
http://www.adityanaik.com/projects/themes/bloody-gray-theme/
Note: the header in wordpress will need to be changed to add link to forum
BBPress and WordPress = same creators … so a simple question : why, during the install, would be not possible to have 2 buttons radios with …
Option One : create a new DB users
Option Two : use the actual WP DB users
?!
Topic: bbPress PDA Edition Plugin
I have been using Alex King’s Mobile edition for WordPress for quite some time and love it! I was wondering if someone would like to look at the plugin and see how it could work with bbPress. It seems pretty straight forward.
http://alexking.org/projects/wordpress/plugins/wp-mobile.zip
Another plugin called WordPress PDA is similar and might be easy as well.
Interesting stuff! Any takers?
Trent
I have set up a web site integrating WordPress and bbPress.
Integration seems to be working – we have added a link back to the wordpress pages.
What I am noticing is when we link (htttp://www.koma-inu.org/bbpress) in from wordpress to bbpress, even though I am logged in, the front page displays the user name password and login windows. When I click on a topic or forum link, the header displays that I am properly logged in with a welcome message. Is there a way of adding a check to the front page to see that I am logged in already, right from the beginning?
I’ve installed bbpress 0.73 and i integrate it with wordpress also in styles.
I add <?php require_once(‘/Path to wordpress/wp-blog-header.php’) ?> for use “get_header”, or “get_footer” in bbpress templates.
Now i discover that it’s incompatible with BBLANG because if i try to set it on it_IT (my language) i get this error Fatal error: Cannot redeclare class streamreader in /…./forum/bb-includes/streams.php on line 26
Anyway if i remove the first lines i added in config.php the language work correctly but i cannot use “get_header” “get_footer” in bbress template.
Anyone can help me ?
Topic: Lyceum
I was considering using Lyceum instead of wordpress-mu… would the integration with bbPress still be possible and *easy*?
-Thanks
-BHensley.com
-Bakedlog.com
I’ve installed bbpress with wordpress integration, the database integration works correctly thanks your guide. But… when i try to see my posts i have this error:
(
Parse error: syntax error, unexpected $end in /home/mhd-01/www.alessandropagano.net/htdocs/blog/wp-includes/gettext.php(307) : eval()’d code on line 1
1 post)
you can try to show this at http://www.alessandropagano.net/blog/forum/
I’ve heard that this could be related with language settings… but my config.php have the default setting (define(‘BBLANG’, ”)

Thanks in advance, i hope to hear you soon!
Topic: Unclosed HTML tags
I’ve got a new installation of bbPress which is integrated into a mammoth WordPress site and I’m quite pleased with the outcome. The only real roadblock I’ve hit cropped up while testing.
If a user doesn’t close an HTML tag in their post, the formatting is carried through to the rest of the site (yikes!). As you can imagine, things can get ugly real quick when this happens. And it will happen, without a doubt.
Anyone aware of a fix for this? Did some searching and browsing but didn’t find any mention of this.
