Basic Module Customizations

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
versatility
Forum Members
Forum Members
Posts: 49
Joined: Sun Sep 24, 2006 2:46 pm
Location: Florida West Coast

Basic Module Customizations

Post by versatility »

I would like to create a customized version of the Company Directory or News module and use to post job listings.  In order to do this, I would need to do simple things like change the modules name, move the location in the admin from Extensions to Content, and change a few field names.

Is there any documentation as to how to do this, or do I just start hacking away?  I have looked through the module code and the documentation, but I haven't found Module Editing for Dummies yet.

Thanks.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: Basic Module Customizations

Post by Elijah Lofgren »

versatility wrote: I would like to create a customized version of the Company Directory or News module and use to post job listings.  In order to do this, I would need to do simple things like change the modules name, move the location in the admin from Extensions to Content, and change a few field names.
You can do this by opening CompanyDirectory.module.php or News.module.php and just changing the names in there. There is also a AdminSection or such function that you can change from extensions to content.

Check lang/en_US.php for a way to easily change field names.

versatility wrote: Is there any documentation as to how to do this, or do I just start hacking away?  I have looked through the module code and the documentation, but I haven't found Module Editing for Dummies yet.
I don't think there is any doc like this yet, but it'd be great it you helped create on one the wiki as you learn things. :)

Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
versatility
Forum Members
Forum Members
Posts: 49
Joined: Sun Sep 24, 2006 2:46 pm
Location: Florida West Coast

Re: Basic Module Customizations

Post by versatility »

Great advice, I am plugging along and making it work.  I'd be happy to add to the wiki (how do I do this?) once I suppress my fears of sounding like an idiot!
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: Basic Module Customizations

Post by Elijah Lofgren »

versatility wrote: Great advice, I am plugging along and making it work.  I'd be happy to add to the wiki (how do I do this?) once I suppress my fears of sounding like an idiot!
Just log into the wiki with your forum username and password.
Then go to somewhere like: http://wiki.cmsmadesimple.org/index.php ... ng_Modules and click "Edit"

Have a great weekend,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
versatility
Forum Members
Forum Members
Posts: 49
Joined: Sun Sep 24, 2006 2:46 pm
Location: Florida West Coast

Re: Basic Module Customizations

Post by versatility »

Elijah, thank you for your help with this, I really appreciate it.  Can you tell me where to start with managing fields?  For example, if I need to create new ones or delete current ones? 
Post Reply

Return to “Modules/Add-Ons”