Maintainers monitor issues, but fast responses are not guaranteed.

Ubuntu Drupal Planet

Screenshot.png

Description

This module will add a page to your site (/planet). This will function similarly to PlanetPlanet which powers planet.ubuntu.com. One significant difference between this module and the aggregator module is the fact that any user can edit their own feeds. If a user uploads their own image, that image will be displayed along with their post.

This module contains significant styling to make the page look like planet.ubuntu.com.

Settings

This module will let any user to add a feed and attribute it to their user account. If they uploaded an image for their account is will display next to their feed. Administrators can choose to lock feeds so no user can edit them or disable feeds to prevent them from being displayed.

Dependency

This module is an overlay for the Aggregator module. This module is built in so there's no extra work. However, this module will not allow you to work with the Aggregator module due to this heavy dependency.

Development

Development occurs on Launchpad. Support requests, bug reports, latest code, etc. can be found at this project page.

Development Page: https://launchpad.net/ubuntu-drupal-planet

Support

Ubercart Conditional Payment

This module adds workflow_ng (in Drupal 5) and Conditional Actions (in Drupal 6) support to Ubercart payment methods, so payment methods can be restricted by cart total, user role, or any other conditions that these modules provide.

This does not override the standard payment methods page at /admin/store/settings/payment/edit/methods - disabled payment methods will never be available, and enabled payment methods will (unless a condition is added) be available at checkout.

Drupal 5 example

Restricting the "Other" payment method to cart totals of at least $100.00:

1. Enable the "Conditional payments", "Payment Method Pack" and "Workflow UI" modules.
2. Visit the workflow-ng administration page and note that a new rule is listed for each available payment method.
3. Click on the "Payment via Other" rule, then "Add a condition".
4. Select "Compare cart total" from the dropdown list and click Add.
5. Give the condition a label such as "Check cart total is at least $100".
6. Select "Greater than or equal to" for the operation and enter "100" in the price field.
7. Click Submit to save the new condition.

Drupal 6 example

Restricting the "Other" payment method to cart totals of at least $100.00:

Mark-up Snippets

Screen shot of the Mark-up Snippets interface

This module provides a simple select list above the node body field on all node add and edit forms (for users appropriately permissioned) allowing users to pick the name of a saved snippet of mark-

Node displays

nd.png

Node displays is a replacement for the node build modes and the field / display settings screen provided by CCK.

Node Access Auto Reference

Node Access Auto Reference - How it works?

Gives automatic access to users if they are referenced somehow to this node.
It's scanning automatically for references with unlimited deep path, so you don't need to worry anymore how to configure your permissions correct, because it's checking for references automatically.

Example 1:
User 1 want to edit or delete Node 1, but the owner of this node is User 2.
But Node 1 have node reference (via nodereference) to profile of User 2 and User 2 have another reference (via userreference) to User 1. So that means that User 1 is referenced to that node, so give him access to edit it (you can customized other operations).
See following chart for example:
http://drupal.org/node/520062
Using with view_own module, you can disable view permission for users and enable them only through references.

INSTALLATION

- Just enable the module;)

REQUIREMENTS

- http://drupal.org/project/cck module with nodereference and userreference module enabled
- knowledge how references are working and at least one content type with nodereference or userreference field

SUPPORTED MODULES

http://drupal.org/project/content_profile

RECOMMENDED MODULES

http://drupal.org/project/view_own

Other similar modules with access functionality through references:
http://drupal.org/project/nodeaccess_nodereference

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained