Drupal and OJS (open source for hosting scholarly journals) each offer excellent and in many ways complementary features. I'd like my users to be able to access each, with a single username/password (ideally, with a single login).
I'm aware of the Drupal ejournal module, which has some nice features but not as full featured as OJS.
We have a research project running for 1 year know and I belief de greatest problem is our absence of collaboration/visibility on this with the Drupal community. At the moment I have put all the code in the cvs (contrib/modules/knosos) but its just a dump of all modules and they should get separated, cleaned up for usage etc.
What we have been working on:
node access => advanced options for a user to define the usage of his content (in group, to specific user etc. give edit rights etc.)
free-tagging => to bookmark interesting nodes/users + aggregation to tag-clouds etc.
radar => kind of tracer, based on several contexts (for user, for group etc) => just rewritten as views.
space => a generic alternative to groups, projects etc. (very basic)
space_contrib => groups as example of a space and space_blocks for showing a identity-space block and a group-space block
user_contact => statistics about user2user information (based on feedback and audience)
If you like to see the modules in action, get an acount on www.knosos.be/sandbox (its a temporally site for testing).
views features: for users and spaces, buttons, etc.
creating a space construction kit (like CCK): first up subgroup expansion for space_contirb next project test, this should give us some insides on the functions => next working on SCK
In the 4.7.x installation of drupal, you are able to create a HTML block and put that in a section called "content". This block will show up under all the teasers. How about creating the same HTML block in the "content" section, but it will show up on top of the teasers?
Hi,
I am trying to create an oral/video history archive for a project I am doing on war refugees.
After giving some thought to it, I thought the best way to implement this might be to create a myspace-type system, where each person is a member and gets a "profile page."
This way, each person can upload a photo and basic biographical information (which I would like to be able to search, ie: all people born in X town during Y war.)
Using both the location module and adding custom fields using the profle module results in 2 tabs on the account page. How can I modify this layout as well as the tabs? Change the field display order?