Как изменить new member xenforo

Как пользователь зарегистрировался пишется "new member",где это мне найти и изменить? Уже все облазил.
Статус
В этой теме нельзя размещать новые ответы.

CrazyCort


  • #1

Как пользователь зарегистрировался пишется «new member»,где это мне найти и изменить?
Уже все облазил.

DEVIL


  • #2

Всё да не всё.
/admin.php?user-title-ladder/

CrazyCort


  • #3

Всё да не всё.
/admin.php?user-title-ladder/

Спасибо.
Как мне сделать, как здесь на форуме
313.jpg

DEVIL


  • #4

Спасибо.
Как мне сделать, как здесь на форуме
Посмотреть вложение 68695

1 вопрос = 1 тема.
P.s, возможно просто переименовать new member на Новый участник? =)

Последнее редактирование: 29 Мар 2017

Статус
В этой теме нельзя размещать новые ответы.

Современный облачный хостинг провайдер | Aéza

Контакты

ООО «АЕЗА ГРУПП»
ИНН 2312304914
ОГРН 1212300056430
г. Краснодар, ул. Маяковского 160, офис 2.4

Arguably the most important part of a forum is its user base. XenForo contains a wide range of user management tools in the Users section of the admin control panel.

This section covers the more complex features that relate to users in XenForo.

User customization

Custom user fields

Custom user fields let you define additional information or preferences that you want to collect from users. These values can be displayed with messages or in profiles, used for internal data, or even to change behaviors in XenForo through template changes.

When creating a field, there are a number of options you can control. First, you must pick an ID for the field. This is how the field will be referred to internally and can only contain alphanumeric characters. Once set, it cannot be changed. For some of the more advanced custom field functionality, you will need to know this ID.

Each field will roughly fall into one of two categories:

  • Text fields — these fields are free form and users can enter whatever value they like. You have several different options to control the exact type of content that the field allows (single line, multi line, rich text) and various validation options to provide some control over what users enter.
  • Choice fields — with these fields, users will be choosing from a predefined list of options. Each option you define will consist of a value and a text component. The value is what is stored internally for the field (and may only use alphanumeric characters), while the text is what will be displayed to end users.

Beyond this, there are options that apply to all fields. These include controls over how the field is editable and where it is displayed.

For advanced actions, you may access fields in templates via {$xf.visitor.Profile.custom_fields.fieldId}. This can be used in conjunction with template conditionals to change the output based on a user’s custom field value. Note that this example is accessing the value from the current visitor’s custom fields. A different variable may need to be used to access, for example, the user that posted a particular message.

Trophies

Trophies add a light gamification element to your forum. They allow you to define certain thresholds and criteria for when a user is awarded a trophy and the associated points. The top trophy point earners are then displayed in the notable members list.

When defining a trophy, you will specify the number of points it is worth and the criteria that is required to receive it. Once a user meets that criteria, it will be automatically awarded. Note that once awarded, a trophy will not be revoked, even if the user no longer meets the criteria.

Deleting a trophy will remove the points from any user that has received it.

If you prefer not to use trophies, you may disable them using the option at the bottom of the trophy list.

User title ladder

The user title ladder allows you to define a progression for the title that is displayed below a user’s name in their posts, on their profile and in various other locations. You may select whether the ladder is based on the number of messages the user has posted, likes they’ve received, or trophy points they’ve been awarded. As these values increase, they will receive a different title from the ladder.

Note

The user title ladder is only used if a user does not have a custom user title specified in the profile or in their display styling user group. Those will take priority if specified.

When a user’s title comes from the ladder, their title will be the highest value on the ladder that’s below their value for the selected field. For example, if you have entered titles for 0, 50, and 100 messages and and the user has posted 80 messages, they would receive the 50 messages title.

To ensure that all users receive a title, we recommend that you specify a title with a minimum value of 0, however this is not required.

User upgrades

User upgrades are one of the monetization options included in XenForo. This system allows your users to purchase increased access or access to additional features on your forum.

When a user purchases an upgrade, they will be added to one or more user groups. You would configure these groups to have additional permissions or provide access to additional areas of the forum.

