This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Moderating New Node Creation

I am trying to figure out how moderate new node creation. Essentially allow for new content to be uploaded but require that it sit in a queue until it has been reviewed by someone from a moderator group.

Any suggestions?

Thanks,
keto

Organizing users by geographic location?

For my site I want to do some specialized organization of the users.

For example, some of the users (depending on their role) will need to have extra profile fields. This isn't supported out of the box, but it appears one could write a custom module with a hook_user callback that checks the user category and acts appropriately to display (or not) the extra profile fields.

But the other requirement is a little trickier. How should I arrange to list the users by their geographic location??

Events module sends me back in time

I recently installed the events module however whenever I set an event it changes the start time to
1970-01-01 00:00 that is in 1970, and the time isnt even right! Anyone who can help please assist me with this problem.

Can someone explain filters (for my XSL development)

In regards to a previous discussion on 'XMLNode' I've been looking at using the 'filters' mechanism to do XSL processing.

... And it works, sort of.
I created a filter definition (easier than I thought)
I declared it as an input filter (which isn't where I want it to go, but seems to test well)
And I can paste in raw XML content, and it displays as parsed results.

... but the parsing happens each time! The raw source is saved raw (which is actually a fantastic feature) but this is not what I wanted or expected. Is there a way to apply an IMPORT filter, not an EXPORT one?

Seeing as my target is not in fact to apply the filter to the input textarea, but to content from other sources, would I be best to branch the 'filter' concept into a whole other interface to administer the pipeline similar to that described by gjost?

Specifically, what I've got so far is an XSL that scrapes & converts HTML pages (head, meta & all) to a structure like the import/export module produces, which is then ready to be made a node.
I want to tune the pipeline (which will be needed for different pages coming from different layout schemas) and I think cascading filters will be cool for this, but then again, they may not be approriate, expecially seeing as I am wanting to end up with structured information, not just a string.

Multiple terms from same taxonomy per node

I want to be able to classify my nodes in a way that allows a node to have more than one term from the same taxonomy.

As far as I understand, the current taxonomy systems allows me to select one term per taxonomy by choosing from a select box. I would prefer a way to choose from all terms from a set of check boxes.

Is there a way of tweaking the taxonomy system to use check boxes?

Maybe I should try to create a module of my own to do this, any suggestions?

DHTML Add input table row

Has anybody done this? I'd like to have a single table row with an autocomplete field in it for an "invoice" style node, but of course you need to be able to add more than one row.

Just trying to avoid reinventing the wheel ;-)

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions