Any plans to allow the following items to be configured via the Drupal Admin pages:

- After enabling mysql (perhaps have a radial selection between file and mysql), allow the ability to use the existing drupal database username/password and create a new table

_phpfreechat_data. Believe that _phpfreechat already exists. - Why does only the drupal theme show up without the ability to selected a prepacked theme provided by the phpfreechat source? Would be easy for one to play with the themes there, copy a folder to start on a new them, and it would already be in the drop down box. The above would prevent tinkering with the code of this module, as I have done to make a few items work as desired.

Comments

polskikrol’s picture

Another annoyance is that you need to configure the MYSQL database parameters in both mysql.class.php and index.php. Should only need to configure this once.

Also, function _connect is a little klunky in that it does not seem to adhere to the host value configured and insists on connecting via sock file. I had to replace the code "$c->container_cfg_mysql_host" with 127.0.0.1 to connect via TCP.

bob.hinrichs’s picture

I second this. I've been really struggling here for hours trying to make sense of the theming by digging through code. What needs to be done in order to apply a custom theme, or one of the included phpfreechat themes? Nothing seems to work, including changing configurations under "Advanced."