Visualizzazione risultati 1 fino 12 di 12

Discussione: Configurazione bbPress...help!!!

  1. #1
    Guest

    Post Configurazione bbPress...help!!!

    Ciao a tutti, volevo un aiuto per configurare il mio forum bbPress aiutatemi allora vi posto i dati
    Codice:
    <?php 
    
    // ** MySQL settings ** // 
    define('BBDB_NAME', 'db_name');      // The name of the database 
    define('BBDB_USER', 'db_user');     // Your MySQL username 
    define('BBDB_PASSWORD', 'db_password'); // ...and password 
    define('BBDB_HOST', 'db_host');    // 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 = ''; // 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   = '/forums';               // Example: '/forums/' 
    
    // What are you going to call me? 
    $bb->name   = 'Forum Name'; 
    
    // This must be set before running the install script. 
    $bb->admin_email = 'admin@forum.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', 'it_IT'); 
    
    // 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 = ''; // Example: '0123456789ab' 
    
    
    // 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 = 'wp_';  // WordPress table prefix.  Example: 'wp_'; 
    $bb->wp_home = '/site/';  // WordPress - Options->General: Blog address (URL) // No trailin'';  // WordPress - Options->General: WordPress address (URL) // No trailing slash. Example: 'http://example.com' 
    
    /* Stop editing */ 
    
    if ( !defined('BBPATH') ) 
       define('BBPATH', dirname(__FILE__) . '/' ); 
    require_once( BBPATH . 'bb-settings.php' ); 
    
    ?>
    Ekko I Dati:
    email admin: sims2@email.it
    url forum: http://sims2.provaider.it/site/forums
    url sito: http://sims2.provaider.it/site/
    io ho installato wordpress e quindi kome forum userò bbPress se mi aiutate .Grazie.Ciao Davide

  2. #2
    L'avatar di seneca
    seneca non è connesso Super Moderatore
    Data registrazione
    18-12-2004
    Residenza
    la Città Eterna
    Messaggi
    8,376

    Predefinito

    non ho capito qual è il problema, non riesci a compilare il file postato con i dati riportati sotto?


    -- Aut Roma Aut Nihil!

  3. #3
    Guest

    Predefinito

    si xkè mi da sempre qualkosa di sbaglaito xd...mi aiutate... x favore...
    es.clikko su registrati invece di andare su http://sito.com/site/forums/register.php mi va su http://sito.com/site/forums//site/forums/register.php o va su http://sito.com/site/ aiutatemi x favore :D

  4. #4
    L'avatar di seneca
    seneca non è connesso Super Moderatore
    Data registrazione
    18-12-2004
    Residenza
    la Città Eterna
    Messaggi
    8,376

    Predefinito

    Io li metterei cosi, anche se c'è quel problema del domain che non vorrebbe "/" aggiuntive. Se non funzionasse, prova a levare "/site" dal domain e aggiungilo nel path. Devi anche settare quelli di MySql.
    Codice PHP:
    <?php

    // ** MySQL settings ** //
    define('BBDB_NAME', 'db_name'); // The name of the database
    define('BBDB_USER', 'db_user'); // Your MySQL username
    define('BBDB_PASSWORD', 'db_password'); // ...and password
    define('BBDB_HOST', 'db_host'); // 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://sims2.provaider.it/site'; // 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 = '/forums'; // Example: '/forums/'

    // What are you going to call me?
    $bb->name = 'Forum Name';

    // This must be set before running the install script.
    $bb->admin_email = 'sims2@email.it';

    // 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', 'it_IT');

    // 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 = ''; // Example: '0123456789ab'


    // 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 = 'wp_'; // WordPress table prefix. Example: 'wp_';
    $bb->wp_home = '/site/'; // WordPress - Options->General: Blog address (URL) // No trailin''; // WordPress - Options->General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'

    /* Stop editing */

    if ( !defined('BBPATH') )
    define('BBPATH', dirname(__FILE__) . '/' );
    require_once(
    BBPATH . 'bb-settings.php' );

    ?>
    Ultima modifica di seneca : 18-05-2007 alle ore 17.44.43


    -- Aut Roma Aut Nihil!

  5. #5
    Guest

    Post

    ok problema risolto ma quando vado x loggarmi come admin mi dice:
    Codice:
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/netsons.org/sims2/site/forums/config.php:61) in /var/www/netsons.org/sims2/site/forums/bb-includes/pluggable.php on line 37
    
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/netsons.org/sims2/site/forums/config.php:61) in /var/www/netsons.org/sims2/site/forums/bb-includes/pluggable.php on line 37
    
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/netsons.org/sims2/site/forums/config.php:61) in /var/www/netsons.org/sims2/site/forums/bb-includes/pluggable.php on line 166
    kosa vuol dire? :D

  6. #6
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Sembra che ci sia un errore nello script. Le modifiche dell'header devono essere fatto prima di qualsiasi output.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  7. #7
    Guest

    Predefinito

    non ho capito..kosa vuoi dire xd...scusami ma di php ne so poko xd :D

  8. #8
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Le righe che ti danno l'errore dovrebbe stare prima di quelle che scrivono il codice HTML.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  9. #9
    Guest

    Predefinito

    e quindi ...kosa devo fare? xd.. :D

  10. #10
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Dovresti mettere quelle righe di codice prima di quelle scrivono il codice HTML, ma, visto che non te ne intendi di PHP, ti conviene chiedere ai realizzatori del CMS.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

  11. #11
    Guest

    Predefinito

    e cioè inglesi..xkè bbpress è inglese xd...funcool mi aiuti x favore :D


    EDIT: ekko il kodice del file
    Codice:
    bb-login.php
    Codice:
    Codice:
    <?php
    require('./bb-load.php');
    
    $ref = wp_get_referer();
    
    if ( 0 === strpos($ref, bb_get_option( 'uri' )) ) {
    	$re = $_POST['re'] ? $_POST['re'] : $_GET['re'];
    	if ( 0 !== strpos($re, bb_get_option( 'uri' )) )
    		$re = $ref . $re;
    } else
    	$re = bb_get_option('uri');
    
    nocache_headers();
    
    if ( isset( $_REQUEST['logout'] ) ) {
    	bb_logout();
    	wp_redirect( $re );
    	exit;
    }
    
    if ( !bb_is_user_logged_in() && !$user = bb_login( @$_POST['user_login'], @$_POST['password'] ) ) {
    	$user_exists = bb_user_exists( @$_POST['user_login'] );
    	$user_login  = user_sanitize ( @$_POST['user_login'] );
    	$redirect_to = wp_specialchars( $re, 1 );
    	bb_load_template( 'login.php', array('re', 'user_exists', 'user_login', 'redirect_to', 'ref') );
    	exit;
    }
    
    wp_redirect( $re );
    ?>
    kosa devo fare?? help!!
    Ultima modifica di funcool : 29-05-2007 alle ore 10.42.06

  12. #12
    L'avatar di funcool
    funcool non è connesso Utente storico
    Data registrazione
    05-02-2004
    Residenza
    Qui... Non lì, qui!
    Messaggi
    15,433

    Predefinito

    Prova ad inserire subito dopo a "<?php":
    Codice PHP:
    error_reporting(0);
    P.S.: Non scrivere due messaggi consecutivi, utilizza il tasto Edita.
    Mattia vi manda a FunCool - Matriz - Directory Gogol - Sfondo rosso per la Birmania
    «Tu mi dai fastidio perché ti credi tanto un Dio!» «Bè, dovrò pur prendere un modello a cui ispirarmi, no?» Woody Allen

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •