Pagina 1 van 1

namen aan passen [ opgelost ]

Geplaatst: 27 sep 2005, 17:10
door Diablo Gamer
• Album • FAQ • Statistics • Zoeken • Gebruikerslijst • Gebruikersgroepen • Kalender • Profiel • Voorkeuren • Je hebt geen nieuwe berichten

dit wil ik graag aan passen naar

• Foto-Album • Vragen?! • Statistieken • Zoeken • Leden • Kalender • Profiel • Voorkeuren • Je hebt geen nieuwe berichten



maar hoe doe ik dat ik heb all geprobeerd met dit


Code: Selecteer alles

&nbsp; • &nbsp; <a href="{U_Foto-Album}">{L_Foto-Album}</a>
&nbsp; • &nbsp; <a href="{U_Vragen?!}">{L_Vragen?!}</a>
&nbsp; • &nbsp; <a href="statistics.php">Statistieken</a>
&nbsp; • &nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a> 
&nbsp; • &nbsp;<a href="{U_Leden}">{L_Leden}</a>
</td> 
</tr> 
</table> 
<table width="100%" border="0" cellspacing="0" cellpadding="2"> 
<tr> 
<td align="center" class="topnav"> 
&nbsp; • &nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> 
&nbsp; • &nbsp;<a href="{U_CALENDAR}">{L_CALENDAR}</a> 
<!-- BEGIN switch_user_logged_out --> 
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a> 
<!-- END switch_user_logged_out --> 
&nbsp; • &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>
&nbsp; • &nbsp;<a href="{U_PREFERENCES}">{L_PREFERENCES}</a>
&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a> 
&nbsp; • &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td> 

maar dat doet het niet kan iemand mijn zegen waar ik dan moet aan passen

PS het gaat om FI Blue 3D Template

Geplaatst: 27 sep 2005, 17:15
door Stef
Dit is gewoon puur HTML; begin dat eens te leren. :roll:

:arrow: http://www.mijnhomepage.nl
:arrow: http://www.handleidinghtml.nl

Geplaatst: 27 sep 2005, 17:29
door Diablo Gamer
weet je wel hoe moeilijk dat is voor iemand zo als mij :oops:

Geplaatst: 27 sep 2005, 17:30
door Stef
Net zo moeilijk als voor ieder ander.

Geplaatst: 27 sep 2005, 17:35
door Paul
Volgens mij heeft de vertaling van een aantal dingen niets met html te maken :)
Je moet in lang_main.php het aanpassen :)(En niet de {} vars aanpassen zoals je nu hebt gedaan ;))

Geplaatst: 27 sep 2005, 18:30
door Stef
Volgensmij ook, ik las het verkeerd. Ik dacht dát het ging over de volgorde veranderen.

Geplaatst: 27 sep 2005, 19:34
door waltdisneydvd
Het is idd alleen de vertaling aanpassen in lang_main, gewoon even scrollen en je vind het vanzelf.

Geplaatst: 27 sep 2005, 19:37
door Diablo Gamer
oke het is me gelukt maar aleen Statistics nog niet omdat die niet ik de lang_main staat maar werkt via statistics.php

Geplaatst: 27 sep 2005, 19:38
door Paul
lang_statatics.php ofzo :)

Geplaatst: 27 sep 2005, 19:42
door Diablo Gamer

Code: Selecteer alles

<?php
/***************************************************************************
*                           lang_statistics.php
*                            -------------------
*   begin                : Tue February 26 2002
*   copyright            : (C) 2002 Nivisec.com
*   email                : admin@nivisec.com
*
*   $Id: lang_statistics.php,v 1.4 2002/11/09 16:04:08 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
*   This program is free software; you can redistribute it and/or modify
*   it under the terms of the GNU General Public License as published by
*   the Free Software Foundation; either version 2 of the License, or
*   (at your option) any later version.
*
***************************************************************************/

// Original Statistics Mod (c) 2002 Nivisec - http://nivisec.com/mods

//
// If you want to credit the Author on the Statistics Page, uncomment the second line.
//
$lang['Version_info'] = '<br />Statistics Mod Version %s'; //%s = number
//$lang['Version_info'] = '<br />Statistics Mod Version %s &copy; 2002 <a href="http://www.opentools.de/board">Acyd Burn</a>';

//
// These Language Variables are available for all installed Modules
//
$lang['Rank'] = 'Rank';
$lang['Percent'] = 'Percent';
$lang['Graph'] = 'Graph';
$lang['Uses'] = 'Uses';
$lang['How_many'] = 'How many';

//
// Main Language
//

//
// Page Header/Footer
//
$lang['Install_info'] = 'Installed on %s'; //%s = date
$lang['Viewed_info'] = 'Statistics Page Loaded %d Times'; //%d = number
$lang['Statistics_title'] = 'Board Statistics';

