MyBB Community Forums
Facebook style dock and friends system - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: Facebook style dock and friends system (/thread-54717.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: Facebook style dock and friends system - skywalker2208 - 2009-10-24

(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


RE: Facebook style dock and friends system - sercankd - 2009-10-24

i m not using host i have dedicated box.and it doesnt appear when i disable mod


RE: Facebook style dock and friends system - skywalker2208 - 2009-10-24

(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/too-many-connections.html


RE: Facebook style dock and friends system - Sergio Montoya - 2009-10-25

(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";



RE: Facebook style dock and friends system - skywalker2208 - 2009-10-26

(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.


RE: Facebook style dock and friends system - FBI - 2009-10-26

well done skywalker for this great mod Wink
I will test it on my big forum, tonight..


RE: Facebook style dock and friends system - rapid - 2009-10-26

Great work Skywalker on this, all it needs now is a chat plugin, may be: http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/ is a good start.


RE: Facebook style dock and friends system - ArmyZ - 2009-10-26

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!!


RE: Facebook style dock and friends system - skywalker2208 - 2009-10-27

(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.


RE: Facebook style dock and friends system - ArmyZ - 2009-10-27

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

and do not understand why.