Customizing SMF > Theme Site Themes
Night Sky
Adk-Team:
In file Display.template.php
Search:
--- Code: --- // Show the member's custom title, if they have one.
if (!empty($message['member']['title']))
echo '
<li class="title">', $message['member']['title'], '</li>';
--- End code ---
Replace with:
--- Code: --- // Show the member's custom title, if they have one.
if (!empty($message['member']['title']))
echo '
<li class="title">', $message['member']['title'], '</li>';
// Show the member's primary group (like 'Administrator') if they have one.
if (!empty($message['member']['group']))
echo '
<li class="membergroup">', $message['member']['group'], '</li>';
--- End code ---
Venera:
Its ok, now.
Thanks. :) :) :) :) :)
lucas-ruroken:
SMF 2.0.1 Compatible :)
lucas-ruroken:
SMF 2.0.2 compatible
Shadowing:
For some reason the over ride on default nightsky logo doesnt work. At the top right of the layout.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version