Changes in Login.twig about_page.twig & about_text dont work

Hi Alex,
Hi Peter,
Hi Dan,

i need your support immediately, please help!!

i am trying to edit login.twig, about_page.twig and about_text files but they None of them work.

I have Followed the procedure of custome theme depolyement
https://xibo.org.uk/docs/developer/custom-theme-development

i created following below folders

  1. web/theme/custom/client
  2. web/theme/custom/client/views

and added config.php file in client folder with below details and an additional last line for advanced changes

<?php $config = array( 'theme_name' => 'techbreve', 'theme_title' => 'techbreve', 'app_name' => 'Xibo', 'theme_url' => 'https://yahoo.com', 'cms_source_url' => 'https://google.com', 'cms_install_url' => 'https://rediff.com', 'cms_release_notes_url' => 'http://xibo.org.uk/manual/en/release_notes.html', 'view_path' => '../views' ); i used 'view_path' => '../views' instead of 'view_path' => '../web/theme/custom/client/views' *because once i add this line i loose access to CMS Main Page* After all Main issue after adding last line in config.php as 'view_path' => '../views' and when i edit login.twig file or about_page.twig or about_text there are absolutely no change reflected in the login/about pages. its like the 'view_path' => '../views' which i used in config.php to override the default template and use custom template for advanced changes has no effect. Please help!!
<?php $config = array( 'theme_name' => 'techbreve', 'theme_title' => 'techbreve', 'app_name' => 'Xibo', 'theme_url' => 'https://yahoo.com', 'cms_source_url' => 'https://google.com', 'cms_install_url' => 'https://rediff.com', 'cms_release_notes_url' => 'http://xibo.org.uk/manual/en/release_notes.html', 'view_path' => '../views' ); "Instead if i add this line 'view_path' => '../web/theme/custom/test/views' i loose access to CMS Main Page" After all Main issue after adding last line in config.php as 'view_path' => '../views' and when i edit login.twig file or about_page.twig or about_text there are absolutely no change reflected in the login/about pages. its like the 'view_path' => '../views' which i used in config.php to override the default template and use custom template for advanced changes has no effect. Please help!!

i have written it again because above formatting is gone wrong

i am trying to edit login.twig, about_page.twig and about_text files but they None of them work.

I have Followed the procedure of custome theme depolyement

i created following below folders

  1. web/theme/custom/client
  2. web/theme/custom/client/views

and added config.php file in client folder with below details and an additional last line for advanced changes

i used ‘view_path’ => ‘…/views’

instead of ‘view_path’ =>‘…/web/theme/custom/client/views’

'because when i add this ‘view_path’ =>‘…/web/theme/custom/client/views’ i loose access to CMS Main Page"(strange this above line is correct but still i loose access), so i changed it to ‘view_path’ => ‘…/views’

After all Main issue after adding last line in
config.php as ‘view_path’ => ‘…/views’ and when i edit login.twig file or about_page.twig or about_text(which i copied and pasted in views folder from xibo-cms/views at release/18 · xibosignage/xibo-cms · GitHub) there are absolutely no change reflected in the login/about pages.

its like the ‘view_path’ => ‘…/views’ which i used in config.php to override the default template and use custom template for advanced changes has no effect.

Please help!!