Seite 1 von 1

Suche Mod für 2. Rang

Verfasst: 17.09.2005 15:59
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.

Verfasst: 17.09.2005 16:03
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.

Verfasst: 17.09.2005 17:20
von TheGamer
Vielen Dank
Würde es dies auch auf Deutsch geben? :)

Verfasst: 17.09.2005 17:28
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 ... :)

Verfasst: 17.09.2005 17:41
von TheGamer
Aha, ok, Danke^^
Werd' ich machen :)

Verfasst: 19.09.2005 17:15
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.