Download mod phpbb2 => phpbb3

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Bigbang95

Re: Download mod phpbb2 => phpbb3

Beitrag von Bigbang95 »

yes I already did what you known as but that does not function. I empty the mask of the template, ftp and of my navigator…
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download mod phpbb2 => phpbb3

Beitrag von oxpus »

The images are there, but you must translate the language files into french and upload them in your language folders.
Otherweise you will not get the right contents...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Bigbang95

Re: Download mod phpbb2 => phpbb3

Beitrag von Bigbang95 »

but the files were translate into French and were upload on the ftp.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download mod phpbb2 => phpbb3

Beitrag von oxpus »

and were upload on the ftp.
Into the folder language/fr/mods?
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Bigbang95

Re: Download mod phpbb2 => phpbb3

Beitrag von Bigbang95 »

yes.

The problem occurs only with conversion, if I proceed to installation of the MOD, I do not encounter this problem…


screen of my ftp :
http://img143.imageshack.us/img143/338/pasdenombs1.jpg
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download mod phpbb2 => phpbb3

Beitrag von oxpus »

Hm, strange.
Please attach your translated files to test them out...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Bigbang95

Re: Download mod phpbb2 => phpbb3

Beitrag von Bigbang95 »

The translation of the file dl_help.php is made partially but that do not should pose problem logically. The problem to meet do not come from the translation but from the script of conversion which does not proceed to installation of the files of language…

Only your MOD poses problem after conversion
Dateianhänge
fr.rar
(20.57 KiB) 219-mal heruntergeladen
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download mod phpbb2 => phpbb3

Beitrag von oxpus »

Only your MOD poses problem after conversion
After which convertion? The board or mod?
The MOD Installation Script will only convert the table contents, NOT the language files itselfs.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Download mod phpbb2 => phpbb3

Beitrag von oxpus »

Hm, the language files are correct.
Do you have mod the file includes/session.php, too?

Code: Alles auswählen

#
#-----[ OPEN ]--------------------------------------------------
#
includes/session.php

#
#-----[ FIND ]------------------------------------------
#
		$this->add_lang($lang_set);
		unset($lang_set);

#
#-----[ AFTER, ADD ]--------------------------------------------------
#
		// Download MOD 6
		$this->add_lang('mods/downloads');
		// Download MOD 6
This will add the language files from the Download MOD to the user profile...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Bigbang95

Re: Download mod phpbb2 => phpbb3

Beitrag von Bigbang95 »

yes :

Code: Alles auswählen

		// We include common language file here to not load it every time a custom language file is included
		$lang = &$this->lang;

		if ((@include $this->lang_path . "common.$phpEx") === false)
		{
			die('Language file ' . $this->lang_name . "/common.$phpEx" . " couldn't be opened.");
		}

		$this->add_lang($lang_set);
		unset($lang_set);

		// Download MOD 6
		$this->add_lang('mods/downloads');
		// Download MOD 6
		if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
		{
			global $SID, $_EXTRA_URL;

			$style = request_var('style', 0);
			$SID .= '&style=' . $style;
			$_EXTRA_URL = array('style=' . $style);
		}
:(
Antworten