Problem: First problem I was using a Plesk Server that had Roundcube installed and I wanted it to login at the root domain (ie domain.com) and not webmail.domain.com. The problem was I had active clients running Roundcube on the server so I being a Roundcube newbie didn't want to jack up their e-mail.
Solution: Install Roundcube in my root directory of domain.com. Now I had a separate version I could work with and not mess up my clients interface.
Problem: Setting up the default time zone in your php.ini for installing Roundcube.
Solution: run phpinfo(); to see what go to Loaded Configuration File. Then navigate to that php.ini set the date.timezone to your proper timezone. Go to http://php.net/manual/en/timezones.php to see find supported time zones.
Problem: How to edit roundcube objects
Solution: Go to (roundcube root)/program/localization/(then the language you choose)/labels.inc
Problem: How to set roundcube:object name="pagetitle"
Solution: the pagetitle uses the $config['product_name'] on the config.inc.php in the config folder
Problem:
Solution:
Problem:
Solution: