NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Request Logo On Home Screen
Started by Nuclear_Test_Man

Nuclear_Test_Man

Nuclear_Test_Man

Member
Joined
28 Oct 2016
Last Seen
02 Mar 2017
Topics
2
Posts
2

So, I want to put my servers logo on the home screen. Anyway? if not can you make a way please.

Nuclear_Test_Man · over 7 years ago
Awtra

Awtra

Owner
Joined
12 Oct 2016
Last Seen
02 Apr 2021
Topics
3
Posts
18
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!

 

With Regards,<br /> Awtra
Awtra · over 7 years ago
yshf99

yshf99

Contributor
Joined
06 Jun 2016
Last Seen
31 Dec 2018
Topics
5
Posts
38

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.

<p>PyroRealms: <a href="http://pyrorealms.net" target="_blank">http://pyrorealms.net</a></p> <p>Template I realy should be working on now...: <a href="http://demo.uniquedimensions.net/" target="_blank">http://demo.uniquedimensions.net/</a></p> <p>Multicraft I made the theme for: <a href="http://uniquedimensions.net/multicraft" target="_blank">http://uniquedimensions.net/multicraft</a></p>
yshf99 · over 7 years ago
Awtra

Awtra

Owner
Joined
12 Oct 2016
Last Seen
02 Apr 2021
Topics
3
Posts
18
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! 

 

With Regards,<br /> Awtra
Awtra · over 7 years ago
Craftboy

Craftboy

Member
Joined
04 Jul 2021
Last Seen
29 May 2023
Topics
1
Posts
2

Can i get some help :( setting up nameless mc like logo in middle of banner and some other setuff

Craftboy · over 2 years ago
saisawar5516T

saisawar5516T

Member
Joined
29 Jul 2021
Last Seen
26 Feb 2023
Topics
0
Posts
1

I want my logo showned in navbar like partydragen

saisawar5516T · over 2 years ago