Please post the whole error message as a code here, so we can take a look. It seems there's an issue with an outdated template.Try to click on the word "here" to logout. I got a white screen there and threw me the error in the admin cp.
Please post the whole error message as a code here, so we can take a look. It seems there's an issue with an outdated template.Try to click on the word "here" to logout. I got a white screen there and threw me the error in the admin cp.
it's the same link ...There is no sensible reason for this to be faulty...Well I did too, you used other methods. Try to click on the word "here" to logout. I got a white screen there and threw me the error in the admin cp.
I logged in from the usersp rofile as I did not see any "login as user" on top as far as I remember.
So it must be either that difference or something else (I only have a couple of addons).
I really doubt that, because how can one have an outdated template with a new installation? Forum also says there are no outdated templates.Please post the whole error message as a code here, so we can take a look. It seems there's an issue with an outdated template.
It's not impossible and it's already happened to me.because how can one have an outdated template with a new installation?
What branding?How to remove branding ?
Visible brandingYes, but removable without paymentWhat branding?
In the footer. I've been hunting and I cannot find how he is applying that branding. Branding still appears even after turning all of his template modifications off.What branding?
I was looking as well, and couldn't found anythingIn the footer. I've been hunting and I cannot find how he is applying that branding. Branding still appears even after turning all of his template modifications off.
Until you pointed it out, I never even noticed that. It's pretty subtle.Add-Ons by xenMade.com
That one. It says that can be removed but couldn't found how.Are you talking about this?
Until you pointed it out, I never even noticed that. It's pretty subtle.
I found it finally. TheAre you talking about this?
Until you pointed it out, I never even noticed that. It's pretty subtle.
Templater.php file located in the directory.src/addons/xenMade\LAU\XF\Template\Templater<?php
namespace xenMade\LAU\XF\Template;
class Templater extends XFCP_Templater
{
public function fnCopyright($templater, &$escape)
{
$copyright = parent::fnCopyright($templater, $escape);
if(!empty(\XF::app()->config('xenMadeBrandingRemover')))
{
\XF::app()->offsetSet('xenMadeCopyright', true);
}
if(!\XF::app()->offsetExists('xenMadeCopyright'))
{
if(!file_exists(\XF::getRootDirectory() . '/src/addons/xenMade/xenMadeFreeCopyright.dat'))
{
$copyright .= ' | <a href="https://xenmade.com/" title="XenForo Add-ons" target="_blank" class="u-concealed">Add-Ons</a> by xenMade.com';
\XF::app()->offsetSet('xenMadeCopyright', true);
}
}
return $copyright;
}
}
if(false)
{
class XFCP_Templater extends \XF\Template\Templater {}
}
So I should delete the whole code ?Deleting the file ain't the way, stand by for the solution.
No.So I should delete the whole code ?
So what should I do? Sorry for asking
THIS.So what should I do? Sorry for asking
We use essential cookies to make this site work, and optional cookies to enhance your experience.