Adding my own mod?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
animgirl

Adding my own mod?

Post by animgirl »

Hey,

I want to experiment and see if I can add my own mod. How do I go about making it available to install through the admin section?

Thank You so much,
animgirl
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Adding my own mod?

Post by Ted »

Correctly written modules will automatically show up in the plugin list. Take a look at this post for a quick run down on how they work: http://cmsmadesimple.org/forums/viewtopic.php?t=51. I still need to sit down and write a good tutorial on how modules can be created, but I as far as I'm concerned, the module API isn't quite done yet. As we write more of them, we will eventually tweak it enough to be documentable.

Also, look at the LinkBlog and News modules.
Anonymous

Adding my own mod?

Post by Anonymous »

open up the cmsmodule.php file under one of the already existing modules, and change the modulename to yours

then open the modulefunctions.php and repeat, removing any code that you wont be using
animgirl

Adding my own mod?

Post by animgirl »

Ah - I didn't run across that thread. Great :)
Really, I'm not very experienced in PHP/MySQL so I'll just be playing with it. Are there any resources out there to download modules for this CMS?

On another note, I've looked for a good CMS system that wasn't overloaded with junk I didn't need, or something that wouldn't take light years to customize and just couldn't find one. I'm so glad I found this one.
Anonymous

Adding my own mod?

Post by Anonymous »

Note: oops I meant "plugins" not "modules" to download. :oops:
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Adding my own mod?

Post by Ted »

:) It's ok. I confuse it all myself.

I really don't have a place to download any "3rd party" stuff yet, becuase I haven't really had any submissions yet.

I guess as soon as I get some I'll scramble to come up with something on the cmsmadesimple.org site.

I'm glad you like the system. It's been fun writing it so far.
jammo

Adding my own mod?

Post by jammo »

animgirl wrote: ... I'm not very experienced in PHP/MySQL so I'll just be playing with it ...

... I've looked for a good CMS system that wasn't overloaded with junk I didn't need, or something that wouldn't take light years to customize and just couldn't find one. I'm so glad I found this one.
yuppers.

same here too.
just started getting serious about PHP/MYSQL a few weeks ago, so now i'm trying this new CMS out to see HOW it works. ya know?

1. either get some ideas from it to build my own CMS.
-OR-
2. learn this one so well, i can write plugins for it and share with the rest of ya.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Adding my own mod?

Post by Ted »

wishy likes option #2. :)
jammo

Adding my own mod?

Post by jammo »

wishy wrote:wishy likes option #2. :)
as do i, but with little time, skills and ADD ~ it's a toughie. :?
Thijs

Adding my own mod?

Post by Thijs »

I'm sure you can do it! Besides, it's probably easier than writing your own CMS
Thijs

Adding my own mod?

Post by Thijs »

I'm sure you can do it! Besides, it's probably easier than writing your own CMS
jammo

Adding my own mod?

Post by jammo »

yeah, I'm sure you're right!
:D
jammo

Adding my own mod?

Post by jammo »

yeah, I'm sure you're right!
:D
iNSiPiD

Re: Adding my own mod?

Post by iNSiPiD »

FYI - The forum discussion link provided by wishy above has moved to http://forum.cmsmadesimple.org/index.php?topic=51
Locked

Return to “Modules/Add-Ons”