To setup a user upgrade, you must first setup a payment profile via Setup > Payment profiles. These profiles define how the payment will be processed and received. Once a payment profile is defined, the user upgrade can be configured, including options surrounding cost, duration, and whether the upgrade is automatically extended.

Users can purchase upgrades from the Account upgrades page listed under the account menu.

User discipline

Enforcing your site’s rules is an important part of running a forum. XenForo supports both incremental and absolute approaches to dealing with user discipline.

Warnings

Warnings allow you and your moderators to add warning points to users when they violate rules. These points can then be connected to actions that apply restrictions or bans based on how many warning points the user has.

The warning system consists of two parts: the warnings themselves and warning actions.

In the control panel, you may pre-define warnings that your moderators can apply to users. For each warning, you’ll be defining things like:

  • The title, which will be displayed to moderators viewing the list of warnings a user has received
  • The default number of points the warning is worth
  • The default time until the points expire (and are no longer counted)
  • Any user groups you want to add the user to while this warning is not expired
  • And the default conversation settings to notify the user that they have received a warning

Note

When a user is warned, they will only be notified if the moderator opts to send the user a conversation while applying the warning.

Warnings will be applied by moderators by clicking the Warn link on specific content or by applying a warning directly via the user’s profile. If a warning is applied to specific content, the moderator may be able to leave a public warning message to indicate to others that the content is not appropriate.

Moderators will be able to see a user’s warning history via their profile. This will display the current warning points total and the total number of warnings they have received, regardless of whether those warnings have expired. Each of the warnings can be clicked to receive more information about the warning or to go to the related content.

The second component of the warning system are warning actions. This allows you to define specific actions to take based on the number of warning points a user receives. These actions include banning, discouragement or adding additional user groups. If you choose to add the user to additional groups, you will generally be removing permissions; in this case, you will want to define permissions using the Never option.

Each warning action will be applied for a specific length of time. This will either be an explicit amount of time (even permanent) or while the total number of warning points the user has is above the points threshold for the warning action. These settings allow you to apply restrictions using several approaches:

  • You can apply restrictions for a short period of time while using long expiration times on warnings. As users receive warnings, their total points will tend to accrue and you can apply more strict restrictions at higher points thresholds.
  • You can apply restrictions while above the points threshold, though often with shorter expiration times. This means that subsequent warnings will cause the restrictions to be in place for even longer.

Note

Warning actions are only applied when crossing a points threshold. If you define a new warning action (or change the points threshold of an existing one), a user that already has more than that number of points will not have the action applied until their points drop below the threshold and then increase above it again.

Banning users

As a final resort for most disciplinary situations, you can temporarily or permanently ban a user from your site. A banned user will receive an error message on each page of your XenForo forum, indicating that they are banned and, if relevant, details about when the ban will be lifted and the reason for the ban.

Banned users are not included in the member count and do not show in the member list or search. In addition, the profile pages of banned users are only accessible by Administrators.

By default there is no outward indication that a member has been banned. If desired, a user group can be created specifically for this purpose, with the appropriate display styling priority set to ensure it overrides any other groups the user is a member of. To enable this, define the group and configure the Add user group on ban option as needed.

Moderators can also ban and unban users if they are given the Ban users permission.

Alternatively, specific IP ranges can be banned. Banned IPs will not be able to access any page of your XenForo forum.

Discouraging users

At times, banning a person may not be entirely effective. With the design of browsers, it’s easy for a problematic user to register a new account. Discouraging aims to make using the site slow and painful for a problematic user, such that they eventually give up and leave.

A user can be discouraged by editing the user in the control panel and enabling the Discouraged option. The behavior of the discouragement system can be controlled by options in the User discouragement and discipline group.

Alternatively, specific IP ranges can be discouraged. This helps ensure that the behavior is maintained even when the targeted user is not logged in.

Security lock

Occasionally, you may want to protect a user’s account, especially if you suspect that a security breach has occurred or that the user’s account has otherwise fallen victim to unauthorized access.

