Internet Explorer is not supported. Please upgrade to a more modern browser.
So, I want to put my servers logo on the home screen. Anyway? if not can you make a way please.
Nuclear_Test_Man said:So, I want to put my servers logo on the home screen. Anyway? if not can you make a way please.
Hello.
There are ways to make anything possible as add-ons within NamelessMC because it is an open source project. If you do make edits make sure to always give NamelessMC the credit for the main infrastructure of the project. If you need help with anything I am more the open to do so!
Do you mean on the home screen or on the navbar?
And Homescreen as on top of the photo background there?
Homescreen:
/styles/templates/Default/index.tpl
...
<div class="jumbotron jumbotron-homepage">
<h1>{$SITENAME}</h1>
<p>{$PLAYERS_ONLINE}</p>
<p>{$CONNECT_WITH}</p>
</div>
...
replace {$SITENAME} with this:
... <div class="jumbotron jumbotron-homepage"> <h1>{$SITENAME}</h1> <p>{$PLAYERS_ONLINE}</p> <p>{$CONNECT_WITH}</p> </div>
...
I have not tested this code to know if it works.
Navbar:
...
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main_navbar_collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">{$SITE_NAME}</img></a>
</div>
...
:Again just change the {$SITE_NAME}
...
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main_navbar_collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/core/assets/img/logo.gif"></img></a>
</div>
...
Aguin haven't tested this so both of these might need some CSS to get them to work but this is basicly how you would do it.
yshf99 said:Do you mean on the home screen or on the navbar?
And Homescreen as on top of the photo background there?
Homescreen:
/styles/templates/Default/index.tpl
{$SITENAME}
{$PLAYERS_ONLINE}
{$CONNECT_WITH}
...
replace {$SITENAME} with this:
{$SITENAME}
{$PLAYERS_ONLINE}
{$CONNECT_WITH}
...
I have not tested this code to know if it works.
Navbar:
...
:
Again just change the {$SITE_NAME}
...
Aguin haven't tested this so both of these might need some CSS to get them to work but this is basicly how you would do it.
Hello.
It would be under the src image which I can fix for you if you would like because the image used in any has a src which can be edited to your preference.
Tell me if you found it and are able to change it and if not msg me.
Thanks!
Can i get some help :( setting up nameless mc like logo in middle of banner and some other setuff
I want my logo showned in navbar like partydragen