MyBB Community Forums
How to install mods - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: How to install mods (/thread-54165.html)

Pages: 1 2


How to install mods - Mokeli - 2009-08-04

does anyone know how to install mods? And Im having trouble install the forum.


RE: How to install mods - Polarbear541 - 2009-08-04

Please see this article: http://wiki.mybboard.net/index.php/Plugins#Installing_Plugins


RE: How to install mods - faviouz - 2009-08-04

Dunno why, but I always end up giving people Matt's tutorials. Toungue
http://www.learnmybb.com/forums/thread-16.html


RE: How to install mods - Mokeli - 2010-08-03

(2009-08-04, 06:27 PM)faviouz Wrote: Dunno why, but I always end up giving people Matt's tutorials. Toungue
http://www.learnmybb.com/forums/thread-16.html

The link is not working.


RE: How to install mods - Matt - 2010-08-03

Most likely because this thread is a year old Smile I still need to get that site back online, haven't got round to it yet.

Most plugins come with instructions on how to install them.


RE: How to install mods - Mokeli - 2010-08-04

(2010-08-03, 09:55 PM)MattRogowski Wrote: Most likely because this thread is a year old Smile I still need to get that site back online, haven't got round to it yet.

Most plugins come with instructions on how to install them.

Okay thanks


RE: How to install mods - bubulang - 2010-08-04

usually you upload the pluginname.php file to the plugin 's folder inside the inc directory and if the plugins have langauge files you upload them inside the languages folder. And if they have third files then you upload them as required in that plugin 's instructions as mentioned above by MattRogowski.


RE: How to install mods - Mokeli - 2010-08-04

Okay I uploaded Mybb and deleted all the old files okay it now told me to To :
install MyBB on mySQL 4.0.x, you need to make an alteration to a file first before running the installation script. This is a workaround, and not an alternative - mySQL 4.0 has already reached it's end of life so you really should upgrade as soon as possible.

In ./inc/db_mysql.php, delete/remove or comment out:

if($success && $this->db_encoding)
{
$this->query("SET NAMES '{$this->db_encoding}'");
if($write_success && count($this->connections) > 1)
{
$this->write_query("SET NAMES '{$this->db_encoding}'");
}
}
return $success;

and also:

return " CHARACTER SET {$this->db_encoding} COLLATE {$collation}";

This will allow you to install MyBB. If you have any problems, please report them at the Community Forums.

Note: These changes are not needed if your host has MySQL 5.0 or above.


;;;;;;;;;;;;;;;;
But I dont know how to get to /inc/db_mysql.php




RE: How to install mods - Matt - 2010-08-04

If MySQL 4 is the best your host can offer you, find a new host. It's like buying a new computer with Windows 98 on it.

Also you should be using 1.6 if you're installing a new forum.


RE: How to install mods - Mokeli - 2010-08-04

Yes I am but I dont know how to install it ive been looking for topics on how to install it Ive only uploaded it.