Ironically a paid module has FreePBX in the output.
Anyway, this is a great product except for this.
Can someone suggest a method to suppress this unnecessary title?
I think , its brand
parameter/setting which is default to FreePBX
.
If you are seeing “Welcome to Freepbx” in your dashboard then yes brand set to Freepbx and this is what getting displayed in the exported PDF.
You can change the default branding name of “FreePBX,” just follow these steps:
- Use a MySQL client of your choice (e.g., HeidiSQL, phpMyAdmin, or MySQL CLI) to connect to your server;
- Once connected, navigate to the
asterisk
database; - In the
asterisk
database, find thefreepbx_settings
table; - Look for the entry with the keyword
DASHBOARD_FREEPBX_BRAND
; - Update the value of
DASHBOARD_FREEPBX_BRAND
to your preferred branding name.
There are also some other parameters that you can change, such as css sheet and logos, it is a way to completely customize the system, I believe that this will have an effect on your modules as well.
Or the easy way …
# fwconsole setting DASHBOARD_FREEPBX_BRAND
Setting of "DASHBOARD_FREEPBX_BRAND" is (text)[FreePBX]
[root@pbx ~]# fwconsole setting DASHBOARD_FREEPBX_BRAND KingArthurPBX
Changing "DASHBOARD_FREEPBX_BRAND" from [FreePBX] to [KingArthurPBX]
Using username "root".
Authenticating with public key "imported-openssh-key"
Last login: Fri Dec 6 11:44:20 2024 from x.x.x.x
_ __ _ ___ _ _ ______ ______ __ __
| | / /(_) / _ \ | | | | | ___ \| ___ \\ \ / /
| |/ / _ _ __ __ _ / /_\ \ _ __ | |_ | |__ _ _ _ __ | |_/ /| |_/ / \ V /
| \ | || '_ \ / _` || _ || '__|| __|| '_ \ | | | || '__|| __/ | ___ \ / \
| |\ \| || | | || (_| || | | || | | |_ | | | || |_| || | | | | |_/ // /^\ \
\_| \_/|_||_| |_| \__, |\_| |_/|_| \__||_| |_| \__,_||_| \_| \____/ \/ \/
__/ |
|___/
NOTICE! You have 3 notifications! Please log into the UI to see them!
NOTICE! This system has EDGE mode enabled. For more information visit http://wiki.freepbx.org/
2 Likes
Thanks for the tip, this is much easier, it would have saved me a lot of time if I had known before
Wow!
That was easy!
Thanks!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.