Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Dropdown menu listing & Integration with WordPress?


worrypascanada
Member

@worrypascanada

I beleive you… Don’t worry, I don’t blame your article. It’s very well written; no joking :).

Thanks for your support. By the way, nice to meet you.

Hope you can help.

Here is my config.php:

define(‘BBDB_NAME’, ‘per my WordPress wp-config.php’); // The name of the database

define(‘BBDB_USER’, ‘per my WordPress wp-config.php’); // Your MySQL username

define(‘BBDB_PASSWORD’, ‘per my WordPress wp-config.php’); // …and password

define(‘BBDB_HOST’, ‘ localhost’); // 99% chance you won’t need to change this value

$bb_table_prefix = ‘bb_’; // I chose that my bbPress prefix start with bb_.

$bb->domain = ‘www.patrimoineacadien.com’; // Not sure which domain to choose here? http://www.patrimoineacadien.com is my WordPress domain.

$bb->path = ‘/bbpress/’; // My bbPress folder is title bbpress as shown in this FTP path: (/public_html/blogue/bbPress). My WordPress folder is title blogue as shown in this FTP path: (/public_html/blogue/bbPress).

$bb->name = ‘Babillard PatrimoineAcadien.com’;

$bb->admin_email = ‘** MODERATED**’;

$bb->mod_rewrite = false;

$bb->page_topics = 30;

$bb->edit_lock = 60;

$bb->gmt_offset = -4; (Eastern Daytime)

define(‘BBLANG’, ‘fr_FR’);

$bb->akismet_key = ** MODERATED**;

$bb->wp_table_prefix = ** MODERATED**; // I’m sure about my WordPress database prefix!

$bb->wp_home = http://patrimoineacadien.com; // WordPress – Options->General: Blog address (URL) // No trailing slash

$bb->wp_siteurl = http://patrimoineacadien.com; // WordPress – Options->General: WordPress address (URL) // No trailing slash

When I add wp_home & wp_siteur1 URL as http://patrimoineacadien.com , I get the following error: Parse error: syntax error, unexpected ‘:’ in /home/patrimoi/public_html/blogue/bbpress/config.php on line 53 at http://patrimoineacadien.com/bbpress/bb-admin/install.php?step=1 . I retrieve this URL http://patrimoineacadien.com under my WordPress Options General.

Skip to toolbar