Custom Themes Bugs

Read 10170 times
I cant get a custom login page to work for me. Its like its not pulling it from the login.tpl file.

Also, the forgot password button doesnt work.
Stream101 || Affordable Media Solutions
http://www.stream101.com | (616) 277-7280
I cant get a custom login page to work for me. Its like its not pulling it from the login.tpl file.
It's probably being cached.  You'd need to turn off caching in etc/web.d/cc-interface.conf while testing your changes.

Also, the forgot password button doesnt work.
It does for me.  If you can elaborate that would help.
Where the heck do I shut off caching in that file?
Stream101 || Affordable Media Solutions
http://www.stream101.com | (616) 277-7280
Actually, probably the easiest way to do it globally is to add the following to etc/cc-panel.conf:

Code: [Select]
fastcgi_no_cache 1;

Just make sure you remember to remove or comment out that line when you're done, as your server performance will be impacted with it disabled.