Action png files not in color anymore
Hello;
Just re-registered my FOP2 (I never got the maintenance extension for a couple years. But in all your site and everywhere I can find, the action bar png files are a black background with yellow and other colors for the icons (llamar.png for example. However now my panel has more of a monochrome icon (Black image on grey background -- not to be confused with greyed out -- not available)
I had the icon (png) files from before and uploaded them but they still come out in Black/Grey -- on 3 different browsers. Any idea what happened? I have tried restarting both fop2 and httpd still no joy -- I do not like the monochrome look.
Thanks for any help
Just re-registered my FOP2 (I never got the maintenance extension for a couple years. But in all your site and everywhere I can find, the action bar png files are a black background with yellow and other colors for the icons (llamar.png for example. However now my panel has more of a monochrome icon (Black image on grey background -- not to be confused with greyed out -- not available)
I had the icon (png) files from before and uploaded them but they still come out in Black/Grey -- on 3 different browsers. Any idea what happened? I have tried restarting both fop2 and httpd still no joy -- I do not like the monochrome look.
Thanks for any help
Comments
Icons are now fonts instead of images, that way FOP2 display is truly responsive and works well on most displays without losing any functionality (just the colors).
I am not totally sure if you can use custom themes to get it back to icons, probably yes, but I have not really tried.
Thanks
If you do not want to change that in your backend, then you will have to alter FOP2 Manager code, in functions-freepbx.php and just force the prefix in there, in functions extensions_check_extensions_freepbx, just below the block that performs the above check, around line 192 of current version, add
$vmprefix='*89';
As for the theme, it will take some time to see if you can use custom themes to revert back to images. If I come up with something I will write an entry in the knowledgebase and probably FAQ (http://members.asternic.biz/knowledge_base)
Best regards,
http://members.asternic.biz/knowledge_base/fop2-custom-theme-reverting-to-image-colored-action-buttons-on-fop2-2-31-09-and-up
And for archive purposes, here are the contents you need to write into /var/www/html/fop2/css/custom_theme/theme.css
Thanks anyways
Looks fine for me, perhaps you forgot the padding 0 for the action button.
As for the extension used for transfers, is defined in the extension header in all button definitions, you can change that to whatever you like.
As for the target extension to transfer to, just change the extension header on the button configuration to whatever you like. That extension is the one used when you transfer to..
Best regards,
Extension header? Where / how to change as it I didn't see it on the buttons section of /admin/ .
What I need is for "mainly BLIND Transfer" to do this
call comes in -> click on ext to send call to -> click blind transfer -> Blind Transfer is ## I need to inject *89 BEFORE it dials the {$ext}
Again these are "nice to have" not 'must work or else' so weather I can get this to work or not doesn't affect the program or my use of it.
But really don't waste time getting it to work - it is not important.
Thanks for trying -- I consider this closed now.
Those last 3 action buttons come from plugins, so you should follow a similar approach in the individual plugin .css files (/var/www/html/fop2/admin/plugins/xxxx/xxxx.css
The main action buttons are the ones I listed, it seems you have mixed versions of icon images, you can open them individually and check their size, there is no reason to have one of the correct size and not the others if they share .css data.
In any case, it is just html/css, nothing else/nothing more. It is not that difficult to alter/modify and make whatever you like with styles and visual representations, always abiding to html/css limitations/constraints.
As for changing the extension to something else, you must modify the extension header on your configuration. When using automatic configuration you cannot change that via FOP2 manager, but you can change that manipulating the FOP2 buttons table. Suppose you want to try with extension 100, and if I understand correctly, you want transfers to be directed to*89100 instead of just 100. In that case do this
After updating the field, restart FOP2:
And try to transfer to that extension... if it works and does what you want, then you can do the same for the rest of your extensions.
What I want is not possible as you stilll don't understand - Short answer for all -It's not possible.
doing what you suggest would dial *89(EXT) no matter which button you click (Dial, Attended or Blind) and THAT causes errors.
NOT POSSIBLE - Let it go.