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.
Basic Module Customizations
-
- Forum Members
- Posts: 49
- Joined: Sun Sep 24, 2006 2:46 pm
- Location: Florida West Coast
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: Basic Module Customizations
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.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.
Check lang/en_US.php for a way to easily change field names.
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.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.

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. 

-
- Forum Members
- Posts: 49
- Joined: Sun Sep 24, 2006 2:46 pm
- Location: Florida West Coast
Re: Basic Module Customizations
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!
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: Basic Module Customizations
Just log into the wiki with your forum username and password.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!
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. 

-
- Forum Members
- Posts: 49
- Joined: Sun Sep 24, 2006 2:46 pm
- Location: Florida West Coast
Re: Basic Module Customizations
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?