A
Austin D
Guest
Hey guys. I need some help making my website amazing. I have most of the coding and visual stuff done, I just need help with the fancy stuff. I know very little about this stuff, I have no idea whether it is possible.
1. Ok, I have Ajax IM installed as well as MyBB on my website. I would like to connect these databases. So if a user registers with the Ajax IM, then they also have an account within the forum. Or vice versa.
2. As it is, to access Ajax IM, you have to open up another window that takes you to the login/register page. That is fine, but when you sign it, it opens up the messenger in the same window. Not fine. I would like for the messenger window to act as a separate component so that users may continue to navigate my website while the messenger module lays in the background or overlays on the top. The index.html file of Ajax IM currently restricts the window from moving beyond that tab. Is there a way to do this?
3. I wish to change the name of the first account I made in Ajax IM. I would like the name changed to Administrator, rather than the actual 'name' I gave it. How would I do this?
---------------------------------------------------------------------
Note:
-I have tried installing the Ajax IM that is supposed to be compatible with MyBB forums, but when I drop the 'chat' folder into my MyBB 'forum' folder, and go to the install.php file. I get an error message and it does NOT install.
-I have tried to change the database names in Ajax IM's config.php file to the database credentials of my forum:
// MySQL Database Configuration
$sql_user = '';
$sql_pass = '';
$sql_host = 'localhost';
$sql_db = '';
(values have been removed)
The IM still functioned correctly, it seemed. I could register still and open a chat room. Yet when I registered, it did not coincide with the forum's registration.
Thanks for taking the time to read this guys. I did not post my website's URL because it is not up yet. This is still a work in progress. Website is deemed 'PC Optimization'. It will help others to optimize their PC's in order to make them run their best.
I know very little about this stuff, so detailed tutorials are a must
1. Ok, I have Ajax IM installed as well as MyBB on my website. I would like to connect these databases. So if a user registers with the Ajax IM, then they also have an account within the forum. Or vice versa.
2. As it is, to access Ajax IM, you have to open up another window that takes you to the login/register page. That is fine, but when you sign it, it opens up the messenger in the same window. Not fine. I would like for the messenger window to act as a separate component so that users may continue to navigate my website while the messenger module lays in the background or overlays on the top. The index.html file of Ajax IM currently restricts the window from moving beyond that tab. Is there a way to do this?
3. I wish to change the name of the first account I made in Ajax IM. I would like the name changed to Administrator, rather than the actual 'name' I gave it. How would I do this?
---------------------------------------------------------------------
Note:
-I have tried installing the Ajax IM that is supposed to be compatible with MyBB forums, but when I drop the 'chat' folder into my MyBB 'forum' folder, and go to the install.php file. I get an error message and it does NOT install.
-I have tried to change the database names in Ajax IM's config.php file to the database credentials of my forum:
// MySQL Database Configuration
$sql_user = '';
$sql_pass = '';
$sql_host = 'localhost';
$sql_db = '';
(values have been removed)
The IM still functioned correctly, it seemed. I could register still and open a chat room. Yet when I registered, it did not coincide with the forum's registration.
Thanks for taking the time to read this guys. I did not post my website's URL because it is not up yet. This is still a work in progress. Website is deemed 'PC Optimization'. It will help others to optimize their PC's in order to make them run their best.
I know very little about this stuff, so detailed tutorials are a must