Page 1 of 1

Real-Time Main Report - Hide the first bar

PostPosted: Mon Jan 30, 2017 4:07 pm
by antuan
Hello!

How could I hide the bar with the options (Reports / Users / Campaigns / Lists / Scripts / Filters /Inbound / User Groups / Remote Agents / Admin)?
In which file realtime_report.php or admin.php should I do changes?

you may tell me in line that I have to do the changes and file?

Thankssssss a lot!!!!

Image

Re: Real-Time Main Report - Hide the first bar

PostPosted: Tue Jan 31, 2017 8:05 am
by udy786
Do you know PHP coding? If yes then only you can modify else not possible that let you know line number and hide or modify. Contact any PHP developer for same.

Re: Real-Time Main Report - Hide the first bar

PostPosted: Tue Jan 31, 2017 1:00 pm
by antuan
In whitch file should I search to do what I am asking for

realtime_report.php OR admin.php ?

Re: Real-Time Main Report - Hide the first bar

PostPosted: Sat Feb 11, 2017 8:59 pm
by williamconley
Try removing "require("admin_header.php");" from the php file. See what that does. :)

/srv/www/htdocs/vicidial/realtime_report.php

You should probably do this in a copy of the file instead of the original.

Re: Real-Time Main Report - Hide the first bar

PostPosted: Sun Feb 26, 2017 6:22 am
by antuan
Thank you very much! I did tha changes in the file 'admin_header.php' line 270

:)