User Tools

Site Tools


voice:pbx:freepbx:freepbx_branding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:freepbx:freepbx_branding [2013/10/06 11:44]
gcooper
voice:pbx:freepbx:freepbx_branding [2016/06/25 14:07] (current)
gcooper
Line 3: Line 3:
 See also: **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=freepbx&highlight=no|Other FreePBX pages in this wiki]]** See also: **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=freepbx&highlight=no|Other FreePBX pages in this wiki]]**
  
-FIXME Unfinished notes. +Copy these files to the PBX:
- +
-To replace the logo in FreePBX, replace ''/var/www/html/admin/images/logo.png'' with a 394x55 PNG. +
- +
-To change the logo in the main menu, replace ''/var/www/html/welcome/logo.jpg'' with JPEG of the same dimensions. +
- +
-Additionally, in later versions of PiaF, the instructions for the change of logo have changed slightly. +
- +
-Create a logo called ''custom-logo.png'', 55 pixels high, and replace the existing ''custom-logo.png'' in ''/var/www/html/welcome'' and ''/var/www/html/admin/images'' +
- +
-If you have a light colored background in your logo, it often looks better in FreePBX if you make the background transparent. +
- +
-Look in ''amportal.conf'', it will tell you the name of the logo, adjust that to suit. +
- +
-Then run ''amportal restart'' when you have done that. +
- +
-:!: Clear your browser cache. +
- +
-This is pretty easy to do. You just need to change two files and add you own graphic. If you have a running WARP, then do the following to change the PIKA logo to your own. +
- +
-First you need to upload your logo to the WARP. This logo should 55 pixels in height. You need to copy the logo to the ''/persistent1/var/www/html/admin/images'' folder. Let's assume the logo file is called ''companyXample.png''+
- +
-Next you need to edit the FreePBX configuration file, ''/persistent/etc/amportal.conf''. In this file you need to change the following line+
  
 <file> <file>
-AMPADMINLOGO=pika-logo.png+va_freepbx.png 
 +va_freepbx_small.png 
 +va_schmooze-logo.png 
 +va_tango.png 
 +favicon.ico                 #part of signed package - forget this one?
 </file> </file>
- + 
-to your logo +
 <file> <file>
-AMPADMINLOGO=companyXample.png+cd ~/Desktop/Branding 
 +scp *.png root@10.10.1.111:/var/www/html/admin/images/ 
 +scp *.ico root@10.10.1.111:/var/www/html/admin/images/
 </file> </file>
  
-The last thing that needs to be changed is the gateway page to FreePBX on the WARP. You need to edit the file ''/persistent1/var/www/html/index.html''In this file change:+:!: Click the small green ''Save'' button at the end of the line to save.
  
-<file> +**FreePBX -Settings -> Advanced Settings** {{ :voice:pbx:freepbx:styling_logos.png?550|Styling and Logos Section }}
-<a href="http://www.pikatechnologies.com"><img src="admin/images/pika-logo.png"/></a> +
-</file>+
  
-to your web address and logo+Enable **Display Readonly Settings** plus **Override Readonly Settings** then **Apply Config**.
  
-<file> +Now you can edit the settings in **Styling and Logos** section.
-<a href="http://www.companyXample.com"><img src="admin/images/companyXample.png"/></a> +
-</file>+
  
-Now load up the FreePBX GUI in your browser and witness the companyXample branded GUI+:!: When done, hide the read-only settings.
voice/pbx/freepbx/freepbx_branding.1381081440.txt.gz · Last modified: 2013/10/06 11:44 by gcooper