phpBB QuickInstall for phpBB 3.0.x

Tools by the phpBBModders team and Community contributed tools.
Forum rules
Only post tools related to modding in here, simple.
lefty74
New member
New member
Posts: 36
Joined: 16 Nov 2006, 07:31
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by lefty74 »

Thanks for the update. This is still one of the best tools I know of, it makes life so much easier.

:beer:
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

Hmmm...

I still think 1.0.7 was for 3.0.1, one sec, I'll pull some data...

Show Hide | Select all
<div id="page-footer">
Powered by <a href="http://phpbbmodders.net/goto/quickinstall_3.0.x">phpBB QuickInstall</a> {QI_VERSION} for phpBB 3.0.x &copy; 2007, 2008 Igor &quot;eviL3&quot; Wiedler
<br />Powered by phpBB {PHPBB_VERSION} &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>


Aaand...final proof:

Taken from qi_config.php
Show Hide | Select all
/**
* do not modify this line!
*/
'qi_version' => '1.0.7',

/**
* this is for lazy me who forgets to change it in the footer
*/
'phpbb_version' => '3.0.1',


You updated it twice for 3.0.1... :lol: You've been drinking too much again, Igor. :P
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

Hmm it wasn't in the log. Oh well :P


And NO, i havn't been drinking! :lemonlime:
NanoTic

Re: phpBB QuickInstall for phpBB 3.0.x

Post by NanoTic »

It Installed Successfuly

Good Job evil<3
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

eviL<3 wrote:And NO, i havn't been drinking! :lemonlime:


LIES! Then why do you have a beer blog, eh?
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by harmlessgoat22 »

For somewhere to talk when he IS drunk...just because he wasn't drinking when he wrote that post doesn't mean he doesn't drink...in extensive quantities :beer:
Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

harmlessgoat22 wrote:For somewhere to talk when he IS drunk...just because he wasn't drinking when he wrote that post doesn't mean he doesn't drink...in extensive quantities :beer:


But, I heard him making that post...

Don't you see the slurring?

eviL<3 hadn't wrote:Hmm it washin't in da log. Oh well :P


And NO, i haveen't been drink-shing! :lemonlime: *staggers around mumbling*
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by harmlessgoat22 »

Yes, now that you mention it, I do see the slurring.
Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

Released 1.0.9, which is updated for phpBB 3.0.2. :)
plasma
New member
New member
Posts: 5
Joined: 29 Jul 2008, 21:47
Real name: Eric

Re: phpBB QuickInstall for phpBB 3.0.x

Post by plasma »

Hi Evil,
I made a French translation of your script, however I still have a problem with this part includes/ qi_config

Code: Select all

   'site_name'         => 'Forum de test',
   'site_desc'         => 'Forum de test de Mods',

your script doesn't create those names in French, it's still the default ones :'(
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

What excactly is the problem? You edited qi_config but it's not showing up?
Elglobo
Past Contributor
Past Contributor
Posts: 119
Joined: 15 Jul 2008, 19:42

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Elglobo »

In my case, the script use language variable defined in /language/{QI_LANG}/install.php:

Code: Select all

   'CONFIG_SITE_DESC'            => 'Description de votre forum',
   'CONFIG_SITENAME'            => 'votredomaine.com',


So variables in qi_config.php seem to be ignored ...
phpBB-Services.com: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

Myff.fr - My First forum, créer votre forum phpBB3 facilement !
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

Yes they are ignored, because it's supposed to be set by the admin, not by the language.
Elglobo
Past Contributor
Past Contributor
Posts: 119
Joined: 15 Jul 2008, 19:42

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Elglobo »

Evil,

Indeed, 'site_name' & 'site_desc' variable in includes/qi_config.php aren't used by the script.
The new board is created with 'site_name' & 'site_desc' défined in my french language pack.
Is it normal ? If yes what is the interest of this variables in config file ?

----- ----- ----- ----- ----- -----

As I already said you by PM, it would be interesting that the script support multi language.
First of all, adding a dropdown for selecting the language available.

In the beginning, I thought that it would be better to create a config file for variables wich differ according to the language , to put this variables actually in includes/qi_config in a specific language file.

There were only this variables concerned by this idea:

Code: Select all

   'site_name'         => 'Testing Board',
   'site_desc'         => 'eviLs testing hood',
   'default_lang'      => 'en',

Finally, I think that the two first variables (site_name & site_desc) are useless, because they are already defined in any language package, and the third can become also useless with the dropdown.

So, if we add a dropdown list for selecting the language, and we remove this variables, this script could be support multi language easily.

What do you think ?
phpBB-Services.com: L'hébergement et l'assistance de votre forum phpBB en toute tranquillité.

Myff.fr - My First forum, créer votre forum phpBB3 facilement !
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

Hi,

I don't think you quite get my point. I added the variables to qi_config.php for a reason, and that is to allow the user to customise his default values. Not to limit translation. One of the language files is taken directly from phpBB.

However, it seems you are correct that they are not used at all, so i might consider removing them alltogether.

And yes, i will consider adding a language dropdown. This is the first time somebody's translated this, so thanks for going through that with me. :)
Post Reply