Webboard

Pełna wersja: Jak zrobić takie rangi że w randze Administratorzy jest Ad głowny i Ad techniczny
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Stron: 1 2
wersja skryptu MyBB: 1.8.6
adres forum: InterNauci.eu
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):

Używam pluginu "Groupimage to label text" chciałbym zrobić coś takiego że jest ranga Administrator i w niej np Administrator głowny i Techniczny
zrób dwie rangi takie same z innymi tytułami?
Ale mi też chodzi żeby miało to samo id jak tutaj jest "4"
Zmień tytuł użytkownika z poziomu panelu użytkownika, lub ACP edytując profil
Robiłem tak i nie działa
Musi działać.
Panel użytkownika -> Edytuj profil -> Tytuł użytkownika
Sprawdź, czy w ustawieniach grupy masz możliwość edycji tytułu.
W grupie mogę edytować tytuł ale co z tego jak chcę żeby w tej samie grupie były dwa tytuły. Edytuję to w ACP tytuł i to nic nie daje.
(27.04.2016, 19:14)zZzGaming napisał(a): [ -> ]Edytuję to w ACP tytuł i to nic nie daje.
Zmieniasz to w panelu użytkownika, wtedy możecie mieć inny, bo zmieniacie tylko sobie, a nie całej grupie.
(27.04.2016, 19:10)Ardex napisał(a): [ -> ]Panel użytkownika -> Edytuj profil -> Tytuł użytkownika
Robiłem tak też i nie dział.
Podaj konto testowe
Zaraz ci zrobię

Login: test
hasło: test1234
Zmieniłem tytuł -> http://internauci.eu/usercp.php
Wklej tutaj szablon member_profile (grupa szablonów podgląd posta)
Kod PHP:
<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{
$headerinclude}
<
script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
</
head>
<
body>
{
$header}
<
table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}border="0" align="center">
    <
tr>
        <
td valign="top" width="30%" style="word-break: break-all;">
 
 <fieldset style="background: rgba(255, 255, 255, .57); border: 2px dashed #ddd; border-radius: 4px;">
    <
table width="100%" cellspacing="0" cellpadding="0" border="0">
        <
tr>
            <
td width="75%">
                <
span class="smalltext" style="font-size: 14px;">
                    <
center>
                        <
br />
                        <
br />
                        {
$avatar}
                            <
br />
                            <
br />
                            <
span class="largetext" style="font-size: 27px;"><strong>{$formattedname}</strong></span><br />
                                <
br />
                                {
$groupimage}
                                <
br />
                                <
br />                        
                                <
div style="text-align: center; margin-bottom: 7px; margin-top: 5px;">{$buddy_options}{$ignore_options}{$report_options}</div>
                            </
center>
                    <
br />
                </
span>
            </
td>
        </
tr>
    </
table>
</
fieldset>
            
            <
br />
            
    {
$profilefields}
    {
$awaybit}
    {
$bannedbit}
 
 
<!-- profile_fields -->
{
$modoptions}
{
$adminoptions
 
 
</td>
    <
td>&nbsp;</td>
    <
td valign="top">
 
 <table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="font-weight: 300;">
    <
tr>
        <
td colspan="2" class="thead" style="font-weight: 700;">Generalne informacje</td>
    </
tr>
    <
tr>
        <
td class="trow1" style="width: 35%;"><strong><class="fa fa-pencil box_profile bradius-fifty"></i> {$lang->joined}</strong></td>
        <
td class="trow1" style="text-align: right;">{$memregdate}</td>
    </
tr>
    <
tr>
        <
td class="trow2"><strong><class="fa fa-check box_profile bradius-fifty"></i> {$lang->postbit_status}</strong></td>
        <
td class="trow2" style="text-align: right;">{$online_status}</td>
    </
tr>
        {
$referrals}
        {
$reputation}
        {
$warning_level}
    <
tr>
        <
td class="trow1" style="width: 35%;"><strong><class="fa fa-question box_profile bradius-fifty"></i> {$lang->lastvisit}</strong></td>
        <
td class="trow1" style="text-align: right;">{$memlastvisitdate}</td>
    </
tr>
</
table>

    <
br />
 
 
  
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="font-weight: 300;">
     
         <tr>
                <
td colspan="2" class="thead" style="font-weight: 700;">Dodatkowe informacje</td>
            </
tr>
     
             <tr>
                    <
td class="trow1"><strong><class="fa fa-question box_profile bradius-fifty"></i> {$lang->timeonline}</strong></td>
                    <
td class="trow1" style="text-align: right; font-size: 13px;">{$timeonline}</td>
                </
tr>
                <
tr>
                    <
td class="trow1"><strong><class="fa fa-comments-o box_profile bradius-fifty"></i> {$lang->total_posts}</strong></td>
                    <
td class="trow1" style="text-align: right; right; font-size: 13px;"><strong>{$memprofile['postnum']}</strong> ({$lang->ppd_percent_total})<span class="smalltext float_right"> &nbsp; (<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
                </
tr>
                <
tr>
                    <
td class="trow2"><strong><class="fa fa-file-text-o box_profile bradius-fifty"></i> {$lang->total_threads}</strong></td>
                    <
td class="trow2" style="text-align: right; right; font-size: 13px;"><strong>{$memprofile['threadnum']}</strong> ({$lang->tpd_percent_total})<span class="smalltext float_right"> &nbsp; (<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>
                </
tr>
            </
table>
            <
br />
            {
$contact_details}
            <
br />
 
           {$signature}
         
   {$profileVisitors}
        </
td>
    </
tr>
</
table>
{
$footer}
</
body>
</
html
Stron: 1 2