Need Help Making A Plugin
#1
Hey guys, I'm trying to make a plugin which inputs something into the header_welcomeblock_member, but I don't know how to go about this.

Can someone help me? So far I've only got the plugin information.

Here's what I have so far:

<?php
function name_info()
{
	return array(
		'name'			=> 'name',
		'description'	=> 'description',
		'website'		=> 'http://xblforums.net/',
		'author'		=> 'Deliver',
		'authorsite'	=> 'http://xblforums.net/',
		'version'		=> '1.0',
		'guid'			=> '',
		'compatibility' => '16*',
	);
}

?>
#2
see below (if you have not seen before)

Let's plugin it!! (though for earlier version of myBB - gives good guidance)

Authoring Plugins

external links :
developing your first mybb plugin

Quick tutorial on making MyBB plugins (though for earlier version of myBB - gives good guidance)



#3
Thanks for posting that ranjani, but I've got it all working now. Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)