Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating Mybb Plugins
#1
Hey, I'm going to create some Mybb mods were do I start how Do I make my features connect to Mybb and echo the username

The Plugins I'm going to make is

Ability To Create Your Own Page(Like Facebook)
And Social Live Video (like Sype)

Making Forums More Social

I need the code to make it as A Mybb Hook & Echo the Mybb Usernames (When a users loggedIn to Mybb)

Thanks
Spudster
Reply
#2
To add a hook :

PHP Code:
$plugins->add_hook("name_of_hook""function_to_call"); 
List of all hooks : http://wiki.mybb.com/index.php/MyBB_Plugin_Hooks.

To get user's data, use the $mybb object ($mybb->user specifically).
Reply
#3
You'd be better off learning PHP first OP. It ties into the creation of MyBB plugins
Reply
#4
PHP is much easier you should learn that first broBig Grin
Reply
#5
You need to know how the MyBB software works.
You also need to learn how to program PHP and use MySQL functions.
Reply
#6
(09-12-2011, 08:19 PM)Fox Wrote: You need to know how the MyBB software works.
You also need to learn how to program PHP and use MySQL functions.

Learning how it works is the easiest part, it's learning how to make changes to the templates (if your plugin requires any visual changes) and making entries for your own MySql tables to be references on those templates.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  MYBB Plugins Crystal 11 2,085 09-16-2011, 11:44 PM
Last Post: Crystal
  What is your favorite mybb plugins? ELY_M 2 1,096 09-15-2011, 04:42 AM
Last Post: HaX420
  How to Make your MYBB Central Plugin Compatible with new Mybb Billy Mays 3 1,886 07-12-2011, 06:40 PM
Last Post: Billy Mays
  Question about a few plugins. DaBaws 4 1,151 03-06-2011, 02:02 PM
Last Post: DaBaws
  Uploading Plugins to MyBB Grizzly 5 3,318 08-10-2010, 01:34 PM
Last Post: 【 ¶ÑÇƦ€Ƿ¦ßŁΞ 】

Forum Jump:


Users browsing this thread: 1 Guest(s)