MyBB Community Forums

Full Version: Facebook style dock and friends system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
(2009-10-24, 04:21 AM)Joey_Pham423 Wrote: [ -> ]I got this problem while I'm installing it
The file is looking for admin/inc/functions_themes.php and it either doesn't find it or it can't read the file because the file has the wrong permission.


(2009-10-24, 12:35 PM)sercankd Wrote: [ -> ]yea i dont know why but when i enable this mod my forums giving this error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1040 - Too many connections
Query:
[READ] Unable to connect to MySQL server

You have to contact your host on this one. Check this thread.
http://community.mybboard.net/thread-54761.html
i m not using host i have dedicated box.and it doesnt appear when i disable mod
(2009-10-24, 02:19 PM)sercankd Wrote: [ -> ]i m not using host i have dedicated box.and it doesnt appear when i disable mod

Nothing I can do to help you with this one. This is a setting in mysql. Here is another thread on it.
http://community.mybboard.net/thread-56256.html

Also from the mysql site
http://dev.mysql.com/doc/refman/5.1/en/t...tions.html
(2009-10-24, 01:31 PM)skywalker2208 Wrote: [ -> ]
(2009-10-24, 04:21 AM)Joey_Pham423 Wrote: [ -> ]I got this problem while I'm installing it
The file is looking for admin/inc/functions_themes.php and it either doesn't find it or it can't read the file because the file has the wrong permission.


(2009-10-24, 12:35 PM)sercankd Wrote: [ -> ]yea i dont know why but when i enable this mod my forums giving this error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1040 - Too many connections
Query:
[READ] Unable to connect to MySQL server

You have to contact your host on this one. Check this thread.
http://community.mybboard.net/thread-54761.html

The problem is that you are using the admin folder, and lot of people (including me) rename the admin folder to something else, hence why the script will fail.

Fix
	global $db,$config;
   	include MYBB_ROOT . "/{$config['admin_dir']}/inc/functions_themes.php";
(2009-10-25, 07:38 PM)Sergio Montoya Wrote: [ -> ]The problem is that you are using the admin folder, and lot of people (including me) rename the admin folder to something else, hence why the script will fail.

Fix
	global $db,$config;
   	include MYBB_ROOT . "/{$config['admin_dir']}/inc/functions_themes.php";

Thanks for pointing that out. I forgot about users renaming their admin directory.
well done skywalker for this great mod Wink
I will test it on my big forum, tonight..
Great work Skywalker on this, all it needs now is a chat plugin, may be: http://anantgarg.com/2009/05/13/gmail-fa...uery-chat/ is a good start.
hi, nice plugin I like...
but I have a question, what is the template I should edit to add more buttons or make changes to the bar?, I edit the template "FbDock_dock" on my forum and aren´t saw the changes.

I would like to know to more personalize my fbDock

thanks

srry 4 my english xDD!!
(2009-10-26, 11:19 PM)ArmyZ Wrote: [ -> ]hi, nice plugin I like...
but I have a question, what is the template I should edit to add more buttons or make changes to the bar?, I edit the template "FbDock_dock" on my forum and aren´t saw the changes.

I would like to know to more personalize my fbDock

thanks

srry 4 my english xDD!!

All the fbdock templates are in the fbdock template group.
yes, I know, but any modification that I do in these templates are not displayed in the forum.

and do not understand why.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13