Current time: 03-20-2010, 02:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
My Plugin isn't showing up?
08-23-2008, 01:34 AM
Post: #1
My Plugin isn't showing up?
I am trying to make a simple plugin but i can't get it to show up in the plugin list in 1.4? I have modeled it around the basic hello world plugin so i think i have done everything right.

Any suggestions?

[Image: y9jcmj8]
[Image: 235Ap]
My plugins & themes.
The Fun Button! For Vista Sidebar & Windows 7 desktop gadgets.
Find all posts by this user
Quote this message in a reply
08-23-2008, 07:55 AM (This post was last modified: 08-23-2008 07:57 AM by Dennis Tsang.)
Post: #2
RE: My Plugin isn't showing up?
Post the code here?

Make sure the default plugin functions carry your plugin file's name.

e.g. if your plugin file name is myplugin.php, then your function names need to be
myplugin_info()
myplugin_activate()
...and so on
Similarly, if your plugin file name is aassddff.php, then your function names need to be
aassddff_info()
aassddff_activate()
...and so on.

[Image: sig.php?mybb]
MyBB is on Facebook and Twitter
Hosting available, PM for details
Visit this user's website Find all posts by this user
Quote this message in a reply
08-23-2008, 11:41 PM
Post: #3
RE: My Plugin isn't showing up?
Thanks Dennis, i didn't know about this bit:

(08-23-2008 07:55 AM)DennisTT Wrote:  Similarly, if your plugin file name is aassddff.php, then your function names need to be
aassddff_info()
aassddff_activate()
...and so on.

[Image: y9jcmj8]
[Image: 235Ap]
My plugins & themes.
The Fun Button! For Vista Sidebar & Windows 7 desktop gadgets.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: