Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > Mods and Customizations

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-11-2011, 06:10 AM
berg128 berg128 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 7
Default [MOD] Create Staff Login on Welcome/Home page

Hi, I am Wim and relatively new on this forum and I made a small customization to display a "Staff Login" on the Home Page so you don't have to type the "/scp/admin.php" every time in your browser. Also in the last step Modify the Left-upper Logo on the Staff page to bring you back to the main page.

1. in file /include/client/header.inc.php

*1 - Change:

</div>
<ul id="nav">
<?
if($thisclient && is_object($thisclient) && $thisclient->isValid()) {?>

*1 - To:

</div>
<ul id="nav">
<li><a class="login_staff" href="scp/admin.php">Staff Login</a></li>
<?
if($thisclient && is_object($thisclient) && $thisclient->isValid()) {?>

2. in file /scp/css/main.css

*2 - Change:
#nav a.staff { background:url(../images/icons/list_groups.gif) 0 5px no-repeat #ececec; }
#nav a.user { background:url(../images/icons/list_users.gif) 0 5px no-repeat #ececec; }

*2 - To:
#nav a.staff { background:url(../images/icons/list_groups.gif) 0 5px no-repeat #ececec; }
#nav a.login_staff { background:url(../images/staff_login.gif) 0 5px no-repeat; }
#nav a.user { background:url(../images/icons/list_users.gif) 0 5px no-repeat #ececec; }

3. in file /styles/main.css

*3 - Change:
#nav a.home { background:url(../images/home.gif) 0 5px no-repeat; }
#nav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; }

*3 - To:
#nav a.home { background:url(../images/home.gif) 0 5px no-repeat; }
#nav a.login_staff { background:url(../images/staff_login.gif) 0 5px no-repeat; }
#nav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; }

4. in folder /images

add staff_login.gif

5. in file /include/staff/header.inc.php

*5 - Change:

<div id="header">
<a id="logo" href="index.php" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket"></a>
<p id="info">Welcome back, <strong><?=$thisuser->getUsername()?></strong>

*5 - To:

<div id="header">
<a id="logo" href="../index.php" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket"></a>
<p id="info">Welcome back, <strong><?=$thisuser->getUsername()?></strong>
Attached Images
File Type: gif staff_login.gif (1.0 KB, 258 views)

Last edited by scottro; 07-11-2011 at 08:57 AM. Reason: amendment
Reply With Quote
  #2  
Old 05-03-2012, 07:47 PM
piardog piardog is offline
Junior Member
 
Join Date: May 2012
Posts: 1
Default [MOD] Create Staff Login on Welcome/Home page

Thank you!

Been looking for this.

Danny
Reply With Quote
  #3  
Old 05-07-2012, 02:34 PM
fireballbrady fireballbrady is offline
Junior Member
 
Join Date: Jan 2011
Location: Seattle, WA
Posts: 28
Default

Great mod. My team was asking for this and your version looks much cleaner than mine did!

Thanks for the post!

fireballbrady
Reply With Quote
  #4  
Old 05-08-2012, 12:47 AM
teryakisan teryakisan is offline
Member
 
Join Date: Jun 2011
Location: Beaumont, Tx
Posts: 141
Send a message via AIM to teryakisan Send a message via Yahoo to teryakisan Send a message via Skype™ to teryakisan
Lightbulb Useful!

I like this and just about anything else that saves my clicking finger. Thumbsup!
Reply With Quote
  #5  
Old 05-08-2012, 04:31 PM
SpeeD SpeeD is offline
Junior Member
 
Join Date: May 2012
Posts: 1
Default

I cant view my Tickets ??? Can you help me solve this problem please
Reply With Quote
  #6  
Old 05-08-2012, 04:39 PM
teryakisan teryakisan is offline
Member
 
Join Date: Jun 2011
Location: Beaumont, Tx
Posts: 141
Send a message via AIM to teryakisan Send a message via Yahoo to teryakisan Send a message via Skype™ to teryakisan
Default

Either undo the modifications you have made or overwrite the affected files with originals.
Reply With Quote
  #7  
Old 05-21-2012, 01:36 PM
berg128 berg128 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 7
Default

All,
It was some time ago I posted this, but it's always nice to get positive feedback.
Greetings,
Wim
Reply With Quote
  #8  
Old 05-21-2012, 02:23 PM
teryakisan teryakisan is offline
Member
 
Join Date: Jun 2011
Location: Beaumont, Tx
Posts: 141
Send a message via AIM to teryakisan Send a message via Yahoo to teryakisan Send a message via Skype™ to teryakisan
Default

Nice to have you back!!
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:28 PM.