In these instances, you may protect accounts with a security lock, which can be applied when editing the account.

  1. Log in to the Admin control panel.
  2. Find the user to whom you want to apply the lock, for example by going to Users > Search for users, then click to edit their account.
  3. Scroll down to the Security lock section, and choose either Locked: User must change password or Locked: User must reset password.
  4. Hit Save to commit the change.

User must change password will force the user to enter their existing password and create a new, different password when they next log in to their account.

User must reset password forces the user to reset their password by responding to a message sent to their registered email address.

Note

This option should be used if it is suspected that the user’s original password has been compromised or guessed by an unauthorized user.

Batch update

It is possible to apply changes to multiple users using the batch update users tool.

To apply a batch update to a selection of users:

  1. Log in to the Admin control panel
  2. Go to Users > Batch update users
  3. Use the user criteria searcher to identify the users to whom you want to apply the update.

You may then apply a variety of changes, including setting primary and secondary user groups, removing user group memberships, setting user state and security lock status and various others.

Member statistics

Rather than showing a rather dull list of all the users registered on your forum, XenForo offers the ability to show custom statistics blocks with the top x users for a particular search parameter.

For example, you may want to show the top posters, or those users with the most accepted solutions.

To create a statistics block, that will be shown in the Notable members section of your community, go to Users > Member statistics in your Admin control panel, then either click on Add member stat or select an existing statistics block to edit.

After giving your statistics block a title and a unique key (used solely for system identification purposes), you will be able to use User search criteria to narrow down the list of users that can be shown in your statistics block, or else apply the statistics search to all valid users.

The users that are shown in the finished statistics block will be determined by the Sort order and the User limit. For example, setting the Sort to Messages / Descending and the User limit to 10 will show the ten most prolific posters in your community.

Note

It is possible to create advanced statistics blocks with complex user-searching and filtering capabilities beyond those offered through the main interface by providing PHP callbacks.

You may create as many statistics block as you like.

Уверен, многие владельцы форумов, чьими движками является XenForo, задаются весьма интересным вопросом, как сделать цветные ники пользователей? Причем заставить их подсвечиваться не только в темах и сообщениях, но и других частях форума. В админ панели подобных настроек нет, другими способами решить поставленную задачу не получается. Однако не стоит унывать, я покажу Вам, как это сделать и постараюсь понятным языком объяснить, что мы будем делать и для какой цели.

Для начала сделаем стиль для ников с помощью стандартных средств движка XenForo.
Переходим в админ панель -> вкладка Пользователи -> Группы пользователей -> выбираем нужную группу и переходим в её настройки, тыкаем на названии группы.
Сделаем определенное звание пользователя, которое будет отображаться под его ником. В качестве примера я буду использовать звание Команда Dipler.ru.
Для этого в пункте Использовать звание ставим флажок на настройке Использовать следующее звание, в строке ввода вписываем нужное название группы пользователей, после чего сохраняем настройки.

Если Вы сделали все правильно то, обновив страницу, Вы увидите следующую картину:

Сразу видно, что никнейм пользователя и его звание имеют стандартный стиль, и сейчас мы это исправим. Снова переходим в редактирование группы пользователя, в строке Использовать следующие звание, к званию пользователя добавляем тег span с уникальным классом. Должен получится такой результат:

<span class="dipler_team">Команда Dipler.ru</span> 

Где dipler_team — название класса, с помощью которого мы будем задавать стили для звания пользователя.

Не отходя от кассы спустимся чуть ниже и в строке CSS-стиль для имени пользователя пропишем нужные нам стили. В моем случае я задам цвет и тень.

color: #0a840a;
text-shadow: 0px 0px 6px #009900;

Сохраняем изменения и проверяем то, что у нас получилось.

Отлично, никнейм пользователя применил нужный нам стиль, а вот над званием нужно еще поработать. Для этого снова переходим в админ панель -> вкладка Внешний вид -> Стили -> около нужного нам стиля жмем на слово Шаблоны и в окне фильтр прописываем EXTRA.css, тут же красным цветом подсветиться этот файл, в который нужно перейти.
В самом файле прописываем следующий код:

