Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Browser Title Does Not Change
#3
(07-20-2018, 08:28 PM)Tim Curtis Wrote: Look at the following two resources via ssh. They should have the same value for Browser title. If not then change the name in header.php to match the value in the SQL table. Once thats done, subsequent Browser title changes from the UI should work.

sudo nano /var/local/www/header.php
Near the top you will see the <title> element, for example:
<title>RP1 Player</title>

Value from the SQL table

Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "select value from cfg_system where param='browsertitle'"

-Tim

That seems to have done the trick. THanks.
Reply


Messages In This Thread
Browser Title Does Not Change - by FizzyTea - 07-20-2018, 07:33 PM
RE: Browser Title Does Not Change - by Tim Curtis - 07-20-2018, 08:28 PM
RE: Browser Title Does Not Change - by FizzyTea - 07-20-2018, 08:43 PM
RE: Browser Title Does Not Change - by Tim Curtis - 07-21-2018, 12:42 AM

Forum Jump: