Visualizzazione Stampabile
 
	- 
	
	
	
		
Prima configurazione
	
	
		salve a tutti
sono, evidentemente, nuova di VBulletin e ho preso la versione 4.0 Gold
Nelle istruzioni di installazione c'è riportato di modificare il file config.php con i parametri che richiede, ma è tutto 
in inglese e perdipiù ci sono termini che non conosco oltre a non riuscire a capire esattamente dove scrivere le modifiche
se dentro le parentesi ecc.
So di essere pollastrella fresca :-( ma vi chiedo una mano perchè non ne esco da sola.
Sono pratica (abbastanza) di Joomla, ma non serve modificare a mano nulla, fa tutto da solo inserendo in installazione il nome server e user e pas... ma qui...
Grazie dell'aiuto che vorrete darmi... se serve vi allego il php e quel che serve
PS perchè qui a destra non vedo gli smileys?
Nicole ;)
	 
 - 
	
	
	
	
		allega solo il file "config.php.new(credo sia ancora cosi' altrimenti solo config.php)che si trova nella cartella includes  qualcuno ti dara' indicazioni precise sul come modificarlo
	 
 - 
	
	
	
	
		Cambia questi parametri:
	Codice PHP:
	
$config['Database']['dbtype'] = 'mysql';
    //    ****** DATABASE NAME ******
    //    This is the name of the database where your vBulletin will be located.
    //    This must be created by your webhost.
$config['Database']['dbname'] = 'Nome del database''; 
 
	Codice PHP:
	
$config['MasterServer']['servername'] = [COLOR="Red"]'[COLOR="Red"]localhost o altro nome(informati)[/COLOR]'[/COLOR];
$config['MasterServer']['port'] = 3306;
    //    ****** MASTER DATABASE USERNAME & PASSWORD ******
    //    This is the username and password you use to access MySQL.
    //    These must be obtained through your webhost.
$config['MasterServer']['username'] = [COLOR="Red"]'nome utente del tuo database[/COLOR]';
$config['MasterServer']['password'] = 'password del database'; 
 
	 
 - 
	
	
		
Allegati: 1
	
	
	
		wow, grazie ragazzi... gentilissimi...
domani in ufficio vedo se trovo le righe di codice e vi allego anche il php (l'ho già rinominato)...
Nicole
Ripeto il ps: a destra mentre scrivo non ci sono gli smileys... è anormale o il vBulletin funziona così? Grazie
EDIT 02.02.10 : ho allegato il php in formato zip 
Nicole
	 
 - 
	
	
	
	
		$config['Database']['dbname'] = 'forum';--->es. nicole_forumnome del tua database
	//	****** TABLE PREFIX ******
	//	Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
	//	****** TECHNICAL EMAIL ADDRESS ******
	//	If any database errors occur, they will be emailed to the address specified here.
	//	Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'dbmaster@example.com';
	//	****** FORCE EMPTY SQL MODE ******
	// New versions of MySQL (4.1+) have introduced some behaviors that are
	// incompatible with vBulletin. Setting this value to "true" disables those
	// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = false;
	//	****** MASTER DATABASE SERVER NAME AND PORT ******
	//	This is the hostname or IP address and port of the database server.
	//	If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
	//	****** MASTER DATABASE USERNAME & PASSWORD ******
	//	This is the username and password you use to access MySQL.
	//	These must be obtained through your webhost.
$config['MasterServer']['username'] = 'root';es.nicole tua registrazione al db
$config['MasterServer']['password'] = '';123456            come sopra
	 
 - 
	
	
	
	
		perfetto... grazie intanto, sto procedendo...
Gentilmente, sto cercando di capire la sequenza esatta (ordine di importanza intendo o struttura ad albero che dir si voglia) di: contenuti, sezioni e categorie... mi date in'infarinata veloce per riuscire a metter su qualcosa?... 
Grazie mille 
Nicole