Suche Mod für 2. Rang

Du suchst einen bestimmten Mod, weißt aber nicht genau wo bzw. ob er überhaupt existiert? Wenn dir dieser Artikel nicht weiterhilft, kannst du hier den von dir gewünschten/gesuchten Mod beschreiben ...
Falls ein Mod-Autor eine der Anfragen hier aufnimmt um einen neuen Mod zu entwicklen, geht's in phpBB 2.0: Mods in Entwicklung weiter.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
TheGamer
Mitglied
Beiträge: 93
Registriert: 20.01.2005 15:42
Kontaktdaten:

Suche Mod für 2. Rang

Beitrag von TheGamer »

Hallo zusammen

Suche einen Mod mit dem man einen zweiten rang anlegen kann.
Er sollte unter dem Ava zu sehen sein und ein User kann ihn selber wählen bzw. in seinem Profil reinschreiben.
In einem sogenannten "smashboard" geht das auch, also wieso kann es denn auch nicht hier gehen?^^
Ich hoffe, dass es schon so einen Mod gibt.

Danke für antworten.
tomtom
Mitglied
Beiträge: 2533
Registriert: 21.05.2004 10:00

Beitrag von tomtom »

Hi,

Custom Title Hack
This hack adds an additional field to a user's profile, known as the custom title or rank. In order to facilitate the different options, there are three modes of operation. You can replace the rank and image, just replace the rank or just add an extra title.

In addition, several other options are configurable. For instance, you can set titles to activate after a certain number of days, posts or both. In addition, the maximum length is admin-configurable (up to 255 characters).

Finally, regardless of whether a user meets the above criteria for activation, an admin may manually enable or disable a user's access to their title.

The rank/title is displayed in a user's posts and also in their profile.
Gruß, Tom
Benutzeravatar
TheGamer
Mitglied
Beiträge: 93
Registriert: 20.01.2005 15:42
Kontaktdaten:

Beitrag von TheGamer »

Vielen Dank
Würde es dies auch auf Deutsch geben? :)
tomtom
Mitglied
Beiträge: 2533
Registriert: 21.05.2004 10:00

Beitrag von tomtom »

Hi,

da kannst du einfach die Änderungen: #
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
$lang['User_special_explain'] =
#
#-----[ AFTER, ADD ]------------------------------------------
#

//
// Custom Title MOD
//
$lang['Custom_title_status'] = 'Custom title activation status';
$lang['Custom_title_status_regdate'] = 'Based on registration date and posts';
$lang['Custom_title_status_disabled'] = 'Disabled';
$lang['Custom_title_status_enabled'] = 'Enabled';
$lang['Custom_title_settings'] = 'Custom Title Settings';
$lang['Custom_title_days'] = 'Days of registration required';
$lang['Custom_title_posts'] = 'Posts required';
$lang['Custom_title_mode'] = 'Rank Replacement Mode';
$lang['Custom_title_mode_explain'] = 'Here you can choose whether or not the rank and rank image are replaced if the user has set a custom title. If you choose \'No replacement\', it will instead appear as a separate title.';
$lang['Custom_title_mode_independent'] = 'No replacement';
$lang['Custom_title_mode_replace_rank'] = 'Replace rank only';
$lang['Custom_title_mode_replace_both'] = 'Replace rank and rank image';
$lang['Custom_title_maxlength'] = 'Maximum length';
$lang['Custom_title_maxlength_explain'] = 'This controls how long a user may set their custom title. Please enter a number from 0 to 255.';

#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
$lang['A_critical_error']
#
#-----[ AFTER, ADD ]------------------------------------------
#

//
// Custom Title MOD
//
$lang['Custom_title'] = 'Custom Title';
$lang['Custom_title_toolong'] = 'Your entered custom title was too long.';
$lang['Custom_title_explain'] = 'When used, this will %s. There is a %s character limit.';
$lang['Custom_title_independent_explain'] = 'add an additional user title to your posts';
$lang['Custom_title_replace_rank_explain'] = 'replace your regular rank with this text. To reset your rank, simply leave this blank';
$lang['Custom_title_replace_both_explain'] = 'replace both your regular rank and rank image with this text. To reset your rank, simply leave this blank';
übersetzen, und die Files in den Ordner /lang_german/ kopieren. Schon ist es deutsch ... :)
Gruß, Tom
Benutzeravatar
TheGamer
Mitglied
Beiträge: 93
Registriert: 20.01.2005 15:42
Kontaktdaten:

Beitrag von TheGamer »

Aha, ok, Danke^^
Werd' ich machen :)
Benutzeravatar
TheGamer
Mitglied
Beiträge: 93
Registriert: 20.01.2005 15:42
Kontaktdaten:

Beitrag von TheGamer »

Hab es gemacht, jedoch kann ich nicht mehr in den Adminbereich und die User nicht mehr ins Profil.
Irgendwie finde ich diesen Mod viel zu kompliziert.
Ich möchte es irgendwie einfacher.
Die User sollten einfach im Profil etwas eingeben können, was man dann unter dem Ava sehen kann.
Wie z.B. Wohnort. Ohne Adminsachen zum ändern und so.
Sollte doch einfacher sein, oder?
Ich ändere mal Vorübergehen "Wohnort" um, damit wir den zweiten Titel haben.
Antworten

Zurück zu „phpBB 2.0: Mod Suche/Anfragen“