News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Is there a way to change where the Home button points?

Started by MadMick, May 30, 2017, 07:14:47 PM

Previous topic - Next topic

MadMick

Its probably been asked a thousand times but a search turned up nothing. I am wanting to redirect my Home button to just point at my main website, but have spent days sifting through templates and I'll be stuffed if I can find it. Really odd as I did it on version 1 something many years ago

Thanks in advance

Mick
Regards,

Mick.

AHN Moderators - Can explain it to you, but they can't understand it for you"

Antes

Look up for your Subs.php
Code (Find) Select
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
),


You can change the href part something like;
'href' => 'https://www.simplemachines.org',

MadMick

Thank you so much, now I also know where to add more menu buttons :)

Cheers mate,

Mick
Regards,

Mick.

AHN Moderators - Can explain it to you, but they can't understand it for you"


MadMick

Regards,

Mick.

AHN Moderators - Can explain it to you, but they can't understand it for you"

Advertisement: