Active
Project:
phpFreeChat integration
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 04:24 UTC
Updated:
15 Aug 2011 at 17:51 UTC
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
Comment #1
polskikrol commentedAnother 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.
Comment #2
bob.hinrichs commentedI 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."