Affezionato
Messaggi: 16
Iscritto il: gio ott 23, 2008 11:00 pm
Località: San Pier Niceto, Sicily, Italy
Conoscenze Informatiche: sviluppo in vb6 e vb.net, html, css Qualcosa di php, c#, js.
Re: BBpress dentro pagine wp
if (file_exists('../wp-config.php'){
include('../wp-config.php');
}
else {
include('../../wp-config.php');
}
// Change the prefix if you want to have multiple forums in a single database.
$table_prefix = 'bb_';
$bb->domain = 'http://sitochestofacendo.provider.net';
$bb->path = '/forum/';
$bb->name = 'Forum';
$bb->admin_email = 'emaildelsito@gmail.com';
$bb->mod_rewrite = false;
$bb->page_topics = 30;
// Number of minutes after posting a user can edit their post
$bb->edit_lock = 1;
$bb->gmt_offset = 0;
/* Stop editing */
define('BBPATH', dirname(__FILE__) . '/' );
require_once( BBPATH . 'bb-settings.php' );
Il sito sulla programmazione, sul web, sulla grafica, sui giochi e molto altro...
