• Welcome to SAIL Community Supported PBX . Please login or sign up.
 
April 24, 2024, 09:32:07 PM

News:

SMF updated to 2.0


Blank opening page to link to support.htm

Started by apmuthu, April 20, 2016, 05:36:11 AM

Previous topic - Next topic

apmuthu

April 20, 2016, 05:36:11 AM Last Edit: April 20, 2016, 05:41:06 AM by apmuthu
When we login into the SARK v4.1 (possibly in other versions as well) a blank page appears.
The /opt/sark/www/support.htm still has the ProVue info.
To be generic, remove all proprietary info from the said file and modify the navigation.php and index.html in the /opt/sark/www folder to show the support.htm page on login.

Line 17 of /opt/sark/www/index.html:
<frame  name="main">
should become:
<frame  src="support.htm" name="main">

Line 20 of /opt/sark/www/navigation.php:

<ul class="menu collapsible">

should become:

<ul class="menu collapsible">
<li>
<a href="#">Home</a>
<ul class="acitem" style="display: none;">
<li>
<a target="main" href="./support.htm">Support</a>
</li>
</ul>
</li>


Edit /opt/sark/www/support.htm as needed, placing a link to the SARK Feature codes page in it.

sysadmin

Hi

Thanks for this.  The blank page (with just the navigation bar) is standard on both the free and commercial releases of 4.1  The support.htm page you mention has never actually been used, either in the commercial versions or the free ones.  It was planned but never implemented and then forgotten, until now.  :-). 

I'll make a note to have it removed completely in the next point release. 

5.0 will display the Globals panel initially for admins or the userphone page for non-admins.

Kind Regards

apmuthu

A better solution would be to make the support.htm a generic page for end users to edit as required. Please do not remove it in any future point release.

A generic set of files to be placed in the /opt/sark/www folder to overwrite them is attached to this post. Please compare them with your existing counterparts before overwriting them with this or any edited versions.

The SAIL_Feature_Codes.pdf can be prepared from the PBX Wiki and placed in the /opt/sark/www folder.