Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 2 Online 3,047 Members

Resolved Disable Demo user auto fill in - agent panel

9 Posts
3 Users
0 Reactions
159 Views
Posts: 6
Topic starter
(@hipeqostickettheme)
Member
Joined: 7 years ago

Hello, I just installed the theme but when I try to logon to Agents panel the Demo user data is being auto filled in. Is there a way to stop that?

Also, is there an easy way to remove OSTicket images on the bottom of page?

Thank you,

 

 


8 Replies
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Oops. Thanks for letting me know @hipeqostickettheme.

Please open /include/staff/login.tpl.php and remove value="demo" from line 43 and value="demodemo" from line 45.

 

is there an easy way to remove OSTicket images on the bottom of page?

Do you mean the footer icons?

If yes, simply edit open /osta/user-styles.css and add the following code:

#footer #osticket,
#footer #ostawesome {   
    display: none;
}

In both instances you may have to clear your browser cache before you'll see the changes.


Reply
Posts: 6
Topic starter
(@hipeqostickettheme)
Member
Joined: 7 years ago

Great.. perfect... all fixed... thanks,


Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Cheers!


Reply
Posts: 6
Topic starter
(@hipeqostickettheme)
Member
Joined: 7 years ago

Hi. One more question.... on the mobile version osTicket images still show up at the bottom of each page. Any solution for that?  Thanks 


Reply
Posts: 13
(@hunterrd)
Member
Joined: 7 years ago

Hello,

I tried with this but it did not work even if I cleaned cache:

#footer #osticket,
#footer #ostawesome {
    display: none;
}

Something else I should do?


Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Okay guys, make sure you add this code to /osta/user-styles.css exactly as below and you will no longer have images in the footer in desktop or mobile orientation:

#footer #osticket a,
#footer #ostawesome a {
    display: none !important;
}

If you don't see the changes right away, be sure to clear your browser cache.


Reply
Posts: 6
Topic starter
(@hipeqostickettheme)
Member
Joined: 7 years ago

This works. In fact, your first code worked as well.  I forgot to clear cache on my mobile browser. 


Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Super!


Reply
Share: