Post by cart builder » Tue Aug 11, 2015 6:48 pm

How could I disable or remove the "You are signed in as .........Click here to Logout." message that appears in a grey box in the footer whenever a user is signed in? I'm using OC 1.5.5.1 Thanks.
Last edited by cart builder on Tue Aug 11, 2015 11:37 pm, edited 1 time in total.

New member

Posts

Joined
Wed May 15, 2013 7:11 pm
Location - England

Post by straightlight » Tue Aug 11, 2015 8:32 pm

In the default template, it would be from: catalog/theme/default/template/common/header.tpl file:

Code: Select all

<div id="welcome">
    <?php if (!$logged) { ?>
    <?php echo $text_welcome; ?>
    <?php } else { ?>
    <?php echo $text_logged; ?>
    <?php } ?>
  </div>
If using a custom template, you might want to look into your common folder for text_logged . From the default template, the sentence is: You are logged in as .

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by cart builder » Tue Aug 11, 2015 8:56 pm

@straightlight - it removes the "You are logged in as.....(Logout)" in the header, which I want to keep, but not the:

"You are signed in as .........Click here to Logout." message that appears in a grey box in the footer on every page.

I've had a look in the footer.tpl but can't find anything that relates to this. I would be really grateful for any help. Thanks.

New member

Posts

Joined
Wed May 15, 2013 7:11 pm
Location - England

Post by straightlight » Tue Aug 11, 2015 9:00 pm

Would it be possible to provide your URL so I can take a look?

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by cart builder » Tue Aug 11, 2015 10:13 pm

I've pm'd you with the details. Thanks.

New member

Posts

Joined
Wed May 15, 2013 7:11 pm
Location - England

Post by cart builder » Tue Aug 11, 2015 11:32 pm

It looks like the issue was simply a conflict with the mobile theme. I removed the mobile .xml file and problem solved!
I'll just have to change the code you've managed to find in the mobile .xml file. Many thanks for your help!

New member

Posts

Joined
Wed May 15, 2013 7:11 pm
Location - England
Who is online

Users browsing this forum: No registered users and 60 guests