Download mod phpbb2 => phpbb3

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
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 »

Okay, please attach all files you've changed for the Download MOD.
There must be an installation error which will block or do not load the language files.
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 »

no error by making the modified modifications but here files.


http://eric6779.free.fr/downloadmod.rar.


I don't understand anything any more, I do not encounter any more this problem: S
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 files are okay, but now on your testsite I can now see correct language entries on the Download MOD?!?!?
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 but the conversion of download MOD modifies all the base of data and with final, all my site is badly encoding…

eg :
*

Bienvenue à vous Alpha - Nous sommes le Vendredi - 27-06-2008

Nous sommes ce que nous faisons régulièrement.
could you make a fix please?


I made a point of specifying that this problem did not exist before the conversion of the MOD download Oxpus.
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 »

Sorry, I can't help here.
The Download MOD was build strictly UTF-8 encoded so all files uses UTF-8 charsets, too.
If I change the charset in my browser, I'll see alltimes wrong chars!
And the converting of the Download MOD data will NOT change anything on the board itself.
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 »

:( :x
Bigbang95

Re: Download mod phpbb2 => phpbb3

Beitrag von Bigbang95 »

Hey oxpus,


I translated your script but a problem :
Téléchargement! Aucune déduction du compte de l\'utilisateur.

How to remove it "/" for one does not see it on the downloads.php page ?

eg :
'DL_GREEN_EXPLAIN' => "Téléchargement! Aucune déduction du compte de l'utilisateur.",
'DL_GREY_EXPLAIN' => "Téléchargement! Aucune déduction du compte de l'utilisateur.",
'DL_GROUP_AUTO_TRAFFIC' => 'Trafic pour les groupes d'utilisateurs',
Isn't correct...

Thanks you
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 »

Try

Code: Alles auswählen

'DL_GREEN_EXPLAIN' => 'Téléchargement! Aucune déduction du compte de l\'utilisateur.',
'DL_GREY_EXPLAIN' => 'Téléchargement! Aucune déduction du compte de l\'utilisateur.',
'DL_GROUP_AUTO_TRAFFIC' => 'Trafic pour les groupes d'utilisateurs',
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 »

#
#-----[ OPEN ]------------------------------------------
#
language/en/help_faq.php or language/fr/help_faq.php

#
#-----[ FIND ]------------------------------------------
#
$help = array(

#
#-----[ BEFORE, ADD ]------------------------------------------
#
/*
* The following global is needed by Download MOD to display icons in the help texts
*/
global $user;

#
#-----[ FIND ]------------------------------------------
#
array(
0 => '--',
1 => 'phpBB 3 Issues'
),

#
#-----[ BEFORE, ADD ]------------------------------------------
#
array(
0 => '--',
1 => 'Downloads'
),
array(
0 => 'Where I can find the Downloads?',
1 => 'Links to the Downloads are located in the board navigation. Directlink: [<a href="' . append_sid("{$phpbb_root_path}downloads.$phpEx") . '">Downloads</a>]'
),
array(
0 => 'What means ' . $user->img('dl_blue') . '?',
1 => 'No download possible. The overall traffic set by the administration for each download or the displayed category is used for this month.'
),
array(
0 => 'What means ' . $user->img('dl_red') . '?',
1 => 'No download possible. This can be:<br />- The download is blocked by an Administrator.<br />- The user is not logged in but the download is only allowed to registered users.<br />- The user have not enough traffic to download this file.<br />- The Administrator has entered a minimum number ob posts, the user doesn\'t have.<br />- The traffic limit for this file is completely used.'
),
array(
0 => 'What means ' . $user->img('dl_grey') . '?',
1 => 'External Source. The download will be started by an external server. This will be handled as ' . $user->img('dl_green') . '. The usertraffic and overall traffic will not be decreased.'
),
array(
0 => 'What means ' . $user->img('dl_white') . '?',
1 => 'Like ' . $user->img('Dl_green') . ' the user traffic will not be decrease. But only logged in users can download for free. The overall traffic will go down.'
),
array(
0 => 'What means ' . $user->img('dl_yellow') . '?',
1 => 'Download possible with restrictions. The download is just possible for registered users. The user must be logged in. The file size will be substrated from your traffic and also be substrated from the overall traffic.'
),
array(
0 => 'What means ' . $user->img('dl_green') . '?',
1 => 'Free Download. The download will be not restricted. This file can also be downloaded by guests. You are not needed to be logged in. Your traffic will not decreased but the overall traffic will be go down.'
),
array(
0 => 'Why can I not download any file?',
1 => 'This can have many reasons. Look under ' . $user->img('dl_blue') . ' and ' . $user->img('dl_red')
),
array(
0 => 'How and when I get new traffic for my account?',
1 => 'After the first login the user will get a timestamp. Each first day of a month the user will enter the downloads the traffic will be refreshed. Ask your administrator how much you will get.'
),
array(
0 => 'I wants to download still one more file, but I have not any traffic left?',
1 => 'In this cases ask the administrator. Only he can decide to increase the user traffic before the account will get automaticaly new traffic the next month.'
),
array(
0 => 'How I can rate Downloads?',
1 => 'Behind each download into a category or the detail view you will find a section for rating.<br />By click on "Rate" a registered user can rate the download from 1 point (very bad) to 10 points (very good). You can rate a download only one time.'
),

#

My page FAQ is white after :o
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?
I can't check it without the file itself.
Please attach it here to get a chance...
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!
Antworten