Has anyone started looking in to a classifieds module yet? I searched the archives and found a few post, among which, someone thought that xClassifieds was a good one to base one on. I have to agree with that
So, how are things chugging along on the development department? I wish I could code and I'd build one myself.
Hello everyone. I decided to give drupal a try for a project I am running, and it does everything I need it to, except for group permissions and access. The groups modules appears to have all the functionality I need, but I'm getting patch errors during installation. I've tried using drupal 4.3.0 and 4.3.1, as well as groups 4.3.0 and cvs, with no success. Even after applying the rejected patches manually, the system still gives me odd errors in my browser.
I am trying to figure out how to (in the _form hook of my module) upload an image. I figured out how to change the form enc-type so that I could in the first place (through the param pass-through var), but in the _insert hook of my module, I can't pull it down. Here is my code for the _insert hook:
i was wondering, how do I get all the vocabluaries associated with a module. I know that there is a function to get the terms and all that, but they require the node id. I'm working in the _page hook so I don't have a node id to work with. Basicly, given a module name, how do you get the vocabs associated with that node?
Well, after fighting my way through writing my first few modules (simple enough after some basic concepts were understood) I have written a short tutorial on creating a simple block module. Hopefully I'll create more tutorials as time goes on, but for now, at least there's something for others so they don't start empty handed. :)