Change Xenforo Home Button

Status
This thread has been locked.

Baby

King of Babies
Premium
Feedback score
24
Posts
1,036
Reactions
606
Resources
0
Change Xenforo Home Button

Hello! I am currently working on my new website. I've included a picture of what the navbar current looks like. I was wondering how the home button could be changed into the word "HOME" instead of the logo. I see this code in the template, but I'm not sure what to edit.

Code:
[/CENTER]
<!-- home -->
 <xen:if is="{$showHomeLink}">
 <xen:if is="{$offCanvasNav} != 1">
 <li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink"><xen:if is="@uix_showNavHomeIcon"><i class="uix_icon uix_icon-home" title="{xen:phrase home}"></i><xen:else />Home</xen:if></a></li>
 <xen:else />
 <li class="navTab home"><a href="{$homeLink}" class="navLink">Home</a></li>
 </xen:if>

I think it has something to do with the @uix_showNavHomeIcon" but I don't know. If you do know, please contact me in discord, Baby#1537, or just comment below :)

Picture


m5twO8s.png
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

tiehm

Developer
Supreme
Feedback score
7
Posts
687
Reactions
455
Resources
0
That's the link for the image. Get an image saying home and replace it with the home icon in the folders.
That's the worst thing you could do.

Change Xenforo Home Button

Hello! I am currently working on my new website. I've included a picture of what the navbar current looks like. I was wondering how the home button could be changed into the word "HOME" instead of the logo. I see this code in the template, but I'm not sure what to edit.

Code:
[/CENTER]
<!-- home -->
<xen:if is="{$showHomeLink}">
<xen:if is="{$offCanvasNav} != 1">
<li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink"><xen:if is="@uix_showNavHomeIcon"><i class="uix_icon uix_icon-home" title="{xen:phrase home}"></i><xen:else />Home</xen:if></a></li>
<xen:else />
<li class="navTab home"><a href="{$homeLink}" class="navLink">Home</a></li>
</xen:if>

I think it has something to do with the @uix_showNavHomeIcon" but I don't know. If you do know, please contact me in discord, Baby#1537, or just comment below :)

Picture


m5twO8s.png
You need to remove the whole i element and do it like the other links.
 

Areeb

Supreme
Feedback score
41
Posts
1,251
Reactions
442
Resources
0
Admin Panel -> Options -> Basic Board Information -> Home page URL. Remove the url from the box. The logo home button will go away.[DOUBLEPOST=1512753226][/DOUBLEPOST]The home button code can be found in the Navigation template.
 
Last edited:

Baby

King of Babies
Premium
Feedback score
24
Posts
1,036
Reactions
606
Resources
0
Admin Panel -> Options -> Basic Board Information -> Home page URL. Remove the url from the box. The logo home button will go away.[DOUBLEPOST=1512753226][/DOUBLEPOST]The home button code can be found in the Navigation template.
Thank you :)
 
Status
This thread has been locked.
Top