//
// Admin Language
//
$lang['Statistics_management'] = 'Statistics Modules';
$lang['Statistics_config'] = 'Statistics Configuration';

//
// Statistics Config
//
$lang['Statistics_config_title'] = 'Statistics Configuration';

$lang['Return_limit'] = 'Return Limit';
$lang['Return_limit_desc'] = 'The number of items to include in each ranking. This is auto-passed to all modules by being specified here.';
$lang['Clear_cache'] = 'Clear Module Cache';
$lang['Clear_cache_desc'] = 'Clear all the current cached data for all modules';
$lang['Modules_directory'] = 'Modules Directory';
$lang['Modules_directory_desc'] = 'The directory realative to the home phpBB directory where modules are located.  Note that a trailing / or \ must not be used!';

//
// Status Messages
//
$lang['Messages'] = 'Admin Messages';
$lang['Updated'] = 'Updated';
$lang['Active'] = 'Active';
$lang['Activate'] = 'Activate';
$lang['Activated'] = 'Activated';
$lang['Not_active'] = 'Not Active';
$lang['Deactivate'] = 'Deactivate';
$lang['Deactivated'] = 'Deactivated';
$lang['Install'] = 'Install';
$lang['Installed'] = 'Installed';
$lang['Uninstall'] = 'Uninstall';
$lang['Uninstalled'] = 'Uninstalled';
$lang['Move_up'] = 'Move Up';
$lang['Move_down'] = 'Move Down';
$lang['Update_time'] = 'Update Time';
$lang['Auth_settings_updated'] = 'Authorization Settings - [These are always updated]';

//
// Modules Management
//
$lang['Back_to_management'] = 'Back to the Modules Management Screen';
$lang['Statistics_modules_title'] = 'Statistics Module Management';

$lang['Module_name'] = 'Name';
$lang['Directory_name'] = 'Directory Name';
$lang['Status'] = 'Status';
$lang['Update_time_minutes'] = 'Update Time in Minutes';
$lang['Update_time_desc'] = 'Time Intervall (in Minutes) of refreshing the cached data with new Data.';
$lang['Auto_set_update_time'] = 'Determine and set recommended Update Times for every Installed (and Active) Module. Be aware: This may take long.';
$lang['Uninstall_module'] = 'Uninstall Module';
$lang['Uninstall_module_desc'] = 'Marks the module with "not installed" status, so that you may reinstall it with the install command.  It does not delete the module from your file system, you will manually need to delete the module folder to remove it completely.';
$lang['Active_desc'] = 'Option of if the Module is Active, so it is displayed depending on the set Permissions.';
$lang['Go'] = 'Go';

$lang['Not_allowed_to_install'] = 'You are not able to install this Module. Mostly this is because you haven\'t installed a Mod needed in order to run this Module. Please contact the Author of this Module if you have questions and if the Extra Info printed here makes no sense to you.';
$lang['Wrong_stats_mod_version'] = 'You are not able to install this Module, because your Statistics Mod Version does not match the Version required by the Module. In order to install and run the Module, you need at least Version %s of the Statistics Mod.'; // replace %s with Version (2.1.3 for example)
$lang['Module_install_error'] = 'There was an error of some type installing this module. More than likely some SQL commands could not be exectued, check for failure messages above.';

$lang['Preview_debug_info'] = 'This Module was generated in %f seconds: %d queries were executed.'; // Replace %f with seconds and %d with queries
$lang['Update_time_recommend'] = 'The Statistics Mod recommends (depending on the debug info) a update time of <b>%d</b> Minutes.'; // Replace %d with Minutes

?>
oke waar staat het

Geplaatst: 27 sep 2005, 19:48
door Paul
Een van deze vermoeg ik:

Code: Selecteer alles

// 
// Page Header/Footer 
// 
$lang['Install_info'] = 'Installed on %s'; //%s = date 
$lang['Viewed_info'] = 'Statistics Page Loaded %d Times'; //%d = number 
$lang['Statistics_title'] = 'Board Statistics'; 
Is wel moeilijk, zelf even kijken :roll:

Geplaatst: 27 sep 2005, 19:55
door Diablo Gamer
paulus schreef:Een van deze vermoeg ik:

Code: Selecteer alles

// 
// Page Header/Footer 
// 
$lang['Install_info'] = 'Installed on %s'; //%s = date 
$lang['Viewed_info'] = 'Statistics Page Loaded %d Times'; //%d = number 
$lang['Statistics_title'] = 'Board Statistics'; 
Is wel moeilijk, zelf even kijken :roll:
helaas dat was het dus niet


zelfs dit heeft me niet verder geholpen

Geplaatst: 28 sep 2005, 11:17
door Diablo Gamer
de Statistieken naam is ook aan gepast deze moets ik aan passen in

templates\XXX\overall_header.php