I created a new module called "Story List" for my site, and I'm wondering if there's any interest in it making it available for others to use.
The purpose of the module is to provide functionality similar to Slashdot's story browser. It displays a list of stories, showing only the first 150 characters. The user can choose to only view stories associated with a specific term.
If external php libraries are utilized in a module but they could be of use to other module developers, is there a special shared folder where they should be placed?
I've noticed most other module devs simply create a sub-folder in their module's folder that contains its dependencies but this doesn't seem ideal as you could end up with multiple versions of the same external library within the one drupal installation.
I was curious if anyone else has had any issues with using img_assist with flexinode on 4.5.x?
I have uninstalled htmlarea for testing (there are compatibility issues with htmlarea as well), but it appears that img_assist will work correctly with blog/page/story/etc nodes, but not with flexinode nodes. When attempting to attach images to flexinode nodes, pressing the submit button just appears to be a dead link. Am I missing something?
I seem to have forgotten my CVS account name/password. I've updated the Scripture Filter module for 4.5, and would like to commit it. Who should I contact?
First I hope that I'm posting this in the correct forum. I'm trying to make a modification to the aggregator.module file and I need to ask for some help. I would like to be able to wrap the news-item section in
where category is the category that the news-item belongs in. I'm trying to do this so that I can modify the categories style so that I can quickly discern which category an item is in. Any suggestions that anyone can make would be greatly appreciated.