.dipler_team {
    color: #0a840a;
    text-shadow: 0px 0px 6px #009900;
}

Где .dipler_team — название класса, которое мы задавали в настройках, а внутри него свойства, которые мы применили для ника пользователя. Разумеется у вас будут свои данные. Cохраняем шаблон и смотрим на получившийся результат.

По такому же принципу Вы сможете настроить уникальные стили для остальных групп пользователей. Главное не забывайте, что звание пользователя будет подсвечено только в том случае, если Вы добавите к нему уникальный класс, и зададите для этого класса стили в шаблоне EXTRA.css. Разумеется можно делать стили с помощью атрибута style внутри тега span. Работать тоже будет.

Можно заметить, что никнеймы пользователей применили свои стили только в темах/сообщениях и профилях пользователей. А как же нам подсветить их в других частях форума? Для этого придется править код шаблона, но не спешите пугаться, даже если Вы совсем не ладите с кодом, то действуя по моему примеру, у вас всё получиться.

Изменения будут проводится в стандартном шаблоне.
Проверено на версиях XenForo 1.4, 1.5

Как подсветить ник в карточке пользователя?

Переходим в админ панель, далее жмем вкладку Внешний вид, затем выбираем Стили, около нужного нам стиля жмем на кнопку Шаблоны и в окне Фильтр прописываем member_card, красным цветом выделится 2 шаблона, выбираем первый. В нем, с помощью поиска по странице (Ctrl + F), находим строку:

<h3 class="username"><xen:username user="$user" class="NoOverlay" /></h3>

Полностью выделяем ее и заменяем на следующую:

<h3 class="username">{xen:helper richUserName, $user}</h3>

Сохраняем и смотрим на полученный результат:

Как подсветить ник в шапке форума?

Переходим в админ панель, далее жмем вкладку Внешний вид, затем выбираем Стили, около нужного нам стиля жмем на кнопку Шаблоны и в окне Фильтр прописываем navigation_visitor_tab, переходим в него и ищем искомый код:

<h3><a href="{xen:link members, $visitor}" class="concealed" title="{xen:phrase view_your_profile}">{$visitor.username}</a></h3>

Заменяем его на:

<h3><a href="{xen:link members, $visitor}" class="concealed username" title="{xen:phrase view_your_profile}">{xen:helper richusername, $visitor}</a></h3>

Сохраняем и проверяем:

Как подсветить ник в блоке Пользователи Онлайн?

По такому же принципу, что я описал выше, находим шаблон sidebar_online_users, в нем ищем код:

class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if>

Заменяем его на:

class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if>

После сохранение проверяем проделанную работу:

Как подсветить ник пользователя в списке тем?

Находим шаблон thread_list_item, в нем находим строку:

<xen:username user="$thread" title="{xen:phrase thread_starter}" /><span class="startDate">,

Заменяем её на:

<xen:username user="$thread" title="{xen:phrase thread_starter}" rich="true" /><span class="startDate">,

Смотрим на результат:

Как подсветить ник пользователя в панели пользователя (Visitor Panel)?

Находим шаблон sidebar_visitor_panel, в нем ищем строку:

<h2>{xen:phrase signed_in_as_x_sidebar, 'name={xen:helper username, $visitor, 'NoOverlay'}'}</h2>

Заменяем её на:

<h2 class="username">{xen:phrase signed_in_as_x_sidebar, 'name={xen:helper richusername, $visitor}'}</h2>

После обновления страницы получится такой результат:

Теперь никнеймы пользователей на вашем форуме отображаются цветом, Вы знаете как добавлять стили для званий и ников, также более менее представляете, каким образом можно подсветить ники юзеров в тех местах, где это необходимо. Я надеюсь, что статья оказалась для Вас полезна и буду благодарен вашей активности на нашем сайте!

Понравилась статья? Поделить с друзьями:
  • Как изменить networkmanager conf
  • Как изменить netbios имя компьютера windows 10
  • Как изменить net core на net framework
  • Как изменить nbt теги игрока
  • Как изменить nat type