After upgrading to 1.2.1 the board title in the footer is defaulting to xenforo
I have not changed my footer title and the board title in options is set correctly to my site... I have tried to change a few options in the footer but no luck...
Thanks @Waindigo ... I had found that section and all looked well so could not understand it. I disabled XF's Bigfoot add on and it got rid of the link.
The XF Bigfoot add on does not have anything in its template that looks like it is putting the xenforo title there, but it is definitely responsible for it.
In the file library/Bigfoot/Listener.php, remove this bit of code:
PHP:
case 'footer_links':
{
$contents .= '<li><a href="http://xenforo.com/forum">Xenforo</a></li>';
break;
}
Unless of course that bit of code is a requirement because of copyright or something like that, in which case you should probably leave it. Perhaps @Mike, @Jake or @Brogan or another staff member can clarify?
Removing that code throws an error by the way so I think this must be built in my design and not easy to just remove - the link actually goes to an error page at xenforo. I have disabled the add on and deleted it